diff options
author | sat <sat@FreeBSD.org> | 2006-12-10 08:21:21 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-12-10 08:21:21 +0800 |
commit | f57963668bc58d1d6458fe3226b5134716eacd39 (patch) | |
tree | e0abada816ab6883f3cf4a50f10620f06ad8b408 /x11-toolkits | |
parent | 3e3818907f133f76c0691a72241bb0586744c0f5 (diff) | |
download | freebsd-ports-gnome-f57963668bc58d1d6458fe3226b5134716eacd39.tar.gz freebsd-ports-gnome-f57963668bc58d1d6458fe3226b5134716eacd39.tar.zst freebsd-ports-gnome-f57963668bc58d1d6458fe3226b5134716eacd39.zip |
Add ports x11-toolkits/py-sexy:
sexy-python is a set of Python bindings around libsexy
WWW: http://www.chipx86.com/wiki/Libsexy
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-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 |
5 files changed, 38 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a25afc65445a..71649f58d23a 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -181,6 +181,7 @@ SUBDIR += py-kde SUBDIR += py-kiwi SUBDIR += py-qt + SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py-tktreectrl SUBDIR += py-wax 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 |