pkgsrc/archivers
wiz c4dcb89f11 Update to 3.0, add dependency on bzip2. New features in 3.0:
- Large files.  Support for files and archives greater than 2 GB using
  large file I/O and the Zip64 extensions.  Also can now have more
  than 64K entries in an archive.

- Split archives.  Zip now supports split archives, zip archives
  split into a set of files that can then be stored on removable media
  for instance.

- Unicode.  If Unicode support is enabled and supported on the system
  Zip is run on, Zip now can read paths not in the current character
  set and store those paths in portable UTF-8 format.  These Unicode
  paths can then be used to partially or fully recreate the paths on
  other systems depending on the character set support provided by
  the unzip on the receiving system.  In particular, this allows
  portability of paths between Windows and Unix.  Unicode comments
  are also supported on systems where UTF-8 is the current character
  set.  Unicode comment support for other systems is expected in
  Zip 3.1.

- New command line parser.  This new parser allows for command line
  permuting, where options can appear almost anywhere on the command
  line.  This allows adding options to the end of the command line,
  for instance.  It also supports long options, allowing for
  more readable command lines, and also allows lists for the -x
  exclude and -i include options to appear not just at the end of
  the command line.  And some bugs in command line processing in
  Zip 2.32 have been fixed.

- Unix 32-bit UIDs/GIDs.  Now UIDs/GIDs larger than 16 bits are
  supported, but UnZip 6.0 is needed to restore these larger
  UIDs/GIDs.  If Zip detects that the current system does not use
  16-bit UIDs/GIDs, the old 16-bit UID/GID storage is not used
  as putting 32-bit UIDs/GIDs into 16-bit fields can cause
  problems.

- New modes.  Additional archive modes have been added, including a
  difference mode for supporting incremental backups, a file sync
  mode for synchronizing an existing archive with the current file
  system (which can be much faster than creating a new archive), and
  a copy mode that allows copying entries from one archive to another.

- Compression using bzip2.  Now can add bzip2 compression as a
  compression option in Zip.  bzip2 compression can result in much
  more compact entries in some cases, but the user should verify
  that bzip2 is supported on the target unzip before using this new
  compression choice.

- New Windows dll.  The Windows dll has been updated to support the
  new Zip64 large file and larger number of entries limits.  This
  new dll is not backward compatible with the Zip 2.32 dll, as the
  arguments to the dll have been updated to support the added
  capabilities, but modifying existing programs to use the new dll
  should be simple.  See the included Visual Basic example project
  for details.

- Better streaming and piping.  Zip now has better support of
  streaming and piping and handles Unix FIFOs (named pipes) better.

- Gobs of new progress information.  Zip can now output progress
  information, such as how many entries processed and to go, how
  many bytes processed and to go, and adjustable size progress
  dots.  If the initial file scan takes longer than about 5
  seconds, Zip now outputs dots during the scan to avoid a long
  period of quiet.  Zip can also now generate log files.

- Updated archive fixing.  The archive fixing capability is
  slightly improved, and now can fix split archives.

- Windows Archive bit support.  The Windows archive bit is now
  supported, though the new difference mode is probably more
  reliable than relying on the Windows archive bit for creating
  incremental backups.

- File lists.  Zip can list the files that would be added to an
  archive as well as the files in an existing archive.

- Extended help.  A new extended help option lists a very terse
  summary of the major features of Zip and how to use them.

