From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 23:13:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9964B1D; Sat, 9 Nov 2013 23:13:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 978672894; Sat, 9 Nov 2013 23:13:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA9NDURn084521; Sat, 9 Nov 2013 23:13:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA9NDURP084517; Sat, 9 Nov 2013 23:13:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311092313.rA9NDURP084517@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 9 Nov 2013 23:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333358 - head/devel/p5-Parse-RecDescent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 23:13:30 -0000 Author: sunpoet Date: Sat Nov 9 23:13:29 2013 New Revision: 333358 URL: http://svnweb.freebsd.org/changeset/ports/333358 Log: - Add LICENSE - Fix BUILD_DEPENDS - Remove leading indefinite article from COMMENT - Convert to new options framework - Support STAGEDIR - Remove Author line PR: ports/183329 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/p5-Parse-RecDescent/Makefile head/devel/p5-Parse-RecDescent/pkg-descr (contents, props changed) head/devel/p5-Parse-RecDescent/pkg-plist (contents, props changed) Modified: head/devel/p5-Parse-RecDescent/Makefile ============================================================================== --- head/devel/p5-Parse-RecDescent/Makefile Sat Nov 9 23:13:24 2013 (r333357) +++ head/devel/p5-Parse-RecDescent/Makefile Sat Nov 9 23:13:29 2013 (r333358) @@ -10,22 +10,30 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= tobez@FreeBSD.org -COMMENT= A recursive descent parsing framework for Perl +COMMENT= Recursive descent parsing framework for Perl -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.62:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +OPTIONS_DEFINE= DOCS + USES= perl5 USE_PERL5= configure -MAN3= Parse::RecDescent.3 +.include -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/tutorial - ${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR}/tutorial + ${INSTALL_DATA} ${WRKSRC}/tutorial/* ${STAGEDIR}${DOCSDIR}/tutorial +.endif + +.include + +.if ${PERL_LEVEL} < 501600 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.62:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker .endif -.include +.include Modified: head/devel/p5-Parse-RecDescent/pkg-descr ============================================================================== --- head/devel/p5-Parse-RecDescent/pkg-descr Sat Nov 9 23:13:24 2013 (r333357) +++ head/devel/p5-Parse-RecDescent/pkg-descr Sat Nov 9 23:13:29 2013 (r333358) @@ -12,5 +12,4 @@ parsers from simple yacc-like grammar sp * Incremental extension of the parsing grammar (even during a parse) * The ability to retrieve the generated parsing code. -Author: Damian Conway WWW: http://search.cpan.org/dist/Parse-RecDescent/ Modified: head/devel/p5-Parse-RecDescent/pkg-plist ============================================================================== --- head/devel/p5-Parse-RecDescent/pkg-plist Sat Nov 9 23:13:24 2013 (r333357) +++ head/devel/p5-Parse-RecDescent/pkg-plist Sat Nov 9 23:13:29 2013 (r333358) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Parse/RecDescent.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/RecDescent/.packlist +%%PERL5_MAN3%%/Parse::RecDescent.3.gz %%PORTDOCS%%%%DOCSDIR%%/tutorial/TPJ-PRD-proc.gif %%PORTDOCS%%%%DOCSDIR%%/tutorial/TPJ-yacc-proc.gif %%PORTDOCS%%%%DOCSDIR%%/tutorial/TPJ_maze.gif