diff options
author | obache <obache@pkgsrc.org> | 2013-07-15 02:20:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-07-15 02:20:54 +0000 |
commit | 6663d57b6dfc1e384556043ea46de86fec5646c6 (patch) | |
tree | 46ff5f0364cc0c2bf45e1cfeadd366b896c7ecad /graphics | |
parent | 2dadd133741312eed913c6cde8b624bb79370fc0 (diff) | |
download | pkgsrc-6663d57b6dfc1e384556043ea46de86fec5646c6.tar.gz |
Removed python clutter bindings, dead upstream.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/DESCR | 1 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/Makefile | 28 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/PLIST | 8 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/distinfo | 5 | ||||
-rw-r--r-- | graphics/py-clutter/DESCR | 2 | ||||
-rw-r--r-- | graphics/py-clutter/Makefile | 35 | ||||
-rw-r--r-- | graphics/py-clutter/PLIST | 75 | ||||
-rw-r--r-- | graphics/py-clutter/buildlink3.mk | 19 | ||||
-rw-r--r-- | graphics/py-clutter/distinfo | 7 | ||||
-rw-r--r-- | graphics/py-clutter/patches/patch-aa | 37 | ||||
-rw-r--r-- | graphics/py-clutter/patches/patch-ab | 18 |
12 files changed, 1 insertions, 238 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a5558ba37f1..f22a981498f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.656 2013/07/15 02:13:52 obache Exp $ +# $NetBSD: Makefile,v 1.657 2013/07/15 02:20:54 obache Exp $ # COMMENT= Graphics tools and libraries @@ -378,8 +378,6 @@ SUBDIR+= py-actdiag SUBDIR+= py-biggles SUBDIR+= py-blockdiag SUBDIR+= py-cairo -SUBDIR+= py-clutter -SUBDIR+= py-clutter-gtk SUBDIR+= py-gd SUBDIR+= py-gdchart SUBDIR+= py-gnuplot diff --git a/graphics/py-clutter-gtk/DESCR b/graphics/py-clutter-gtk/DESCR deleted file mode 100644 index 07b4c5d324a..00000000000 --- a/graphics/py-clutter-gtk/DESCR +++ /dev/null @@ -1 +0,0 @@ -This archive provides Python bindings for the clutter-gtk integration library. diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile deleted file mode 100644 index 4c42e71dc24..00000000000 --- a/graphics/py-clutter-gtk/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2013/06/06 12:54:33 wiz Exp $ -# - -DISTNAME= pyclutter-gtk-0.10.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} -PKGREVISION= 18 -CATEGORIES= graphics -MASTER_SITES= http://source.clutter-project.org/sources/pyclutter-gtk/0.10/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.clutter-project.org/ -COMMENT= Python modules for Clutter-Gtk -LICENSE= gnu-lgpl-v2.1 - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config - -PKGCONFIG_OVERRIDE+= pyclutter-gtk.pc.in - -PY_PATCHPLIST= yes - -BUILDLINK_API_DEPENDS.clutter-gtk+= clutter-gtk>=0.10.2 -.include "../../graphics/clutter-gtk/buildlink3.mk" -.include "../../graphics/py-clutter/buildlink3.mk" -.include "../../x11/py-gtk2/buildlink3.mk" -.include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-clutter-gtk/PLIST b/graphics/py-clutter-gtk/PLIST deleted file mode 100644 index 808da49d2c1..00000000000 --- a/graphics/py-clutter-gtk/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/11 06:12:59 obache Exp $ -lib/pkgconfig/pyclutter-gtk-0.10.pc -${PYSITELIB}/cluttergtk/__init__.py -${PYSITELIB}/cluttergtk/__init__.pyc -${PYSITELIB}/cluttergtk/__init__.pyo -${PYSITELIB}/cluttergtk/_cluttergtk.la -share/pyclutter/1.0/defs/cluttergtk-types.defs -share/pyclutter/1.0/defs/cluttergtk.defs diff --git a/graphics/py-clutter-gtk/distinfo b/graphics/py-clutter-gtk/distinfo deleted file mode 100644 index 2809cd3862c..00000000000 --- a/graphics/py-clutter-gtk/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/03/11 06:12:59 obache Exp $ - -SHA1 (pyclutter-gtk-0.10.0.tar.gz) = ebe7af54839ffdcc626fbcc4166cc48e809087a7 -RMD160 (pyclutter-gtk-0.10.0.tar.gz) = 924060e65c7f0d0c0bb613cb1f8132180df665c3 -Size (pyclutter-gtk-0.10.0.tar.gz) = 314949 bytes diff --git a/graphics/py-clutter/DESCR b/graphics/py-clutter/DESCR deleted file mode 100644 index ce442c498b9..00000000000 --- a/graphics/py-clutter/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This package contains the Python modules that allow you to use the -Clutter toolkit in Python programs. diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile deleted file mode 100644 index 39eef04974c..00000000000 --- a/graphics/py-clutter/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.36 2013/06/06 12:53:50 wiz Exp $ -# - -DISTNAME= pyclutter-1.0.2 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} -PKGREVISION= 18 -CATEGORIES= graphics -MASTER_SITES= http://source.clutter-project.org/sources/pyclutter/1.0/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.clutter-project.org/ -COMMENT= Python modules for Clutter toolkit -LICENSE= gnu-lgpl-v2.1 - -PREV_PKGPATH= graphics/py-pyclutter -SUPERSEDES= ${PYPKGPREFIX}-pyclutter-[0-9]* - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config - -PKGCONFIG_OVERRIDE+= pyclutter.pc.in - -PY_PATCHPLIST= yes - -PLIST_VARS+= x11 - -.include "../../graphics/clutter/buildlink3.mk" -.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11) -PLIST.x11= yes -.endif -.include "../../graphics/py-cairo/buildlink3.mk" -.include "../../x11/py-gtk2/buildlink3.mk" -.include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-clutter/PLIST b/graphics/py-clutter/PLIST deleted file mode 100644 index 6e6489edc65..00000000000 --- a/graphics/py-clutter/PLIST +++ /dev/null @@ -1,75 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2010/04/09 01:43:23 obache Exp $ -include/pyclutter-1.0/pyclutter/pyclutter.h -lib/pkgconfig/pyclutter-1.0.pc -${PYSITELIB}/clutter/__init__.py -${PYSITELIB}/clutter/__init__.pyc -${PYSITELIB}/clutter/__init__.pyo -${PYSITELIB}/clutter/_clutter.la -${PYSITELIB}/clutter/deprecation.py -${PYSITELIB}/clutter/deprecation.pyc -${PYSITELIB}/clutter/deprecation.pyo -${PLIST.x11}${PYSITELIB}/clutter/glx.la -${PYSITELIB}/clutter/keysyms.py -${PYSITELIB}/clutter/keysyms.pyc -${PYSITELIB}/clutter/keysyms.pyo -${PLIST.x11}${PYSITELIB}/clutter/x11.la -share/gtk-doc/html/pyclutter/ch01.html -share/gtk-doc/html/pyclutter/ch02.html -share/gtk-doc/html/pyclutter/ch03.html -share/gtk-doc/html/pyclutter/ch04.html -share/gtk-doc/html/pyclutter/class-clutteractor.html -share/gtk-doc/html/pyclutter/class-clutteractorbox.html -share/gtk-doc/html/pyclutter/class-clutteralpha.html -share/gtk-doc/html/pyclutter/class-clutterbehaviour.html -share/gtk-doc/html/pyclutter/class-clutterbehaviourdepth.html -share/gtk-doc/html/pyclutter/class-clutterbehaviourellipse.html -share/gtk-doc/html/pyclutter/class-clutterbehaviouropacity.html -share/gtk-doc/html/pyclutter/class-clutterbehaviourpath.html -share/gtk-doc/html/pyclutter/class-clutterbehaviourrotate.html -share/gtk-doc/html/pyclutter/class-clutterbehaviourscale.html -share/gtk-doc/html/pyclutter/class-clutterchildmeta.html -share/gtk-doc/html/pyclutter/class-clutterclonetexture.html -share/gtk-doc/html/pyclutter/class-cluttercolor.html -share/gtk-doc/html/pyclutter/class-cluttercontainer.html -share/gtk-doc/html/pyclutter/class-clutterevent.html -share/gtk-doc/html/pyclutter/class-cluttergeometry.html -share/gtk-doc/html/pyclutter/class-cluttergroup.html -share/gtk-doc/html/pyclutter/class-clutterknot.html -share/gtk-doc/html/pyclutter/class-clutterlistmodel.html -share/gtk-doc/html/pyclutter/class-cluttermedia.html -share/gtk-doc/html/pyclutter/class-cluttermodel.html -share/gtk-doc/html/pyclutter/class-cluttermodeliter.html -share/gtk-doc/html/pyclutter/class-clutterrectangle.html -share/gtk-doc/html/pyclutter/class-clutterscore.html -share/gtk-doc/html/pyclutter/class-clutterscript.html -share/gtk-doc/html/pyclutter/class-clutterscriptable.html -share/gtk-doc/html/pyclutter/class-cluttershader.html -share/gtk-doc/html/pyclutter/class-clutterstage.html -share/gtk-doc/html/pyclutter/class-cluttertext.html -share/gtk-doc/html/pyclutter/class-cluttertexture.html -share/gtk-doc/html/pyclutter/class-cluttertimeline.html -share/gtk-doc/html/pyclutter/class-cluttervertex.html -share/gtk-doc/html/pyclutter/index.html -share/gtk-doc/html/pyclutter/index.sgml -share/gtk-doc/html/pyclutter/pt01.html -share/gtk-doc/html/pyclutter/pt02.html -share/gtk-doc/html/pyclutter/pt03.html -share/gtk-doc/html/pyclutter/pt04.html -share/gtk-doc/html/pyclutter/pyclutter.devhelp -share/gtk-doc/html/pyclutter/style.css -share/pyclutter/1.0/defs/clutter-base-types.defs -share/pyclutter/1.0/defs/clutter-base.defs -share/pyclutter/1.0/defs/clutter-types.defs -share/pyclutter/1.0/defs/clutter.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterglx-base-types.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterglx-base.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterglx-types.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterglx.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterx11-base-types.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterx11-base.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterx11-types.defs -${PLIST.x11}share/pyclutter/1.0/defs/clutterx11.defs -share/pyclutter/1.0/defs/cogl-base-types.defs -share/pyclutter/1.0/defs/cogl-base.defs -share/pyclutter/1.0/defs/cogl-types.defs -share/pyclutter/1.0/defs/cogl.defs diff --git a/graphics/py-clutter/buildlink3.mk b/graphics/py-clutter/buildlink3.mk deleted file mode 100644 index 626dfdf1a64..00000000000 --- a/graphics/py-clutter/buildlink3.mk +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.22 2013/06/06 12:53:50 wiz Exp $ - -BUILDLINK_TREE+= py-clutter - -.if !defined(PY_CLUTTER_BUILDLINK3_MK) -PY_CLUTTER_BUILDLINK3_MK:= - -. include "../../lang/python/pyversion.mk" - -BUILDLINK_API_DEPENDS.py-clutter+= ${PYPKGPREFIX}-clutter>=1.0.0 -BUILDLINK_ABI_DEPENDS.py-clutter+= ${PYPKGPREFIX}-clutter>=1.0.2nb18 -BUILDLINK_PKGSRCDIR.py-clutter?= ../../graphics/py-clutter - -.include "../../graphics/clutter/buildlink3.mk" -.include "../../graphics/py-cairo/buildlink3.mk" -.include "../../x11/py-gtk2/buildlink3.mk" -.endif # PY_CLUTTER_BUILDLINK3_MK - -BUILDLINK_TREE+= -py-clutter diff --git a/graphics/py-clutter/distinfo b/graphics/py-clutter/distinfo deleted file mode 100644 index 6a9a65d4e30..00000000000 --- a/graphics/py-clutter/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.5 2010/12/03 05:43:23 obache Exp $ - -SHA1 (pyclutter-1.0.2.tar.gz) = c3a7abed60798a97e993773791c9b11c85bf0513 -RMD160 (pyclutter-1.0.2.tar.gz) = 0e48bb8c53c78397dc9943bf0cba966002d70cea -Size (pyclutter-1.0.2.tar.gz) = 628308 bytes -SHA1 (patch-aa) = c606bda8c6caa402f595fe57140c081919354d54 -SHA1 (patch-ab) = dfdc43f7221662d4f3f0cf482e5e54ace4fbaa95 diff --git a/graphics/py-clutter/patches/patch-aa b/graphics/py-clutter/patches/patch-aa deleted file mode 100644 index df2c18d2787..00000000000 --- a/graphics/py-clutter/patches/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2010/12/03 05:42:53 obache Exp $ - -for clutter-1.4 - ---- clutter/cogl-base-types.defs.orig 2009-09-21 10:28:36.000000000 +0000 -+++ clutter/cogl-base-types.defs -@@ -7,30 +7,6 @@ - (gtype-id "COGL_PANGO_TYPE_FONT_MAP") - ) - --(define-flags DebugFlags -- (in-module "Cogl") -- (c-name "CoglDebugFlags") -- (gtype-id "COGL_TYPE_DEBUG_FLAGS") -- (values -- '("misc" "COGL_DEBUG_MISC") -- '("texture" "COGL_DEBUG_TEXTURE") -- '("material" "COGL_DEBUG_MATERIAL") -- '("shader" "COGL_DEBUG_SHADER") -- '("offscreen" "COGL_DEBUG_OFFSCREEN") -- '("draw" "COGL_DEBUG_DRAW") -- '("pango" "COGL_DEBUG_PANGO") -- '("rectangles" "COGL_DEBUG_RECTANGLES") -- '("handle" "COGL_DEBUG_HANDLE") -- '("blend-strings" "COGL_DEBUG_BLEND_STRINGS") -- '("disable-batching" "COGL_DEBUG_DISABLE_BATCHING") -- '("force-client-side-matrices" "COGL_DEBUG_FORCE_CLIENT_SIDE_MATRICES") -- '("disable-vbos" "COGL_DEBUG_DISABLE_VBOS") -- '("journal" "COGL_DEBUG_JOURNAL") -- '("batching" "COGL_DEBUG_BATCHING") -- '("disable-software-transform" "COGL_DEBUG_DISABLE_SOFTWARE_TRANSFORM") -- ) --) -- - (define-flags BufferBit - (in-module "Cogl") - (c-name "CoglBufferBit") diff --git a/graphics/py-clutter/patches/patch-ab b/graphics/py-clutter/patches/patch-ab deleted file mode 100644 index a5e9396ca56..00000000000 --- a/graphics/py-clutter/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2010/12/03 05:42:53 obache Exp $ - -for clutter-1.4 - ---- clutter/cogl-base.defs.orig 2010-03-30 17:25:33.000000000 +0000 -+++ clutter/cogl-base.defs -@@ -189,11 +189,6 @@ - - ;; From cogl-enum-types.h - --(define-function debug_flags_get_type -- (c-name "cogl_debug_flags_get_type") -- (return-type "GType") --) -- - (define-function material_filter_get_type - (c-name "cogl_material_filter_get_type") - (return-type "GType") |