summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2000-01-08clarification in warningwiz1-2/+2
2000-01-06Update to 1.7. Changes:hubertf2-4/+5
- Bugfix from Matthias Drochner WRT handling of WRKSRC - url2pkg is now under CVS maintainance (othersrc/usr.bin/url2pkg), but since there's no gateway for that to ftp/http, esp. none without versioning), the old distribution site is kept. I still wanted to point this out. :-)
2000-01-06protect some RCS IDshubertf1-3/+3
2000-01-06fix rcs idhubertf1-3/+5
2000-01-06fix setting of WRKSRC, fromfeyrer1-4/+4
Matthias Drochner <M.Drochner@fz-juelich.de>
2000-01-06added warning that @owner, @group and @mode in PLIST are deprecated;wiz2-3/+8
bumped version number
2000-01-05check for known RCS tags only, instead of all strings between a '$' andwiz2-4/+4
a '$' or a ':', bumped version number
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs4-4/+4
2000-01-05Check pkg/COMMENT a little more closely, and generate warnings on:abs3-7/+17
Leading/trailing whitespace Trailing '.' Leading '(a|an) ' (case insensitive)
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
2000-01-03.if parsing is now a touch less braindamaged (still lousy)abs2-4/+7
2000-01-02space added in warning message, doesn't warrant version number bumpingwiz1-2/+2
1999-12-29removed warning about adding info about restricted packages towiz2-8/+9
ports/LEGAL, which is a FreeBSD-ism we don't have; bumped version number to 1.91
1999-12-28Recognize more directly used commands (like 'ln' instead of '${LN}')wiz2-5/+7
1999-12-28Fix handling of items in PATCH_* section.hubertf2-11/+17
Addresses PR 9049 by ITOH Yasufumi <itohy@netbsd.org>
1999-12-22If we find a 'distfiles' directory in what we have been told only containsabs2-4/+6
binary packages, "Move on... move on... move on" (even if it offers to tell you about its mother).
1999-12-22Add -K, to specify basedir for binary packages.abs3-8/+17
ftp.netbsd.org gives rather interesting results from: lintpkgsrc -P /pub/NetBSD/NetBSD-current/pkgsrc -K /pub/NetBSD/packages -R
1999-12-22Add '-R' to list any RESTRICTED binary packages (should be useful forabs3-79/+199
ftp.netbsd.org), implement dewey-decimal version matching, and add some comments. lintpkgsrc now qualifies as "very lightly commented"
1999-12-22Rather than attempting to follow the checked-out cvs tree, package theagc2-7/+12
packages.7 man page up into its own distfile. Depending on Operating System, install the manual page into the correct place. Update distfile checksum accordingly.
1999-12-18Update manpage and tweak parse_makefiles verbose outputabs3-5/+11
1999-12-18Write package_globmatch, which makes a passable attempt at implementingabs2-33/+90
the globs used in pkgsrc. Also optimise variable expansion in parse_makefile (The previous algorithm was somewhat.... dumb)
1999-12-16Add yet more magic to parse Makefiles better. (plus be more verbose whenabs2-28/+79
problems are encountered)
1999-12-16Update to handle wildcard dependenciesabs2-154/+187
1999-12-15update md5 checksum for today's flavor of the manpagewindsor1-2/+2
1999-12-07Bump to V1.81, adding code to check for existance of PLISThubertf2-3/+19
(unless PLIST_SRC or NO_PKG_REGISTER are set) Fixes PR 8953 by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1999-12-07Add and enable pkgmanpages.agc1-1/+2
1999-12-07Provide the packages.7 manual page as a package, so that it's easier toagc5-0/+27
keep it in sync with the packages collection itself.
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