Bug 27800

Summary: New port: devel/p5-Getopt-Long (Getopt::Long - extended processing of command line options)
Product: Ports & Packages Reporter: Anton Berezin <tobez>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Anton Berezin 2001-05-31 19:20:01 UTC
Module Getopt::Long implements an extended getopt function called
GetOptions(). This function implements the POSIX standard for command
line options, with GNU extensions, while still capable of handling the
traditional one-letter options.

In general, this means that command line options can have long names
instead of single letters, and are introduced with a double dash `--'.

Optionally, Getopt::Long can support the traditional bundling of
single-letter command line options.

***

The Getopt::Long in this port is more recent that the one included into
5.005_03 and 5.6.0 distribution.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-06-11 05:34:36 UTC
State Changed
From-To: open->closed

Committed, thanks!