pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-GD-SVG Initial import of p5-GD-SVG 0.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4613c23aeb1
branches:  trunk
changeset: 528808:d4613c23aeb1
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed May 16 20:34:25 2007 +0000

description:
Initial import of p5-GD-SVG 0.28.

GD::SVG seamlessly enables the scalable vector graphics (SVG) output
from scripts written using GD.  It accomplishes this by translating GD
functions into SVG functions.

diffstat:

 graphics/p5-GD-SVG/DESCR    |   3 +++
 graphics/p5-GD-SVG/Makefile |  22 ++++++++++++++++++++++
 graphics/p5-GD-SVG/PLIST    |   1 +
 graphics/p5-GD-SVG/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 6abd41abf418 -r d4613c23aeb1 graphics/p5-GD-SVG/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-SVG/DESCR  Wed May 16 20:34:25 2007 +0000
@@ -0,0 +1,3 @@
+GD::SVG seamlessly enables the scalable vector graphics (SVG) output
+from scripts written using GD.  It accomplishes this by translating GD
+functions into SVG functions.
diff -r 6abd41abf418 -r d4613c23aeb1 graphics/p5-GD-SVG/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-SVG/Makefile       Wed May 16 20:34:25 2007 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $
+#
+
+DISTNAME=      GD-SVG-0.28
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    graphics perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
+
+MAINTAINER=    heinz%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/GD-SVG/
+COMMENT=       Enables SVG output from scripts written using GD
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=              p5-GD-[0-9]*:../../graphics/p5-GD
+DEPENDS+=              p5-SVG-[0-9]*:../../graphics/p5-SVG
+
+PERL5_PACKLIST=                auto/GD/SVG/.packlist
+USE_LANGUAGES=         # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6abd41abf418 -r d4613c23aeb1 graphics/p5-GD-SVG/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-SVG/PLIST  Wed May 16 20:34:25 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $
diff -r 6abd41abf418 -r d4613c23aeb1 graphics/p5-GD-SVG/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-GD-SVG/distinfo       Wed May 16 20:34:25 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $
+
+SHA1 (GD-SVG-0.28.tar.gz) = 71c2dd82fc03fffbc454cea1328767210c49389b
+RMD160 (GD-SVG-0.28.tar.gz) = fa74096403fa2e0f5a608172c22e24f1668c9275
+Size (GD-SVG-0.28.tar.gz) = 43955 bytes



Home | Main Index | Thread Index | Old Index