From owner-freebsd-ports Sun May 2 5:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D590F150D9 for ; Sun, 2 May 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08604; Sun, 2 May 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id D4BAF14FA4 for ; Sun, 2 May 1999 05:08:42 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA10443; Sun, 2 May 1999 16:08:39 +0400 (MSD) (envelope-from andy) Message-Id: <199905021208.QAA10443@icc.surw.chel.su> Date: Sun, 2 May 1999 16:08:39 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11441: New port: libgnugetopt-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11441 >Category: ports >Synopsis: New port: libgnugetopt-1.0 >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: Sun May 2 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of libgnugetopt which contains GNU-style getopt_long() function. I think it must help for porting many getopt_long()-aware applications. This PR must help close PR/8838. # 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: # # libgnugetopt-1.0 # libgnugetopt-1.0/Makefile # libgnugetopt-1.0/pkg # libgnugetopt-1.0/pkg/PLIST # libgnugetopt-1.0/pkg/COMMENT # libgnugetopt-1.0/pkg/DESCR # libgnugetopt-1.0/files # libgnugetopt-1.0/files/md5 # echo c - libgnugetopt-1.0 mkdir -p libgnugetopt-1.0 > /dev/null 2>&1 echo x - libgnugetopt-1.0/Makefile sed 's/^X//' >libgnugetopt-1.0/Makefile << 'END-of-libgnugetopt-1.0/Makefile' X# New ports collection makefile for: libgnugetopt X# Version required: 1.0 X# Date created: 2 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= libgnugetopt-1.0 XCATEGORIES= devel XMASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ X XMAINTAINER= andy@icc.surw.chel.su X Xdo-install: X @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include X @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib X X.include END-of-libgnugetopt-1.0/Makefile echo c - libgnugetopt-1.0/pkg mkdir -p libgnugetopt-1.0/pkg > /dev/null 2>&1 echo x - libgnugetopt-1.0/pkg/PLIST sed 's/^X//' >libgnugetopt-1.0/pkg/PLIST << 'END-of-libgnugetopt-1.0/pkg/PLIST' Xinclude/getopt.h Xlib/libgnugetopt.a END-of-libgnugetopt-1.0/pkg/PLIST echo x - libgnugetopt-1.0/pkg/COMMENT sed 's/^X//' >libgnugetopt-1.0/pkg/COMMENT << 'END-of-libgnugetopt-1.0/pkg/COMMENT' XGNU getopt library. END-of-libgnugetopt-1.0/pkg/COMMENT echo x - libgnugetopt-1.0/pkg/DESCR sed 's/^X//' >libgnugetopt-1.0/pkg/DESCR << 'END-of-libgnugetopt-1.0/pkg/DESCR' XGNU getopt library. It includes GNU-style getopt_long() function. END-of-libgnugetopt-1.0/pkg/DESCR echo c - libgnugetopt-1.0/files mkdir -p libgnugetopt-1.0/files > /dev/null 2>&1 echo x - libgnugetopt-1.0/files/md5 sed 's/^X//' >libgnugetopt-1.0/files/md5 << 'END-of-libgnugetopt-1.0/files/md5' XMD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7 END-of-libgnugetopt-1.0/files/md5 exit >How-To-Repeat: >Fix: Please, check and commit this port and close PR/8838. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message