From owner-cvs-all@FreeBSD.ORG Fri Apr 6 18:12:27 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A501106566C; Fri, 6 Apr 2012 18:12:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D6188FC16; Fri, 6 Apr 2012 18:12:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q36ICQ9Z030297; Fri, 6 Apr 2012 18:12:26 GMT (envelope-from cs@repoman.freebsd.org) Received: (from cs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q36ICQ0X030296; Fri, 6 Apr 2012 18:12:26 GMT (envelope-from cs) Message-Id: <201204061812.q36ICQ0X030296@repoman.freebsd.org> From: Carlo Strub Date: Fri, 6 Apr 2012 18:12:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ultragetopt Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2012 18:12:27 -0000 cs 2012-04-06 18:12:26 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ultragetopt Makefile distinfo pkg-descr Log: 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. WWW: http://kevinlocke.name/programs/ultragetopt.php PR: ports/166288 Submitted by: Timothy Beyer Approved by: wen@ (mentor) Feature safe: yes Revision Changes Path 1.4914 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/ultragetopt/Makefile (new) 1.1 +2 -0 ports/devel/ultragetopt/distinfo (new) 1.1 +7 -0 ports/devel/ultragetopt/pkg-descr (new)