summaryrefslogtreecommitdiff
path: root/graphics/py-gimp
diff options
context:
space:
mode:
authordrochner <drochner>2002-02-18 11:57:17 +0000
committerdrochner <drochner>2002-02-18 11:57:17 +0000
commitfea390906ccef21e41d3d1b66e07957d1f2bbfdd (patch)
tree52fd096022ed74ea8cf02625b1f0668890ece785 /graphics/py-gimp
parent8a1e83f9af60529b25326dccce367dda1e98c594 (diff)
downloadpkgsrc-fea390906ccef21e41d3d1b66e07957d1f2bbfdd.tar.gz
initial import of pygimp-1.2: Python scripting for the GIMP
Diffstat (limited to 'graphics/py-gimp')
-rw-r--r--graphics/py-gimp/DESCR3
-rw-r--r--graphics/py-gimp/Makefile34
-rw-r--r--graphics/py-gimp/PLIST35
-rw-r--r--graphics/py-gimp/distinfo4
4 files changed, 76 insertions, 0 deletions
diff --git a/graphics/py-gimp/DESCR b/graphics/py-gimp/DESCR
new file mode 100644
index 00000000000..b3daaba8e84
--- /dev/null
+++ b/graphics/py-gimp/DESCR
@@ -0,0 +1,3 @@
+libgimp allowing the writing of plug-ins for Gimp. In this way, Gimp-Python is
+similar to Script-Fu, except that you can use the full set of Python extension
+modules from the plug-in.
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile
new file mode 100644
index 00000000000..05feaeacecb
--- /dev/null
+++ b/graphics/py-gimp/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/18 11:57:17 drochner Exp $
+#
+
+DISTNAME= pygimp-1.2
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.daa.com.au/pub/james/pygimp/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.daa.com.au/~james/pygimp/
+COMMENT= Python interface to the GIMP
+
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_BUILDLINK_ONLY= yes
+
+PYTHON_PATCH_SCRIPTS= plug-ins/clothify.py plug-ins/foggify.py
+PYTHON_PATCH_SCRIPTS+= plug-ins/gimpcons.py plug-ins/gtkcons.py
+PYTHON_PATCH_SCRIPTS+= plug-ins/pdbbrowse.py plug-ins/shadow_bevel.py
+PYTHON_PATCH_SCRIPTS+= plug-ins/sphere.py plug-ins/whirlpinch.py
+PY_PATCHPLIST= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pygimp
+ for i in ${WRKSRC}/doc/*.html; do \
+ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/pygimp; \
+ done
+
+.include "../../lang/python/application.buildlink.mk"
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../graphics/gimp-base/buildlink.mk"
+.include "../../x11/pygtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-gimp/PLIST b/graphics/py-gimp/PLIST
new file mode 100644
index 00000000000..9ad9c9bca1d
--- /dev/null
+++ b/graphics/py-gimp/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/18 11:57:17 drochner Exp $
+lib/gimp/1.2/plug-ins/clothify.py
+lib/gimp/1.2/plug-ins/foggify.py
+lib/gimp/1.2/plug-ins/gimpcons.py
+lib/gimp/1.2/plug-ins/gtkcons.py
+lib/gimp/1.2/plug-ins/pdbbrowse.py
+lib/gimp/1.2/plug-ins/shadow_bevel.py
+lib/gimp/1.2/plug-ins/sphere.py
+lib/gimp/1.2/plug-ins/whirlpinch.py
+${PYSITELIB}/gimpenums.py
+${PYSITELIB}/gimpenums.pyc
+${PYSITELIB}/gimpenums.pyo
+${PYSITELIB}/gimpfu.py
+${PYSITELIB}/gimpfu.pyc
+${PYSITELIB}/gimpfu.pyo
+${PYSITELIB}/gimpmodule.a
+${PYSITELIB}/gimpmodule.la
+${PYSITELIB}/gimpmodule.so
+${PYSITELIB}/gimpplugin.py
+${PYSITELIB}/gimpplugin.pyc
+${PYSITELIB}/gimpplugin.pyo
+${PYSITELIB}/gimpshelf.py
+${PYSITELIB}/gimpshelf.pyc
+${PYSITELIB}/gimpshelf.pyo
+${PYSITELIB}/gimpui.py
+${PYSITELIB}/gimpui.pyc
+${PYSITELIB}/gimpui.pyo
+share/doc/pygimp/end-note.html
+share/doc/pygimp/gimp-module-procedures.html
+share/doc/pygimp/gimp-objects.html
+share/doc/pygimp/procedural-database.html
+share/doc/pygimp/pygimp.html
+share/doc/pygimp/structure-of-plugin.html
+share/doc/pygimp/support-modules.html
+@dirrm share/doc/pygimp
diff --git a/graphics/py-gimp/distinfo b/graphics/py-gimp/distinfo
new file mode 100644
index 00000000000..15507ceb173
--- /dev/null
+++ b/graphics/py-gimp/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/02/18 11:57:17 drochner Exp $
+
+SHA1 (pygimp-1.2.tar.gz) = cadeb4530d40438ea909e71403523a2b849491ad
+Size (pygimp-1.2.tar.gz) = 191775 bytes