Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv19923

Added Files:
        fuse4x-dev.info fuse4x-kext.info 
Log Message:
fuse4x is a replacement for the dead macfuse project.

I tried osxfuse first but sshfs crashed after mount when using it.

--- NEW FILE: fuse4x-kext.info ---
Package: fuse4x-kext
Version: 0.8.13
Revision: 1
Source: https://github.com/fuse4x/kext/tarball/%n_0_8_13
Source-MD5: 2ec1196afbb34ffb2d621a8706598cf2
SourceRename: %n-%v.tar.gz
SourceDirectory: %n-c53f9f9

PatchScript: <<
sed -i.bak -e 's,/System/Library/Extensions,%p/lib/fuse4x,' common/fuse_param.h
<<
CompileScript: <<
#!/bin/sh -ev

cd ../fuse4x-kext-c53f9f9
xcodebuild ARCHS=x86_64 SYMROOT=build SHARED_PRECOMPS_DIR=build \
  MACOSX_DEPLOYMENT_TARGET=10.7 SDKROOT=macosx10.7 \
  -PBXBuildsContinueAfterErrors=0 -parallelizeTargets -alltargets 
-configuration Distribution
<<
InstallScript: <<
#!/bin/sh -ev
# TODO: figure out how to install this in /System/Library/Filesystems

mkdir -p %i/lib/fuse4x/
cp -R build/Distribution/fuse4x.kext %i/lib/fuse4x/
mkdir %i/lib/fuse4x/fuse4x.kext/Support
cp build/Distribution/load_fuse4x %i/lib/fuse4x/fuse4x.kext/Support/
<<
PreRmScript: /sbin/kextunload -q -b org.fuse4x.kext.fuse4x || true
PostInstScript: <<
chown -R root:wheel %p/lib/fuse4x/fuse4x.kext
<<
DocFiles: API.txt

Description: Fuse4x kernel extension
DescDetail: <<
Fuse4x allows you to extend Mac OS X's native file handling
capabilities via third-party file systems. Fuse4x is a successor to
MacFUSE, which has been used as a software building block by dozens of
products, but is no longer being maintained.

This is the kernel extension component of fuse4x.
<<
License: BSD
Homepage: http://fuse4x.org/
Maintainer: Brendan Cully <bren...@finkproject.org>

--- NEW FILE: fuse4x-dev.info ---
Package: fuse4x-dev
Version: 0.8.13
Revision: 1
BuildDependsOnly: true
Depends: pkgconfig
Source: https://github.com/fuse4x/fuse/tarball/fuse4x_0_8_13
Source-MD5: 275f9088322e18d0d7a49354254613b7
SourceRename: fuse4x-fuse-%v.tar.gz
SourceDirectory: fuse4x-fuse-794e796

PatchScript: <<
sed -i.bak -e 's,/System/Library/Extensions,%p/lib/fuse4x,' include/fuse_param.h
<<
CompileScript: <<
#!/bin/sh -ev

autoreconf -f -i -Wall,no-obsolete
./configure CFLAGS='-arch x86_64 -mmacosx-version-min=10.7' LDFLAGS='-arch 
x86_64' --disable-dependency-tracking --prefix=%p
make
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING COPYING.LIB FAQ NEWS README README.NFS 
doc/how-fuse-works

SplitOff: <<
  Package: fuse4x-shlibs
  Depends: fuse4x-kext (= %v-%r)
  DocFiles: <<
  <<
  Files: <<
    lib/libfuse4x.2.dylib
  <<
  Shlibs: <<
    %p/lib/libfuse4x.2.dylib 11.0.0 fuse4x-shlibs (>= 0.8.13-1)
  <<
  Description: fuse4x shared libraries
  DescDetail: <<
    These are the shared libraries required by fuse applications.
  <<
<<

Description: File System in User Space (fuse4x)
DescDetail: <<
Fuse4x allows you to extend Mac OS X's native file handling
capabilities via third-party file systems. Fuse4x is a successor to
MacFUSE, which has been used as a software building block by dozens of
products, but is no longer being maintained.

These are the fuse header and library files required for building FUSE
filesystems.
<<
License: BSD
Homepage: http://fuse4x.org/
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to