Bug 63568 - [NEW PORT] devel/argp-standalone: Standalone version of arguments parsing functions from GLIBC
Summary: [NEW PORT] devel/argp-standalone: Standalone version of arguments parsing fun...
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-01 02:20 UTC by Sergey Matveychuk
Modified: 2004-03-01 09:15 UTC (History)
0 users

See Also:


Attachments
argp-standalone-1.3.shar (2.16 KB, text/plain)
2004-03-01 02:20 UTC, Sergey Matveychuk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Matveychuk 2004-03-01 02:20:19 UTC
It is standalone version of argp - part of glibc library. 

It was separated off glibc by Niels Mller
Niels primary use it for inclusion in the LSH distribution,
but it's useful for any package that wants to use argp and at the same
time be portable to non-glibc systems.

Besides portability fixes, there are a few other changes in this
version. The most important is that it no longer builds upon getopt;
the one or two hairy functions of GNU getopt are incorporated with the
argp parser. There are longer any global variables keeping track of
the parser state.

Generated with FreeBSD Port Tools 0.50
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-01 09:15:27 UTC
State Changed
From-To: open->closed

New port added, thanks!