summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 07:40:59 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 07:40:59 +0000
commita86ce80411f5376ef08742005c5577ecaca6237e (patch)
treedb761ba3ec92ee6c12e57999369b5d53039d5b26 /textproc
parentUpdate to 0.43. (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326949
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htmlsection/Makefile9
-rw-r--r--textproc/p5-CSS-Compressor/Makefile3
-rw-r--r--textproc/p5-Getopt-Lucid/Makefile3
-rw-r--r--textproc/p5-Kwalify/Makefile3
-rw-r--r--textproc/p5-MARC-Lint/Makefile9
-rw-r--r--textproc/p5-MARC-Record/Makefile9
-rw-r--r--textproc/p5-OpenOffice-OODoc/Makefile9
-rw-r--r--textproc/p5-PDF-Create/Makefile9
-rw-r--r--textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile9
-rw-r--r--textproc/p5-String-Format/Makefile3
-rw-r--r--textproc/p5-Template-Plugin-Autoformat/Makefile9
-rw-r--r--textproc/p5-Template-Plugin-XML-Escape/Makefile9
-rw-r--r--textproc/p5-Text-Capitalize/Makefile3
-rw-r--r--textproc/p5-Unicode-CheckUTF8/Makefile9
-rw-r--r--textproc/p5-XML-DOM/Makefile8
-rw-r--r--textproc/p5-XML-RSS-Parser/Makefile9
-rw-r--r--textproc/textogif/Makefile9
-rw-r--r--textproc/xml-i18n-tools/Makefile8
-rw-r--r--textproc/xmlformat/Makefile7
19 files changed, 49 insertions, 88 deletions
diff --git a/textproc/htmlsection/Makefile b/textproc/htmlsection/Makefile
index aa039aaabe9b..68c185b01cae 100644
--- a/textproc/htmlsection/Makefile
+++ b/textproc/htmlsection/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: htmlsection
-# Date created: 2 October 2001
-# Whom: SAKAI Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
-#
+# Created by: SAKAI Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
# $FreeBSD$
-#
PORTNAME= htmlsection
PORTVERSION= 1.1
@@ -13,7 +9,8 @@ MASTER_SITES= http://web.ffn.ne.jp/~hsakai/myfreesoft/
MAINTAINER= hsakai@m8.ffn.ne.jp
COMMENT= Insert section numbers in HTML and make a table of contents
-USE_PERL5_BUILD= yes
+USES= perl5
+USE_PERL5= build
MAN1= htmlsection.1
MANCOMPRESSED= yes
diff --git a/textproc/p5-CSS-Compressor/Makefile b/textproc/p5-CSS-Compressor/Makefile
index 98fd57f7a172..03b3a511fcf8 100644
--- a/textproc/p5-CSS-Compressor/Makefile
+++ b/textproc/p5-CSS-Compressor/Makefile
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl extension for CSS minification
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/csscompressor ${PREFIX}/bin
diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile
index 67a202d84495..336240c96e51 100644
--- a/textproc/p5-Getopt-Lucid/Makefile
+++ b/textproc/p5-Getopt-Lucid/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Getopt::Lucid.3 Getopt::Lucid::Exception.3
diff --git a/textproc/p5-Kwalify/Makefile b/textproc/p5-Kwalify/Makefile
index 4c0f16fa0c2a..8f2f0af75ec5 100644
--- a/textproc/p5-Kwalify/Makefile
+++ b/textproc/p5-Kwalify/Makefile
@@ -14,6 +14,7 @@ COMMENT= Implementation of Kwalify parser, validator and data binding tool
MAN1= pkwalify.1
MAN3= Kwalify.3 Schema::Kwalify.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/textproc/p5-MARC-Lint/Makefile b/textproc/p5-MARC-Lint/Makefile
index 8d907a692071..e1e3a5514ad2 100644
--- a/textproc/p5-MARC-Lint/Makefile
+++ b/textproc/p5-MARC-Lint/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MARC-Lint
-# Date created: 31 May 2007
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MARC-Lint
PORTVERSION= 1.46
@@ -23,6 +19,7 @@ MAN3= MARC::Lint.3 MARC::Lint::CodeData.3
WRKSRC= ${WRKDIR}/marc-lint
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/textproc/p5-MARC-Record/Makefile b/textproc/p5-MARC-Record/Makefile
index b99dd87d4c85..8efc7ad2520b 100644
--- a/textproc/p5-MARC-Record/Makefile
+++ b/textproc/p5-MARC-Record/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MARC-Record
-# Date created: 31 December 2004
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MARC-Record
PORTVERSION= 2.0.5
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= The core class for representing a single MARC record
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= marcdump.1
MAN3= MARC::Batch.3 MARC::Doc::Tutorial.3 MARC::Field.3 \
diff --git a/textproc/p5-OpenOffice-OODoc/Makefile b/textproc/p5-OpenOffice-OODoc/Makefile
index 491a414b79fe..b60c65e86e61 100644
--- a/textproc/p5-OpenOffice-OODoc/Makefile
+++ b/textproc/p5-OpenOffice-OODoc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: OpenOffice::OODoc
-# Date created: 10 October 2009
-# Whom: meyser@xenet.de
-#
+# Created by: meyser@xenet.de
# $FreeBSD$
-#
PORTNAME= OpenOffice-OODoc
PORTVERSION= 2.124
@@ -17,7 +13,8 @@ COMMENT= The Perl Open OpenDocument Connector
RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS+= --noprompt
MAN1= odf2pod.1 odf_set_fields.1 odf_set_title.1 odfbuild.1 \
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile
index e5f9d5553d4e..0b9e519a8f1e 100644
--- a/textproc/p5-PDF-Create/Makefile
+++ b/textproc/p5-PDF-Create/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-PDF-Create
-# Date created: 20 January 2001
-# Whom: petef@databits.net
-#
+# Created by: petef@databits.net
# $FreeBSD$
-#
PORTNAME= PDF-Create
PORTVERSION= 1.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A perl script to convert text files to PDF files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= PDF::Create.3
.include <bsd.port.mk>
diff --git a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
index 4918d4c466af..249450f2544c 100644
--- a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
+++ b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Plucene-Analysis-CJKAnalyzer
-# Date created: 2007-07-07
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= Plucene-Analysis-CJKAnalyzer
PORTVERSION= 0.02
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Plucene::Analysis::CJKAnalyzer.3 \
Plucene::Analysis::CJKTokenizer.3
diff --git a/textproc/p5-String-Format/Makefile b/textproc/p5-String-Format/Makefile
index ed5b12c4fd9f..8eab92dae7f9 100644
--- a/textproc/p5-String-Format/Makefile
+++ b/textproc/p5-String-Format/Makefile
@@ -12,7 +12,8 @@ COMMENT= Perl module for sprintf-like string formatting capability
LICENSE= GPLv2
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= String::Format.3
diff --git a/textproc/p5-Template-Plugin-Autoformat/Makefile b/textproc/p5-Template-Plugin-Autoformat/Makefile
index 3e05b7866be0..5e4f37e6249a 100644
--- a/textproc/p5-Template-Plugin-Autoformat/Makefile
+++ b/textproc/p5-Template-Plugin-Autoformat/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Template-Plugin-Autoformat
-# Date created: Tue Aug 18 16:00:03 EDT 2009
-# Whom: Vivek Khera <vivek@khera.org>
-#
+# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$
-#
PORTNAME= Template-Plugin-Autoformat
PORTVERSION= 2.71
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
BUILD_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Template::Plugin::Autoformat.3
diff --git a/textproc/p5-Template-Plugin-XML-Escape/Makefile b/textproc/p5-Template-Plugin-XML-Escape/Makefile
index 242177dbce90..a6b8c024bceb 100644
--- a/textproc/p5-Template-Plugin-XML-Escape/Makefile
+++ b/textproc/p5-Template-Plugin-XML-Escape/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Template-Plugin-XML-Escape
-# Date created: 12 January 2009
-# Whom: kevit
-#
+# Created by: kevit
# $FreeBSD$
-#
PORTNAME= Template-Plugin-XML-Escape
PORTVERSION= 0.02
@@ -17,7 +13,8 @@ COMMENT= Escape variables to suit being placed into XML
BUILD_DEPENDS= p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Template::Plugin::XML::Escape.3
.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Capitalize/Makefile b/textproc/p5-Text-Capitalize/Makefile
index 4778e0f2e216..93a75aa09a7c 100644
--- a/textproc/p5-Text-Capitalize/Makefile
+++ b/textproc/p5-Text-Capitalize/Makefile
@@ -12,7 +12,8 @@ COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
TEST_DEPENDS= p5-PerlIO-locale>=0:${PORTSDIR}/devel/p5-PerlIO-locale
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Capitalize.3
diff --git a/textproc/p5-Unicode-CheckUTF8/Makefile b/textproc/p5-Unicode-CheckUTF8/Makefile
index 1213a07352e5..a63d005073db 100644
--- a/textproc/p5-Unicode-CheckUTF8/Makefile
+++ b/textproc/p5-Unicode-CheckUTF8/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Unicode-CheckUTF8
-# Date created: 2006-07-23
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Unicode-CheckUTF8
DISTVERSION= 1.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Check if scalar is valid UTF-8
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Unicode::CheckUTF8.3
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile
index e95954cb3cfc..fedd2640639b 100644
--- a/textproc/p5-XML-DOM/Makefile
+++ b/textproc/p5-XML-DOM/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: XML::DOM
-# Date created: 7 Nov 1999
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= XML-DOM
PORTVERSION= 1.44
@@ -20,7 +15,8 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-RegExp>=0:${PORTSDIR}/textproc/p5-XML-RegExp
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= XML::DOM.3 XML::DOM::AttDef.3 XML::DOM::AttlistDecl.3 \
XML::DOM::Attr.3 XML::DOM::CDATASection.3 \
diff --git a/textproc/p5-XML-RSS-Parser/Makefile b/textproc/p5-XML-RSS-Parser/Makefile
index 855e59f0ba36..c1af6a2516a0 100644
--- a/textproc/p5-XML-RSS-Parser/Makefile
+++ b/textproc/p5-XML-RSS-Parser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-XML-RSS-Parser
-# Date created: 21 Apr 2006
-# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= XML-RSS-Parser
PORTVERSION= 4.0
@@ -20,7 +16,8 @@ RUN_DEPENDS= p5-XML-Elemental>=0:${PORTSDIR}/textproc/p5-XML-Elemental \
p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.0//}
MAN3= XML::RSS::Parser.3 \
diff --git a/textproc/textogif/Makefile b/textproc/textogif/Makefile
index 82ac05d57024..4523c7d2f162 100644
--- a/textproc/textogif/Makefile
+++ b/textproc/textogif/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: textogif
-# Date created: 2006-02-04
-# Whom: Nicola Vitale <nivit@email.it>
-#
+# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
-#
PORTNAME= textogif
PORTVERSION= 1.1
@@ -20,7 +16,8 @@ RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
NO_BUILD= yes
USE_TEX= latex dvipsk
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
do-install:
@cd ${WRKDIR};\
diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile
index d2c9b568e90d..02307f718ece 100644
--- a/textproc/xml-i18n-tools/Makefile
+++ b/textproc/xml-i18n-tools/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xml-i18n-tools
-# Date created: 19th January 2001
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
+# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xml-i18n-tools
PORTVERSION= 0.9
@@ -15,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Xml internationalization support for GNOME, and others
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
CONFLICTS= intltool-[0-9]*
diff --git a/textproc/xmlformat/Makefile b/textproc/xmlformat/Makefile
index e29027435a18..a71b37a4692b 100644
--- a/textproc/xmlformat/Makefile
+++ b/textproc/xmlformat/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: xmlformat
-# Date created: 8 Feb 2004
-# Whom: Hiroki Sato <hrs@FreeBSD.org>
-#
+# Created by: Hiroki Sato <hrs@FreeBSD.org>
# $FreeBSD$
PORTNAME= xmlformat
@@ -13,7 +10,7 @@ MAINTAINER= hrs@FreeBSD.org
COMMENT= An XML Document Formatter
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
DOCSRCDIR1= ${WRKSRC}
DOC_FILES1= BUGS ChangeLog INSTALL LICENSE README TODO