svn commit: r326941 - in head/textproc: docbook-utils makepatch metaf2xml p5-Geo-Parse-OSM p5-MARC p5-Net-IDN-Encode p5-PPIx-Regexp p5-Search-Odeum p5-Solr p5-Spreadsheet-ReadSXC p5-Template-Semant...
Andrej Zverev
az at FreeBSD.org
Wed Sep 11 06:04:01 UTC 2013
Author: az
Date: Wed Sep 11 06:03:56 2013
New Revision: 326941
URL: http://svnweb.freebsd.org/changeset/ports/326941
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/textproc/docbook-utils/Makefile (contents, props changed)
head/textproc/makepatch/Makefile (contents, props changed)
head/textproc/metaf2xml/Makefile (contents, props changed)
head/textproc/p5-Geo-Parse-OSM/Makefile (contents, props changed)
head/textproc/p5-MARC/Makefile (contents, props changed)
head/textproc/p5-Net-IDN-Encode/Makefile
head/textproc/p5-PPIx-Regexp/Makefile
head/textproc/p5-Search-Odeum/Makefile (contents, props changed)
head/textproc/p5-Solr/Makefile (contents, props changed)
head/textproc/p5-Spreadsheet-ReadSXC/Makefile (contents, props changed)
head/textproc/p5-Template-Semantic/Makefile (contents, props changed)
head/textproc/p5-Text-Format+NWrap/Makefile (contents, props changed)
head/textproc/p5-Text-Pipe/Makefile (contents, props changed)
head/textproc/p5-Text-vCard/Makefile (contents, props changed)
head/textproc/p5-Unicode-Unihan/Makefile (contents, props changed)
head/textproc/p5-XML-FOAF/Makefile
head/textproc/p5-XML-LibXML-Simple/Makefile (contents, props changed)
head/textproc/p5-XML-Mini/Makefile (contents, props changed)
head/textproc/ruby-xmlparser/Makefile
Modified: head/textproc/docbook-utils/Makefile
==============================================================================
--- head/textproc/docbook-utils/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/docbook-utils/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: docbook-utils
-# Date created: 3 May 2004
-# Whom: Brian Candler <B.Candler at pobox.com>
-#
+# Created by: Brian Candler <B.Candler at pobox.com>
# $FreeBSD$
-#
PORTNAME= docbook-utils
PORTVERSION= 0.6.14
@@ -25,7 +21,8 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/do
CONFLICTS= docbook2X-*
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_TEX= jadetex
GNU_CONFIGURE= yes
USE_GMAKE= yes
Modified: head/textproc/makepatch/Makefile
==============================================================================
--- head/textproc/makepatch/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/makepatch/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -9,7 +9,8 @@ MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= clsung at FreeBSD.org
COMMENT= Perl scripts to assist in the generation and application of patches
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= makepatch.1 applypatch.1
Modified: head/textproc/metaf2xml/Makefile
==============================================================================
--- head/textproc/metaf2xml/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/metaf2xml/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: metaf2xml
-# Date created: 2006-08-11
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= metaf2xml
PORTVERSION= 1.42
@@ -20,7 +16,8 @@ MAKE_ARGS= CGI_BIN_DIR=${PREFIX}/www/met
METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \
METAF2XML_XSL=${DATADIR}
NO_BUILD= yes
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
pre-install:
${MKDIR} ${PREFIX}/www/metaf2xml/cgi-bin \
Modified: head/textproc/p5-Geo-Parse-OSM/Makefile
==============================================================================
--- head/textproc/p5-Geo-Parse-OSM/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Geo-Parse-OSM/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -18,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= skipv:0.221
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Geo::Parse::OSM.3 \
Geo::Parse::OSM::Multipass.3 \
Modified: head/textproc/p5-MARC/Makefile
==============================================================================
--- head/textproc/p5-MARC/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-MARC/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MARC
-# Date created: 23 December 2001
-# Whom: Dmitry Sivachenko <demon at FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MARC
PORTVERSION= 1.15
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon at FreeBSD.org
COMMENT= A module for manipulating bibliographic records in the USMARC format
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MARC.3
Modified: head/textproc/p5-Net-IDN-Encode/Makefile
==============================================================================
--- head/textproc/p5-Net-IDN-Encode/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Net-IDN-Encode/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Net-IDN-Nameprep>=0:${PO
BUILD_DEPENDS:= ${RUN_DEPENDS} \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Net::IDN::Encode.3 Net::IDN::Overview.3 Net::IDN::Punycode.3 \
Net::IDN::Punycode::PP.3 Net::IDN::Standards.3 \
Modified: head/textproc/p5-PPIx-Regexp/Makefile
==============================================================================
--- head/textproc/p5-PPIx-Regexp/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-PPIx-Regexp/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>0:${POR
p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= PPIx::Regexp.3 \
PPIx::Regexp::Constant.3 \
Modified: head/textproc/p5-Search-Odeum/Makefile
==============================================================================
--- head/textproc/p5-Search-Odeum/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Search-Odeum/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Search-Odeum
-# Date created: 2007-07-26
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= Search-Odeum
PORTVERSION= 0.02
@@ -20,7 +16,8 @@ LIB_DEPENDS= qdbm:${PORTSDIR}/databases/
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Search::Odeum.3 \
Search::Odeum::Document.3 \
Modified: head/textproc/p5-Solr/Makefile
==============================================================================
--- head/textproc/p5-Solr/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Solr/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Solr
-# Date created: 2009-03-16
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= Solr
PORTVERSION= 0.03
@@ -20,7 +16,8 @@ RUN_DEPENDS= p5-File-Slurp>0:${PORTSDIR}
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Solr.3 Solr::HTTPUpdateHandler.3 Solr::Schema.3
Modified: head/textproc/p5-Spreadsheet-ReadSXC/Makefile
==============================================================================
--- head/textproc/p5-Spreadsheet-ReadSXC/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Spreadsheet-ReadSXC/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Spreadsheet-ReadSXC
-# Date created: 2010-03-08
-# Whom: Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
# $FreeBSD$
-#
PORTNAME= Spreadsheet-ReadSXC
PORTVERSION= 0.20
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS
RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Spreadsheet::ReadSXC.3
Modified: head/textproc/p5-Template-Semantic/Makefile
==============================================================================
--- head/textproc/p5-Template-Semantic/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Template-Semantic/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -16,7 +16,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Text-Pipe>0:${PORTSDIR}/textproc/p5-Text-Pipe
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Template::Semantic.3 \
Template::Semantic::Cookbook.3 \
Modified: head/textproc/p5-Text-Format+NWrap/Makefile
==============================================================================
--- head/textproc/p5-Text-Format+NWrap/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Text-Format+NWrap/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textproc/p5-Text-Format+NWrap
-# Date created: 12-JUL-2006
-# Whom: Vivek Khera <vivek at khera.org>
-#
+# Created by: Vivek Khera <vivek at khera.org>
# $FreeBSD$
-#
PORTNAME= Text-Format+NWrap
PORTVERSION= 0.52
@@ -17,7 +13,8 @@ COMMENT= Various subroutines to format a
CONFLICTS= p5-Text-Format-[0-9]*
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Format.3 Text::NWrap.3
Modified: head/textproc/p5-Text-Pipe/Makefile
==============================================================================
--- head/textproc/p5-Text-Pipe/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Text-Pipe/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -16,7 +16,8 @@ RUN_DEPENDS= \
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
BUILD_DEPENDS= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
# Hack to avoid invoking CPAN.pm downloading...
CONFIGURE_ENV= PERL5_CPANPLUS_IS_RUNNING=1
Modified: head/textproc/p5-Text-vCard/Makefile
==============================================================================
--- head/textproc/p5-Text-vCard/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Text-vCard/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-File-Slurp>=0:${PORTS
p5-Text-vFile-asData>=0:${PORTSDIR}/devel/p5-Text-vFile-asData
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::vCard::Node.3 Text::vCard.3 \
Text::vCard::Addressbook.3
Modified: head/textproc/p5-Unicode-Unihan/Makefile
==============================================================================
--- head/textproc/p5-Unicode-Unihan/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-Unicode-Unihan/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Unicode-Unihan
-# Date created: 15 November 2006
-# Whom: Yen-Ming Lee <leeym at FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Unicode-Unihan
DISTVERSION= 0.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= leeym at FreeBSD.org
COMMENT= The Unihan Data Base 5.1.0
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Unicode::Unihan.3
Modified: head/textproc/p5-XML-FOAF/Makefile
==============================================================================
--- head/textproc/p5-XML-FOAF/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-XML-FOAF/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -17,7 +17,8 @@ RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/de
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= XML::FOAF.3 \
XML::FOAF::Person.3
Modified: head/textproc/p5-XML-LibXML-Simple/Makefile
==============================================================================
--- head/textproc/p5-XML-LibXML-Simple/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-XML-LibXML-Simple/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -17,7 +17,8 @@ RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR
p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= XML::LibXML::Simple.3
Modified: head/textproc/p5-XML-Mini/Makefile
==============================================================================
--- head/textproc/p5-XML-Mini/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/p5-XML-Mini/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textproc/p5-XML-Mini
-# Date created: 12-JUL-2006
-# Whom: Vivek Khera <vivek at khera.org>
-#
+# Created by: Vivek Khera <vivek at khera.org>
# $FreeBSD$
-#
PORTNAME= XML-Mini
PORTVERSION= 1.38
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vivek at khera.org
COMMENT= Perl implementation of the XML::Mini XML create/parse interface
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \
XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \
Modified: head/textproc/ruby-xmlparser/Makefile
==============================================================================
--- head/textproc/ruby-xmlparser/Makefile Wed Sep 11 05:46:21 2013 (r326940)
+++ head/textproc/ruby-xmlparser/Makefile Wed Sep 11 06:03:56 2013 (r326941)
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/ucon
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
# to utilize encoding maps included in p5-XML-Parser
-USE_PERL5= yes
+USES= perl5
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
More information about the svn-ports-all
mailing list