- Many bug fixes.
2009-08-26 22:33:15 +00:00
..
9e Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
advancecomp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
afio Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
arc Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
archangel agc's homepage is most of the time offline. disable master site. fetch from backup. 2009-05-02 13:22:35 +00:00
arj Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
bicom Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
bsdtar Fixed some pkglint warnings. 2009-07-17 04:47:27 +00:00
bunzip Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
bzip2 Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
cabextract NEW HOMEPAGE and MASTER_SITES. 2008-06-15 16:13:09 +00:00
dact Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
dar Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
fastjar DESTDIR support. 2007-11-08 18:30:05 +00:00
fcrackzip Actually add patch-aa. Www, permission problems. 2009-08-08 22:17:43 +00:00
file-roller bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
freeze DESTDIR support. 2009-02-09 23:53:00 +00:00
gcpio Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gsharutils DESTDIR support. 2009-02-09 23:53:00 +00:00
gtar Update to 1.22: 2009-08-16 13:53:32 +00:00
gtar-base Update to 1.22: 2009-08-16 13:53:32 +00:00
gtar-info Update to 1.22: 2009-08-16 13:53:32 +00:00
gzip Fix zgrep -h. PR 37528 from Rob Quinn. 2008-09-07 08:02:27 +00:00
gzrecover Update to 0.5: 2008-04-24 21:19:31 +00:00
ha Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
hpack Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
jamjar Fixed some pkglint warnings. 2009-07-17 04:47:27 +00:00
lbrate Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
lcab update master site 2009-05-22 18:25:20 +00:00
lha Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
libarchive Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
libcomprex Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
liblzo Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libzip Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
lzip Initial import of lzip-1.7: 2009-07-15 08:36:48 +00:00
lzma lzma and xz-utils conflict as well. 2009-06-08 14:02:50 +00:00
lzma-utils Conflict with new xz-utils package. 2009-06-08 14:01:58 +00:00
lzmalib Marked as CONFLICT each other, both package contains lib/liblzma.{a,so}. 2009-08-23 09:23:28 +00:00
lzo Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
lzop Mark as destdir ready. 2008-07-14 12:55:56 +00:00
macutil Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
makeself Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
mousetar Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
mscompress Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
nomarch Update nomarch to 1.4. 2008-06-01 14:28:37 +00:00
nulib2 Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
ocaml-zip Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
p5-Archive-Any Import p5-Archive-Any version 0.0932. 2008-10-30 22:39:06 +00:00
p5-Archive-Tar pkgsrc changes: 2009-06-15 19:06:07 +00:00
p5-Archive-Zip pkgsrc changes: 2009-07-07 19:10:05 +00:00
p5-Compress-Bzip2 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Compress-LZMA-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p7zip Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
par2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pax getline -> get_line 2009-08-06 13:54:03 +00:00
pbzip2 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
pdbar Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-bz2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-zip Update php-zip from version 1.0 to version 1.8.10. This appears to be the 2009-08-12 02:38:24 +00:00
php-zlib Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pigz Updated to 2.1.5. Added license. 2009-08-11 23:09:27 +00:00
ppmd Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
ppunpack Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
rar Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
rox-archive Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
ruby-archive-tar-minitar Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
ruby-zip Don't create documentation diectory 2009-06-14 18:03:11 +00:00
rzip DESTDIR support. 2009-02-09 23:30:07 +00:00
sapcar Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
sarab Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
squsq Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
star DESTDIR support. 2009-02-09 23:53:00 +00:00
szip Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
torrentzip Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
unace Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
unace-bin Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
unalz Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
unarj Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
undms Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
unlzx Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
unrar update to 3.9.5 2009-08-15 15:30:06 +00:00
unshield Add a buildlink3.mk file for wip/synce-kde and wip/synce-orange. 2009-03-28 15:47:12 +00:00
unzip fcrackzip was changed and does not conflict any longer. Adapt pattern. 2009-08-08 16:01:31 +00:00
unzoo Mechanical changes to add full DESTDIR support to packages that install 2008-03-02 03:48:36 +00:00
upx Removed unnecessary :Q operators. 2008-11-18 21:07:30 +00:00
xbin Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xmill Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
xpk remove master site www.engergyhq.es.eu.org. Doesn't resolve anymore. 2009-08-11 22:03:39 +00:00
xz Marked as CONFLICT each other, both package contains lib/liblzma.{a,so}. 2009-08-23 09:23:28 +00:00
zip Update to 3.0, add dependency on bzip2. New features in 3.0: 2009-08-26 22:33:15 +00:00
zip1 Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
zoo Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
zziplib Set BUILDLINK_ABI_DEPENDS.zziplib because of major number change. 2009-07-26 21:13:35 +00:00
Makefile + lzip. 2009-07-15 08:37:45 +00:00