diff options
author | kim <kim@pkgsrc.org> | 2000-04-23 01:59:57 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-04-23 01:59:57 +0000 |
commit | 379faaf33d305a46bb0d8fa57b07b016453e2cae (patch) | |
tree | fd91943fc252551294e5a93a50f4577810c6bb4b /graphics/p5-PerlMagick | |
parent | da200683b77f3902a0dee2f1fc92b9f59af321c6 (diff) | |
download | pkgsrc-379faaf33d305a46bb0d8fa57b07b016453e2cae.tar.gz |
The Perl module for ImageMagick.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 43 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/pkg/DESCR | 3 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/pkg/PLIST | 9 |
4 files changed, 56 insertions, 0 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile new file mode 100644 index 00000000000..5abf52b20cf --- /dev/null +++ b/graphics/p5-PerlMagick/Makefile @@ -0,0 +1,43 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/04/23 01:59:57 kim Exp $ + +DISTNAME= ImageMagick-5.1.1 +PKGNAME= p5-PerlMagick-5.1.1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_LOCAL} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html + +DEPENDS+= ImageMagick-5.1.1:../../${MAGICK} + +MAGICK= graphics/ImageMagick +MAGICKDIR= ${PKGSRCDIR}/${MAGICK} +PATCHDIR= ${MAGICKDIR}/patches +PATCH_SUM_FILE= ${MAGICKDIR}/files/patch-sum +MD5_FILE= ${MAGICKDIR}/files/md5 + +.if !(make(do-configure) || make(do-patch)) +WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick +.endif + +#EXTRACT_AFTER_ARGS+= ${WRKSRC} + +MIRROR_DISTFILE= no +USE_LIBTOOL= yes +USE_PERL5= yes +GNU_CONFIGURE= yes + +PERL5_BIN= ${LOCALBASE}/bin/perl + +# These need to coordinate with the ImageMagick package. +# Just leave out "--without-perl". + +CONFIGURE_ARGS+= --with-perl=${PERL5_BIN} \ + --without-dps --without-fpx \ + --without-hdf --without-jbig --without-ttf + +post-configure: + cd ${WRKSRC} && ${PERL5_BIN} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-PerlMagick/pkg/COMMENT b/graphics/p5-PerlMagick/pkg/COMMENT new file mode 100644 index 00000000000..99bc8e5c368 --- /dev/null +++ b/graphics/p5-PerlMagick/pkg/COMMENT @@ -0,0 +1 @@ +Objected-oriented Perl interface to ImageMagick diff --git a/graphics/p5-PerlMagick/pkg/DESCR b/graphics/p5-PerlMagick/pkg/DESCR new file mode 100644 index 00000000000..2122ebedc9f --- /dev/null +++ b/graphics/p5-PerlMagick/pkg/DESCR @@ -0,0 +1,3 @@ +PerlMagick is an objected-oriented Perl interface to ImageMagick. Use +the module to read, manipulate, or write an image or image sequence from +within a Perl script. This makes it suitable for Web CGI scripts. diff --git a/graphics/p5-PerlMagick/pkg/PLIST b/graphics/p5-PerlMagick/pkg/PLIST new file mode 100644 index 00000000000..ee4e5c02779 --- /dev/null +++ b/graphics/p5-PerlMagick/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/23 01:59:58 kim Exp $ +lib/perl5/man/man3/Image::Magick.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Image/Magick/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Image/Magick/Magick.bs +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Image/Magick/Magick.so +lib/perl5/site_perl/Image/Magick.pm +lib/perl5/site_perl/auto/Image/Magick/autosplit.ix +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Image/Magick +@dirrm lib/perl5/site_perl/auto/Image/Magick |