Path to this page:
./
wip/fuse-zip,
FUSE file system to navigate, extract, create, and modify ZIP archives
Branch: CURRENT,
Version: 0.4.0nb1,
Package name: fuse-zip-0.4.0nb1,
Maintainer: pkgsrc-usersfuse-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.
Required to run:[
archivers/libzip]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 260a1b23d8a57225b561d74b714ab90f957b7a17
Filesize: 655.76 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2015-05-04 23:14:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for libzip shlib major bump.
|
2014-09-07 00:35:35 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Import fuse-zip-0.4.0 as wip/fuse-zip.
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.
TODO:
0.4 dumps core on mounting for me on NetBSD-7.99.1. -- wiz 20140907
|