[23811] trunk/dports/fuse

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 22:49:40 PDT 2007


Revision: 23811
          http://trac.macosforge.org/projects/macports/changeset/23811
Author:   eridius at macports.org
Date:     2007-04-09 22:49:40 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
NEW: spotlightfs-0.1.0

Added Paths:
-----------
    trunk/dports/fuse/spotlightfs/
    trunk/dports/fuse/spotlightfs/Portfile

Added: trunk/dports/fuse/spotlightfs/Portfile
===================================================================
--- trunk/dports/fuse/spotlightfs/Portfile	                        (rev 0)
+++ trunk/dports/fuse/spotlightfs/Portfile	2007-04-10 05:49:40 UTC (rev 23811)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+
+name                spotlightfs
+version             0.1.0
+categories          fuse
+platforms           macosx
+maintainers         eridius at macports.org
+description         The Spotlight File System for MacFUSE
+long_description    SpotlightFS is a MacFUSE file system that creates true \
+                    smart folders, where the folders' contents are dynamically \
+                    generated by querying Spotlight. This differs from Finder's \
+                    version of smart folders, which are really plist files with \
+                    a .savedSearch file extension. Since SpotlightFS smart folders \
+                    are true folders, they can be used from anywhere--including the command line.
+
+homepage            http://code.google.com/p/macfuse/
+
+master_sites        macports:eridius
+distfiles           SpotlightFS-${version}.tar.bz2 FUSEObjC-0.2.4.tar.bz2
+worksrcdir          SpotlightFS
+checksums           SpotlightFS-${version}.tar.bz2 md5 102e6196d635ee87521e8b586844a77c \
+                                                   sha1 e10322f6ea526b878d0b8ac21c51e1246f645959 \
+                    FUSEObjC-0.2.4.tar.bz2 md5 e107bde803d815e51f4d37a112fd7ea6 \
+                                           sha1 0626657bd71fcb94bca4c47cbf7e18ba764e57b2
+
+use_bzip2           yes
+
+depends_build       port:libfuse
+
+xcode.target            SpotlightFS
+xcode.configuration     Release
+xcode.build.settings    LIBRARY_SEARCH_PATHS='/opt/local/lib /usr/local/lib' \
+                        HEADER_SEARCH_PATHS='/opt/local/include /usr/local/include'
+xcode.destroot.settings LIBRARY_SEARCH_PATHS='/opt/local/lib /usr/local/lib' \
+                        HEADER_SEARCH_PATHS='/opt/local/include /usr/local/include'
+platform i386 {
+    xcode.build.settings-append ARCHS='i386'
+    xcode.destroot.settings-append ARCHS='i386'
+}
+
+platform powerpc {
+    xcode.build.settings-append ARCHS='ppc'
+    xcode.destroot.settings-append ARCHS='i386'
+}


Property changes on: trunk/dports/fuse/spotlightfs/Portfile
___________________________________________________________________
Name: svn:keywords
   + id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list