mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
f96c54dce9
commit
d36b674c40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326963
@ -33,7 +33,8 @@ BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \
|
||||
p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= App::Asciio::setup::import_export::perl.3 \
|
||||
App::Asciio.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection Makefile for: cuttlefish
|
||||
# Date created: 20 March 2006
|
||||
# Whom: Matthew Luckie <mjl@luckie.org.nz>
|
||||
#
|
||||
# Created by: Matthew Luckie <mjl@luckie.org.nz>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cuttlefish
|
||||
PORTVERSION= 1.3
|
||||
@ -18,7 +14,8 @@ RUN_DEPENDS+= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
gifsicle:${PORTSDIR}/graphics/gifsicle
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
||||
IMAGES= caida_logo.gif caida_logo_gray.gif \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: imageindex
|
||||
# Date created: Sat Sep 7 15:53:33 MST 2002
|
||||
# Whom: John Reynolds <johnjen@reynoldsnet.org>
|
||||
#
|
||||
# Created by: John Reynolds <johnjen@reynoldsnet.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= imageindex
|
||||
PORTVERSION= 1.1
|
||||
@ -21,7 +17,8 @@ RUN_DEPENDS= \
|
||||
${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \
|
||||
p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
MAKE_ARGS+= PERLPATH=${PERL}
|
||||
|
||||
PLIST_FILES= bin/imageindex bin/autocaption
|
||||
|
@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \
|
||||
LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
|
||||
post-patch:
|
||||
@ ${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/npretty.pl
|
||||
|
@ -20,7 +20,8 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
|
||||
TEST_DEPENDS= p5-Font-FreeType>=0:${PORTSDIR}/print/p5-Font-FreeType \
|
||||
p5-Test-Number-Delta>=1:${PORTSDIR}/devel/p5-Test-Number-Delta
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Cairo.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Captcha-reCAPTCHA-Mailhide
|
||||
# Date created: 7 January 2009
|
||||
# Whom: gerard
|
||||
#
|
||||
# Created by: gerard
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Captcha-reCAPTCHA-Mailhide
|
||||
PORTVERSION= 0.94
|
||||
@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Captcha::reCAPTCHA::Mailhide.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: graphics/p5-Color-Rgb
|
||||
# Date created: Sep 17 2004
|
||||
# Whom: Rong-En Fan <rafan@infor.org>
|
||||
#
|
||||
# Created by: Rong-En Fan <rafan@infor.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Color-Rgb
|
||||
PORTVERSION= 1.4
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= rafan@FreeBSD.org
|
||||
COMMENT= Simple rgb.txt parsing class
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Color::Rgb.3
|
||||
|
||||
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= GD::Graph::candlesticks.3 \
|
||||
GD::Graph::ohlc.3
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Geo-Proj4
|
||||
# Date created: 27 January 2006
|
||||
# Whom: Eric Stith
|
||||
#
|
||||
# Created by: Eric Stith
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Proj4
|
||||
PORTVERSION= 1.04
|
||||
@ -19,6 +15,7 @@ LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj
|
||||
MAN3= Geo::Proj4.3
|
||||
CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE}
|
||||
MAKE_ENV= INC=-I${LOCALBASE}/include
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,7 +16,8 @@ LICENSE_COMB= dual
|
||||
|
||||
CONFLICTS= p5-Image-ExifTool-[0-9]*
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= exiftool.1
|
||||
MAN3= File::RandomAccess.3 Image::ExifTool.3 \
|
||||
|
@ -25,7 +25,8 @@ LICENSE_COMB= dual
|
||||
|
||||
CONFLICTS= p5-Image-ExifTool-devel-[0-9]*
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MANTAGS= AES AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup \
|
||||
BZZ Canon CanonCustom CanonRaw CanonVRD Casio Charset \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Image-Heatmap
|
||||
# Date created: 2009-07-20
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image-Heatmap
|
||||
PORTVERSION= 0.565
|
||||
@ -21,7 +17,8 @@ LICENSE= ART20 GPLv1
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Image::Heatmap.3
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Scaling math used in image size constraining (such as thumbnails)
|
||||
BUILD_DEPENDS= p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Image::Math::Constrain.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-Image-MetaData-JPEG
|
||||
# Date created: 2006-08-05
|
||||
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
#
|
||||
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Image-MetaData-JPEG
|
||||
PORTVERSION= 0.153
|
||||
@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= snowfly@yuntech.edu.tw
|
||||
COMMENT= Perl extension for showing/modifying JPEG (meta)data]
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Image::MetaData::JPEG.3 \
|
||||
Image::MetaData::JPEG::MakerNotes.3 \
|
||||
|
@ -20,6 +20,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
MAN3= Image::Scale.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: graphics/p5-Imager/AverageGray
|
||||
# Date created: 2009-10-24
|
||||
# Whom: vvelox@vvelox.net
|
||||
#
|
||||
# Created by: vvelox@vvelox.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Imager-AverageGray
|
||||
PORTVERSION= 0.0.0
|
||||
@ -17,7 +13,8 @@ COMMENT= Finds the average gray for a Imager object or image
|
||||
|
||||
RUN_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Imager::AverageGray.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: graphics/p5-Imager-Graph
|
||||
# Date created: 11 Feb 2005
|
||||
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
||||
#
|
||||
# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Imager-Graph
|
||||
PORTVERSION= 0.10
|
||||
@ -17,7 +13,8 @@ COMMENT= Perl extension for producing Graphs using the Imager library
|
||||
BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
|
||||
RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Imager::Graph.3 \
|
||||
Imager::Graph::Area.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: p5-SVG-DOM2
|
||||
# Date created: 2006-07-14
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SVG-DOM2
|
||||
PORTVERSION= 1.00
|
||||
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= SVG extension to the popular XML::DOM2
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SVG::DOM2.3 SVG::DOM2::Attribute::Transform.3 \
|
||||
SVG::DOM2::Element::Document.3 SVG::DOM2::Element::Shape.3 \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: zphoto
|
||||
# Date created: 19 Jul 2002
|
||||
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
||||
#
|
||||
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zphoto
|
||||
PORTVERSION= 1.2
|
||||
@ -38,7 +34,8 @@ CONFIGURE_ARGS+= --disable-wx
|
||||
CONFIGURE_ARGS+= --disable-zip
|
||||
.endif
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|<ming.h>|<ming/ming.h>|g' ${WRKSRC}/*.c ${WRKSRC}/configure
|
||||
|
Loading…
x
Reference in New Issue
Block a user