Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-07 | Fix dependence on "gtar-base" package, bump package revision. | tron | 1 | -3/+3 | |
2004-03-11 | bl3ify | xtraeme | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2003-01-21 | Fix typo in last commit. | tron | 1 | -3/+2 | |
2003-01-21 | Depend on latest gtar, PKGREVISION++. | wiz | 1 | -2/+3 | |
2002-11-20 | Update gtar packages to 1.13.25, with security fixes from redhat. | bouyer | 1 | -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-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -1/+3 | |
have been converted to USE_BUILDLINK2. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-02-16 | fix a typo from the COMMENT changes. | agc | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-09-18 | Turn this into a meta-package for GNU tar. | kim | 12 | -664/+21 | |
1999-09-18 | Changes to allow bootstrapping Zoularis: | kim | 6 | -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-10 | make this work under linux. | christos | 3 | -20/+14 | |
- don't use gnumalloc - use lchmod only on NetBSD | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+6 | |
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -2/+2 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -3/+3 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -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-15 | Change to use catgets. hier(7)-lint: install locale stuff in | tv | 4 | -14/+60 | |
share/locale instead of lib/locale. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -7/+4 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-24 | fix for PR 5194 from augustss - no directory in patched file names | tv | 1 | -4/+4 | |
1998-03-10 | portlint: files->${FILESDIR}. | frueauf | 1 | -2/+2 | |
1998-03-08 | gtar, in this pkg format, will never be called from pkg_add, so we won't | tv | 1 | -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-05 | Oops, these are category "archivers", not "devel". | tv | 1 | -2/+2 | |
1998-03-05 | Bring gtar up to date with the NetBSD changes to GNU tar: | tv | 1 | -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-04 | Now, how did that version number get left out of the comments? | tv | 1 | -2/+2 | |
1998-03-04 | Import of GNU tar pkg, not yet enabled in archivers/Makefile until | tv | 7 | -0/+492 | |
pax-tar work is complete. |