summaryrefslogtreecommitdiff
path: root/archivers/gtar
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-16 13:53:32 +0000
committerwiz <wiz@pkgsrc.org>2009-08-16 13:53:32 +0000
commit94cb7ae06f6c83d0e4adb33017c16e95554b7c86 (patch)
tree392f281d08caaa98205ce7e52b891661d28c9b4d /archivers/gtar
parent1645d524ea8b5efd504fb79d5b24bb6a950b4c41 (diff)
downloadpkgsrc-94cb7ae06f6c83d0e4adb33017c16e95554b7c86.tar.gz
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.
Diffstat (limited to 'archivers/gtar')
-rw-r--r--archivers/gtar/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index fff0e672c31..76ad0df5abc 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2009/07/17 04:47:27 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2009/08/16 13:53:32 wiz Exp $
-DISTNAME= gtar-1.20
+DISTNAME= gtar-1.22
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
@@ -8,11 +8,12 @@ DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
COMMENT= The "meta-package" for the GNU tape archiver (tar)
+LICENSE= gnu-gpl-v3 AND gnu-fdl-v1.1
META_PACKAGE= yes
-DEPENDS+= gtar-base-1.20{,nb*}:../../archivers/gtar-base
-DEPENDS+= gtar-info-1.20{,nb*}:../../archivers/gtar-info
+DEPENDS+= gtar-base-1.22{,nb*}:../../archivers/gtar-base
+DEPENDS+= gtar-info-1.22{,nb*}:../../archivers/gtar-info
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir