From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 29 18:20:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EADBC16A4CE for ; Sun, 29 Feb 2004 18:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E31CA43D45 for ; Sun, 29 Feb 2004 18:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i212KJbv060385 for ; Sun, 29 Feb 2004 18:20:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i212KJNT060384; Sun, 29 Feb 2004 18:20:19 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 29 Feb 2004 18:20:19 -0800 (PST) Resent-Message-Id: <200403010220.i212KJNT060384@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Matveychuk Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C34516A4CE for ; Sun, 29 Feb 2004 18:14:11 -0800 (PST) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C75743D3F for ; Sun, 29 Feb 2004 18:14:10 -0800 (PST) (envelope-from root@Current.sem-home.ciam.ru) Received: from Current.sem-home.ciam.ru (ppp139-128.dialup.mtu-net.ru [62.118.139.128]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id B6DE0F8891 for ; Mon, 1 Mar 2004 05:14:07 +0300 (MSK) (envelope-from root@Current.sem-home.ciam.ru) Received: from root by Current.sem-home.ciam.ru with local (Exim 4.30; FreeBSD) id 1Axcvq-00048u-2a for FreeBSD-gnats-submit@freebsd.org; Mon, 01 Mar 2004 05:13:22 +0300 Message-Id: Date: Mon, 01 Mar 2004 05:13:22 +0300 From: Sergey Matveychuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63568: [NEW PORT] devel/argp-standalone: Standalone version of arguments parsing functions from GLIBC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 02:20:20 -0000 >Number: 63568 >Category: ports >Synopsis: [NEW PORT] devel/argp-standalone: Standalone version of arguments parsing functions from GLIBC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 29 18:20:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Matveychuk >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Fri Feb 27 03:58:52 MSK 2004 >Description: It is standalone version of argp - part of glibc library. It was separated off glibc by Niels MŸller Niels primary use it for inclusion in the LSH distribution, but it's useful for any package that wants to use argp and at the same time be portable to non-glibc systems. Besides portability fixes, there are a few other changes in this version. The most important is that it no longer builds upon getopt; the one or two hairy functions of GNU getopt are incorporated with the argp parser. There are longer any global variables keeping track of the parser state. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- argp-standalone-1.3.shar begins here --- # 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: # # argp-standalone # argp-standalone/Makefile # argp-standalone/distinfo # argp-standalone/pkg-descr # echo c - argp-standalone mkdir -p argp-standalone > /dev/null 2>&1 echo x - argp-standalone/Makefile sed 's/^X//' >argp-standalone/Makefile << 'END-of-argp-standalone/Makefile' X# New ports collection makefile for: argp-standalone X# Date created: 1 March 2004 X# Whom: Sergey Matveychuk X# X# $FreeBSD$ X# X XPORTNAME= argp-standalone XPORTVERSION= 1.3 XCATEGORIES= devel XMASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ X XMAINTAINER= sem@ciam.ru XCOMMENT= Standalone version of arguments parsing functions from GLIBC X XGNU_CONFIGURE= yes XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XPLIST_FILES= lib/libargp.a include/argp.h X Xdo-install: X @cd ${WRKSRC}; \ X ${INSTALL_DATA} libargp.a ${PREFIX}/lib; \ X ${INSTALL_DATA} argp.h ${PREFIX}/include X X.include END-of-argp-standalone/Makefile echo x - argp-standalone/distinfo sed 's/^X//' >argp-standalone/distinfo << 'END-of-argp-standalone/distinfo' XMD5 (argp-standalone-1.3.tar.gz) = 720704bac078d067111b32444e24ba69 XSIZE (argp-standalone-1.3.tar.gz) = 130255 END-of-argp-standalone/distinfo echo x - argp-standalone/pkg-descr sed 's/^X//' >argp-standalone/pkg-descr << 'END-of-argp-standalone/pkg-descr' XIt is standalone version of argp - part of glibc library. X XIt was separated off glibc by Niels MŸller XNiels primary use it for inclusion in the LSH distribution, Xbut it's useful for any package that wants to use argp and at the same Xtime be portable to non-glibc systems. X XBesides portability fixes, there are a few other changes in this Xversion. The most important is that it no longer builds upon getopt; Xthe one or two hairy functions of GNU getopt are incorporated with the Xargp parser. There are longer any global variables keeping track of Xthe parser state. END-of-argp-standalone/pkg-descr exit --- argp-standalone-1.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: