From hhyou@cs.nctu.edu.tw  Sun Mar  1 13:57:00 2009
Return-Path: <hhyou@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A2DB106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Mar 2009 13:57:00 +0000 (UTC)
	(envelope-from hhyou@cs.nctu.edu.tw)
Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103])
	by mx1.freebsd.org (Postfix) with ESMTP id EF1E98FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Mar 2009 13:56:59 +0000 (UTC)
	(envelope-from hhyou@cs.nctu.edu.tw)
Received: from csmail1.cs.nctu.edu.tw (csmail1 [140.113.235.71])
	by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id 00B723F472;
	Sun,  1 Mar 2009 21:56:59 +0800 (CST)
Received: by csmail1.cs.nctu.edu.tw (Postfix, from userid 12860)
	id DEFD14BE65; Sun,  1 Mar 2009 21:56:58 +0800 (CST)
Message-Id: <20090301135658.DEFD14BE65@csmail1.cs.nctu.edu.tw>
Date: Sun,  1 Mar 2009 21:56:58 +0800 (CST)
From: Hsin-Han You <hhyou@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chifeng@gmail.com
Subject: [PATCH] net-mgmt/pftabled: Add its perl client
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chifeng@gmail.com

>Number:         132218
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/pftabled: Add its perl client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 01 14:00:07 UTC 2009
>Closed-Date:    Mon Mar 02 02:48:07 UTC 2009
>Last-Modified:  Mon Mar  2 02:50:01 UTC 2009
>Originator:     Hsin-Han You
>Release:        FreeBSD 7.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD csmail1.cs.nctu.edu.tw 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Fri Jan  9 19:01:14 CST
>Description:

pftabled 1.07 add a perl sample client.
add a options to install it.

Port maintainer (chifeng@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pftabled-1.07.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/pftabled/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	19 Feb 2009 20:20:43 -0000	1.5
+++ Makefile	1 Mar 2009 13:54:26 -0000
@@ -21,7 +21,20 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
+OPTIONS=	PERLC "A Sample Perl Client" On
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_PERLC)
+RUN_DEPEND=	p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
+PLIST_FILES+=	bin/pftabled-client.pl
+
+post-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/pftabled-client.pl ${PREFIX}/bin
+
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|cat1/pftabled.0|man1/pftabled.0|' ${WRKSRC}/Makefile.in
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- pftabled-1.07.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Mar 1 14:00:17 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132218 
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Sun Mar 1 14:00:51 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132218 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/132218: [PATCH] net-mgmt/pftabled: Add its perl client
Date: Sun, 1 Mar 2009 14:00:15 UT

 Maintainer of net-mgmt/pftabled,
 
 Please note that PR ports/132218 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132218
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/132218: [PATCH] net-mgmt/pftabled: Add its perl client
Date: Mon, 2 Mar 2009 10:13:40 +0800

 --001636e8ffd2fae1100464195d58
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Approved. I test is works fine. Thanks!
 
 Chifeng
 
 On Mon, Mar 2, 2009 at 6:00 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of net-mgmt/pftabled,
 >
 > Please note that PR ports/132218 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132218
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 regards.
 chifeng
 
 --001636e8ffd2fae1100464195d58
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Approved. I test is works fine. Thanks!<br><br>Chifeng<br><br><div class=3D=
 "gmail_quote">On Mon, Mar 2, 2009 at 6:00 AM, Edwin Groothuis <span dir=3D"=
 ltr">&lt;<a href=3D"mailto:edwin@freebsd.org">edwin@freebsd.org</a>&gt;</sp=
 an> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Maintainer of net=
 -mgmt/pftabled,<br>
 <br>
 Please note that PR ports/132218 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/13221=
 8" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/132=
 218</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><br>-- <br>regards.<br>chif=
 eng<br>
 
 --001636e8ffd2fae1100464195d58--
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Mon Mar 2 02:48:06 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132218 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132218: commit references a PR
Date: Mon,  2 Mar 2009 02:47:54 +0000 (UTC)

 lwhsu       2009-03-02 02:47:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/pftabled    Makefile 
   Log:
   - Install a perl sample client and an option associated with it
   - Bump PORTREVISION
   
   PR:             ports/132218
   Submitted by:   Hsin-Han You <hhyou AT cs.nctu.edu.tw>
   Approved by:    chifeng <chifeng AT gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.6       +15 -1     ports/net-mgmt/pftabled/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
