Date: Wed, 11 Sep 2013 08:15:53 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326954 - in head: lang/asn1c lang/moscow_ml lang/p5-ePerl net-im/jarl net-im/p5-Jabber-Connection net-im/p5-Jabber-Lite net-im/p5-Net-ICQ2000 net-im/p5-Net-NetSend net-im/p5-Net-XMPP2 ... Message-ID: <201309110815.r8B8Fr1k059198@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Wed Sep 11 08:15:53 2013 New Revision: 326954 URL: http://svnweb.freebsd.org/changeset/ports/326954 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/lang/asn1c/Makefile head/lang/moscow_ml/Makefile (contents, props changed) head/lang/p5-ePerl/Makefile (contents, props changed) head/net-im/jarl/Makefile (contents, props changed) head/net-im/p5-Jabber-Connection/Makefile (contents, props changed) head/net-im/p5-Jabber-Lite/Makefile (contents, props changed) head/net-im/p5-Net-ICQ2000/Makefile (contents, props changed) head/net-im/p5-Net-NetSend/Makefile (contents, props changed) head/net-im/p5-Net-XMPP2/Makefile (contents, props changed) head/net-im/sendxmpp/Makefile (contents, props changed) head/net-im/twitmail/Makefile (contents, props changed) head/net-im/vicq/Makefile (contents, props changed) head/net-p2p/ctcs/Makefile (contents, props changed) head/net-p2p/eiskaltdcpp-cli/Makefile (contents, props changed) head/net-p2p/opendchub/Makefile (contents, props changed) head/net-p2p/p5-Net-BitTorrent-File/Makefile (contents, props changed) head/net-p2p/p5-Net-DirectConnect/Makefile head/net-p2p/p5-WWW-BitTorrent/Makefile (contents, props changed) head/textproc/p5-XML-Canonical/Makefile (contents, props changed) Modified: head/lang/asn1c/Makefile ============================================================================== --- head/lang/asn1c/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/lang/asn1c/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -11,7 +11,7 @@ MAINTAINER= vlm@lionet.info COMMENT= Modern ASN.1 to C compiler GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message .if defined(.PARSEDIR) USE_GMAKE= yes Modified: head/lang/moscow_ml/Makefile ============================================================================== --- head/lang/moscow_ml/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/lang/moscow_ml/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -16,7 +16,7 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ RESTRICTED= Restrictions on for-profit distribution -USE_PERL5= yes # XXX: shouldn't it be changed to USE_PERL5_BUILD? +USES= perl5 ALL_TARGET= world MAKE_ARGS= MOSMLHOME="${MOSMLHOME}" DOCSDIR="${DOCSDIR}" \ LD_RUN_PATH="${PREFIX}/lib/mosml" Modified: head/lang/p5-ePerl/Makefile ============================================================================== --- head/lang/p5-ePerl/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/lang/p5-ePerl/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-ePerl -# Date created: 03-Sep-1997 -# Whom: Ralf S. Engelschall <rse@engelschall.com> -# +# Created by: Ralf S. Engelschall <rse@engelschall.com> # $FreeBSD$ -# PORTNAME= eperl PORTVERSION= 2.2.14 @@ -17,7 +13,8 @@ COMMENT= Perl Modules of ePerl package: MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::ePerl.3 Apache::ePerl.3 Modified: head/net-im/jarl/Makefile ============================================================================== --- head/net-im/jarl/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/jarl/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jarl -# Date created: 10 November 2002 -# Whom: dd -# +# Created by: dd # $FreeBSD$ -# PORTNAME= jarl PORTVERSION= 0.5001 @@ -20,7 +16,7 @@ RUN_DEPENDS= ptksh:${PORTSDIR}/x11-toolk NO_BUILD= yes -USE_PERL5= yes +USES= perl5 makeplist: ${ECHO_CMD} bin/jarl > ${PLIST} Modified: head/net-im/p5-Jabber-Connection/Makefile ============================================================================== --- head/net-im/p5-Jabber-Connection/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/p5-Jabber-Connection/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Jabber-Connection -# Date created: 01 October 2003 -# Whom: Lars Eggert -# +# Created by: Lars Eggert # $FreeBSD$ -# PORTNAME= Jabber-Connection PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Jabber Perl library for client/ RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Jabber::Connection.3 Jabber::NS.3 Jabber::NodeFactory.3 Modified: head/net-im/p5-Jabber-Lite/Makefile ============================================================================== --- head/net-im/p5-Jabber-Lite/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/p5-Jabber-Lite/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Jabber-Lite -# Date created: 2007-09-03 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Jabber-Lite PORTVERSION= 0.8 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDI p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Jabber::Lite.3 Modified: head/net-im/p5-Net-ICQ2000/Makefile ============================================================================== --- head/net-im/p5-Net-ICQ2000/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/p5-Net-ICQ2000/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-ICQ2000 -# Date created: 06 December 2001 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-ICQ2000 PORTVERSION= 0.2.1 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org COMMENT= A perl5 module for ICQv7 protocol realisation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::ICQ2000.3 Modified: head/net-im/p5-Net-NetSend/Makefile ============================================================================== --- head/net-im/p5-Net-NetSend/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/p5-Net-NetSend/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-NetSend -# Date created: 2005-10-23 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Net-NetSend PORTVERSION= 0.12 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl extension for sending Windows Popup Messages -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::NetSend.3 Modified: head/net-im/p5-Net-XMPP2/Makefile ============================================================================== --- head/net-im/p5-Net-XMPP2/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/p5-Net-XMPP2/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-XMPP2 -# Date created: 2008-04-10 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Net-XMPP2 PORTVERSION= 0.14 @@ -37,7 +33,8 @@ RUN_DEPENDS:= p5-AnyEvent>=0:${PORTSDIR} p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::XMPP2.3 \ Net::XMPP2::Client.3 \ Modified: head/net-im/sendxmpp/Makefile ============================================================================== --- head/net-im/sendxmpp/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/sendxmpp/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sendxmpp -# Date created: 24 Jan 2006 -# Whom: Max E. Kuznecov <mek@mek.uz.ua> -# +# Created by: Max E. Kuznecov <mek@mek.uz.ua> # $FreeBSD$ -# PORTNAME= sendxmpp PORTVERSION= 0.0.8 @@ -17,7 +13,8 @@ COMMENT= Perl-script to send xmpp (jabbe RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= sendxmpp.1 Modified: head/net-im/twitmail/Makefile ============================================================================== --- head/net-im/twitmail/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/twitmail/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: twitmail -# Date created: 2010-02-13 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= twitmail PORTVERSION= 0.42 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=1.12:${POR p5-TimeDate>=2.24:${PORTSDIR}/devel/p5-TimeDate \ p5-Getopt-GUI-Long>=0.91:${PORTSDIR}/devel/p5-Getopt-GUI-Long -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= twitmail.1 Modified: head/net-im/vicq/Makefile ============================================================================== --- head/net-im/vicq/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-im/vicq/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: vicq -# Date created: 06 December 2001 -# Whom: Kevin Lo<kevlo@FreeBSD.org> -# +# Created by: Kevin Lo<kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vicq PORTVERSION= 0.4.2 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSD WRKSRC= ${WRKDIR}/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure SIGNAL_PATCH=p5.8-patch-sigalrm Modified: head/net-p2p/ctcs/Makefile ============================================================================== --- head/net-p2p/ctcs/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-p2p/ctcs/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ctcs -# Date created: 7 July 2009 -# Whom: Dereckson <dereckson@gmail.com> -# +# Created by: Dereckson <dereckson@gmail.com> # $FreeBSD$ -# PORTNAME= ctcs PORTVERSION= 1.4.1 @@ -14,7 +10,8 @@ MAINTAINER= dereckson@gmail.com COMMENT= CTorrent monitoring and managing interface NO_BUILD= # -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt PLIST_DIRS= share/doc/ctcs WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION} Modified: head/net-p2p/eiskaltdcpp-cli/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-cli/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-p2p/eiskaltdcpp-cli/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-p2p/eiskaltdcpp-cli -# Date created: 06 Oct @011 -# Whom: Maxim Ignatenko <gelraen.ua@gmail.com> -# +# Created by: Maxim Ignatenko <gelraen.ua@gmail.com> # $FreeBSD$ -# PORTNAME= eiskaltdcpp-cli PORTVERSION= 2.2.4 @@ -23,7 +19,8 @@ PROJECTHOST= eiskaltdc USE_XZ= yes NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= ${PORTNAME}.1 MANCOMPRESSED= no Modified: head/net-p2p/opendchub/Makefile ============================================================================== --- head/net-p2p/opendchub/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-p2p/opendchub/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: opendchub -# Date created: May 29, 2002 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# +# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca> # $FreeBSD$ -# PORTNAME= opendchub PORTVERSION= 0.8.2 @@ -13,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Open%20DC%2 MAINTAINER= yashin.dm@gmail.com COMMENT= Unofficial Unix version of the Direct Connect Hub software -USE_PERL5= yes +USES= perl5 USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/net-p2p/p5-Net-BitTorrent-File/Makefile ============================================================================== --- head/net-p2p/p5-Net-BitTorrent-File/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-p2p/p5-Net-BitTorrent-File/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-BitTorrent-File -# Date created: February 06th 2006 -# Whom: Oleg R. Muhutdinov <mor@WhiteLuna.com> -# +# Created by: Oleg R. Muhutdinov <mor@WhiteLuna.com> # $FreeBSD$ -# PORTNAME= Net-BitTorrent-File PORTVERSION= 1.02 @@ -22,7 +18,8 @@ BUILD_DEPENDS+= p5-Test-Simple>=0:${PORT WRKSRC= ${WRKDIR}/${DISTNAME:S/-fix//} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::BitTorrent::File.3 Modified: head/net-p2p/p5-Net-DirectConnect/Makefile ============================================================================== --- head/net-p2p/p5-Net-DirectConnect/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-p2p/p5-Net-DirectConnect/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSD p5-Sys-Sendfile-FreeBSD>=0:${PORTSDIR}/devel/p5-Sys-Sendfile-FreeBSD RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= dcget.1 dcshare.1 MAN3= Net::DirectConnect.3 Net::DirectConnect::filelist.3 Modified: head/net-p2p/p5-WWW-BitTorrent/Makefile ============================================================================== --- head/net-p2p/p5-WWW-BitTorrent/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/net-p2p/p5-WWW-BitTorrent/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-BitTorrent -# Date created: 2006-08-02 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= WWW-BitTorrent PORTVERSION= 0.01 @@ -17,7 +13,8 @@ COMMENT= Search and Download .torrent(s) BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::BitTorrent.3 Modified: head/textproc/p5-XML-Canonical/Makefile ============================================================================== --- head/textproc/p5-XML-Canonical/Makefile Wed Sep 11 08:08:30 2013 (r326953) +++ head/textproc/p5-XML-Canonical/Makefile Wed Sep 11 08:15:53 2013 (r326954) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Canonical -# Date created: 2007-07-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= XML-Canonical PORTVERSION= 0.10 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-XML-GDOME>=0:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Canonical.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309110815.r8B8Fr1k059198>