diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-10 15:47:57 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-10 15:47:57 +0000 |
commit | ecb59a7bd8aebb6cdf4bbb1da0c82cc4ebacd1fe (patch) | |
tree | 7ae900c3a2adca9d2c270855e01e050a6826ce6b /devel/gaa | |
parent | b300811eaf814edbd9656eac7b573d7993927f72 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=16587
Diffstat (limited to 'devel/gaa')
-rw-r--r-- | devel/gaa/Makefile | 21 | ||||
-rw-r--r-- | devel/gaa/distinfo | 1 | ||||
-rw-r--r-- | devel/gaa/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gaa/pkg-descr | 9 | ||||
-rw-r--r-- | devel/gaa/pkg-message | 4 | ||||
-rw-r--r-- | devel/gaa/pkg-plist | 15 |
6 files changed, 51 insertions, 0 deletions
diff --git a/devel/gaa/Makefile b/devel/gaa/Makefile new file mode 100644 index 000000000000..5471887f6e5f --- /dev/null +++ b/devel/gaa/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gaa +# Version required: 1.5 +# Date created: 2 February 1999 +# Whom: Dima Sivachenko <dima@chg.ru> +# +# $Id: $ +# + +DISTNAME= gaa-1.5 +CATEGORIES= devel +MASTER_SITES= http://gaa.netpedia.net/ +EXTRACT_SUFX= .tgz + +MAINTAINER= dima@chg.ru + +GNU_CONFIGURE= yes + +post-install: + @ ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/devel/gaa/distinfo b/devel/gaa/distinfo new file mode 100644 index 000000000000..c0a7935b98b2 --- /dev/null +++ b/devel/gaa/distinfo @@ -0,0 +1 @@ +MD5 (gaa-1.5.tgz) = 524807722639e86cc79f793291fee9a5 diff --git a/devel/gaa/pkg-comment b/devel/gaa/pkg-comment new file mode 100644 index 000000000000..0ef8011fe80b --- /dev/null +++ b/devel/gaa/pkg-comment @@ -0,0 +1 @@ +GAA - GPL Argument Analyser diff --git a/devel/gaa/pkg-descr b/devel/gaa/pkg-descr new file mode 100644 index 000000000000..efa926396ef9 --- /dev/null +++ b/devel/gaa/pkg-descr @@ -0,0 +1,9 @@ +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/ + +--Dima +dima@chg.ru diff --git a/devel/gaa/pkg-message b/devel/gaa/pkg-message new file mode 100644 index 000000000000..076c5407e107 --- /dev/null +++ b/devel/gaa/pkg-message @@ -0,0 +1,4 @@ +------------------------------------------------------------------------------- +This program has no man-pages. Please read documentation in HTML format +installed in share/gaa/doc/ directory. +------------------------------------------------------------------------------- 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 |