summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
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
2001-04-17Update pkglint to 2.44 to match distinfo enhancements to pkgsrc by agcabs3-63/+45
2001-04-17Warn user that the 'text' set must be installed in order to buildhubertf1-1/+5
(and install) this package.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc4-8/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo + add distfile sizes to distinfo
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc8-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo + add distfile sizes to distinfo
2001-04-13This pkg was broken after ECHO_CMD was removed. Patch to fix thishubertf1-2/+2
contributed by Stoned Elipot <Stoned.Elipot@script.jussieu.fr> in private mail.
2001-04-10Update to version 0.3wennmach1-2/+2
2001-04-10o We use the built-in type `text' nowwennmach1-9/+28
o Do the conversion from type `text *' to `char *' correctly o Catch NULL pointers
2001-04-10Three major changes:wennmach1-34/+38
o Implement a +COMMENT file parser as a kind of state machine with `awk'. o Use recommended built-in type `text' instead of `varchar' in PostgreSQL. o Redo SQL queries to take registered conflicts into account.
2001-04-10tar -C does not work if the cwd is not writable (I consider this a tar bug),wennmach1-2/+2
so do it the standard way: cat ... | (cd ...; tar ...)
2001-04-09fix typo, pointed out by zuntumhubertf1-2/+2
2001-04-04Update my email addresszuntum1-2/+2
2001-04-03Update pkgconflict to 0.2; add pkgdbextract scriptwennmach3-5/+47
2001-04-02Teach pkglint about BUILD_USES_MSGFMT, and where it recommend using it.wiz2-9/+18
BUILD_USES_MSGFMT is expected in the DEPENDs block now. Also recognize ${PKGSRCDIR} in DIGEST_FILE. Bump version to 2.43.
2001-04-02Add and enable pkgconflictwennmach1-1/+2
2001-04-02Initial import of pkgconflict, a script to find conflicting packageswennmach6-0/+480
in pkgsrc.
2001-03-31Make output of patchdiff more readable. A bit of tidy up while I'm here.skrll2-15/+9
Bump to 0.99 (what's next 0.100?)
2001-03-31Update mkpatches to pick up changes to files outside ${WRKSRC}.skrll2-24/+24
I now have no excuse for not including RCSids in patches. Bump version to 0.98.
2001-03-30Update pkglint to 2.42 - teach lintpkgsrc about digest, including handlingabs2-26/+38
the same distfile used by different packages with different checksum methods.
2001-03-29Include the rmd160 sources unconditionally, in reponse to a number ofagc2-5/+3
reports which state that, although /usr/include/rmd160.h exists, the corresponding rmd160*() routines are not available in libc. Bump version number to 20010320
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Withdraw that last change. "bsd.man.mk" compresses man pages wheneverfredb1-2/+2
"MANZ" is set, regardless of it's value. The change only seemed to work because of the turds left over from the last failed install.
2001-03-26Make ${MANZ} really work even if protected by ".ifdef BSD_PKG_MK" infredb1-2/+2
/etc/mk.conf. Otherwise, in the case where ${MANZ_COMPRESSED_IF_MANZ} and ${MANZ} are both protected by ".ifdef BSD_PKG_MK", the former fixes the PLIST inappropriately.
2001-03-26+ Use libc mods to force aligned access.agc4-11/+9
+ Always use the included sha1 source, since libc's may cause unaligned access. + Don't allow weak aliases in included sha1 code. + Bump package version number
2001-03-23Add note how to actually run this.hubertf1-1/+7
2001-03-22Align correctly on LP64 platforms - from Andrew Brown and Simon Burge.agc2-5/+5
Bump version string accordingly
2001-03-20Added a -s flag to strip leading directories in file paths. Requested bymanu3-7/+59
the Netscape package for PowerPC, and probably others.
2001-03-16No manual pages under Solaris until "nroff" has been integrated intotron1-1/+2
"zoularis".
2001-03-16pkgvi: fix cmp output redirection, remove some more backup files createdwiz2-4/+9
by emacs. Bump version to 0.97.
2001-03-15Update to 2.41:abs2-4/+4
lintpkgsrc - when parsing ${VAR:S/x/y/} type constructs in Makefiles, handle separators other than '/'.
2001-03-14No functional changes.agc2-2/+37
Add a very small regression test script. Add a "test" target to the package Makefile. Suggested by Dan McMahill.
2001-03-13bump version to go with last changedmcmahill1-2/+2
2001-03-13add missing header file. makes this build on alpha with -Werror.dmcmahill1-2/+3
2001-03-12Add sha256, sha384 and sha512 digest algorithms, with BSD-licencedagc7-20/+1531
code from Aaron Gifford. Bump version number to 20010307 Simplify the manual page installation: + remove the :D.gz modifier from the manual page installation commands. It's not necessary, as bsd.pkg.mk works out whether the manual page is gzipped or not + just use the make(1) :M modifier to work out whether catinstall and maninstall are set in ${MANINSTALL}
2001-03-12Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier).fredb1-3/+3
2001-03-11Make this build with the latest "zoularis" again.tron2-5/+9
2001-03-10Remove unnecessary bootstrap kludge to make patches work for this package.tron7-45/+9
Because the source are included we can simply update them.
2001-03-10Solve chicken and egg problem by using a bootstrap digest shell scripttron2-7/+17
used to verify the patch checksums of this package.
2001-03-10To make bootstrap of this package work again we need MD5 checksums.tron1-3/+3
2001-03-10regen (pkglint!)wiz1-3/+3