summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2001-06-24add an option to allow logging the output of "mkisofs -v -v" to a file.dmcmahill3-13/+24
This provides the required information for some "on the fly" iso image generation on an ftp server. Requested by Todd Vierling. bump rev to 1.3.
2001-06-23update to cdpack-1.2dmcmahill3-12/+25
change is that the automatically generated README.txt file is now only generated if requested via the -R flag as opposed to always generating the file. Suggested by Hubert.
2001-06-21Update pkglint to 3.02:abs2-11/+23
Also check 'size' when crosschecking for checksum mismatches.
2001-06-21Update pkglint to 3.01:abs2-4/+4
Correct wrong var usage in lintpkgsrc 'checksum mismatch' report.
2001-06-20If you install pkglint/lintpkgsrc from a binary pkg, make sure thathubertf1-1/+3
digest is installed too (-> explicit DEPENDS).
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-2/+4
2001-06-18Convert to use buildlink.mk files. Add proper dependency on zlib ifjlam1-13/+11
needed.
2001-06-18Use FILES_SUBST instead of repeating substitution pattern for all thejlam3-32/+53
files, and substitute for a few more utilities instead of using unqualified names for programs.
2001-06-16Add a local modified copy of InstallAppDefaultsLong:veego2-3/+22
This is the same as the one in X11.tmpl, but without the LinkConfDirectory. LinkConfDirectory removes the app-defaults directory in $(PREFIX)/lib/X11 and creates a link to the real X11 app-defaults directory and moves the old app-defaults files into it. This is not what we want for pkgsrc. This is for the people who use the real XFree86 version and not the one from xsrc/xfree which has a NetBSD specific hack which breaks sharing /usr/X11R6. Bump to version 1.2.
2001-06-14Fix problem under Solaris caused by latest changes to "bsd.prefs.mk"tron1-2/+2
and "bsd.pkg.mk". Problem noted by Stoned Elipot in private e-mail.
2001-06-13Xref pkgvi(1)zuntum1-1/+2
2001-06-09Remove lots of dead and FreeBSD-specific code.wiz2-207/+27
Some slight improvements while I'm here. That's worth a new major: 3.00.
2001-06-09Warn about deprecated DIGEST_FILE and PATCH_SUM_FILE.wiz2-7/+8
Bump to 2.57.
2001-06-06- You must set the environment variable XAPPLRESDIR, not the shell variable.kei1-1/+2
Add an export line to do so to the example.
2001-06-02update to cdpack-1.1.dmcmahill4-24/+116
Changes are: add a '-X directory' option which allows you to specify a directory whose contents should be included on the last CD of the set. This is useful for including, for example, a pkgsrc.tar.gz tarball which doesn't need to be duplicated on each CD. make the usage output be a little better. in particular, list the options and mention the existance of a manpage.
2001-06-01xpkgwedge is no longer considered experimental. Change comment to reflectskrll1-2/+2
new reality.
2001-06-01Silence some warnings. Patch submitted by Ben Collver in pkg/13029.wiz2-7/+11
2001-05-31Another day, another pkglint version.abs2-6/+8
lintpkgsrc: If a binary package matches more than one vulnerability, only report once. Ensure LINTPKGSRC is set when parsing mk.conf
2001-05-31Fix dead HOMEPAGE.dent1-2/+2
2001-05-31Fix dead HOMEPAGEdent1-2/+2
2001-05-30Update pkglint to 2.55abs2-4/+6
Fix lintpkgsrc to correctly parse packages containing '+', from PR 12996 by Wolfgang Rupprecht
2001-05-24Update pkgdiff to 0.100abs2-4/+12
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the failure message as a patch. Change to abort if pkgdiff has a non zero exit (with the pkgdiff output). Also add a '-v' flag to indicate which .orig file is being associated with which patchfile as processed.
2001-05-22Escape expansion of ${CC} in the environmentagc1-2/+2
2001-05-21Updated pkglint to 2.54 - for lintpkgsrc fix case of PKGSRCDIR not setabs2-4/+7
in environment, mk.conf, or command line.
2001-05-18add and enable python-mkwiz1-1/+2
2001-05-18Update pkglint to 2.53abs3-19/+58
Extend 'lintpkgsrc -u' to list REQUIRED entries for mismatched packages, handle PACKAGES?=xxx in mk.conf
2001-05-17Capitalise first letter of COMMENTabs1-2/+2
2001-05-16Update pkglint to 2.52:abs2-4/+4
Handle empty variable settings 'VAR=' in lintpkgsrc, to match recent postgresql package Makefiles
2001-05-14Sync the manpage with reality: s/md5/distinfo/gagc1-5/+5
2001-05-14first cut on a Makefile snippet for common python package stuffdrochner4-0/+68
2001-05-12Warn on finding USE_PERL (not USE_PERL5), and on DEPENDS withwiz2-3/+14
continuation lines. Bump to 2.51.
2001-05-09Revert previous change - the man pages get added to the generated PLISTagc1-3/+1
by the pre-install target, depending upon the setting of MANINSTALL.
2001-05-09fix COMMENT typo.dmcmahill1-2/+2
2001-05-09add manpageshubertf1-1/+3
2001-05-05Update to 1.10, provided by Bernd Ernesti. Addresses pkg/12820.wiz2-5/+5
2001-05-03Update pkglint to 2.50abs2-4/+12
Implement pkglint -V which displays pkglint version (Useful for ftp.netbsd.org automated checks)
2001-05-03add another TODO item. (flag to exclude NO_BIN_ON_CDROM packages).dmcmahill1-1/+3
2001-05-03make a note in the author section that I got the idea of duplicating packagesdmcmahill1-2/+4
to eliminate inter-cd dependencies from Todd Vierling.
2001-05-01Update pkglint to 2.49abs2-5/+12
lintpkgsrc now handles '/1' suffix in make S:x:y: expressions
2001-04-28add a TODO/wish list. This file is only there to be read by someone whodmcmahill1-0/+20
wants to hack on the package and is not otherwise used (so I don't feel bad adding it during the freeze).
2001-04-27add and enable cdpackdmcmahill1-1/+2
2001-04-27initial import of cdpack-1.0dmcmahill6-0/+999
cdpack is a small utility for creating ISO 9660 images for a multi-CD binary package collection. The utility creates ISO 9660 images for all the binary packages in a specified directory. A choice of two algorithms is available for how the packages are grouped. The "no duplication" algorithm arranges the packages so any package on CD number `n' will have all of its dependencies on CD numbers 1 through `n'. The "no inter-CD depends" algorithm will place certain packages on more than one CD to ensure that each CD is self contained (all package dependencies are satisfied within the single CD).
2001-04-27Hardcode in PREFIX/bin/perl rather than using /usr/bin/env, as NetBSD does notabs1-2/+2
have /usr/pkg/bin in the default path for cron etc. ick.
2001-04-23Look for deprecated md5/patch-sum files in correct dir.wiz2-7/+7
Bump to 2.48.
2001-04-22Undo part of previous, since it doesn't work as expected.wiz2-4/+4
Bump to 2.47.
2001-04-22Update perl-mk to 1.1. Changes from version 1.0:jlam4-25/+84
* Instead of creating the bsd.perl.mk file at build-time, create it at install-time using the currently-installed perl executable. This change forces that bsd.perl.mk PERL5_* variables to be consistent with the version of the installed perl package, regardless of whether perl-mk is installed as a binary package or not. This fixes a problem noted on tech-pkg by manu@netbsd.org.
2001-04-21Use the same pattern for matching patch files as in bsd.pkg.mk.wiz2-5/+5
Fixes a bogus warning for at least devel/patch.
2001-04-19DISTINFO_FILE, not DIGEST_FILE; fixes some 'missing distinfo file' warnings.wiz2-4/+4
Bump to 2.45.
2001-04-19remove NetBSDism - there is no "text" set on !NetBSDhubertf1-2/+2
2001-04-18move to sha1 digests, and add distfile sizes.agc2-4/+6