the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fuse-zip
#Note that 0.2.9 appears to need a newer fuse than fink has.
#fuse-zip.cpp:657: error: 'struct fuse_operations' has no member named 'flag_nullpath_ok'
Version: 0.2.8
Revision: 1
Description: FUSE filesystem for zip archives
DescDetail: <<
fuse-zip is a FUSE file system to navigate, extract, create and modify
ZIP archives based in libzip implemented in C++.
With fuse-zip you really can work with ZIP archives as real directories.
Unlike KIO or Gnome VFS, it can be used in any application without
modifications.
Unlike other FUSE filesystems, only fuse-zip provides write support to ZIP
archives. Also, fuse-zip is faster that all known implementations on large
archives with many files.
<<
DescUsage: <<
fuse-zip
Example:
mkdir /Volumes/zip
fuse-zip azipfile.zip /Volumes/zip -ovolname="zip"
To unmount the archive use:
umount /Volumes/zip
Note: doesn't preserve extended attributes.
<<
Homepage: http://code.google.com/p/fuse-zip/
Maintainer: Daniel Johnson
License: LGPL
Source: http://%n.googlecode.com/files/%n-%v.tar.gz
Source-MD5: 6c285506d9f39aaf2e02db85dbb73089
Depends: fuse-shlibs (>= 2.0-1), libzip1-shlibs, libiconv
BuildDepends: fuse-dev (>= 2.0-1), libzip1, libiconv-dev, pkgconfig, fink (>= 0.24.12)
GCC: 4.0
CompileScript: make CXX='g++ -Os'
InstallScript: make install INSTALLPREFIX=%i
DocFiles: LICENSE