pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-GraphicsMagick Initial import of graphics/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f1a3698d5dcb
branches: trunk
changeset: 588731:f1a3698d5dcb
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue May 17 11:17:24 2011 +0000
description:
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:
graphics/p5-GraphicsMagick/DESCR | 5 +++++
graphics/p5-GraphicsMagick/Makefile | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r a97912f58ff0 -r f1a3698d5dcb graphics/p5-GraphicsMagick/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GraphicsMagick/DESCR Tue May 17 11:17:24 2011 +0000
@@ -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 -r a97912f58ff0 -r f1a3698d5dcb graphics/p5-GraphicsMagick/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GraphicsMagick/Makefile Tue May 17 11:17:24 2011 +0000
@@ -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@localhost
+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"
Home |
Main Index |
Thread Index |
Old Index