From owner-svn-ports-all@FreeBSD.ORG Fri Aug 2 16:55:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AB6C23A1; Fri, 2 Aug 2013 16:55:08 +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 9766920AF; Fri, 2 Aug 2013 16:55:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r72Gt8oW099785; Fri, 2 Aug 2013 16:55:08 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r72Gt53I099766; Fri, 2 Aug 2013 16:55:05 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308021655.r72Gt53I099766@svn.freebsd.org> From: Andrej Zverev Date: Fri, 2 Aug 2013 16:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... 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: Fri, 02 Aug 2013 16:55:08 -0000 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 -# +# Created by: Anders Nordby # $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@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@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 -# +# Created by: Aaron Dalton # $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 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@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@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 \