pkgsrc/archivers
wiz dacb527287 Update to 1.22:
version 1.22 - Sergey Poznyakoff, 2009-03-05

* Support for xz compression

Tar uses xz for compression if one of the following conditions is met:

 1. The option --xz or -J (see below) is used.
 2. The xz binary is set as compressor using --use-compress-program option.
 3. The file name of the archive being created ends in `.xz' and
 auto-compress option (-a) is used.

Xz is used for decompression if one of the following conditions is met:

 1. The option --xz or -J is used.
 2. The xz binary is set as compressor using --use-compress-program option.
 3. The file is recognized as xz compressed stream data.

* Short option -J reassigned as a short equivalent of --xz

* New option -I

The -I option is assigned as a short equivalent for
--use-compress-program.

* The --no-recursive option works in incremental mode.


version 1.21 - Sergey Poznyakoff, 2008-12-27

* New short option -J

A shortcut for --lzma.

* New option --lzop

* New option --no-auto-compress

Cancels the effect of previous --auto-compress (-a) option.

* New option --no-null

Cancels the effect of previous --null option.

* Compressed format recognition

If tar is unable to determine archive compression format, it falls
back to using archive suffix to determine it.

* VCS support.

Using --exclude-vcs handles also files used internally by Bazaar,
Mercurial and Darcs.

* Transformation scope flags

Name transformation expressions understand additional flags that
control type of archive members affected by them.  The flags are:

 - r
   Apply transformation to regular archive members.

 - s
   Apply transformation to symbolic link targets.

 - h
   Apply transformation to hard link targets.

Corresponding upper-case letters negate the meaning, so that
`H' means ``do not apply transformation to hard link targets.''

The scope flags are listed in the third part of an `s' expression,
e.g.:

   tar --transform 's|^|/usr/local/|S'

Default is `rsh', which means that transformations are applied to
both regular archive members and to the targets of symbolic and hard
links.  If several transform expressions are used, the default flags
can be changed using `flags=' statement before the expressions, e.g.:

   tar --transform 'flags=S;s|^|/usr/local/|S'

* Bugfixes

** The --null option disabled handling of tar options in list files.  This
is fixed.
** Fixed record size autodetection.  If detected record size differs from
the expected value (either default, or set on the command line), tar
always prints a warning if verbosity level is set to 1 or greater,
i.e. if either -t or -v option is given.
2009-08-16 13:53:32 +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 Remove USE_DIRS from pkgsrc. 2009-07-22 09:01:16 +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 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +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 Reimport xz-4.999.8beta archivers/xz so that the directory name 2009-07-07 11:08:52 +00:00
zip Update MASTER_SITES. Extension of distfile changed from .tar.gz to .tgz, 2007-06-05 06:02:46 +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