summaryrefslogtreecommitdiff
path: root/pkgtools/gensolpkg
AgeCommit message (Collapse)AuthorFilesLines
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-04Changes from Bernd Ernesti:agc2-4/+4
+ add VENDOR so you can change TNF to a different one without hacking the source code + add the -t flag to transform the package into a compressed file. This is a change from the current behaviour which always compresses the file, but you have to uncompress and transform it when you want to install packages with the OS. + add the -d flag to change /var/spool/pkg to a different directory, this is also for the support to build packages directly on a machine from which you install new machines. + ARCH=\"Sparc\" is wrong, it has to be ARCH=\"sparc\" otherwise an installtion of an package during an OS install would fail + duplicate the PKG= line and rename it to PKGDIR=, otherwise an installation during an OS installation fails when you forget to add the package to a different file. + fix symlinks properly
1999-11-30Upgrade to version 1.5 of gensolpkg, a utility to generate a Solaris package.agc2-4/+4
Changes from version 1.4: + Fixed an off-by-one error in Solaris package name generation + Ignore file names with embedded spaces - Solaris package tools can't handle these.
1999-10-06Update to version 1.4 of gensolpkg.agc2-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-09-30Update to version 1.3 of gensolpkg.agc2-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-29Update to version 1.2 of gensolpkg.agc2-4/+4
Changes from version 1.1: + ignore leading and trailing whitespace in PLIST entries
1999-09-28Update gensolpkg to version 1.1.agc2-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-24Make sure that gcc is used to compile this, passing it down through theagc1-2/+2
environment, so that the correct prefix is set by default.
1999-09-23Initial import of gensolpkg, a utility to generate a Solaris packageagc5-0/+33
from a NetBSD package, into the NetBSD packages collection. This package only works on Solaris, for obvious reasons.