diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-10 00:21:21 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-10 00:21:21 +0000 |
commit | 51722414da350a323ebb63b9718e69758dd3580b (patch) | |
tree | 61ef4d6f55435cfa26a8d340f54ec7c372d569c8 /x11-toolkits/py-sexy | |
parent | 5948f0227a86f45e7576e30fdc19dea9f6b3cd1e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-sexy')
-rw-r--r-- | x11-toolkits/py-sexy/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/py-sexy/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/py-sexy/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/py-sexy/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-toolkits/py-sexy/Makefile b/x11-toolkits/py-sexy/Makefile new file mode 100644 index 000000000000..e3362ee32760 --- /dev/null +++ b/x11-toolkits/py-sexy/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: py-libsexy +# Date created: 09 December 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sexy +PORTVERSION= 0.1.8 +DISTVERSIONPREFIX= python- +CATEGORIES= x11-toolkits +MASTER_SITES= http://releases.chipx86.com/libsexy/sexy-python/ CSME +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Libsexy bindings for Python + +LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy + +USE_GNOME= pygtk2 pkgconfig +USE_PYTHON= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/py-sexy/distinfo b/x11-toolkits/py-sexy/distinfo new file mode 100644 index 000000000000..6766e302dde7 --- /dev/null +++ b/x11-toolkits/py-sexy/distinfo @@ -0,0 +1,3 @@ +MD5 (sexy-python-0.1.8.tar.gz) = 94273fc16a35123f1d3003f1080bf2c0 +SHA256 (sexy-python-0.1.8.tar.gz) = 5ccbd2d3c88db664cb10d6e6d274453f263a337ed4a16f577d859e3f4a22ce51 +SIZE (sexy-python-0.1.8.tar.gz) = 305364 diff --git a/x11-toolkits/py-sexy/pkg-descr b/x11-toolkits/py-sexy/pkg-descr new file mode 100644 index 000000000000..c1b030ee7986 --- /dev/null +++ b/x11-toolkits/py-sexy/pkg-descr @@ -0,0 +1,3 @@ +sexy-python is a set of Python bindings around libsexy + +WWW: http://www.chipx86.com/wiki/Libsexy diff --git a/x11-toolkits/py-sexy/pkg-plist b/x11-toolkits/py-sexy/pkg-plist new file mode 100644 index 000000000000..51598e4ae9d0 --- /dev/null +++ b/x11-toolkits/py-sexy/pkg-plist @@ -0,0 +1,7 @@ +%%PYTHON_SITELIBDIR%%/gtk-2.0/sexy.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/sexy.la +share/pygtk/2.0/defs/sexy.defs +@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 +@dirrmtry share/pygtk/2.0/defs +@dirrmtry share/pygtk/2.0 +@dirrmtry share/pygtk |