diff options
author | az <az@FreeBSD.org> | 2013-09-11 14:27:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 14:27:41 +0800 |
commit | df474c4f0c8d1699ecfe3144d513c310e00a1d96 (patch) | |
tree | 9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc | |
parent | 4450b7cdf46a83c66afc9368754b5754e6614774 (diff) | |
download | freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.tar.gz freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.tar.zst freebsd-ports-gnome-df474c4f0c8d1699ecfe3144d513c310e00a1d96.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aft/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Parse-BooleanLogic/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Parse-PhoneNumber/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-SGML-Parser-OpenSP/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-HikiDoc/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-MicroMason/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Patch/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-SpellChecker-GUI/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-Tags/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-WikiCreole/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-WWW-Wordnik-API/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-DOMHandler/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-OPML-LibXML/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-XML-Parser-Lite-Tree/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-Rewrite/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-XML-XUpdate-LibXML/Makefile | 9 |
19 files changed, 50 insertions, 94 deletions
diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile index 88e2e8f7122e..f6b9154489b4 100644 --- a/textproc/aft/Makefile +++ b/textproc/aft/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aft -# Date created: 2002/03/28 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# +# Created by: Alan Eldridge <alane@FreeBSD.org> # $FreeBSD$ -# PORTNAME= aft PORTVERSION= 5.098 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.maplefish.com/todd/ MAINTAINER= culot@FreeBSD.org COMMENT= A document preparation system using an Almost Free Text input format -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/textproc/p5-HTML-FormatText-WithLinks/Makefile b/textproc/p5-HTML-FormatText-WithLinks/Makefile index 1f44fe9f6abd..68de40269973 100644 --- a/textproc/p5-HTML-FormatText-WithLinks/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-FormatText-WithLinks -# Date created: 2007-08-10 -# Whom: loader <loader@freebsdmall.com> -# +# Created by: loader <loader@freebsdmall.com> # $FreeBSD$ -# PORTNAME= HTML-FormatText-WithLinks PORTVERSION= 0.14 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-HTML-Format>=0:${PORTSDIR}/textproc/p5-HTML-Format \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= HTML::FormatText::WithLinks.3 .include <bsd.port.mk> diff --git a/textproc/p5-Parse-BooleanLogic/Makefile b/textproc/p5-Parse-BooleanLogic/Makefile index 7ee10ef4502e..d50b559e57e7 100644 --- a/textproc/p5-Parse-BooleanLogic/Makefile +++ b/textproc/p5-Parse-BooleanLogic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-BooleanLogic -# Date created: 2009-11-23 -# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> -# +# Created by: Steven Kreuzer <skreuzer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Parse-BooleanLogic PORTVERSION= 0.09 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Regexp-Common>=2.122:${PORTSDIR}/textproc/p5-Regexp-Common \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::BooleanLogic.3 diff --git a/textproc/p5-Parse-PhoneNumber/Makefile b/textproc/p5-Parse-PhoneNumber/Makefile index 4c961851805a..55a723801fe1 100644 --- a/textproc/p5-Parse-PhoneNumber/Makefile +++ b/textproc/p5-Parse-PhoneNumber/Makefile @@ -13,7 +13,8 @@ COMMENT= Parse phone numbers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Parse::PhoneNumber.3 diff --git a/textproc/p5-SGML-Parser-OpenSP/Makefile b/textproc/p5-SGML-Parser-OpenSP/Makefile index bcf0f7281e09..beaad8202b9d 100644 --- a/textproc/p5-SGML-Parser-OpenSP/Makefile +++ b/textproc/p5-SGML-Parser-OpenSP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SGML-Parser-OpenSP -# Date created: 27 August 2007 -# Whom: Naram Qashat <cyberbotx@cyberbotx.com> -# +# Created by: Naram Qashat <cyberbotx@cyberbotx.com> # $FreeBSD$ -# PORTNAME= SGML-Parser-OpenSP PORTVERSION= 0.994 @@ -21,7 +17,8 @@ BUILD_DEPENDS= onsgmls:${PORTSDIR}/textproc/opensp \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_DOS2UNIX= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CC= ${CXX} CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include" diff --git a/textproc/p5-Text-HikiDoc/Makefile b/textproc/p5-Text-HikiDoc/Makefile index f8e4c7c35287..8bf082372f3b 100644 --- a/textproc/p5-Text-HikiDoc/Makefile +++ b/textproc/p5-Text-HikiDoc/Makefile @@ -13,7 +13,8 @@ COMMENT= Pure Perl implementation of 'HikiDoc' LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::HikiDoc::Plugin.3 Text::HikiDoc.3 diff --git a/textproc/p5-Text-MicroMason/Makefile b/textproc/p5-Text-MicroMason/Makefile index e8e17327af4a..2fffd5404311 100644 --- a/textproc/p5-Text-MicroMason/Makefile +++ b/textproc/p5-Text-MicroMason/Makefile @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::MicroMason.3 \ Text::MicroMason::AllowGlobals.3 \ diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile index 5895cd37c9d0..3084f68ca204 100644 --- a/textproc/p5-Text-Patch/Makefile +++ b/textproc/p5-Text-Patch/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: Text::Patch -# Date created: 20 Dec 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Text-Patch PORTVERSION= 1.8 @@ -17,7 +12,8 @@ COMMENT= Perl extension to patch text with given patch RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Patch.3 diff --git a/textproc/p5-Text-SpellChecker-GUI/Makefile b/textproc/p5-Text-SpellChecker-GUI/Makefile index d07584867292..469284b43b73 100644 --- a/textproc/p5-Text-SpellChecker-GUI/Makefile +++ b/textproc/p5-Text-SpellChecker-GUI/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-SpellChecker-GUI -# Date created: 2009-09-27 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Text-SpellChecker-GUI PORTVERSION= 0.0.2 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::SpellChecker::GUI.3 \ Text::SpellChecker::GUI::Curses.3 diff --git a/textproc/p5-Text-Tags/Makefile b/textproc/p5-Text-Tags/Makefile index 5c9fe973f66f..b893e6a4ed63 100644 --- a/textproc/p5-Text-Tags/Makefile +++ b/textproc/p5-Text-Tags/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Text-Tags -# Date created: 2006-07-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Text-Tags PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Parses folksonomy space-separated tags -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Tags.3 Text::Tags::Parser.3 diff --git a/textproc/p5-Text-WikiCreole/Makefile b/textproc/p5-Text-WikiCreole/Makefile index 5df3b7c98e22..d0d5b22c8817 100644 --- a/textproc/p5-Text-WikiCreole/Makefile +++ b/textproc/p5-Text-WikiCreole/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Wiki::Creole -# Date created: 28 Sep 2008 -# Whom: Matthew Fuller <fullermd@over-yonder.net> -# +# Created by: Matthew Fuller <fullermd@over-yonder.net> # $FreeBSD$ -# PORTNAME= Text-WikiCreole PORTVERSION= 0.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= fullermd@over-yonder.net COMMENT= Implementation of the Wiki Creole markup language -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::WikiCreole.3 diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 2001a5a860b6..f31d0ad5988e 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -16,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::WikiFormat.3 \ Text::WikiFormat::Blocks.3 diff --git a/textproc/p5-WWW-Wordnik-API/Makefile b/textproc/p5-WWW-Wordnik-API/Makefile index 477753e345e5..cb1bd5f05f13 100644 --- a/textproc/p5-WWW-Wordnik-API/Makefile +++ b/textproc/p5-WWW-Wordnik-API/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Wordnik-API -# Date created: 2011-03-12 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= WWW-Wordnik-API PORTVERSION= 0.0.5 @@ -20,7 +16,8 @@ COMMENT= Wordnik API implementation RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= WWW::Wordnik::API.3 PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API/.packlist \ diff --git a/textproc/p5-XML-DOMHandler/Makefile b/textproc/p5-XML-DOMHandler/Makefile index 8b6951111aa5..9650ac749b4a 100644 --- a/textproc/p5-XML-DOMHandler/Makefile +++ b/textproc/p5-XML-DOMHandler/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML-DOMHandler -# Date created: 4 August 2009 -# Whom: Stefan Pauly <stefan@fh-mainz.de> -# +# Created by: Stefan Pauly <stefan@fh-mainz.de> # $FreeBSD$ -# PORTNAME= XML-DOMHandler PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= stefan@fh-mainz.de COMMENT= A call-back interface to DOM -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::DOMHandler.3 diff --git a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile index 078a02d1624a..731eecd9d64a 100644 --- a/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile +++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Filter-DOMFilter-LibXML -# Date created: 24 October 2005 -# Whom: Andrew Humphrey <ahumphrey@realestate.com.au> -# +# Created by: Andrew Humphrey <ahumphrey@realestate.com.au> # $FreeBSD$ -# PORTNAME= XML-Filter-DOMFilter-LibXML PORTVERSION= 0.02 @@ -17,7 +13,8 @@ COMMENT= Perl SAX Filter allowing DOM processing of selected subtrees BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Filter::DOMFilter::LibXML.3 diff --git a/textproc/p5-XML-OPML-LibXML/Makefile b/textproc/p5-XML-OPML-LibXML/Makefile index 613bc125f05d..fa1d77641900 100644 --- a/textproc/p5-XML-OPML-LibXML/Makefile +++ b/textproc/p5-XML-OPML-LibXML/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: XML::OPML::LibXML -# Date created: 21 Jan 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= XML-OPML-LibXML PORTVERSION= 0.04 @@ -17,7 +12,8 @@ COMMENT= Perl extension to parse OPML document with LibXML parser RUN_DEPENDS= p5-XML-LibXML>1.60:${PORTSDIR}/textproc/p5-XML-LibXML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::OPML::LibXML.3 diff --git a/textproc/p5-XML-Parser-Lite-Tree/Makefile b/textproc/p5-XML-Parser-Lite-Tree/Makefile index 0dcb8d40c0b5..d86c5eba01b0 100644 --- a/textproc/p5-XML-Parser-Lite-Tree/Makefile +++ b/textproc/p5-XML-Parser-Lite-Tree/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: XML::Parser::Lite::Tree -# Date created: Apr 27, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= XML-Parser-Lite-Tree PORTVERSION= 0.14 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= Lightweight XML tree builder -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3 diff --git a/textproc/p5-XML-Rewrite/Makefile b/textproc/p5-XML-Rewrite/Makefile index 2b0f842ab160..77f9aa7a4447 100644 --- a/textproc/p5-XML-Rewrite/Makefile +++ b/textproc/p5-XML-Rewrite/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Rewrite -# Date created: 2010-11-23 -# Whom: Patrick Powell <papowell@astart.com> -# +# Created by: Patrick Powell <papowell@astart.com> # $FreeBSD$ -# PORTNAME= XML-Rewrite PORTVERSION= 0.10 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-Log-Report>=0.21:${PORTSDIR}/devel/p5-Log-Report \ p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= xmlrewrite.1 MAN3= XML::Rewrite.3 \ diff --git a/textproc/p5-XML-XUpdate-LibXML/Makefile b/textproc/p5-XML-XUpdate-LibXML/Makefile index 6f69e2d7c108..9181293328ba 100644 --- a/textproc/p5-XML-XUpdate-LibXML/Makefile +++ b/textproc/p5-XML-XUpdate-LibXML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XML::XUpdate::LibXML -# Date created: 15 July 2002 -# Whom: Lev Serebryakov <lev@serebryakov.spb.ru> -# +# Created by: Lev Serebryakov <lev@serebryakov.spb.ru> # $FreeBSD$ -# PORTNAME= XML-XUpdate-LibXML PORTVERSION= 0.6.0 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-XML-LibXML-Iterator>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Iterator RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= xupdate.1 MAN3= XML::Normalize::LibXML.3 XML::XUpdate::LibXML.3 |