summaryrefslogtreecommitdiff
path: root/devel/cook
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-3/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-04Update to 2.22.wiz3-6/+10
* A small problem with fingerprints has been fixed. * A tutorial has been contributed. * You can now have international characters in comments. * A C++ cookbook has been added. * A test failure on Cygwin has been fixed. * The [read] and [read_lines] builtin functions have been added. See the Reference Manual for more information.
2002-11-11update cook to version 2.21. trolling the changelogs gives:mrg3-7/+10
- new cook_rsh program - new "fail" command - new "stripdots" command - fixes for the fingerprinting code - many build, source & doco fixes
2002-10-13buildlink1 -> buildlink2.wiz1-3/+4
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-01This package needs msgfmt during build, so add BUILD_USES_MSGFMT.wiz1-2/+2
Found by recent bulk build.
2001-07-25Import cook-2.17.groo4-0/+106
Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.