From owner-svn-ports-all@FreeBSD.ORG Tue Sep 10 09:39:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46D9EDE9; Tue, 10 Sep 2013 09:39:16 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 31B5627F6; Tue, 10 Sep 2013 09:39:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8A9dGmT079431; Tue, 10 Sep 2013 09:39:16 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8A9dCl2079406; Tue, 10 Sep 2013 09:39:12 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309100939.r8A9dCl2079406@svn.freebsd.org> From: Andrej Zverev Date: Tue, 10 Sep 2013 09:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 09:39:16 -0000 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 -# # $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 -# +# Created by: MANTANI Nobutaka # $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 -# +# Created by: Hyper NIKKI System Project # $FreeBSD$ -# PORTNAME= hns PORTVERSION= 2.19.9 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= h14m/22597 MAINTAINER= hnsmaster@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 -# +# Created by: Sugimoto Sadahiro # $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 -# # $FreeBSD$ -# PORTNAME= mg PORTVERSION= 5.0.1.3 @@ -16,7 +11,8 @@ EXTRACT_ONLY= # None MAINTAINER= kuriyama@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 -# +# Created by: Masahiro Teramoto # $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 -# +# Created by: TAKAHASHI Kaoru # $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 -# +# Created by: Hajimu UMEMOTO # $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 -# +# Created by: Steve Wills # $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 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 -# +# Created by: Steve Wills # $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 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 -# +# Created by: Steve Wills # $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