aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-03 08:45:51 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-03 08:45:51 +0000
commit99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch)
treebea626d8d7aaa3973f00760684b26d2ddcce74eb /textproc
parentce05caaae21cd6b880cf5567917d6bde1c9144fa (diff)
downloadports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz
ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/denature/Makefile2
-rw-r--r--textproc/diffsplit/Makefile3
-rw-r--r--textproc/eqe/Makefile7
-rw-r--r--textproc/filepp/Makefile9
-rw-r--r--textproc/info2man/Makefile8
-rw-r--r--textproc/info_to_html/Makefile2
-rw-r--r--textproc/ltxml/Makefile8
-rw-r--r--textproc/sarep/Makefile8
-rw-r--r--textproc/sowing/Makefile8
-rw-r--r--textproc/xmldiff/Makefile3
-rw-r--r--textproc/xmlprpr/Makefile3
11 files changed, 17 insertions, 44 deletions
diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile
index a57284814694..f1bd6f469bd2 100644
--- a/textproc/denature/Makefile
+++ b/textproc/denature/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-CSS-Tiny>=0:${PORTSDIR}/textproc/p5-CSS-Tiny \
fop:${PORTSDIR}/textproc/fop
-USE_PERL5= yes
+USES= perl5
USE_JAVA= yes
JAVA_VERSION= 1.6+
POD2MAN?= pod2man
diff --git a/textproc/diffsplit/Makefile b/textproc/diffsplit/Makefile
index 0968ee7dd035..30e948ef43f4 100644
--- a/textproc/diffsplit/Makefile
+++ b/textproc/diffsplit/Makefile
@@ -15,8 +15,7 @@ COMMENT= Splits a unified diff into pieces which patch one file each
NO_BUILD= YES
NO_WRKSUBDIR= YES
PLIST_FILES= bin/diffsplit
-USE_PERL5= YES
-USES= shebangfix
+USES= shebangfix perl5
SHEBANG_FILES= diffsplit
do-extract:
diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile
index 4970320acd28..e0d01bb619dd 100644
--- a/textproc/eqe/Makefile
+++ b/textproc/eqe/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: eqe
-# Date created: 2007/02/13
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
PORTNAME= eqe
@@ -18,8 +15,8 @@ BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
Magick++-config:${PORTSDIR}/graphics/ImageMagick
+USES= perl5
USE_BZIP2= yes
-USE_PERL5= yes
USE_TEX= tex
MAKE_ARGS= PREFIX=${PREFIX}
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile
index 16d2b3252055..3e608f26075d 100644
--- a/textproc/filepp/Makefile
+++ b/textproc/filepp/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: filepp
-# Date created: Feb 21, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= filepp
PORTVERSION= 1.8.0
@@ -14,7 +9,7 @@ MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= A generic file preprocessor
-USE_PERL5= yes
+USES= perl5
GNU_CONFIGURE= yes
NO_BUILD= yes
diff --git a/textproc/info2man/Makefile b/textproc/info2man/Makefile
index 2d5355a81c13..6468507a658b 100644
--- a/textproc/info2man/Makefile
+++ b/textproc/info2man/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: info2man
-# Date created: 19 January 2005
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
-#
PORTNAME= info2man
PORTVERSION= 20040717
@@ -15,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Translate GNU info files into man pages
-USE_PERL5= yes
+USES= perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile
index 76212f15c359..59a94e38aab9 100644
--- a/textproc/info_to_html/Makefile
+++ b/textproc/info_to_html/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Translate GNU info files into HTML pages
PLIST_FILES= bin/info_to_html
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
.include <bsd.port.pre.mk>
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile
index 940799766d0b..a077314749ea 100644
--- a/textproc/ltxml/Makefile
+++ b/textproc/ltxml/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: LT XML
-# Date created: 20 Oct 2000
-# Whom: Samuel Tardieu <sam@inf.enst.fr>
-#
+# Created by: Samuel Tardieu <sam@inf.enst.fr>
# $FreeBSD$
-#
PORTNAME= ltxml
PORTVERSION= 1.2.9
@@ -21,7 +17,7 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS
WRKSRC= ${WRKDIR}/${DISTNAME}/XML
-USE_PERL5= yes
+USES= perl5
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib=/usr --datadir=${PREFIX}/lib/ltxml12
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile
index 6488fb6d7175..212b57da6ceb 100644
--- a/textproc/sarep/Makefile
+++ b/textproc/sarep/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: sarep
-# Date created: Feb 18, 1999
-# Whom: ache
-#
+# Created by: ache
# $FreeBSD$
-#
PORTNAME= sarep
PORTVERSION= 1.1
@@ -20,9 +16,9 @@ EXTRACT_CMD= $(SED)
EXTRACT_BEFORE_ARGS= 's=^\#!/usr/bin/perl =\#!${PERL} =' <
EXTRACT_AFTER_ARGS= | ${TR} -d '\r' > ${WRKSRC}/sarep
+USES= perl5
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_PERL5= yes
PLIST_FILES= bin/sarep
do-install:
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile
index 8036c127007d..fb32c79365bc 100644
--- a/textproc/sowing/Makefile
+++ b/textproc/sowing/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sowing
-# Date created: 27 September 2004
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
-#
PORTNAME= sowing
PORTVERSION= 1.1.16
@@ -17,7 +13,7 @@ COMMENT= Text processing tools to generate documentation from source files
BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
-USE_PERL5= yes
+USES= perl5
USE_GHOSTSCRIPT=yes
USE_GMAKE= yes
USE_TEX= latex dvipsk
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile
index b456e3f68c30..b3df064dbe57 100644
--- a/textproc/xmldiff/Makefile
+++ b/textproc/xmldiff/Makefile
@@ -14,8 +14,7 @@ COMMENT= Display meaningful differences between XML files
RUN_DEPENDS= xmlprpr:${PORTSDIR}/textproc/xmlprpr
-USES= shebangfix
-USE_PERL5= yes
+USES= shebangfix perl5
NO_BUILD= yes
SHEBANG_FILES= xmldiff.pl
diff --git a/textproc/xmlprpr/Makefile b/textproc/xmlprpr/Makefile
index 360b55aabde2..3cc4dd5ad82c 100644
--- a/textproc/xmlprpr/Makefile
+++ b/textproc/xmlprpr/Makefile
@@ -12,8 +12,7 @@ DISTFILES= xmlpp.pl
MAINTAINER= ports@FreeBSD.org
COMMENT= An XML pretty printer
-USES= shebangfix
-USE_PERL5= yes
+USES= shebangfix perl5
NO_WRKSUBDIR= yes
NO_BUILD= yes