aboutsummaryrefslogtreecommitdiffstats
path: root/devel/generate/pkg-descr
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-08-30 01:27:41 +0800
committergarga <garga@FreeBSD.org>2006-08-30 01:27:41 +0800
commitac208b0b6f6af1515add8b269b940b63608a2e32 (patch)
tree3fc016bd6a5f2f6cf6a8ee16f042fe26504d9b18 /devel/generate/pkg-descr
parent924a9be1b65c9ee2298950e3907bd90267fc87c1 (diff)
downloadfreebsd-ports-gnome-ac208b0b6f6af1515add8b269b940b63608a2e32.tar.gz
freebsd-ports-gnome-ac208b0b6f6af1515add8b269b940b63608a2e32.tar.zst
freebsd-ports-gnome-ac208b0b6f6af1515add8b269b940b63608a2e32.zip
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>
Diffstat (limited to 'devel/generate/pkg-descr')
-rw-r--r--devel/generate/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/generate/pkg-descr b/devel/generate/pkg-descr
new file mode 100644
index 000000000000..c71da043afcf
--- /dev/null
+++ b/devel/generate/pkg-descr
@@ -0,0 +1,14 @@
+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