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. Fix: The included shar, and all prerequisite shar files How-To-Repeat: extract shar archive and build port
Responsible Changed From-To: freebsd-ports-bugs->cs I'll take it.
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 <beyert@cs.ucr.edu> 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank you very much.