From dima@netserv1.chg.ru  Tue Feb  2 02:41:35 1999
Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22910
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 2 Feb 1999 02:41:33 -0800 (PST)
          (envelope-from dima@netserv1.chg.ru)
Received: (from dima@localhost)
	by netserv1.chg.ru (8.9.1/8.9.1) id NAA19377;
	Tue, 2 Feb 1999 13:41:26 +0300 (MSK)
Message-Id: <199902021041.NAA19377@netserv1.chg.ru>
Date: Tue, 2 Feb 1999 13:41:26 +0300 (MSK)
From: Dima Sivachenko <dima@Chg.RU>
Reply-To: dima@Chg.RU
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port - GPL Argument Analyser
X-Send-Pr-Version: 3.2

>Number:         9881
>Category:       ports
>Synopsis:       New port - GPL Argument Analyser
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb  2 02:50:00 PST 1999
>Closed-Date:    Wed Feb 10 07:51:09 PST 1999
>Last-Modified:  Wed Feb 10 07:52:33 PST 1999
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

New port of GAA program - GPL Argument Analyser.

>How-To-Repeat:

	

>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#	./pkg/MESSAGE
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	gaa
X# Version required:	1.4.1
X# Date created:		2 February 1999
X# Whom:			Dima Sivachenko
X#
X# $Id$
X#
X
XDISTNAME=	gaa-1.4.1
XCATEGORIES=	devel lang
XMASTER_SITES=	http://gaa.netpedia.net/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	dima@chg.ru
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX}
X
Xpost-install:
X		@ ${CAT} ${PKGDIR}/MESSAGE
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (gaa-1.4.1.tgz) = 23ad5d34c11ddf3f4a359f3fd494e188
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/gaa
Xshare/gaa/gaa.skel
Xshare/gaa/doc/GAAref.html
Xshare/gaa/doc/GAAtut.html
Xshare/gaa/doc/BACK.JPG
Xshare/gaa/doc/gaa.html
Xshare/gaa/doc/TOTORO2.GIF
Xshare/gaa/sample/sample.gaa
Xshare/gaa/sample/smain.c
Xshare/gaa/sample/sample2.gaa
Xshare/gaa/sample/smain2.c
Xshare/gaa/sample/config
X@dirrm share/gaa/sample
X@dirrm share/gaa/doc
X@dirrm share/gaa
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XGAA - GPL Argument Analyser
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XGAA simplifies the life of the programmer: you don't have to
Xworry about the arguments given to it! A short text written in GAA
Xlanguage generates C-code which analyses the arguments and creates your
Xprogram's help.
X
Xhttp://gaa.netpedia.net/
X
X--Dima
Xdima@chg.ru
END-of-./pkg/DESCR
echo x - ./pkg/MESSAGE
sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE'
X-------------------------------------------------------------------------------
XThis program has no man-pages. Please read documentation in HTML format
Xinstalled in share/gaa/doc/ directory.
X-------------------------------------------------------------------------------
END-of-./pkg/MESSAGE
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->billf 
Responsible-Changed-By: billf 
Responsible-Changed-When: Tue Feb 2 14:14:40 PST 1999 
Responsible-Changed-Why:  
I will import this 

From: Bill Fumerola <billf@aqua.chc-chimes.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: ports/9881
Date: Wed, 10 Feb 1999 10:22:24 -0500 (EST)

 > GNU_CONFIGURE=  yes
 > CONFIGURE_ARGS= --prefix=${PREFIX}
 
 .if defined(GNU_CONFIGURE)
 CONFIGURE_ARGS+=        --prefix=${PREFIX}
 HAS_CONFIGURE=          yes
 .endif    
 
 This is already defined in bsd.port.mk, I will change it before I import
 this.
 
 
 -Bill Fumerola
 
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Wed Feb 10 07:51:09 PST 1999 
State-Changed-Why:  
Imported into ports/devel/gaa 

(1) --prefix=${PREFIX} was already defined by GNU_CONFIGURE 
(2) Removed the port's name from pkg/COMMENT 
This is at least the fourth time I've had to do this. 
>Unformatted:
