From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 21 06:50:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1EC9106566B for ; Wed, 21 Mar 2012 06:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 67C3E8FC19 for ; Wed, 21 Mar 2012 06:50:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2L6oDW9007041 for ; Wed, 21 Mar 2012 06:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2L6oDQs007040; Wed, 21 Mar 2012 06:50:13 GMT (envelope-from gnats) Resent-Date: Wed, 21 Mar 2012 06:50:13 GMT Resent-Message-Id: <201203210650.q2L6oDQs007040@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, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADBF31065670 for ; Wed, 21 Mar 2012 06:48:51 +0000 (UTC) (envelope-from beyert@fastmail.fm) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 68B6C8FC14 for ; Wed, 21 Mar 2012 06:48:51 +0000 (UTC) Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 092CE20EA8 for ; Wed, 21 Mar 2012 02:48:51 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute6.internal (MEProxy); Wed, 21 Mar 2012 02:48:51 -0400 Received: from aeonserv.aeonnet.fastmail.fm (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240]) by mail.messagingengine.com (Postfix) with ESMTPSA id 3EC4E8E017E; Wed, 21 Mar 2012 02:48:49 -0400 (EDT) Message-Id: <87ty1ifnzm.wl@fastmail.fm> Date: Tue, 20 Mar 2012 23:48:45 -0700 From: Timothy Beyer To: FreeBSD GNATS Submit Cc: Timothy Beyer Subject: ports/166288: new port: devel/ultragetopt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 06:50:14 -0000 >Number: 166288 >Category: ports >Synopsis: new port: devel/ultragetopt >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: Wed Mar 21 06:50:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 9.0-RELEASE i386 >Organization: no organization >Environment: System: FreeBSD aeonserv.aeonnet 9.0-RELEASE FreeBSD 9.0-RELEASE #9: Fri Mar 9 00:02:30 PST 2012 root@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386 >Description: UltraGetopt is a versatile and customizable implementation of getopt() with support for many common extensions, MS-DOS formatted option strings, and much more. It can function as a drop-in replacement for getopt() on systems with or without existing vendor-provided implementations and also as a separate co-existing function. >How-To-Repeat: extract shar archive and build port >Fix: The included shar, and all prerequisite shar files --- ultragetopt.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: # # ultragetopt # ultragetopt/Makefile # ultragetopt/pkg-descr # ultragetopt/distinfo # ultragetopt/pkg-plist # echo c - ultragetopt mkdir -p ultragetopt > /dev/null 2>&1 echo x - ultragetopt/Makefile sed 's/^X//' >ultragetopt/Makefile << '342aac59e1bdeeadccd8e68580f6f5ca' X# New ports collection makefile for: ultragetopt X# Date created: 20 Mar 2012 X# Whom: Timothy Beyer X# X# $FreeBSD: ports/devel/ultragetopt/Makefile,v 1.0 2012/03/20 23:23:00 beyert Exp $ X# X XPORTNAME= ultragetopt XPORTVERSION= 0.6.0 XCATEGORIES= devel XMASTER_SITES= http://kevinlocke.name/programs/ ${MASTER_SITE_LOCAL} X XMAINTAINER= beyert@cs.ucr.edu XCOMMENT= Versatile and customizable implementation of getopt() X XLICENSE= MIT X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XMAKE_ARGS= PREFIX="${PREFIX}" X X.include 342aac59e1bdeeadccd8e68580f6f5ca echo x - ultragetopt/pkg-descr sed 's/^X//' >ultragetopt/pkg-descr << 'e5b3a72a7d165846c7b57fe01eedaf81' XUltraGetopt is a versatile and customizable implementation of getopt() with Xsupport for many common extensions, MS-DOS formatted option strings, and much Xmore. It can function as a drop-in replacement for getopt() on systems with or Xwithout existing vendor-provided implementations and also as a separate Xco-existing function. X XWWW: http://kevinlocke.name/programs/ultragetopt.php e5b3a72a7d165846c7b57fe01eedaf81 echo x - ultragetopt/distinfo sed 's/^X//' >ultragetopt/distinfo << 'afb17d71880d5d929c1573bbdf3f9928' XSHA256 (ultragetopt-0.6.0.tar.gz) = d1fcddc07c04a1b5f0bb803eb9c3220ebc793a5b6674e9047217f09d152ea051 XSIZE (ultragetopt-0.6.0.tar.gz) = 243465 afb17d71880d5d929c1573bbdf3f9928 echo x - ultragetopt/pkg-plist sed 's/^X//' >ultragetopt/pkg-plist << '036250f071b674e14f51ad0fa8ca4343' Xinclude/ultragetopt.h Xlib/libultragetopt.a Xlib/libultragetopt.la Xlib/libultragetopt.so Xlib/libultragetopt.so.0 036250f071b674e14f51ad0fa8ca4343 exit --- ultragetopt.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: