From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 07:41:04 2013 Return-Path: Delivered-To: svn-ports-head@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 41C8A3A7; Wed, 11 Sep 2013 07:41:04 +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 12AC92ACB; Wed, 11 Sep 2013 07:41:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B7f4Rx044409; Wed, 11 Sep 2013 07:41:04 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B7f083044361; Wed, 11 Sep 2013 07:41:00 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110741.r8B7f083044361@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 07:41:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326949 - in head/textproc: htmlsection p5-CSS-Compressor p5-Getopt-Lucid p5-Kwalify p5-MARC-Lint p5-MARC-Record p5-OpenOffice-OODoc p5-PDF-Create p5-Plucene-Analysis-CJKAnalyzer p5-Str... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 07:41:04 -0000 Author: az Date: Wed Sep 11 07:40:59 2013 New Revision: 326949 URL: http://svnweb.freebsd.org/changeset/ports/326949 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/textproc/htmlsection/Makefile (contents, props changed) head/textproc/p5-CSS-Compressor/Makefile head/textproc/p5-Getopt-Lucid/Makefile head/textproc/p5-Kwalify/Makefile head/textproc/p5-MARC-Lint/Makefile (contents, props changed) head/textproc/p5-MARC-Record/Makefile (contents, props changed) head/textproc/p5-OpenOffice-OODoc/Makefile (contents, props changed) head/textproc/p5-PDF-Create/Makefile (contents, props changed) head/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile (contents, props changed) head/textproc/p5-String-Format/Makefile head/textproc/p5-Template-Plugin-Autoformat/Makefile (contents, props changed) head/textproc/p5-Template-Plugin-XML-Escape/Makefile (contents, props changed) head/textproc/p5-Text-Capitalize/Makefile (contents, props changed) head/textproc/p5-Unicode-CheckUTF8/Makefile (contents, props changed) head/textproc/p5-XML-DOM/Makefile (contents, props changed) head/textproc/p5-XML-RSS-Parser/Makefile (contents, props changed) head/textproc/textogif/Makefile (contents, props changed) head/textproc/xml-i18n-tools/Makefile (contents, props changed) head/textproc/xmlformat/Makefile (contents, props changed) Modified: head/textproc/htmlsection/Makefile ============================================================================== --- head/textproc/htmlsection/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/htmlsection/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: htmlsection -# Date created: 2 October 2001 -# Whom: SAKAI Hiroaki -# +# Created by: SAKAI Hiroaki # $FreeBSD$ -# PORTNAME= htmlsection PORTVERSION= 1.1 @@ -13,7 +9,8 @@ MASTER_SITES= http://web.ffn.ne.jp/~hsak 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 Modified: head/textproc/p5-CSS-Compressor/Makefile ============================================================================== --- head/textproc/p5-CSS-Compressor/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-CSS-Compressor/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -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 Modified: head/textproc/p5-Getopt-Lucid/Makefile ============================================================================== --- head/textproc/p5-Getopt-Lucid/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Getopt-Lucid/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Exception-Class>=1.23: 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 Modified: head/textproc/p5-Kwalify/Makefile ============================================================================== --- head/textproc/p5-Kwalify/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Kwalify/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -14,6 +14,7 @@ COMMENT= Implementation of Kwalify parse MAN1= pkwalify.1 MAN3= Kwalify.3 Schema::Kwalify.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/textproc/p5-MARC-Lint/Makefile ============================================================================== --- head/textproc/p5-MARC-Lint/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-MARC-Lint/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MARC-Lint -# Date created: 31 May 2007 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $FreeBSD$ -# PORTNAME= MARC-Lint PORTVERSION= 1.46 @@ -23,6 +19,7 @@ MAN3= MARC::Lint.3 MARC::Lint::CodeData WRKSRC= ${WRKDIR}/marc-lint -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/textproc/p5-MARC-Record/Makefile ============================================================================== --- head/textproc/p5-MARC-Record/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-MARC-Record/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MARC-Record -# Date created: 31 December 2004 -# Whom: Dmitry Sivachenko -# +# Created by: Dmitry Sivachenko # $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 \ Modified: head/textproc/p5-OpenOffice-OODoc/Makefile ============================================================================== --- head/textproc/p5-OpenOffice-OODoc/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-OpenOffice-OODoc/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -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 Conn 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 \ Modified: head/textproc/p5-PDF-Create/Makefile ============================================================================== --- head/textproc/p5-PDF-Create/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-PDF-Create/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -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 Modified: head/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile ============================================================================== --- head/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Plucene-Analysis-CJKAnalyzer -# Date created: 2007-07-07 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Plucene-Analysis-CJKAnalyzer PORTVERSION= 0.02 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Plucene>=0:${PORTSDIR}/t 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 Modified: head/textproc/p5-String-Format/Makefile ============================================================================== --- head/textproc/p5-String-Format/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-String-Format/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -12,7 +12,8 @@ COMMENT= Perl module for sprintf-like st LICENSE= GPLv2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= String::Format.3 Modified: head/textproc/p5-Template-Plugin-Autoformat/Makefile ============================================================================== --- head/textproc/p5-Template-Plugin-Autoformat/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Template-Plugin-Autoformat/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -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 -# +# Created by: Vivek Khera # $FreeBSD$ -# PORTNAME= Template-Plugin-Autoformat PORTVERSION= 2.71 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Template-Toolkit>=2.22:$ 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 Modified: head/textproc/p5-Template-Plugin-XML-Escape/Makefile ============================================================================== --- head/textproc/p5-Template-Plugin-XML-Escape/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Template-Plugin-XML-Escape/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -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 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 Modified: head/textproc/p5-Text-Capitalize/Makefile ============================================================================== --- head/textproc/p5-Text-Capitalize/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Text-Capitalize/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -12,7 +12,8 @@ COMMENT= Capitalize strings ("to WORK AS TEST_DEPENDS= p5-PerlIO-locale>=0:${PORTSDIR}/devel/p5-PerlIO-locale -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::Capitalize.3 Modified: head/textproc/p5-Unicode-CheckUTF8/Makefile ============================================================================== --- head/textproc/p5-Unicode-CheckUTF8/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-Unicode-CheckUTF8/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Unicode-CheckUTF8 -# Date created: 2006-07-23 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $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 Modified: head/textproc/p5-XML-DOM/Makefile ============================================================================== --- head/textproc/p5-XML-DOM/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-XML-DOM/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,4 @@ -# New ports collection makefile for: XML::DOM -# Date created: 7 Nov 1999 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= XML-DOM PORTVERSION= 1.44 @@ -20,7 +15,8 @@ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR 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 \ Modified: head/textproc/p5-XML-RSS-Parser/Makefile ============================================================================== --- head/textproc/p5-XML-RSS-Parser/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/p5-XML-RSS-Parser/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-RSS-Parser -# Date created: 21 Apr 2006 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= XML-RSS-Parser PORTVERSION= 4.0 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-XML-Elemental>=0:${PORTS 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 \ Modified: head/textproc/textogif/Makefile ============================================================================== --- head/textproc/textogif/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/textogif/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: textogif -# Date created: 2006-02-04 -# Whom: Nicola Vitale -# +# Created by: Nicola Vitale # $FreeBSD$ -# PORTNAME= textogif PORTVERSION= 1.1 @@ -20,7 +16,8 @@ RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphi NO_BUILD= yes USE_TEX= latex dvipsk -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run do-install: @cd ${WRKDIR};\ Modified: head/textproc/xml-i18n-tools/Makefile ============================================================================== --- head/textproc/xml-i18n-tools/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/xml-i18n-tools/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xml-i18n-tools -# Date created: 19th January 2001 -# Whom: Ade Lovett -# +# Created by: Ade Lovett # $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]* Modified: head/textproc/xmlformat/Makefile ============================================================================== --- head/textproc/xmlformat/Makefile Wed Sep 11 07:40:01 2013 (r326948) +++ head/textproc/xmlformat/Makefile Wed Sep 11 07:40:59 2013 (r326949) @@ -1,7 +1,4 @@ -# New ports collection makefile for: xmlformat -# Date created: 8 Feb 2004 -# Whom: Hiroki Sato -# +# Created by: Hiroki Sato # $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