Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv3121

Added Files:
        procfs-10.5.info spotlightfs-10.5.info 
Log Message:
New upstream version.

--- NEW FILE: procfs-10.5.info ---
Package: procfs
Version: 1.70
Revision: 1
Distribution: 10.5

Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
Source-MD5: 974e32e0524889bf4a03b7d6d38be27d

BuildDepends: <<
        fuse-dev (>= 1.1-1),
        pcre (>= 7.0-1001),
        system-sdk-10.5
<<
Depends: <<
        daemonic,
        fuse-shlibs (>= 1.1-1),
        macosx (>= 10.5.0-1),
        pcre-shlibs (>= 7.0-1001)
<<

PatchScript: <<
        perl -pi -e 's,/usr/local,%p,g; s,make,make CFLAGS="" CPPFLAGS="",' 
Makefile
<<

GCC: 4.0

CompileScript: <<
        make CPPFLAGS='-I%p -D_FILE_OFFSET_BITS=64 -D__FreeBSD__=10 -O -g 
-isysroot /Developer/SDKs/MacOSX10.5.sdk' \
             PCRECPP_LDFLAGS='-L%p -lpcrecpp -lpcre'
<<

InstallScript: <<
        /usr/sbin/chown root:wheel procfs
        /bin/chmod u+s procfs
        /bin/mkdir -p %i/bin
        /bin/mv procfs %i/bin/procfs
<<

PreInstScript: <<
        echo 'Unmounting /proc in case you are upgrading from an old version.'
        { [ -x %p/bin/procfs -a -d /proc ] && /sbin/umount /proc ; } || true
<<

PreRmScript: <<
        if [ $1 != "upgrade" ]; then
                echo 'Unmounting /proc.'
                { [ -x %p/bin/procfs -a -d /proc ] && /sbin/umount /proc ; } || 
true

                daemonic remove %N
        fi
<<

DocFiles: COPYING README

DaemonicName: %N
DaemonicFile: <<
        <service>
                <description>procfs FUSE file system</description>
                <message>procfs</message>
                
                <daemon name="%N">
                        <prerun>
                                if [ ! -d "/proc" ]; then
                                        /bin/mkdir /proc
                                        /usr/sbin/chown root:wheel /proc
                                fi
                        </prerun>
                        <executable background="true">%p/bin/procfs</executable>
                        <parameters>-f /proc</parameters>
                </daemon>
        </service>
<<

Description: FUSE /proc filesystem
DescDetail: <<
Procfs is a filesystem for accessing process info and hardware through file
access commands. It approximates the /proc hierarchy found in Linux and other
UNIXes.
<<
DescUsage: <<
To create /proc:

        sudo mkdir /proc
        sudo chown root:wheel /proc
        procfs -f /proc &

To check if /proc is mounted, type
        mount
and you should see
        procfs on /proc (read-only, synchronous)
in the list.

You can also start procfs at boot time with:
        sudo daemonic enable procfs
        
The startup item will be removed and
/proc unmounted when the package is removed.
<<

License: GPL
Homepage: http://osxbook.com/book/bonus/chapter11/procfs/
Maintainer: Daniel Johnson <[EMAIL PROTECTED]>

--- NEW FILE: spotlightfs-10.5.info ---
Package: spotlightfs
Epoch: 1
Version: 0.1.1
Revision: 1
Distribution: 10.5

Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
Source-MD5: e10e08d154712a91744b1999aa8dfc3b
SourceDirectory: filesystems-objc

BuildDepends: <<
        fuse-dev
<<
Depends: <<
        fuse-shlibs,
        macosx (>= 10.5.0-1)
<<

PatchScript: <<
        perl -pi -e 's,/usr/local,%p,g' 
SpotlightFS/SpotlightFS.xcodeproj/project.pbxproj
<<

CompileScript: <<
        #!/bin/sh -ev
        if test "%m" = "powerpc"; then ARCHS=ppc; else ARCHS=i386; fi
        cd SpotlightFS
        xcodebuild -target SpotlightFS SDKROOT= ARCHS=$ARCHS
<<

InstallScript: echo "No InstallScript."

AppBundles: SpotlightFS/build/Release/SpotlightFS.app

DocFiles: COPYING

Description: FUSE Spotlight filesystem
DescDetail: <<
SpotlightFS is a MacFUSE file system that creates true smart folders,
where the folders' contents are dynamically generated by querying Spotlight.
<<
DescUsage: <<
Just run %p/Applications/SpotlightFS.app to start.
<<

License: BSD
Homepage: http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SPOTLIGHTFS
Maintainer: Daniel Johnson <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to