summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphicsMagick
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2011-05-17 11:17:24 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2011-05-17 11:17:24 +0000
commit100187a96324695e792413d4e510af0e7c7524db (patch)
tree6a6cd34b6daf0dc853784159081922546a82709c /graphics/p5-GraphicsMagick
parent94246aa12290a8c52117688e651e2ed04add5b4e (diff)
downloadpkgsrc-100187a96324695e792413d4e510af0e7c7524db.tar.gz
Initial import of graphics/p5-GraphicsMagick version 1.3.12
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- This is an objected-oriented Perl interface to GraphicsMagick, a fork of ImageMagick. It provides an interface similar to that PerlMagick provides to ImageMagick, but wit a different class name. 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.
Diffstat (limited to 'graphics/p5-GraphicsMagick')
-rw-r--r--graphics/p5-GraphicsMagick/DESCR5
-rw-r--r--graphics/p5-GraphicsMagick/Makefile34
2 files changed, 39 insertions, 0 deletions
diff --git a/graphics/p5-GraphicsMagick/DESCR b/graphics/p5-GraphicsMagick/DESCR
new file mode 100644
index 00000000000..f960107f771
--- /dev/null
+++ b/graphics/p5-GraphicsMagick/DESCR
@@ -0,0 +1,5 @@
+This is an objected-oriented Perl interface to GraphicsMagick, a fork of
+ImageMagick. It provides an interface similar to that PerlMagick provides
+to ImageMagick, but wit a different class name.
+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-GraphicsMagick/Makefile b/graphics/p5-GraphicsMagick/Makefile
new file mode 100644
index 00000000000..d6fa41f8b75
--- /dev/null
+++ b/graphics/p5-GraphicsMagick/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 11:17:24 dmcmahill Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../graphics/GraphicsMagick/Makefile.common"
+
+PKGNAME= p5-GraphicsMagick-${DISTVERSION}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.graphicsmagick.org/perl.html
+COMMENT= Object-oriented Perl interface to GraphicMagick
+
+DISTINFO_FILE= ${.CURDIR}/../../graphics/GraphicsMagick/distinfo
+#FILESDIR= ${.CURDIR}/../../graphics/GraphicsMagick/files
+#PATCHDIR= ${.CURDIR}/../../graphics/GraphicsMagick/patches
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
+
+PERL5_CONFIGURE= no
+PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick
+PERL5_PACKLIST= auto/Graphics/Magick/.packlist
+BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
+
+post-configure: perl5-configure
+
+BUILDLINK_API_DEPENDS.GraphicsMagick+= GraphicsMagick>=${DISTVERSION}
+.include "../../graphics/GraphicsMagick/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"