pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-clutter Import py-clutter-0.8.2 as graphic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cd42c90a0b2
branches:  trunk
changeset: 551384:8cd42c90a0b2
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Dec 14 15:50:21 2008 +0000

description:
Import py-clutter-0.8.2 as graphics/py-clutter.

This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.

diffstat:

 graphics/py-clutter/DESCR    |   2 ++
 graphics/py-clutter/Makefile |  33 +++++++++++++++++++++++++++++++++
 graphics/py-clutter/PLIST    |  27 +++++++++++++++++++++++++++
 graphics/py-clutter/distinfo |   5 +++++
 4 files changed, 67 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r c14589551bed -r 8cd42c90a0b2 graphics/py-clutter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-clutter/DESCR Sun Dec 14 15:50:21 2008 +0000
@@ -0,0 +1,2 @@
+This package contains the Python modules that allow you to use the
+Clutter toolkit in Python programs.
diff -r c14589551bed -r 8cd42c90a0b2 graphics/py-clutter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-clutter/Makefile      Sun Dec 14 15:50:21 2008 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $
+#
+
+DISTNAME=      pyclutter-0.8.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    graphics
+MASTER_SITES=  http://www.clutter-project.org/sources/pyclutter/0.8/
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://www.clutter-project.org/
+COMMENT=       Python modules for Clutter toolkit
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
+
+PKGCONFIG_OVERRIDE+=   pyclutter.pc.in
+
+PY_PATCHPLIST= yes
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.clutter+=        clutter>=0.8.4
+.include "../../graphics/clutter/buildlink3.mk"
+.include "../../graphics/py-cairo/buildlink3.mk"
+.include "../../devel/py-gobject/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c14589551bed -r 8cd42c90a0b2 graphics/py-clutter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-clutter/PLIST Sun Dec 14 15:50:21 2008 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $
+include/pyclutter-1.0/pyclutter/pyclutter.h
+lib/pkgconfig/pyclutter-0.8.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
+${PYSITELIB}/clutter/keysyms.py
+${PYSITELIB}/clutter/keysyms.pyc
+${PYSITELIB}/clutter/keysyms.pyo
+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
+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
+@dirrm share/pyclutter/1.0/defs
+@dirrm share/pyclutter/1.0
+@dirrm share/pyclutter
+@dirrm ${PYSITELIB}/clutter
+@dirrm include/pyclutter-1.0/pyclutter
+@dirrm include/pyclutter-1.0
diff -r c14589551bed -r 8cd42c90a0b2 graphics/py-clutter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-clutter/distinfo      Sun Dec 14 15:50:21 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/14 15:50:21 obache Exp $
+
+SHA1 (pyclutter-0.8.2.tar.gz) = d9b5ac3d1cd40e94932d67319a995f7f9ca1fd98
+RMD160 (pyclutter-0.8.2.tar.gz) = d62b4df0696748ac002a47505f3efc9bf0d3c238
+Size (pyclutter-0.8.2.tar.gz) = 552778 bytes



Home | Main Index | Thread Index | Old Index