[35305] trunk/dports/fuse

sfiera at macports.org sfiera at macports.org
Mon Mar 24 16:38:37 PDT 2008


Revision: 35305
          http://trac.macosforge.org/projects/macports/changeset/35305
Author:   sfiera at macports.org
Date:     2008-03-24 16:38:37 -0700 (Mon, 24 Mar 2008)

Log Message:
-----------
python25 bindings for FUSE. Eridius, you're free to take maintainership if you'd prefer.

Added Paths:
-----------
    trunk/dports/fuse/fuse-bindings-python25/
    trunk/dports/fuse/fuse-bindings-python25/Portfile
    trunk/dports/fuse/fuse-bindings-python25/files/

Copied: trunk/dports/fuse/fuse-bindings-python25/Portfile (from rev 35295, trunk/dports/fuse/fuse-bindings-python/Portfile)
===================================================================
--- trunk/dports/fuse/fuse-bindings-python25/Portfile	                        (rev 0)
+++ trunk/dports/fuse/fuse-bindings-python25/Portfile	2008-03-24 23:38:37 UTC (rev 35305)
@@ -0,0 +1,37 @@
+# -*- mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name                fuse-bindings-python25
+version             0.2
+epoch               1184537785; # seconds since epoch according to `date +%s`
+categories          fuse python
+maintainers         sfiera openmaintainer
+description         Python 2.5 interface for FUSE
+long_description    $description
+homepage            http://fuse.sourceforge.net/wiki/index.php/FusePython
+platforms           darwin
+master_sites        sourceforge:fuse
+
+checksums           md5 68be744e71a42cd8a92905a49f346278 \
+                    sha1 f2be16b1b72bedd85a6db2f2aaf22862de903640
+distname            fuse-python-${version}
+extract.suffix      .tar.gz
+
+livecheck.distname      fuse-python
+
+depends_lib-append      port:libfuse port:pkgconfig
+
+platform darwin {
+    depends_run     port:fusefs
+    
+    patchfiles      patch-_fusemodule.c
+}
+
+post-destroot {
+    foreach item [glob -directory ${worksrcpath} example/*] {
+            file copy ${item} ${destroot}${prefix}/share/doc/${name}/examples/
+    }
+}

Copied: trunk/dports/fuse/fuse-bindings-python25/files (from rev 35295, trunk/dports/fuse/fuse-bindings-python/files)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080324/a5008955/attachment.html 


More information about the macports-changes mailing list