pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/lua-alt-getopt



Module name:    wip
Committed by:   cheusov
Date:           Sun Jan 11 20:48:46 UTC 2009

Import into wip/lua-alt-getopt

Log Message:
Import lua-alt-getopt-0.4.0 as wip/lua-alt-getopt.

lua_altgetopt is a module for Lua programming language
for processing application's arguments the same way
BSD/GNU getopt_long(3) functions do.

Main features and goals:
1) compatibility to SUS "Utility Syntax Guidelines"
http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html#tag_12_02
guidelines 3-13.
2) This module is for plain Lua
2) No extra dependencies
3) No hooks, no functional tricks ;-)
4) Support for long options, e.g. compatibility with getopt_long(3) C
function
   present in *BSD and GNU libc.
5) Long options may optionally have one-char synonym or other long synonym
6) Strict error checking (checks for an incorrect use of options)
7) alt_getopt.lua is a Lua module.

Status:

Vendor Tag:     CHEUSOV
Release Tags:   CHEUSOV_20090111
                
N wip/lua-alt-getopt/distinfo
N wip/lua-alt-getopt/Makefile
N wip/lua-alt-getopt/PLIST
N wip/lua-alt-getopt/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index