diff options
author | billf <billf@FreeBSD.org> | 1999-02-10 23:47:57 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-10 23:47:57 +0800 |
commit | 848d3dd02dbfeae14645a41bddfd2efead052ecb (patch) | |
tree | 73bb239663535a4f9b64ef03012fb9b30f290630 /devel/gaa/pkg-plist | |
parent | cd4bcb27e6e18b67a4ace8e57c5f1dec6ec405d3 (diff) | |
download | freebsd-ports-gnome-848d3dd02dbfeae14645a41bddfd2efead052ecb.tar.gz freebsd-ports-gnome-848d3dd02dbfeae14645a41bddfd2efead052ecb.tar.zst freebsd-ports-gnome-848d3dd02dbfeae14645a41bddfd2efead052ecb.zip |
GAA simplifies the life of the programmer: you don't have to
worry about the arguments given to it! A short text written in GAA
language generates C-code which analyses the arguments and creates your
program's help.
http://gaa.netpedia.net/
PR: ports/9881
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'devel/gaa/pkg-plist')
-rw-r--r-- | devel/gaa/pkg-plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/gaa/pkg-plist b/devel/gaa/pkg-plist new file mode 100644 index 000000000000..e0bf439e4fde --- /dev/null +++ b/devel/gaa/pkg-plist @@ -0,0 +1,15 @@ +bin/gaa +share/gaa/gaa.skel +share/gaa/doc/GAAref.html +share/gaa/doc/GAAtut.html +share/gaa/doc/BACK.JPG +share/gaa/doc/index.html +share/gaa/doc/TOTORO2.GIF +share/gaa/sample/sample.gaa +share/gaa/sample/smain.c +share/gaa/sample/sample2.gaa +share/gaa/sample/smain2.c +share/gaa/sample/config +@dirrm share/gaa/sample +@dirrm share/gaa/doc +@dirrm share/gaa |