Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-12 | Handle package names with regex meta characters (eg gtk+ ) | abs | 2 | -5/+6 | |
1999-10-30 | Fix type, pointed out by Berndt Josef Wulf <wulf@dingo.ping.net.au> | hubertf | 1 | -2/+2 | |
1999-10-06 | Update to version 1.4 of gensolpkg. | agc | 2 | -4/+4 | |
Added functionality includes: + Remove the need to specify the Solaris package abbreviated name - it gets generated from PKGNAME automatically + Add depend file generation, for all dependencies + Add support for symlinks in PLIST + Add support for conflicts in depend(4) file. + Create a compressed, stream package after the original package is made. | |||||
1999-10-05 | Correct the documentation that describes proper usage. | jlam | 3 | -17/+18 | |
1999-09-30 | Update to version 1.3 of gensolpkg. | agc | 2 | -4/+4 | |
Change since previous version: PLIST entries are checked, and any directories which are incorrectly listed as files in the PLIST will now be treated as directories in the generated prototype file. | |||||
1999-09-29 | Correct some of the English in this file. | agc | 1 | -4/+8 | |
1999-09-29 | Update to version 1.2 of gensolpkg. | agc | 2 | -4/+4 | |
Changes from version 1.1: + ignore leading and trailing whitespace in PLIST entries | |||||
1999-09-28 | Update gensolpkg to version 1.1. | agc | 2 | -4/+4 | |
Changes include: + prefix is found automatically, using the new show-var target in bsd.pkg.mk + pkgname is found using the new show-var target, rather than the old egrep(1) way, which failed for packages like xv. | |||||
1999-09-25 | put /usr/sbin into the PATH to make sure pkg_info is found | drochner | 1 | -1/+3 | |
1999-09-24 | Make sure that gcc is used to compile this, passing it down through the | agc | 1 | -2/+2 | |
environment, so that the correct prefix is set by default. | |||||
1999-09-23 | Add and enable gensolpkg. | agc | 1 | -1/+2 | |
1999-09-23 | Initial import of gensolpkg, a utility to generate a Solaris package | agc | 5 | -0/+33 | |
from a NetBSD package, into the NetBSD packages collection. This package only works on Solaris, for obvious reasons. | |||||
1999-09-21 | Add and enable pkgdep. | sakamoto | 1 | -1/+2 | |
1999-09-21 | Initial import of pkgdep-1.0 | sakamoto | 5 | -0/+339 | |
a script for displaying dependence information on software packages | |||||
1999-09-14 | don't substitute RCS Id in source code, | sakamoto | 1 | -3/+3 | |
suggested by Kazuto Ushioda (x-y-z@3si.co.jp). | |||||
1999-09-13 | Add patch-sum file. | bad | 1 | -0/+7 | |
1999-09-13 | Allow package versions to contain more than one consecutive characters. | hubertf | 2 | -4/+4 | |
Pointed out by Simon Burge <simonb@netbsd.org> on tech-pkg@netbsd.org. Bumped version to 1.77. | |||||
1999-09-12 | Man pages are in share/man. | bad | 1 | -3/+3 | |
1999-09-12 | Fix this so one can make a binary pkg out of it. | bad | 1 | -2/+4 | |
1999-09-09 | Don't recomment using MASTER_SITE_SUBDIR, recomment the new way instead. | hubertf | 2 | -9/+15 | |
While there, add all our known MASTER_SITE_xxx's. Fixes PR 8350 by John A. Maier <johnam@mail.kemper.org> | |||||
1999-09-09 | bump to 19990909 - DEINSTALL fix | hubertf | 2 | -4/+4 | |
1999-09-03 | Update to 1.2 | sakamoto | 2 | -5/+19 | |
Support FreeBSD RCS Id. Get HOMEPAGE value from pkg/DESCR. s/PLIST_SUB/PLIST_SUBST/ s/%%(^%)%%/\${$1}/ in PLIST. | |||||
1999-08-23 | Bump version to pkg_install-19990823. | hubertf | 2 | -4/+4 | |
Main reason is that the last update collided with an earlier one on the same day, and people ended up with the wrong distfile (content-wise). New features in this version: - Compile in full names for chown(1), chmod(1) and chgrp(1). Fixes PR 8250 by Wiz <wiz@danbala.ifoer.tuwien.ac.at>. - pkg_delete calls DEINSTALL script a second time after all the files are removed, with "DEINSTALL $PKGNAME POST-DEINSTALL" as args | |||||
1999-08-19 | Update checksum for pkg_info/delete changes. | hubertf | 1 | -2/+2 | |
1999-08-19 | Update package tools to version 19990819: | tron | 2 | -5/+4 | |
- fixes false conflict detection in "pkg_add". | |||||
1999-08-10 | Small change to make pkglint run on Linux, much the same as the change | agc | 2 | -4/+4 | |
used to make it run on Solaris - force the osname to be NetBSD, since pkgsrc is the same on all these different operating systems. Bump version number to 1.75 accordingly. | |||||
1999-08-10 | RUN_DEPENDS=pkglint | sakamoto | 1 | -2/+2 | |
1999-08-05 | Minor English corrections. | agc | 1 | -1/+1 | |
1999-08-01 | Add -P flag to lintpkgsrc to override PKGSRCDIR | abs | 3 | -8/+16 | |
1999-07-27 | Add and enable port2pkg | sakamoto | 1 | -1/+2 | |
1999-07-27 | Converter FreeBSD port to NetBSD pkgsrc | sakamoto | 6 | -0/+371 | |
1999-07-17 | Update "pkglibtool" to version 1.2p2. This version makes sure that you | tron | 1 | -4/+5 | |
don't use an a.out "pkglibtool" on an ELF system and vice versa. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-07-08 | bsd.pkg.mk recognises patch files of the form "patches/patch-*", rather | agc | 3 | -5/+8 | |
than "patches/patch-??" - fix pkglint.pl to mirror this. Bump version number to 1.73, and update CHANGELOG | |||||
1999-07-07 | make this reality. | mrg | 1 | -4/+3 | |
1999-07-02 | Make this package work on Solaris. | agc | 1 | -2/+8 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 3 | -18/+6 | |
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles. | |||||
1999-06-24 | Update to 1.72 (new '-p' flag to lintpkgsrc to report (and optionaly remove) | abs | 3 | -19/+53 | |
old binary packages. | |||||
1999-06-18 | Update to V1.4. | hubertf | 2 | -4/+4 | |
Work around ls(1) working different when invoked as root than as normal user. Thanks to David Brownlee <abs@anim.dreamworks.com> for telling me! | |||||
1999-06-18 | > > > Hit a problem with the wrksrc=`ls w*` if run as root. | feyrer | 1 | -4/+4 | |
> > > A 'wrksrc=`cd w* ; echo *`' seems to fix it. > > > :) > The ls picks up the .extract_done file, which breaks things > somewhat :) => Fixed (Problem noted by David Brownlee <abs@anim.dreamworks.com>) , | |||||
1999-06-05 | Update to 1.71. | abs | 2 | -11/+15 | |
Avoid uninit var warning, plus tighten up 'Maybe ...' check for unknown packages | |||||
1999-05-30 | Downgrade to version 19990412. | tron | 2 | -4/+4 | |
1999-05-30 | Remove blank line. | tron | 1 | -2/+1 | |
1999-05-30 | Set LOCALBASE explicitly after bsd.pkg.mk, and do not set PREFIX. | tv | 1 | -3/+2 | |
1999-05-30 | fix checksum, forgotten in last update | hubertf | 1 | -2/+2 | |
1999-05-30 | update package source to 19990529 | christos | 1 | -2/+2 | |
1999-05-23 | Allow PKGNAME to be derived from DISTNAME (substitute as necessary). | tv | 1 | -1/+2 | |
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -3/+1 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-05-12 | Sync to current version. | bad | 1 | -2/+2 | |
1999-05-06 | Add notes why some packages were commented out. | hubertf | 1 | -5/+5 | |