summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2000-05-16Update to 1.0.1. No functional change, only take the fact into accounthubertf3-10/+10
that pkg_add now leaves the INSTALL script for future use, and doesn't delete it any more.
2000-05-16In the event of multiple non current versions of a package being found, takeabs2-8/+13
the one iwth the highest number as 'best'
2000-05-15Update to 20000511 version. Mostly to sync with the base system.hubertf2-4/+4
Among others: * pkg_add: Quick pre-check if any conflicting dependencies are installed (e.g. version X is installed, but version Y is required), before downloading all depends, and bail out later. * pkg_admin: add lsbest, lsall commands to interface the C functions findmatchingname() and findbestmatchingname(); useful to expand pkg patterns for shell scripts etc. * pkg_admin: allow pkg without version to "check" command * pkg_delete: properly deal with wildcards in pkg_delete -R * More code cleanup, clearer error messages and minor enhancements. This also fixes a bunch of PRs, sorry for not listing any numbers.
2000-05-14grammar fixwiz1-1/+1
2000-05-12Update port2pkg to 1.5sakamoto2-16/+31
Changes: Support PKGNAMEPREFIX/PKGNAMESUFFIX variables.
2000-04-26Update port2pkg to 1.4sakamoto2-21/+40
Changes: Support PORTNAME/PORTVERSION variables.
2000-04-05 * Only warn that EXTRACT_SUFX is superfluous if DISTFILES is set ANDhubertf2-25/+20
EXTRACT_SUFX is set to (only) .tar.gz. Fixes PRs 9771 and 9635 * use getopt() for option parsing - "pkgling -abc" will work now.
2000-04-03Properly recognize .tar.bz2 archives.hubertf1-1/+4
Patch by Antti Kantee <pooka@iki.fi>
2000-04-01Update to v1.8.hubertf2-4/+4
Changes: honours $PKGEDITOR and $EDITOR
2000-04-01Use $PKGEDITOR or $EDITORhubertf1-2/+10
Requested by Martin Husemann <martin@rumolt.teuto.de>
2000-03-16recognize commands directly after a '@'wiz2-4/+4
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-27Make the "how to update the distfile" ready for cut-n-pastehubertf1-2/+2
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-12/+12
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-14add & enable pkg_taruphubertf1-1/+2
2000-02-14Script to tar up an already instaled package.hubertf5-0/+142
2000-02-12have a bit more clue about md5-files: don't warn if there's nowiz2-5/+17
files/md5 but NO_CHECKSUM is set in the Makefile; bump version
2000-02-09Remove debug I stupidly left in after nb<N> suffix changes to dewey_cmpabs2-6/+3
2000-02-07Handle 'nb1.2.3' type suffixes (rather than just 'nb1')abs2-14/+27
2000-02-05genwiz1-0/+4
2000-02-05necessery -> necessarywiz1-4/+4
2000-02-03Update to 2.01 - extend deweydecimal compare to handle nb<N> suffixesabs2-5/+21
2000-02-02bump to 20000202hubertf2-4/+4
2000-01-26fix lintpkgsrc -l usage - from Thomas Klausnerabs2-11/+7
2000-01-19include Makefiles with LICENSE with -R, update to 1.99abs3-11/+17
2000-01-14warn about invalid dewey-decimal numbers, plus other makefile parsing tweaksabs3-30/+41
2000-01-10Cleanup conditional parsing some more, and add (undocumented as ofabs2-15/+53
yet) -u flag which will run -i then fetch updated sources for any out of date installed packages.
2000-01-10Rototill the makefile parsing again, resulting in a passable attempt toabs2-47/+100
parse conditionals. Now picks up correct arch determined version of navigator and communicator packages.
2000-01-10miscellaneous small changes to make pkglint happywiz1-2/+1
2000-01-10whitespace cleanupwiz1-2/+2
2000-01-10RCS tag fixedwiz1-1/+1
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.