Bug 10661

Summary: TCL command line option parser port
Product: Ports & Packages Reporter: Mikhail Teterin <mi>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: darkfox
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
tcl-getopt-port.tar.gz none

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!