summaryrefslogtreecommitdiff
path: root/archivers/pax
AgeCommit message (Collapse)AuthorFilesLines
2004-04-12pax does not support tape drives on Unixware at the moment.heinz1-2/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11Wrap physical mt operations in SUPPORT_TAPE, and define that if either oftv2-6/+47
<sys/mtio.h> or <sys/tape.h> is available.
2004-03-11bl3ifyxtraeme1-3/+3
2003-12-20bump version to 20031220.grant1-2/+2
2003-12-20regen without insane line wrapping.grant3-106/+108
2003-12-20sync with -current:grant1-8/+9
Don't emit any warnings when tar is trying to figure out if the file is really tar format. valid CPIO files should not trigger a warning from tar.c
2003-12-20sync with -current:grant24-894/+62
Move Keith Muller's code from a 4-clause to a 3-clause licence by removing the advertising clause. confirmed to the board by Keith Muller.
2003-12-05Bump to 20031205. Add support for AIX.erh1-2/+2
2003-12-05Update pax to work on AIX. Use tape.h with appropriate fixups sinceerh5-4/+55
there's no mtio.h
2003-12-05Fix a call to ftree_add. s/NULL/0/erh1-3/+3
2003-09-23sync with NetBSD-current's pax-20030923.grant5-57/+62
2003-09-15don't use VAR+=, it doesn't work with all make(1)s.grant1-3/+3
2003-09-15bump version to 20030915 after latest changes.grant3-12/+12
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant3-23/+0
is included.
2003-09-06libnbcompat tests for pwd.h, so no need to test for it here.grant3-6/+2
2003-09-06(my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that orgrant3-0/+23
"/dev/tape" if DEFTAPE is undefined.
2003-09-05Update archivers/pax to 20030905. Changes from previous version includejlam42-4953/+3586
syncing with -current, making this build using libnbcompat-20030829, and cleaning up the configure script and Makefile.
2003-09-05allow this to build again after the recent lot of libnbcompatgrant2-6/+4
changes (full sync with -current coming soon).
2003-07-31also install man page source, bump to 20030731.grant2-4/+7
2003-07-09Bump date for -O change.wiz1-2/+2
2003-07-08Synch with latest changes by simonb@ in basesrc and as a result, bumpjschauma6-25/+40
the version to todays date: Add support for gnutar's -O "extract to stdout" option.
2003-06-30install into into bin, not sbingrant1-2/+2
2003-06-30install catman pages, like bootstrap-pkgsrc does.grant2-11/+10
bump to 20030630.
2003-06-30sync with -current:grant1-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-24Make pax compile on Irix by including pwcache.h, which now includesjschauma2-4/+6
forward declarations of the uid_from_user functions.
2003-06-24bump to 20030623 (PKGVERSION is already there)grant2-12/+11
2003-06-24fix path in commentgrant1-2/+2
2003-06-24sync with -currentgrant2-25/+5
file_subs.c 1.33 pax.h 1.19
2003-06-24sync with -current:grant2-8/+8
gen_subs.c 1.28 tar.c 1.41
2003-06-23oops, missed from last update.grant3-10/+10
sync with -current: ar_subs.c 1.25 pax.c 1.27 tar.c 1.40
2003-06-23bump to 20030623grant1-2/+2
2003-06-23sync with -current rev 1.17grant1-44/+11
2003-06-23sync with -current rev 1.26grant1-3/+3
2003-06-23Import of NetBSD-current's pax (replacing the older pkgtools/pax).grant42-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.