summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
1999-12-06Seems I'm maintaining thishubertf1-2/+2
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-11-26Bump version to 1.80hubertf1-2/+2
1999-11-26s/port/package/hubertf1-10/+10
1999-11-26Per suggestion by Matthias Drochner, add some more warnings:hubertf1-5/+64
- warn if there's a emacs backup file of a patch (patches/*~) - warn if there's a checksum of such a backup file in files/patch-sum - warn if there's something in the patch-sum file that's not in the patches-dir - vice versa - warn if the checksums don't match Also, check for work* instead of work for the workdir, needed if someone uses OBJMACHINE. Some more small changes and a versioin bump will follow in a second.
1999-11-24Use DEPENDS in preference to RUN_DEPENDS.agc1-2/+2
1999-11-23Bump version to 1.79. Introduced four new warnings:hubertf2-3/+25
WARN: no ./files/patch-sum file. Please run 'make makepatchsum'. WARN: no ./files/md5 file. Please run 'make makesum'. WARN: RUN_DEPENDS is deprecated, please use DEPENDS. WARN: LIB_DEPENDS is deprecated, please use DEPENDS. Fixes PR 8861 by Dan McMahill <mcmahill@mit.edu>
1999-11-17Remove (commented-out) ftp SUBDIR - this has been made obsolete byagc1-2/+1
the net/lukemftp package.
1999-11-17Remove the pkgtools/ftp package - this has been made obsolete by theagc11-439/+0
net/lukemftp package.
1999-11-12Handle package names with regex meta characters (eg gtk+ )abs2-5/+6
1999-10-30Fix type, pointed out by Berndt Josef Wulf <wulf@dingo.ping.net.au>hubertf1-2/+2
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-10-05Correct the documentation that describes proper usage.jlam3-17/+18
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-29Correct some of the English in this file.agc1-4/+8
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-25put /usr/sbin into the PATH to make sure pkg_info is founddrochner1-1/+3
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-23Add and enable gensolpkg.agc1-1/+2
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.
1999-09-21Add and enable pkgdep.sakamoto1-1/+2
1999-09-21Initial import of pkgdep-1.0sakamoto5-0/+339
a script for displaying dependence information on software packages
1999-09-14don't substitute RCS Id in source code,sakamoto1-3/+3
suggested by Kazuto Ushioda (x-y-z@3si.co.jp).
1999-09-13Add patch-sum file.bad1-0/+7
1999-09-13Allow package versions to contain more than one consecutive characters.hubertf2-4/+4
Pointed out by Simon Burge <simonb@netbsd.org> on tech-pkg@netbsd.org. Bumped version to 1.77.
1999-09-12Man pages are in share/man.bad1-3/+3
1999-09-12Fix this so one can make a binary pkg out of it.bad1-2/+4
1999-09-09Don't recomment using MASTER_SITE_SUBDIR, recomment the new way instead.hubertf2-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-09bump to 19990909 - DEINSTALL fixhubertf2-4/+4
1999-09-03Update to 1.2sakamoto2-5/+19
Support FreeBSD RCS Id. Get HOMEPAGE value from pkg/DESCR. s/PLIST_SUB/PLIST_SUBST/ s/%%(^%)%%/\${$1}/ in PLIST.
1999-08-23Bump version to pkg_install-19990823.hubertf2-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-19Update checksum for pkg_info/delete changes.hubertf1-2/+2
1999-08-19Update package tools to version 19990819:tron2-5/+4
- fixes false conflict detection in "pkg_add".
1999-08-10Small change to make pkglint run on Linux, much the same as the changeagc2-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-10RUN_DEPENDS=pkglintsakamoto1-2/+2
1999-08-05Minor English corrections.agc1-1/+1
1999-08-01Add -P flag to lintpkgsrc to override PKGSRCDIRabs3-8/+16
1999-07-27Add and enable port2pkgsakamoto1-1/+2
1999-07-27Converter FreeBSD port to NetBSD pkgsrcsakamoto6-0/+371
1999-07-17Update "pkglibtool" to version 1.2p2. This version makes sure that youtron1-4/+5
don't use an a.out "pkglibtool" on an ELF system and vice versa.
1999-07-09Add package patch checksum files.agc1-0/+5
1999-07-08bsd.pkg.mk recognises patch files of the form "patches/patch-*", ratheragc3-5/+8
than "patches/patch-??" - fix pkglint.pl to mirror this. Bump version number to 1.73, and update CHANGELOG
1999-07-07make this reality.mrg1-4/+3
1999-07-02Make this package work on Solaris.agc1-2/+8
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc3-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-24Update to 1.72 (new '-p' flag to lintpkgsrc to report (and optionaly remove)abs3-19/+53
old binary packages.
1999-06-18Update to V1.4.hubertf2-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.feyrer1-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-05Update to 1.71.abs2-11/+15
Avoid uninit var warning, plus tighten up 'Maybe ...' check for unknown packages