summaryrefslogtreecommitdiff
path: root/devel/generate
AgeCommit message (Collapse)AuthorFilesLines
2005-03-26Pullup ticket 393 - requested by Min Sik Kimsnj2-1/+17
portability fix for generate Revisions pulled up: - pkgsrc/devel/generate/distinfo 1.8 - pkgsrc/devel/generate/patches/patch-ab 1.3 Module Name: pkgsrc Committed By: minskim Date: Wed Mar 23 15:11:32 UTC 2005 Modified Files: pkgsrc/devel/generate: distinfo Added Files: pkgsrc/devel/generate/patches: patch-ab Log Message: Use NS_MAXDNAME if MAXDNAME is undefined, because some platforms don't include old bind headers automatically (e.g. Darwin).
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-12Cast size_t function and variable in printf and use "%lu" to preventdarcy2-5/+5
compiler warnings when size_t is not unsigned int.
2005-01-08Patch generate.c to remove warning from bulk build on NetBSD 2.0/amd64.darcy2-1/+24
2005-01-04Update to version 2.2.darcy8-291/+5
Major changes are: - Add casts to prevent compiler warnings. - Allow for more than 10 positional parameters.
2004-12-18Add (unsigned char) casts to ctype function arguments.minskim7-1/+287
2004-11-09Update generate and py-generate to version 2.1.darcy2-5/+5
Changes are minor. The code has a few cleanups, the buffer sizes have been increased (next version they will be dynamic) and the Python support has been improved. The biggest change is the addition of the man page as a Python docstring.
2004-08-21Initial import of generate.darcy4-0/+38
Version 2.0 Simple text pre-processor