mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
b38bbaec1f
commit
1539e0886b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326958
19 changed files with 49 additions and 93 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: crip
|
# Created by: Philip Paeps <philip@paeps.cx>
|
||||||
# Date created: 30 June 2003
|
|
||||||
# Whom: Philip Paeps <philip@paeps.cx>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= crip
|
PORTNAME= crip
|
||||||
PORTVERSION= 3.9
|
PORTVERSION= 3.9
|
||||||
|
@ -28,7 +24,7 @@ PORTDOCS= Changelog README criprc_example
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_PERL5= yes
|
USES= perl5
|
||||||
|
|
||||||
pre-fetch:
|
pre-fetch:
|
||||||
.if !defined (WITH_SOX)
|
.if !defined (WITH_SOX)
|
||||||
|
|
|
@ -20,7 +20,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PERL5= yes
|
USES= perl5
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/mp3burn
|
PLIST_FILES= bin/mp3burn
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
# New ports collection makefile for: ogg2mp3
|
# Created by: Aleksander Fafula <alex@bsdguru.org>
|
||||||
# Date created: 26 Jun 2005
|
|
||||||
# Whom: Aleksander Fafula <alex@bsdguru.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ogg2mp3
|
PORTNAME= ogg2mp3
|
||||||
|
@ -19,7 +16,7 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PERL5= yes
|
USES= perl5
|
||||||
|
|
||||||
PLIST_FILES= bin/ogg2mp3
|
PLIST_FILES= bin/ogg2mp3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
# New ports collection makefile for: Audio::Ecasound
|
|
||||||
# Date created: 20 Nov 2010
|
|
||||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Audio-Ecasound
|
PORTNAME= Audio-Ecasound
|
||||||
PORTVERSION= 1.01
|
PORTVERSION= 1.01
|
||||||
|
@ -16,7 +11,8 @@ COMMENT= Perl extension for ecasound sampler, recorder, fx-processor
|
||||||
|
|
||||||
BUILD_DEPENDS= libecasoundc-config:${PORTSDIR}/audio/ecasound
|
BUILD_DEPENDS= libecasoundc-config:${PORTSDIR}/audio/ecasound
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Audio::Ecasound.3
|
MAN3= Audio::Ecasound.3
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
|
||||||
p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter
|
p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_MODBUILD= yes
|
USES= perl5
|
||||||
|
USE_PERL5= modbuild
|
||||||
|
|
||||||
MAN3= Audio::MPD::Common.3 \
|
MAN3= Audio::MPD::Common.3 \
|
||||||
Audio::MPD::Common::Item.3 \
|
Audio::MPD::Common::Item.3 \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-MP3-Find
|
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||||
# Date created: 2006-07-12
|
|
||||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= MP3-Find
|
PORTNAME= MP3-Find
|
||||||
PORTVERSION= 0.07
|
PORTVERSION= 0.07
|
||||||
|
@ -17,7 +13,8 @@ COMMENT= Search and sort MP3 files based on their ID3 tags
|
||||||
BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
|
BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= mp3db.1 mp3find.1
|
MAN1= mp3db.1 mp3find.1
|
||||||
MAN3= MP3::Find.3 \
|
MAN3= MP3::Find.3 \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-MP3-Info
|
# Created by: Leo Kim <leo@florida.sarang.net>
|
||||||
# Date created: 14-Aug-2000
|
|
||||||
# Whom: Leo Kim <leo@florida.sarang.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= MP3-Info
|
PORTNAME= MP3-Info
|
||||||
PORTVERSION= 1.24
|
PORTVERSION= 1.24
|
||||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= demon@FreeBSD.org
|
MAINTAINER= demon@FreeBSD.org
|
||||||
COMMENT= Manipulate / fetch info from MP3 audio files
|
COMMENT= Manipulate / fetch info from MP3 audio files
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= MP3::Info.3
|
MAN3= MP3::Info.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-MP3-Tag
|
# Created by: Roman Bogorodskiy
|
||||||
# Date created: 7 Feb 2005
|
|
||||||
# Whom: Roman Bogorodskiy
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= MP3-Tag
|
PORTNAME= MP3-Tag
|
||||||
PORTVERSION= 1.13
|
PORTVERSION= 1.13
|
||||||
|
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= novel@FreeBSD.org
|
MAINTAINER= novel@FreeBSD.org
|
||||||
COMMENT= Module for reading tags of MP3 audio files
|
COMMENT= Module for reading tags of MP3 audio files
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= audio_rename.1 typeset_audio_dir.1 mp3info2.1
|
MAN1= audio_rename.1 typeset_audio_dir.1 mp3info2.1
|
||||||
MAN3= MP3::Tag.3 MP3::Tag::ID3v1.3 MP3::Tag::File.3 \
|
MAN3= MP3::Tag.3 MP3::Tag::ID3v1.3 MP3::Tag::File.3 \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Music-Audioscrobbler-MPD
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||||
# Date created: 2008-09-15
|
|
||||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Music-Audioscrobbler-MPD
|
PORTNAME= Music-Audioscrobbler-MPD
|
||||||
PORTVERSION= 0.13
|
PORTVERSION= 0.13
|
||||||
|
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
||||||
RUN_DEPENDS:= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
RUN_DEPENDS:= p5-Proc-Daemon>=0:${PORTSDIR}/devel/p5-Proc-Daemon \
|
||||||
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
p5-Music-Audioscrobbler-Submit>=0.05:${PORTSDIR}/audio/p5-Music-Audioscrobbler-Submit
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= musicmpdscrobble.1
|
MAN1= musicmpdscrobble.1
|
||||||
MAN3= Music::Audioscrobbler::MPD.3
|
MAN3= Music::Audioscrobbler::MPD.3
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Music-Audioscrobbler-Submit
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||||
# Date created: 2008-09-15
|
|
||||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Music-Audioscrobbler-Submit
|
PORTNAME= Music-Audioscrobbler-Submit
|
||||||
PORTVERSION= 0.05
|
PORTVERSION= 0.05
|
||||||
|
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||||
RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
RUN_DEPENDS:= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||||
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Music::Audioscrobbler::Submit.3
|
MAN3= Music::Audioscrobbler::Submit.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Ogg-Vorbis-Header-PurePerl
|
# Created by: Dominique Goncalves <dominique.goncalves@gmail.com>
|
||||||
# Date created: 2007-09-10
|
|
||||||
# Whom: Dominique Goncalves <dominique.goncalves@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Ogg-Vorbis-Header-PurePerl
|
PORTNAME= Ogg-Vorbis-Header-PurePerl
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
|
@ -19,7 +15,8 @@ COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
|
||||||
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
|
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
|
||||||
vorbis:${PORTSDIR}/audio/libvorbis
|
vorbis:${PORTSDIR}/audio/libvorbis
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Ogg::Vorbis::Header::PurePerl.3
|
MAN3= Ogg::Vorbis::Header::PurePerl.3
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: fotofix
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||||
# Date created: 7 August 2007
|
|
||||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= fotofix
|
PORTNAME= fotofix
|
||||||
PORTVERSION= 0.01.1.79
|
PORTVERSION= 0.01.1.79
|
||||||
|
@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \
|
||||||
IPA>=1.03:${PORTSDIR}/graphics/IPA
|
IPA>=1.03:${PORTSDIR}/graphics/IPA
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PERL5_RUN= yes
|
USES= perl5
|
||||||
|
USE_PERL5= run
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
PLIST_FILES= bin/${PORTNAME}
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,8 @@ RUN_DEPENDS= \
|
||||||
p5-List-UtilsBy>0:${PORTSDIR}/devel/p5-List-UtilsBy
|
p5-List-UtilsBy>0:${PORTSDIR}/devel/p5-List-UtilsBy
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Convert::Color.3 \
|
MAN3= Convert::Color.3 \
|
||||||
Convert::Color::CMY.3 \
|
Convert::Color::CMY.3 \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Geo-EOP
|
# Created by: Wen Heping <wenheping@gmail.com>
|
||||||
# Date created: 23 January 2009
|
|
||||||
# Whom: Wen Heping <wenheping@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Geo-EOP
|
PORTNAME= Geo-EOP
|
||||||
PORTVERSION= 0.13
|
PORTVERSION= 0.13
|
||||||
|
@ -22,6 +18,7 @@ RUN_DEPENDS= p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \
|
||||||
|
|
||||||
MAN3= Geo::EOP::Util.3 Geo::EOP.3
|
MAN3= Geo::EOP::Util.3 Geo::EOP.3
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Geo-GML
|
# Created by: Wen Heping <wenheping@gmail.com>
|
||||||
# Date created: 11 January 2009
|
|
||||||
# Whom: Wen Heping <wenheping@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Geo-GML
|
PORTNAME= Geo-GML
|
||||||
PORTVERSION= 0.15
|
PORTVERSION= 0.15
|
||||||
|
@ -22,6 +18,7 @@ RUN_DEPENDS= p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \
|
||||||
|
|
||||||
MAN3= Geo::GML.3 Geo::GML::Util.3 Geo::GML::GeoPoint.3
|
MAN3= Geo::GML.3 Geo::GML::Util.3 Geo::GML::GeoPoint.3
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-Geo-Gpx
|
# Created by: Wen Heping <wenheping@gmail.com>
|
||||||
# Date created: 10 March 2009
|
|
||||||
# Whom: Wen Heping <wenheping@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Geo-Gpx
|
PORTNAME= Geo-Gpx
|
||||||
PORTVERSION= 0.26
|
PORTVERSION= 0.26
|
||||||
|
@ -26,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
MAN3= Geo::Gpx.3
|
MAN3= Geo::Gpx.3
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: Image-Grab
|
# Created by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
||||||
# Date created: 8 April 2001
|
|
||||||
# Whom: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Image-Grab
|
PORTNAME= Image-Grab
|
||||||
PORTVERSION= 1.4.2
|
PORTVERSION= 1.4.2
|
||||||
|
@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
||||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
CONFIGURE_ENV= ${ECHO_CMD} "N" |
|
CONFIGURE_ENV= ${ECHO_CMD} "N" |
|
||||||
|
|
||||||
MAN3= Image::Grab.3
|
MAN3= Image::Grab.3
|
||||||
|
|
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= tolid@tolid.eu.org
|
MAINTAINER= tolid@tolid.eu.org
|
||||||
COMMENT= Perl5 module to determine the size of images in several common formats
|
COMMENT= Perl5 module to determine the size of images in several common formats
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= imgsize.1
|
MAN1= imgsize.1
|
||||||
MAN3= Image::Size.3
|
MAN3= Image::Size.3
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: x11-fm/p5-PerlFM
|
# Created by: Zane C, Bowers <vvelox@vvelox.net>
|
||||||
# Date created: 2009-10-19
|
|
||||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= PerlFM
|
PORTNAME= PerlFM
|
||||||
PORTVERSION= 0.2.0
|
PORTVERSION= 0.2.0
|
||||||
|
@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
||||||
p5-Dir-Watch>=0.0.0:${PORTSDIR}/devel/p5-Dir-Watch
|
p5-Dir-Watch>=0.0.0:${PORTSDIR}/devel/p5-Dir-Watch
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= PerlFM.3
|
MAN3= PerlFM.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue