summaryrefslogtreecommitdiff
path: root/pkgtools/gensolpkg
AgeCommit message (Collapse)AuthorFilesLines
2001-05-22Escape expansion of ${CC} in the environmentagc1-2/+2
2001-05-05Update to 1.10, provided by Bernd Ernesti. Addresses pkg/12820.wiz2-5/+5
2001-04-18move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo + add distfile sizes to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-21Update to 1.9:veego2-6/+5
- add SPOOLDIR so you can change the default spool directory without hacking the source code - add support for non-sparc architectures by using sysinfo(2), can be overwritten by the new -a flag. - add SVR4_PKGNAME support to overwrite the automatically truncating of PKGNAME which won't work for a few packages like the amanda-* ones. - use the PKG_VERSION for the VERSION entry in the pkginfo file and not ctime(3). - use st_gid and not st_uid for the groupname in the pkgmap file. Make me the maintainer of this package. You need at least pkgsrc/mk/bsd.pkg.mk 1.645 to use the new version.
2000-08-02Update to version 1.8 to accommodate the changed name of theagc2-4/+4
bsd.pkg.mk target, which was changed as part of the bulk package infrastructure additions. To protect against this happenning again, define a compile-time definition called PACKAGE_DEPENDS_TARGET, which is by default "run-depends-list", so that we can specify the bsd.pkg.mk target at compile-time.
2000-07-26Update package to version 1.7agc2-4/+4
Change is a bug-fix - when finding out the pre-requisite packages, use the "package-depends" target instead of "depends-list". Bug and fix pointed out by Bernd Ernesti.
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.