Bug 10661 - TCL command line option parser port
Summary: TCL command line option parser port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-18 22:40 UTC by Mikhail Teterin
Modified: 1999-05-03 04:23 UTC (History)
1 user (show)

See Also:


Attachments
tcl-getopt-port.tar.gz (4.03 KB, text/plain)
1999-03-18 22:40 UTC, Mikhail Teterin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Teterin 1999-03-18 22:40:00 UTC
	The port of Johnson Earls <darkfox@netcom.com>'s foxGetOpt
	functions. Pure TCL implementation of getopt(3) and a more
	advanced function typedopts.

	My changes:
		a) add pkgIndex.tcl file, to make this loadable via
			package require foxgetopts
		b) change the typedopts to fail and return error message
		   in case of error, rather then output the error to stderr
		   and return -1.
		c) move typedopts' auxiliary procedures into a private
		   namespace

Fix: Here:
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-05-03 04:20:45 UTC
State Changed
From-To: open->closed

New port committed, thanks!