svn commit: r324166 - in head: astro/p5-Astro-FITS-CFITSIO astro/p5-Astro-SpaceTrack comms/atslog comms/p5-Device-Modem comms/p5-Device-SerialPort comms/p5-Fax-Hylafax-Client shells/p5-Term-ShellUI...
Andrej Zverev
az at FreeBSD.org
Fri Aug 2 16:55:08 UTC 2013
Author: az
Date: Fri Aug 2 16:55:05 2013
New Revision: 324166
URL: http://svnweb.freebsd.org/changeset/ports/324166
Log:
- Convert to new perl framework
- Trim Makefile header
Modified:
head/astro/p5-Astro-FITS-CFITSIO/Makefile
head/astro/p5-Astro-SpaceTrack/Makefile
head/comms/atslog/Makefile
head/comms/p5-Device-Modem/Makefile (contents, props changed)
head/comms/p5-Device-SerialPort/Makefile (contents, props changed)
head/comms/p5-Fax-Hylafax-Client/Makefile (contents, props changed)
head/shells/p5-Term-ShellUI/Makefile (contents, props changed)
head/shells/zoidberg/Makefile (contents, props changed)
head/x11-fonts/p5-Font-AFM/Makefile (contents, props changed)
head/x11-fonts/p5-Font-TTF/Makefile
head/x11-fonts/p5-Font-TTFMetrics/Makefile (contents, props changed)
head/x11/bricons/Makefile
head/x11/p5-X11-GUITest/Makefile (contents, props changed)
head/x11/p5-X11-Protocol/Makefile (contents, props changed)
Modified: head/astro/p5-Astro-FITS-CFITSIO/Makefile
==============================================================================
--- head/astro/p5-Astro-FITS-CFITSIO/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/astro/p5-Astro-FITS-CFITSIO/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -13,7 +13,8 @@ COMMENT= Perl extension for using the cf
LIB_DEPENDS= cfitsio:${PORTSDIR}/astro/cfitsio
CONFIGURE_ENV= CFITSIO=${LOCALBASE}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Astro::FITS::CFITSIO.3
Modified: head/astro/p5-Astro-SpaceTrack/Makefile
==============================================================================
--- head/astro/p5-Astro-SpaceTrack/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/astro/p5-Astro-SpaceTrack/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTS
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CONFIGURE_ARGS= -y
MAN1= SpaceTrack.1
Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/comms/atslog/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -19,7 +19,7 @@ WWW_DESC= Install web interface
WWWGD_DESC= Graphic reports
GNU_CONFIGURE= yes
-USE_PERL5= yes
+USES= perl5
USE_RC_SUBR= ${PORTNAME}d
PORTDOCS= CHANGES ChangeLog DEINSTALL INSTALL LICENSE TODO UPDATING USAGE
SUB_FILES= pkg-message
Modified: head/comms/p5-Device-Modem/Makefile
==============================================================================
--- head/comms/p5-Device-Modem/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/comms/p5-Device-Modem/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Device-Modem
-# Date created: 22 July 2003
-# Whom: Anders Nordby <anders at FreeBSD.org>
-#
+# Created by: Anders Nordby <anders at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Device-Modem
PORTVERSION= 1.56
@@ -17,7 +13,8 @@ COMMENT= Perl class to interface generic
BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort
RUN_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Device::Modem.3 \
Device::Modem::FAQ.3 \
Modified: head/comms/p5-Device-SerialPort/Makefile
==============================================================================
--- head/comms/p5-Device-SerialPort/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/comms/p5-Device-SerialPort/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -11,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 module for simple serial port control
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= modemtest.1
MAN3= Device::SerialPort.3
Modified: head/comms/p5-Fax-Hylafax-Client/Makefile
==============================================================================
--- head/comms/p5-Fax-Hylafax-Client/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/comms/p5-Fax-Hylafax-Client/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -13,7 +13,8 @@ COMMENT= Simple Perl client for the Hyla
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Fax::Hylafax::Client.3
Modified: head/shells/p5-Term-ShellUI/Makefile
==============================================================================
--- head/shells/p5-Term-ShellUI/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/shells/p5-Term-ShellUI/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -14,7 +14,8 @@ COMMENT= Fully-featured shell-like comma
BUILD_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
Modified: head/shells/zoidberg/Makefile
==============================================================================
--- head/shells/zoidberg/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/shells/zoidberg/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Exporter-Tidy>=0:${PORTS
p5-Term-ReadLine-Zoid>=0:${PORTSDIR}/devel/p5-Term-ReadLine-Zoid \
p5-Env-PS1>=0:${PORTSDIR}/devel/p5-Env-PS1
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
CONFIGURE_ARGS= install_path=share="${DATADIR}" \
install_path=share="${ETCDIR}"
Modified: head/x11-fonts/p5-Font-AFM/Makefile
==============================================================================
--- head/x11-fonts/p5-Font-AFM/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/x11-fonts/p5-Font-AFM/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Interface to Adobe font metrics files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Font::AFM.3
Modified: head/x11-fonts/p5-Font-TTF/Makefile
==============================================================================
--- head/x11-fonts/p5-Font-TTF/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/x11-fonts/p5-Font-TTF/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -14,7 +14,8 @@ LICENSE= ART20
BUILD_DEPENDS= p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= \
Font::TTF.3 \
Modified: head/x11-fonts/p5-Font-TTFMetrics/Makefile
==============================================================================
--- head/x11-fonts/p5-Font-TTFMetrics/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/x11-fonts/p5-Font-TTFMetrics/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Font-TTFMetrics
-# Date created: 18 Mar 2007
-# Whom: Aaron Dalton <aaron at FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Font-TTFMetrics
PORTVERSION= 0.1
@@ -16,6 +12,7 @@ COMMENT= A parser for the TTF file
MAN3= Font::TTFMetrics.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/x11/bricons/Makefile
==============================================================================
--- head/x11/bricons/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/x11/bricons/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -14,8 +14,8 @@ COMMENT= Quick start up utility for appl
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= imake
-USE_PERL5_BUILD=yes
+USES= imake perl5
+USE_PERL5= build
USE_XORG= xaw
MAKE_JOBS_SAFE= yes
Modified: head/x11/p5-X11-GUITest/Makefile
==============================================================================
--- head/x11/p5-X11-GUITest/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/x11/p5-X11-GUITest/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: X11-GUITest
-# Date created: Oct 28, 2004
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= X11-GUITest
PORTVERSION= 0.25
@@ -16,7 +12,8 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Provides GUI testing/interaction facilities
USE_XORG= x11 xt xext xtst
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= X11::GUITest.3
Modified: head/x11/p5-X11-Protocol/Makefile
==============================================================================
--- head/x11/p5-X11-Protocol/Makefile Fri Aug 2 15:58:31 2013 (r324165)
+++ head/x11/p5-X11-Protocol/Makefile Fri Aug 2 16:55:05 2013 (r324166)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: X11-Protocol
-# Date created: Mon Jan 1 21:49:44 2001
-# Whom: will
-#
+# Created by: will
# $FreeBSD$
-#
PORTNAME= X11-Protocol
PORTVERSION= 0.56
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports at FreeBSD.org
COMMENT= Perl module that provides an interface roughly equivalent to Xlib
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= X11::Auth.3 \
X11::Keysyms.3 \
More information about the svn-ports-all
mailing list