Date: Tue, 2 Feb 1999 13:41:26 +0300 (MSK) From: Dima Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9881: New port - GPL Argument Analyser Message-ID: <199902021041.NAA19377@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 9881 >Category: ports >Synopsis: New port - GPL Argument Analyser >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 02:50:00 PST 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902021041.NAA19377>