Date: Tue, 29 Aug 2006 17:27:41 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/generate Makefile distinfo pkg-descr Message-ID: <200608291727.k7THRf4d028222@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-08-29 17:27:41 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/generate Makefile distinfo pkg-descr Log: Generate is a text preprocessor that I originally wrote to help me write custom accounting applications based on the Progress database product. I felt that the built in wasn't useful enough so I designed a new one and implemented it. It actually started life as a package configuration and batch file generator for DOS and mutated to a simple script interpreter to replace shar file distribution. At this point it has almost nothing in common with that first program. The basic idea behind generate is to create a script which generates files. There is some simple flow control constructs but the power lies in its macro processing. I have shamelessly stolen ideas from cpp, m4, make and David Tilbrook's dtree. WWW: http://www.druid.net/darcy/readme-generate.html PR: ports/102507 Submitted by: D'Arcy J.M. Cain <darcy at druid.net> Revision Changes Path 1.2436 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/generate/Makefile (new) 1.1 +3 -0 ports/devel/generate/distinfo (new) 1.1 +14 -0 ports/devel/generate/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608291727.k7THRf4d028222>