Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1998-11-03 | s/-fs/-f -s/ | christos | 1 | -4/+4 | |
1998-10-21 | -DUNIX -> -Dunix, closes pr 6338 by Geoff C. Wing. | frueauf | 1 | -5/+6 | |
1998-10-14 | Update for bzip2 package to version 0.9.0b created by Geoff C. Wing. | tron | 4 | -11/+47 | |
1998-09-16 | Remove double dot. | tron | 1 | -2/+2 | |
1998-09-16 | Skip packages on systems which already have "bzip2" as part of the NetBSD | tron | 1 | -1/+5 | |
distribution. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 6 | -6/+12 | |
- 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 | 15 | -0/+30 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 22 | -0/+44 | |
1998-08-02 | Add "Building stage 1 of 2", "Building stage 2 of 2" messages when | tv | 1 | -1/+3 | |
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building twice. | |||||
1998-06-26 | Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before | tv | 2 | -4/+4 | |
extract. | |||||
1998-06-22 | temporarily disable FETCH_DEPENDS | hubertf | 1 | -2/+2 | |
1998-06-21 | Fix spello: "compatabile"->"compatible". | tv | 2 | -2/+2 | |
1998-06-20 | Add and enable zip1 (PKZIP 1.x compatible zip), with encryption support. | tv | 11 | -3/+203 | |
Not conflicting with `zip' program. | |||||
1998-06-20 | Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION make | tv | 7 | -21/+72 | |
variable. | |||||
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 10 | -26/+11 | |
1998-06-18 | Use a symbolic link for the bunzip2.1 manual page. | agc | 2 | -5/+5 | |
Add a symbolic link to bzip2.1 for the bzip2recover utility. Use automatic manual page handling. | |||||
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 3 | -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-02 | Account for the zipinfo symlink directly in PLIST. | tv | 1 | -3/+2 | |
1998-05-10 | Remove bogus do-extract: rule and make this work with WRKOBJDIR. | frueauf | 1 | -13/+11 | |
1998-05-08 | Remove bzip package from the tree - it's deprecated by the author, in | agc | 10 | -164/+1 | |
favour of the bzip2 package. | |||||
1998-04-22 | Fix INFO_FILES definitions to match the commands in bsd.pkg.mk | agc | 1 | -2/+2 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 11 | -22/+22 | |
1998-04-18 | portlint: delete contiguous blank line 17. | frueauf | 1 | -2/+1 | |
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 2 | -17/+8 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 16 | -110/+32 | |
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-24 | Correct MD5 checksum after distribution archive was changed by author, | tron | 1 | -1/+1 | |
fixes PR pkg/5195. | |||||
1998-03-19 | Add and enable gcpio, gtar and macutil. | frueauf | 1 | -1/+4 | |
1998-03-16 | portlint: remove contiguous blank line. | frueauf | 1 | -3/+2 | |
1998-03-16 | portlint: gunzip->${GUNZIP_CMD}; some reordering. | frueauf | 1 | -4/+5 | |
1998-03-13 | Oops; add a list of man pages. | mycroft | 1 | -1/+4 | |