summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
1998-08-02Add "Building stage 1 of 2", "Building stage 2 of 2" messages whentv1-1/+3
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building twice.
1998-06-26Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes beforetv2-4/+4
extract.
1998-06-22temporarily disable FETCH_DEPENDShubertf1-2/+2
1998-06-21Fix spello: "compatabile"->"compatible".tv2-2/+2
1998-06-20Add and enable zip1 (PKZIP 1.x compatible zip), with encryption support.tv11-3/+203
Not conflicting with `zip' program.
1998-06-20Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION maketv7-21/+72
variable.
1998-06-18Update package Makefiles for automatic manual page handling.agc10-26/+11
1998-06-18Use a symbolic link for the bunzip2.1 manual page.agc2-5/+5
Add a symbolic link to bzip2.1 for the bzip2recover utility. Use automatic manual page handling.
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc3-6/+6
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-06-02Account for the zipinfo symlink directly in PLIST.tv1-3/+2
1998-05-10Remove bogus do-extract: rule and make this work with WRKOBJDIR.frueauf1-13/+11
1998-05-08Remove bzip package from the tree - it's deprecated by the author, inagc10-164/+1
favour of the bzip2 package.
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf11-22/+22
1998-04-18portlint: delete contiguous blank line 17.frueauf1-2/+1
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc2-17/+8
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc16-110/+32
Remove redundant (and sometimes erroneous) comments.
1998-03-24fix for PR 5194 from augustss - no directory in patched file namestv1-4/+4
1998-03-24Correct MD5 checksum after distribution archive was changed by author,tron1-1/+1
fixes PR pkg/5195.
1998-03-19Add and enable gcpio, gtar and macutil.frueauf1-1/+4
1998-03-16portlint: remove contiguous blank line.frueauf1-3/+2
1998-03-16portlint: gunzip->${GUNZIP_CMD}; some reordering.frueauf1-4/+5
1998-03-13Oops; add a list of man pages.mycroft1-1/+4
1998-03-13macutil, for converting Mac archives, etc.mycroft6-0/+70
1998-03-11Fix manual page compression.tron1-19/+12
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-07Use INSTALL_*_DIR macros.hubertf3-8/+6
1998-03-05Oops, these are category "archivers", not "devel".tv2-4/+4
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-05Sync with NetBSD changes:tv1-0/+19
- do not prototype stat() and lstat(); let <sys/stat.h> do that - main() returns int. not void gcpio is now up to date with NetBSD's GNU cpio tree.
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.
1998-03-04Import of `gcpio' pkg (GNU cpio); not yet enabled in archivers/Makefiletv7-0/+205
until pax-cpio work is complete
1998-02-28add missing @dirrm rules and add .gz suffix to manpages (if not already there).frueauf2-3/+6
1998-02-09Fix stripping of binaries (caused by fixing PR4884)hubertf3-73/+46
1998-01-27Deprecate bzip - according to the author, the algorithm may haveagc1-2/+2
restrictions placed upon it. Users should be using bzip2 instead, which has no such restrictions. As pointed out by Charles Hannum.
1998-01-24portlint: move ONLY_FOR_ARCHShubertf1-2/+2
1998-01-21Fix up an error relating to a forward declaration of the time(3)agc1-70/+65
library function, found by Bill Coldwell on /alpha. Clean up the other warnings, too.
1998-01-19portlint: kill empty line at EOFhubertf3-3/+0
1998-01-19portlint: replace commands with predefined macros.hubertf1-3/+3
1998-01-19portlint: kill empty lines at EOFhubertf1-2/+0
1998-01-19portlint: kill empty line at EOFhubertf1-1/+0
1998-01-15Upgrade to version 5.32, from John Darrow. Fixes PR 4825.agc3-9/+8
1998-01-15Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.agc1-1/+1
1998-01-15Upgrade to version 2.2. Fixes PR pkg/4826, from John Darrow.agc1-16/+10
Make the linked man pages (zipcloak.1, zipnote.1 and zipsplit.1) into symbolic links, as, with MANZ set, the original zip.1 manual page isn't compressed until after the post-install: target is made, which means that a link is attempted to a non-existent file.
1998-01-09Add bzip2agc1-1/+2
1998-01-09Add NetBSD RCS Id.agc1-0/+1
1998-01-09Add NetBSD RCS ID.agc1-1/+1
Remove FETCH_BEFORE_ARG, which doesn't work on NetBSD.
1998-01-09Initial import of bzip2, a block-compression archiver, into the NetBSDagc5-0/+43
packages collection, from the FreeBSD port. As pointed out by Charles Hannum, the author of bzip2 thinks it is patent-free, so this should be used in preference to the older bzip package.