summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2000-06-21Update to 2.10. Change: FATAL warnings for empty pkg/COMMENT and pkg/DESCR.wiz2-9/+15
2000-06-21Update to 1.11. Changes:hubertf2-4/+4
* allow different make(1) command by setting the MAKE env var * mention that pkg/COMMENT and pkg/DESCR must be filled
2000-06-21 * allow using a different make command by using the env-var "MAKE".hubertf1-4/+10
Patch submitted by Thomas Klausner in private mail. * Mention that the user has to create pkg/COMMENT and pkg/DESCR manually This file should probably be moved to pkgsrc...
2000-06-15Update to 1.10. Changes:hubertf2-4/+4
* Properly recognize .tar.bz2 archives (Patch by Antti Kantee <pooka@iki.fi>) * Some old configure scripts don't understand --version and may nuke our just-generated Makefile. Prevent this by cd'ing into $WRKSRC.
2000-06-15Some old configure scripts don't understand --version and may nukehubertf1-2/+2
our just-generated Makefile. prevent this by cd'ing into $WRKSRC.
2000-06-14Update to sources from 20000608.hubertf2-4/+4
Makes this compile again on 1.3.x systems, reported in PR 10322 by Olaf Seibert <rhialto@polder.ubc.kun.nl> and others.
2000-06-02Update pkglint to 2.09. Adds a check for deprecated USE_PKGLIBTOOL.rh2-3/+8
2000-05-29- add "-M path" option to allow specifying a distfiles directory to handle casesdmcmahill3-9/+19
where PKGSRC/distfiles isn't the correct location (like on ftp.netbsd.org). - document the option. - bump minor version number.
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