Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-05 | Bump to 20031205. Add support for AIX. | erh | 1 | -2/+2 | |
2003-12-05 | Update pax to work on AIX. Use tape.h with appropriate fixups since | erh | 5 | -4/+55 | |
there's no mtio.h | |||||
2003-12-05 | Fix a call to ftree_add. s/NULL/0/ | erh | 1 | -3/+3 | |
2003-09-23 | sync with NetBSD-current's pax-20030923. | grant | 5 | -57/+62 | |
2003-09-15 | don't use VAR+=, it doesn't work with all make(1)s. | grant | 1 | -3/+3 | |
2003-09-15 | bump version to 20030915 after latest changes. | grant | 3 | -12/+12 | |
2003-09-14 | define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h | grant | 3 | -23/+0 | |
is included. | |||||
2003-09-06 | libnbcompat tests for pwd.h, so no need to test for it here. | grant | 3 | -6/+2 | |
2003-09-06 | (my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that or | grant | 3 | -0/+23 | |
"/dev/tape" if DEFTAPE is undefined. | |||||
2003-09-05 | Update archivers/pax to 20030905. Changes from previous version include | jlam | 42 | -4953/+3586 | |
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile. | |||||
2003-09-05 | allow this to build again after the recent lot of libnbcompat | grant | 2 | -6/+4 | |
changes (full sync with -current coming soon). | |||||
2003-07-31 | also install man page source, bump to 20030731. | grant | 2 | -4/+7 | |
2003-07-09 | Bump date for -O change. | wiz | 1 | -2/+2 | |
2003-07-08 | Synch with latest changes by simonb@ in basesrc and as a result, bump | jschauma | 6 | -25/+40 | |
the version to todays date: Add support for gnutar's -O "extract to stdout" option. | |||||
2003-06-30 | install into into bin, not sbin | grant | 1 | -2/+2 | |
2003-06-30 | install catman pages, like bootstrap-pkgsrc does. | grant | 2 | -11/+10 | |
bump to 20030630. | |||||
2003-06-30 | sync with -current: | grant | 1 | -11/+46 | |
---------------------------- revision 1.18 date: 2003/06/24 16:23:31; author: christos; state: Exp; lines: +44 -9 Revert previous change, and fix the -T problem differently: When the options of the second argument are exhausted, call the appropriate getopt() routine to process the rest of the arguments instead of finishing option processing. Fixes: tar cf - -T foo | |||||
2003-06-24 | Make pax compile on Irix by including pwcache.h, which now includes | jschauma | 2 | -4/+6 | |
forward declarations of the uid_from_user functions. | |||||
2003-06-24 | bump to 20030623 (PKGVERSION is already there) | grant | 2 | -12/+11 | |
2003-06-24 | fix path in comment | grant | 1 | -2/+2 | |
2003-06-24 | sync with -current | grant | 2 | -25/+5 | |
file_subs.c 1.33 pax.h 1.19 | |||||
2003-06-24 | sync with -current: | grant | 2 | -8/+8 | |
gen_subs.c 1.28 tar.c 1.41 | |||||
2003-06-23 | oops, missed from last update. | grant | 3 | -10/+10 | |
sync with -current: ar_subs.c 1.25 pax.c 1.27 tar.c 1.40 | |||||
2003-06-23 | bump to 20030623 | grant | 1 | -2/+2 | |
2003-06-23 | sync with -current rev 1.17 | grant | 1 | -44/+11 | |
2003-06-23 | sync with -current rev 1.26 | grant | 1 | -3/+3 | |
2003-06-23 | Import of NetBSD-current's pax (replacing the older pkgtools/pax). | grant | 42 | -0/+31285 | |
NetBSD pax is the POSIX standard archiver with many extensions. pax will read, write, and list the members of an archive file, and will copy directory hierarchies. pax operation is independent of the specific archive format, and supports a wide variety of different archive formats. This package uses pkgtools/libnbcompat, and is known to build on Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this package is broken on your platform. |