The Perl module for ImageMagick.

This commit is contained in:
kim 2000-04-23 01:59:57 +00:00
parent da200683b7
commit 379faaf33d
4 changed files with 56 additions and 0 deletions

View file

@ -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"

View file

@ -0,0 +1 @@
Objected-oriented Perl interface to ImageMagick

View file

@ -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.

View file

@ -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