From owner-freebsd-ports Tue Feb 2 02:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23585 for freebsd-ports-outgoing; Tue, 2 Feb 1999 02:50:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA23518 for ; Tue, 2 Feb 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA44374; Tue, 2 Feb 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) 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 ; 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 Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9881: New port - GPL Argument Analyser Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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