pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-alt-getopt



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun Aug  2 19:49:16 UTC 2009

Update of /cvsroot/pkgsrc/devel/lua-alt-getopt
In directory ivanova.netbsd.org:/tmp/cvs-serv22166

Log Message:
Import lua-alt-getopt-0.6.0 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

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:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/lua-alt-getopt/DESCR
N pkgsrc/devel/lua-alt-getopt/Makefile
N pkgsrc/devel/lua-alt-getopt/PLIST
N pkgsrc/devel/lua-alt-getopt/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index