Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1998-03-13 | macutil, for converting Mac archives, etc. | mycroft | 6 | -0/+70 | |
1998-03-11 | Fix manual page compression. | tron | 1 | -19/+12 | |
1998-03-10 | portlint: files->${FILESDIR}. | frueauf | 1 | -2/+2 | |
1998-03-08 | gtar, in this pkg format, will never be called from pkg_add, so we won't | tv | 1 | -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-07 | Use INSTALL_*_DIR macros. | hubertf | 3 | -8/+6 | |
1998-03-05 | Oops, these are category "archivers", not "devel". | tv | 2 | -4/+4 | |
1998-03-05 | Bring gtar up to date with the NetBSD changes to GNU tar: | tv | 1 | -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-05 | Sync with NetBSD changes: | tv | 1 | -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-04 | Now, how did that version number get left out of the comments? | tv | 1 | -2/+2 | |
1998-03-04 | Import of GNU tar pkg, not yet enabled in archivers/Makefile until | tv | 7 | -0/+492 | |
pax-tar work is complete. | |||||
1998-03-04 | Import of `gcpio' pkg (GNU cpio); not yet enabled in archivers/Makefile | tv | 7 | -0/+205 | |
until pax-cpio work is complete | |||||
1998-02-28 | add missing @dirrm rules and add .gz suffix to manpages (if not already there). | frueauf | 2 | -3/+6 | |
1998-02-09 | Fix stripping of binaries (caused by fixing PR4884) | hubertf | 3 | -73/+46 | |
1998-01-27 | Deprecate bzip - according to the author, the algorithm may have | agc | 1 | -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-24 | portlint: move ONLY_FOR_ARCHS | hubertf | 1 | -2/+2 | |
1998-01-21 | Fix up an error relating to a forward declaration of the time(3) | agc | 1 | -70/+65 | |
library function, found by Bill Coldwell on /alpha. Clean up the other warnings, too. |