summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-22 19:45:00 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-22 19:45:00 +0000
commit27bf94e0186d62402a3a1dfb7e8f7e2442466483 (patch)
tree3bfc95f337d975848d57a3e5499776966b65fc70
parent- Add more OPTIONS (allow building without X11 and without game). (diff)
Add port devel/py-fusefs:
FUSE Python bindings WWW: http://fuse.sourceforge.net/wiki/index.php/FusePython
Notes
Notes: svn path=/head/; revision=168502
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-fusefs/Makefile27
-rw-r--r--devel/py-fusefs/distinfo3
-rw-r--r--devel/py-fusefs/pkg-descr3
-rw-r--r--devel/py-fusefs/pkg-plist14
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index decf75704a0c..1246b722ecd9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1587,6 +1587,7 @@
SUBDIR += py-flakes
SUBDIR += py-fortran
SUBDIR += py-freebsd
+ SUBDIR += py-fusefs
SUBDIR += py-game
SUBDIR += py-gamin
SUBDIR += py-getargs
diff --git a/devel/py-fusefs/Makefile b/devel/py-fusefs/Makefile
new file mode 100644
index 000000000000..28b4066e2044
--- /dev/null
+++ b/devel/py-fusefs/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: py-fusefs
+# Date created: 22 July 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fusefs
+DISTVERSION= 0.2pre1-20060720
+CATEGORIES= audio
+MASTER_SITES= http://bsd1.csme.ru/myports/ \
+ http://bsd2.csme.ru/myports/ \
+ http://bsd3.csme.ru/myports/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= fuse-python-${DISTVERSION}
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= FUSE Python bindings
+
+LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
+
+USE_BZIP2= yes
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+USE_GNOME= pkgconfig
+
+.include <bsd.port.mk>
diff --git a/devel/py-fusefs/distinfo b/devel/py-fusefs/distinfo
new file mode 100644
index 000000000000..2bfb77cae020
--- /dev/null
+++ b/devel/py-fusefs/distinfo
@@ -0,0 +1,3 @@
+MD5 (fuse-python-0.2pre1-20060720.tar.bz2) = 65bd4c7f51fbbc18fc481ae4bc71f519
+SHA256 (fuse-python-0.2pre1-20060720.tar.bz2) = 613e3fc111cf86e58efcc05da5ce9239ec0014c85d6e367643b1b171f92d6445
+SIZE (fuse-python-0.2pre1-20060720.tar.bz2) = 34199
diff --git a/devel/py-fusefs/pkg-descr b/devel/py-fusefs/pkg-descr
new file mode 100644
index 000000000000..d97d7674c323
--- /dev/null
+++ b/devel/py-fusefs/pkg-descr
@@ -0,0 +1,3 @@
+FUSE Python bindings
+
+WWW: http://fuse.sourceforge.net/wiki/index.php/FusePython
diff --git a/devel/py-fusefs/pkg-plist b/devel/py-fusefs/pkg-plist
new file mode 100644
index 000000000000..0dd059a75de1
--- /dev/null
+++ b/devel/py-fusefs/pkg-plist
@@ -0,0 +1,14 @@
+%%PYTHON_SITELIBDIR%%/fuse.py
+%%PYTHON_SITELIBDIR%%/fuse.pyc
+%%PYTHON_SITELIBDIR%%/fuse.pyo
+%%PYTHON_SITELIBDIR%%/fuseparts/__init__.py
+%%PYTHON_SITELIBDIR%%/fuseparts/__init__.pyc
+%%PYTHON_SITELIBDIR%%/fuseparts/__init__.pyo
+%%PYTHON_SITELIBDIR%%/fuseparts/setcompatwrap.py
+%%PYTHON_SITELIBDIR%%/fuseparts/setcompatwrap.pyc
+%%PYTHON_SITELIBDIR%%/fuseparts/setcompatwrap.pyo
+%%PYTHON_SITELIBDIR%%/fuseparts/subbedopts.py
+%%PYTHON_SITELIBDIR%%/fuseparts/subbedopts.pyc
+%%PYTHON_SITELIBDIR%%/fuseparts/subbedopts.pyo
+%%PYTHON_SITELIBDIR%%/fuseparts/_fusemodule.so
+@dirrm %%PYTHON_SITELIBDIR%%/fuseparts