pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-gdmodule Import py27-gdmodule-0.58 as grap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37373bb134a3
branches:  trunk
changeset: 629294:37373bb134a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 17:14:02 2014 +0000

description:
Import py27-gdmodule-0.58 as graphics/py-gdmodule.

GD module is an interface to the GD library written by Thomas Bouttel.

        "It allows your code to quickly draw images complete with lines,
        arcs, text, multiple colors, cut and paste from other images, and
        flood fills, and write out the result as a .PNG file. This is
        particularly useful in World Wide Web applications, where .PNG is
        the unencumbered format used for inline images."

It has been extended in some ways from the original GD library.

diffstat:

 graphics/py-gdmodule/DESCR    |   9 +++++++++
 graphics/py-gdmodule/Makefile |  24 ++++++++++++++++++++++++
 graphics/py-gdmodule/PLIST    |   6 ++++++
 graphics/py-gdmodule/distinfo |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r aaac7eaf2bea -r 37373bb134a3 graphics/py-gdmodule/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-gdmodule/DESCR        Sun Jan 19 17:14:02 2014 +0000
@@ -0,0 +1,9 @@
+GD module is an interface to the GD library written by Thomas Bouttel.
+
+       "It allows your code to quickly draw images complete with lines,
+       arcs, text, multiple colors, cut and paste from other images, and
+       flood fills, and write out the result as a .PNG file. This is
+       particularly useful in World Wide Web applications, where .PNG is
+       the unencumbered format used for inline images."
+
+It has been extended in some ways from the original GD library.
diff -r aaac7eaf2bea -r 37373bb134a3 graphics/py-gdmodule/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-gdmodule/Makefile     Sun Jan 19 17:14:02 2014 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2014/01/19 17:14:02 wiz Exp $
+
+DISTNAME=      v0.58
+PKGNAME=       ${PYPKGPREFIX}-gdmodule-${DISTNAME:S/v//}
+CATEGORIES=    graphics python
+MASTER_SITES=  https://github.com/Solomoriah/gdmodule/archive/
+
+MAINTAINER=    darcy%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Solomoriah/gdmodule
+COMMENT=       Python interface to gd graphics library
+LICENSE=       original-bsd
+
+DIST_SUBDIR=   py-gd
+WRKSRC=                ${WRKDIR}/gdmodule-${DISTNAME:S/v//}
+
+EGG_NAME=      gdmodule-${DISTNAME:S/v//}
+
+PYSETUP=       Setup.py
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.58
+
+BUILDLINK_API_DEPENDS.gd+=     gd>=2.0.23
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aaac7eaf2bea -r 37373bb134a3 graphics/py-gdmodule/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-gdmodule/PLIST        Sun Jan 19 17:14:02 2014 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/19 17:14:02 wiz Exp $
+${PYSITELIB}/_gd.so
+${PYSITELIB}/gd.py
+${PYSITELIB}/gd.pyc
+${PYSITELIB}/gd.pyo
+${PYSITELIB}/${EGG_FILE}
diff -r aaac7eaf2bea -r 37373bb134a3 graphics/py-gdmodule/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-gdmodule/distinfo     Sun Jan 19 17:14:02 2014 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2014/01/19 17:14:02 wiz Exp $
+
+SHA1 (py-gd/v0.58.tar.gz) = 99513a36e601b983aba268860e09c205a6c54b9a
+RMD160 (py-gd/v0.58.tar.gz) = 014aeb3f1e417cf168e43c4f8b75d2269e073311
+Size (py-gd/v0.58.tar.gz) = 76670 bytes
+SHA1 (patch-aa) = 2349484cc6a150e2feef9b51eb9d481dc24410db



Home | Main Index | Thread Index | Old Index