summaryrefslogtreecommitdiff
path: root/archivers/gtar
AgeCommit message (Collapse)AuthorFilesLines
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-21Fix typo in last commit.tron1-3/+2
2003-01-21Depend on latest gtar, PKGREVISION++.wiz1-2/+3
2002-11-20Update gtar packages to 1.13.25, with security fixes from redhat.bouyer1-4/+4
Summary of changes (see NEWS and Changelog from the distribution for details): - don't allow absolute paths, and path containing ../ * New option --overwrite-dir * New option --recursion (the default) that is the inverse of --no-recursion. * New options --anchored, --ignore-case, --wildcards, --wildcards-match-slash, and their negations (e.g., --no-anchored). Along with --recursion and --no-recursion, these options control how exclude patterns are interpreted. * The default interpretation of exclude patterns is now --no-anchored --no-ignore-case --recursion --wildcards --wildcards-match-slash. * The --no-recursion option now affects extraction too. * New options --no-same-owner, --no-same-permissions. * New option -y or --bzip2 for bzip2 compression, by popular request.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+3
have been converted to USE_BUILDLINK2.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-02-16fix a typo from the COMMENT changes.agc1-2/+2
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-18Turn this into a meta-package for GNU tar.kim12-664/+21
1999-09-18Changes to allow bootstrapping Zoularis:kim6-21/+45
- fetch the shar file so we don't need tar - do not install info files (they will be a separate pkg), as we need tar to unpack the gtexinfo distribution - on Solaris we get .mo files instead of .cat files (I'm guessing for Linux, please someone verify and adjust Makefile appropriately)
1999-08-10make this work under linux.christos3-20/+14
- don't use gnumalloc - use lchmod only on NetBSD
1999-07-09Add package patch-sum filesagc1-0/+6
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-15Change to use catgets. hier(7)-lint: install locale stuff intv4-14/+60
share/locale instead of lib/locale.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-06-18Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-7/+4
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-24fix for PR 5194 from augustss - no directory in patched file namestv1-4/+4
1998-03-10portlint: files->${FILESDIR}.frueauf1-2/+2
1998-03-08gtar, in this pkg format, will never be called from pkg_add, so we won'ttv1-17/+9
even pretend that we support the --fast-read option as a no-op--we don't support it at all. (pax or the old in-tree tar does.)
1998-03-05Oops, these are category "archivers", not "devel".tv1-2/+2
1998-03-05Bring gtar up to date with the NetBSD changes to GNU tar:tv1-0/+124
- use lutimes() and lchmod() in addition to lchown() - add --norecurse as an undocumented synonym for --no-recursion - add --fast-read as an undocumented nullop (this is _not_ necessary) - pre-set --unlink-first - add --unlink as an undocumented synonym for --unlink-first - add --no-unlink-first to allow turning --unlink-first off NetBSD's tar is based on GNU tar 1.11.2. This tar, 1.12, has much of the functionality NetBSD has added over time, so only the above changes were necessary.
1998-03-04Now, how did that version number get left out of the comments?tv1-2/+2
1998-03-04Import of GNU tar pkg, not yet enabled in archivers/Makefile untiltv7-0/+492
pax-tar work is complete.