aboutsummaryrefslogtreecommitdiff
path: root/devel/argp-standalone
Commit message (Collapse)AuthorAgeFilesLines
* - Add MASTER_SITE_LOCAL as mirror while there is a problem on master siteSergey Matveychuk2006-06-071-1/+3
| | | | Notes: svn path=/head/; revision=164693
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+1
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* Add argp-standalone 1.3,Kirill Ponomarev2004-03-013-0/+30
It is standalone version of argp - part of glibc library. It was separated off glibc by Niels Myller, 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. PR: ports/63568 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=102610