svn commit: r326884 - in head: japanese/ajaxzip2-data japanese/another-htmllint japanese/cmigemo-dict japanese/hns japanese/jacode.pl japanese/latex2html japanese/mg japanese/monafonts japanese/p5-...
Andrej Zverev
az at FreeBSD.org
Tue Sep 10 09:39:16 UTC 2013
Author: az
Date: Tue Sep 10 09:39:11 2013
New Revision: 326884
URL: http://svnweb.freebsd.org/changeset/ports/326884
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/japanese/ajaxzip2-data/Makefile (contents, props changed)
head/japanese/another-htmllint/Makefile (contents, props changed)
head/japanese/cmigemo-dict/Makefile (contents, props changed)
head/japanese/hns/Makefile (contents, props changed)
head/japanese/jacode.pl/Makefile (contents, props changed)
head/japanese/latex2html/Makefile (contents, props changed)
head/japanese/mg/Makefile (contents, props changed)
head/japanese/monafonts/Makefile
head/japanese/p5-Acme-Lou/Makefile (contents, props changed)
head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile (contents, props changed)
head/japanese/p5-Number-Phone-JP/Makefile
head/japanese/p5-WWW-2ch/Makefile (contents, props changed)
head/japanese/p5-nkf/Makefile (contents, props changed)
head/japanese/tiarra/Makefile (contents, props changed)
head/japanese/tkhonyaku/Makefile
head/japanese/zipcodes/Makefile (contents, props changed)
head/science/p5-Chemistry-Canonicalize/Makefile (contents, props changed)
head/science/p5-Chemistry-File-XYZ/Makefile (contents, props changed)
head/science/p5-Chemistry-MidasPattern/Makefile (contents, props changed)
Modified: head/japanese/ajaxzip2-data/Makefile
==============================================================================
--- head/japanese/ajaxzip2-data/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/ajaxzip2-data/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -16,7 +16,8 @@ BUILD_DEPENDS= ja-ajaxzip2-core>0:${PORT
NO_WRKSUBDIR= yes
USE_LHA= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
PORTVERSION_K?= ${PORTVERSION}
PORTVERSION_J?= ${PORTVERSION}
Modified: head/japanese/another-htmllint/Makefile
==============================================================================
--- head/japanese/another-htmllint/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/another-htmllint/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Another HTML-lint
-# Date created: 29 Sep 2000
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= another-htmllint
PORTVERSION= 20060601
@@ -16,7 +11,7 @@ COMMENT= Another HTML-lint (all messages
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
-USE_PERL5= YES
+USES= perl5
USE_ZIP= YES
WRKSRC= ${WRKDIR}
EXTRACT_BEFORE_ARGS= -a -q
Modified: head/japanese/cmigemo-dict/Makefile
==============================================================================
--- head/japanese/cmigemo-dict/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/cmigemo-dict/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cmigemo-dict
-# Date created: 22 August 2011
-# Whom: MANTANI Nobutaka <nobutaka at FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka at FreeBSD.org>
# $FreeBSD$
-#
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
@@ -22,7 +18,7 @@ LICENSE= GPLv2
MASTERDIR= ${.CURDIR}/../../japanese/cmigemo
PKGDIR= ${.CURDIR}
-USE_PERL5= yes
+USES= perl5
ALL_TARGET= gcc-dict
INSTALL_TARGET= gcc-install-dict
Modified: head/japanese/hns/Makefile
==============================================================================
--- head/japanese/hns/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/hns/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: hns
-# Date created: 10 Jun 1999
-# Whom: Hyper NIKKI System Project <hnsmaster at h14m.org>
-#
+# Created by: Hyper NIKKI System Project <hnsmaster at h14m.org>
# $FreeBSD$
-#
PORTNAME= hns
PORTVERSION= 2.19.9
@@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= h14m/22597
MAINTAINER= hnsmaster at h14m.org
COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
do-install:
Modified: head/japanese/jacode.pl/Makefile
==============================================================================
--- head/japanese/jacode.pl/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/jacode.pl/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: jacode.pl
-# Date created: 2011-05-11
-# Whom: Takefu
-#
+# Created by: Takefu
# $FreeBSD$
-#
PORTNAME= jacode.pl
PORTVERSION= 2.13.4.10
@@ -18,7 +14,8 @@ COMMENT= Perl library for Japanese chara
LICENSE= GPLv1 ART10
LICENSE_COMB= dual
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME}
NO_BUILD= yes
Modified: head/japanese/latex2html/Makefile
==============================================================================
--- head/japanese/latex2html/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/latex2html/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ja-latex2html
-# Date created: 3 Apr 1999
-# Whom: Sugimoto Sadahiro <ixtl at utmc.or.jp>
-#
+# Created by: Sugimoto Sadahiro <ixtl at utmc.or.jp>
# $FreeBSD$
-#
PORTNAME= latex2html
PORTVERSION= ${VERSION}j${JP_VERSION}
@@ -29,7 +25,7 @@ CONFLICTS= latex2html-[0-9]*
VERSION= 2002.2.1
JP_VERSION= 2.0
-USE_PERL5= yes
+USES= perl5
USE_GHOSTSCRIPT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --shlibdir=${DATADIR} \
Modified: head/japanese/mg/Makefile
==============================================================================
--- head/japanese/mg/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/mg/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: ja-mg
-# Date created: 7 May 2006
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= mg
PORTVERSION= 5.0.1.3
@@ -16,7 +11,8 @@ EXTRACT_ONLY= # None
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Multi-line grep suitable for Japanese text
-USE_PERL5_RUN= YES
+USES= perl5
+USE_PERL5= run
CONFLICTS= mg-200*
do-build:
Modified: head/japanese/monafonts/Makefile
==============================================================================
--- head/japanese/monafonts/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/monafonts/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -17,7 +17,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-
RUN_DEPENDES= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
FONTSDIR= lib/X11/fonts/local
USE_BZIP2= yes
Modified: head/japanese/p5-Acme-Lou/Makefile
==============================================================================
--- head/japanese/p5-Acme-Lou/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/p5-Acme-Lou/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Acme-Lou
-# Date created: 2007-02-06
-# Whom: Masahiro Teramoto <markun at onohara.to>
-#
+# Created by: Masahiro Teramoto <markun at onohara.to>
# $FreeBSD$
-#
PORTNAME= Acme-Lou
PORTVERSION= 0.03
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS
ja-p5-Text-MeCab>=0:${PORTSDIR}/japanese/p5-Text-MeCab
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Acme::Lou.3
Modified: head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile
==============================================================================
--- head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/p5-Lingua-JA-Regular-Unicode/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -12,7 +12,8 @@ COMMENT= Perl extension to convert Japan
TEST_DEPENDS= \
p5-Text-TestBase>0:${PORTSDIR}/textproc/p5-Text-TestBase
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= Lingua::JA::Regular::Unicode.3
Modified: head/japanese/p5-Number-Phone-JP/Makefile
==============================================================================
--- head/japanese/p5-Number-Phone-JP/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/p5-Number-Phone-JP/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -17,7 +17,8 @@ LICENSE_COMB= dual
RUN_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Number::Phone::JP.3 \
Number::Phone::JP::Table.3 \
Modified: head/japanese/p5-WWW-2ch/Makefile
==============================================================================
--- head/japanese/p5-WWW-2ch/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/p5-WWW-2ch/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-WWW-2ch
-# Date created: 2006-02-28
-# Whom: TAKAHASHI Kaoru <kaoru at kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru at kaisei.org>
# $FreeBSD$
-#
PORTNAME= WWW-2ch
PORTVERSION= 0.07
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/ww
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
TEST_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= WWW::2ch.3 \
WWW::2ch::Plugin::Base.3 \
Modified: head/japanese/p5-nkf/Makefile
==============================================================================
--- head/japanese/p5-nkf/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/p5-nkf/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -18,7 +18,8 @@ LICENSE_FILE_ZLIB= ${WRKSRC}/NKF.pm
LICENSE_FILE_NKF= ${WRKSRC}/NKF.xs
LICENSE_PERMS_NKF= ${_LICENSE_PERMS_DEFAULT}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/NKF.mod
MAN3= NKF.3
Modified: head/japanese/tiarra/Makefile
==============================================================================
--- head/japanese/tiarra/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/tiarra/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tiarra
-# Date Created: Jul 27 2006
-# Whom: Hajimu UMEMOTO <ume at FreeBSD.org>
-#
+# Created by: Hajimu UMEMOTO <ume at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= tiarra
PORTVERSION= 20100212
@@ -16,7 +12,8 @@ COMMENT= IRC Proxy software
RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
USE_BZIP2= yes
USE_RC_SUBR= tiarra
NO_BUILD= yes
Modified: head/japanese/tkhonyaku/Makefile
==============================================================================
--- head/japanese/tkhonyaku/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/tkhonyaku/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -12,7 +12,8 @@ COMMENT= Yet another Honyaku-Damashii cl
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
Modified: head/japanese/zipcodes/Makefile
==============================================================================
--- head/japanese/zipcodes/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/japanese/zipcodes/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/
NO_WRKSUBDIR= yes
USE_LHA= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} PERL=${PERL}
PORTVERSION_K?= ${PORTVERSION}
PORTVERSION_J?= ${PORTVERSION}
Modified: head/science/p5-Chemistry-Canonicalize/Makefile
==============================================================================
--- head/science/p5-Chemistry-Canonicalize/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/science/p5-Chemistry-Canonicalize/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Chemistry-Canonicalize
-# Date created: 2010-03-10
-# Whom: Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
# $FreeBSD$
-#
PORTNAME= Chemistry-Canonicalize
PORTVERSION= 0.11
@@ -20,6 +16,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTS
MAN3= Chemistry::Canonicalize.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/science/p5-Chemistry-File-XYZ/Makefile
==============================================================================
--- head/science/p5-Chemistry-File-XYZ/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/science/p5-Chemistry-File-XYZ/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Chemistry-File-XYZ
-# Date created: 2010-03-10
-# Whom: Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
# $FreeBSD$
-#
PORTNAME= Chemistry-File-XYZ
PORTVERSION= 0.11
@@ -20,6 +16,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTS
MAN3= Chemistry::File::XYZ.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/science/p5-Chemistry-MidasPattern/Makefile
==============================================================================
--- head/science/p5-Chemistry-MidasPattern/Makefile Tue Sep 10 09:39:02 2013 (r326883)
+++ head/science/p5-Chemistry-MidasPattern/Makefile Tue Sep 10 09:39:11 2013 (r326884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Chemistry-MidasPattern
-# Date created: 2010-03-10
-# Whom: Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
# $FreeBSD$
-#
PORTNAME= Chemistry-MidasPattern
PORTVERSION= 0.11
@@ -26,6 +22,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTS
MAN3= Chemistry::MidasPattern.3 Chemistry::File::MidasPattern.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list