mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add ports x11-toolkits/py-sexy:
sexy-python is a set of Python bindings around libsexy WWW: http://www.chipx86.com/wiki/Libsexy
This commit is contained in:
parent
5948f0227a
commit
51722414da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179347
@ -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
|
||||
|
24
x11-toolkits/py-sexy/Makefile
Normal file
24
x11-toolkits/py-sexy/Makefile
Normal file
@ -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>
|
3
x11-toolkits/py-sexy/distinfo
Normal file
3
x11-toolkits/py-sexy/distinfo
Normal file
@ -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
|
3
x11-toolkits/py-sexy/pkg-descr
Normal file
3
x11-toolkits/py-sexy/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
sexy-python is a set of Python bindings around libsexy
|
||||
|
||||
WWW: http://www.chipx86.com/wiki/Libsexy
|
7
x11-toolkits/py-sexy/pkg-plist
Normal file
7
x11-toolkits/py-sexy/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user