1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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>
This commit is contained in:
Bill Fumerola 1999-02-10 15:47:57 +00:00
parent b300811eaf
commit ecb59a7bd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16587
6 changed files with 51 additions and 0 deletions

21
devel/gaa/Makefile Normal file
View File

@ -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>

1
devel/gaa/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gaa-1.5.tgz) = 524807722639e86cc79f793291fee9a5

1
devel/gaa/pkg-comment Normal file
View File

@ -0,0 +1 @@
GAA - GPL Argument Analyser

9
devel/gaa/pkg-descr Normal file
View File

@ -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

4
devel/gaa/pkg-message Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
This program has no man-pages. Please read documentation in HTML format
installed in share/gaa/doc/ directory.
-------------------------------------------------------------------------------

15
devel/gaa/pkg-plist Normal file
View File

@ -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