Date: Sun, 2 May 1999 16:08:39 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11441: New port: libgnugetopt-1.0 Message-ID: <199905021208.QAA10443@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905021208.QAA10443>