Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-08-16 | Add and enable liblzo. | rh | 1 | -1/+2 | |
1999-08-16 | Initial import of liblzo, a portable lossless data compression library | rh | 6 | -0/+81 | |
written in ANSI C. | |||||
1999-08-10 | make this work under linux. | christos | 3 | -20/+14 | |
- don't use gnumalloc - use lchmod only on NetBSD | |||||
1999-07-18 | Don't use "NO_WRKSUBDIR" because it is supposed to be remove sooner or | tron | 1 | -3/+3 | |
later. | |||||
1999-07-18 | Don't use deprecated name for master site and add US mirror. | tron | 1 | -2/+3 | |
1999-07-09 | Add package patch-sum files | agc | 15 | -0/+63 | |
1999-06-01 | Make this package work on Solaris. | agc | 1 | -0/+21 | |
1999-05-26 | Work around rsaref's internal md5, and update rsaref dependency to "2.0p2". | tv | 2 | -2/+26 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -13/+12 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-24 | s/INSTALL_DATA/INSTALL_MAN/ | tv | 1 | -2/+2 | |
1999-05-23 | Enable hpack, previously "hpack.non-usa.only". | tv | 1 | -2/+2 | |
1999-05-23 | Add hpack-0.79, inspired by the FreeBSD port "hpack.non-usa.only", but | tv | 12 | -0/+263 | |
rewritten. Allows for USA/non-USA support via the familiar USE_RSAREF2 mechanism, and significantly cleaned up. Does not attempt to fall back to $HOME/.pgp for keys as in the FreeBSD port, as other programs already require PGPPATH to be set. | |||||
1999-05-23 | Add and enable bunzip. | tv | 1 | -1/+2 | |
1999-05-23 | Decompressor for old bzip (.bz) compressed files. Does not include the | tv | 6 | -0/+114 | |
patented compression code. | |||||
1999-05-23 | Add homepage. | tv | 1 | -1/+2 | |
1999-05-23 | Enable gsharutils (was gshar+gunshar). | tv | 1 | -2/+2 | |
1999-05-23 | Reengineer for NetBSD. | tv | 6 | -115/+102 | |
1999-05-23 | Import FreeBSD "archivers/gshar+gunshar" as archivers/gsharutils. | tv | 7 | -0/+170 | |
1999-05-23 | Add and enable undms. | tv | 1 | -1/+3 | |
1999-05-23 | undms converts Amiga DMS compressed disk images to "ADF" uncompressed | tv | 5 | -0/+30 | |
disk images suitable for Amiga emulators or writing to disk on NetBSD/amiga. | |||||
1999-05-23 | ppunpack, a decompressor for Amiga PowerPacker files. | tv | 6 | -0/+51 | |
1999-05-22 | Update to 2.43, clean up. | tv | 4 | -42/+16 | |
1999-05-22 | Make the extract quiet. | tv | 1 | -3/+3 | |
1999-05-22 | Update to 2.50, clean up a bit. | tv | 4 | -83/+37 | |
1999-05-22 | Do not install a text file as a manpage; put it in share/doc/rar. | tv | 2 | -7/+7 | |
1999-05-22 | Clean up, and update MASTER_SITE. | tv | 2 | -11/+9 | |
1999-05-22 | Add and enable unlzx. | tv | 1 | -1/+2 | |
1999-05-22 | Add unlzx-1.0, extraction program for Amiga .lzx archives. | tv | 5 | -0/+28 | |
1999-05-22 | Add and enable squsq. (Yet again, misimport into top level corrected on the | tv | 1 | -1/+2 | |
CVS server directly. sigh.) | |||||
1999-05-22 | Add squsq-3.3, archiver for CP/M "Squeeze" style compressed files. | tv | 6 | -0/+34 | |
1999-05-22 | Clean up a bit, and remove FreeBSD Id now that we're quite divergent. | tv | 4 | -98/+23 | |
1999-05-22 | Some minor pkglint; split patch, fix typo, and use ${INSTALL_*} macros. | tv | 3 | -96/+50 | |
1999-04-14 | Remove unnecessary slash from master site list. | tron | 2 | -4/+4 | |
1999-04-08 | Add patch from NetBSD-current: | tron | 1 | -0/+50 | |
Allow softlinks for "bzip2 -c -d" or "bzcat". | |||||
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 3 | -10/+6 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-28 | Don't try to strip non-native-format binary. | hubertf | 1 | -2/+2 | |
(The latest binutils-based strip can do this if you tell it which obj-format the binary is, but 1.3.x doesn't support this. Plus, that BSDi(?)-binary is stripped anyways.) | |||||
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 2 | -4/+4 | |
1999-03-10 | s/ln/${LN}/g | agc | 1 | -6/+7 | |
Adapt this package to Solaris. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 2 | -6/+2 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 2 | -6/+6 | |
1999-02-10 | pkglint: add missing rcs ids. | frueauf | 3 | -0/+6 | |
1999-01-09 | Add missing conflict entry. | tron | 1 | -1/+3 | |
1999-01-04 | Note why USE_ZLIB is not used. | tv | 1 | -1/+2 | |
1998-12-30 | OK, bring it back to 5.40, but this time don't use libz -- use the | tv | 3 | -13/+12 | |
compression routines shipped with unzip. | |||||
1998-12-30 | Back out previous. Unzip 5.40 has severe bugs, noted by tron and myself. | tv | 2 | -9/+9 | |
1998-12-27 | update to 5.40 | hubertf | 2 | -9/+9 | |
1998-12-26 | Break patch into multiple patches. | garbled | 4 | -67/+77 | |
Fix install target to work. Minor LP64 cleanup. (fix lack of needed headers) | |||||
1998-12-01 | Eliminate malloc() cast warnings on LP64. | tv | 1 | -0/+12 | |
1998-11-12 | Set EXTRACT_SUFX and WRKSRC to keep pkglint happy. | agc | 1 | -3/+5 | |
1998-11-12 | Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy. | agc | 1 | -3/+5 | |