summaryrefslogtreecommitdiff
path: root/filesystems/py-fuse-bindings/DESCR
diff options
context:
space:
mode:
authoragc <agc>2007-05-04 19:51:52 +0000
committeragc <agc>2007-05-04 19:51:52 +0000
commit13596de368414f3a797fed736f6b715c3baa8902 (patch)
tree3eb61293138caa82ef1756d89682b3174ce467bb /filesystems/py-fuse-bindings/DESCR
parent8b22c18eb135bd641cba1be57b79666989bf87d4 (diff)
downloadpkgsrc-13596de368414f3a797fed736f6b715c3baa8902.tar.gz
Initial import of python bindings (version 0.2pre1) for fuse and
refuse into the Packages Collection. Python bindings for the FUSE and refuse interfaces. FUSE allows file sytsem operations to take place at user level, rather than in the kernel. Refuse is a BSD-licensed re-implementation of fuse, running on top of the puffs functionality. This package provides a python language interface to the FUSE interface. To achieve backwards compatibility with previous versions of the fuse bindings for python, set the environment variable FUSE_PYTHON_COMPAT=0.1
Diffstat (limited to 'filesystems/py-fuse-bindings/DESCR')
-rw-r--r--filesystems/py-fuse-bindings/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/py-fuse-bindings/DESCR b/filesystems/py-fuse-bindings/DESCR
new file mode 100644
index 00000000000..301c9dc049f
--- /dev/null
+++ b/filesystems/py-fuse-bindings/DESCR
@@ -0,0 +1,11 @@
+Python bindings for the FUSE and refuse interfaces.
+
+FUSE allows file sytsem operations to take place at user level, rather
+than in the kernel. Refuse is a BSD-licensed re-implementation of
+fuse, running on top of the puffs functionality. This package
+provides a python language interface to the FUSE interface.
+
+To achieve backwards compatibility with previous versions of the fuse
+bindings for python, set the environment variable
+
+ FUSE_PYTHON_COMPAT=0.1