Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/lua-alt-getopt,
getopt API for Lua similar to getopt_long(3) function
Branch: CURRENT,
Version: 0.6.0,
Package name: lua-alt-getopt-0.6.0,
Maintainer: cheusovlua_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.
Required to run:[
lang/lua]
Master sites: (Expand)
SHA1: b9d8d18e714ab4804acfd3f27c1c88e12e0612ec
RMD160: b5e42c80d70baf97216fcb21ebcec127f83f71f8
Filesize: 4.231 KB
Version history: (Expand)
- (2009-08-04) Package deleted from pkgsrc
- (2009-04-27) Updated to version: lua-alt-getopt-0.6.0
- (2009-01-15) Updated to version: lua-alt-getopt-0.5.0
- (2009-01-12) Package added to pkgsrc.se, version lua-alt-getopt-0.4.0 (created)
CVS history: (Expand)
2009-08-02 21:50:52 by Min Sik Kim | Files touched by this commit (4) |  |
Log message:
lua-alt-getopt is in pkgsrc.
|
2009-04-26 20:42:17 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 0.6.0
FIXED: global variable 'optind'. Now it is local.
Minor improvements and code clean-ups.
|
2009-01-14 20:49:08 by Aleksey Cheusov | Files touched by this commit (2) |  |
Log message:
update to 0.5.0
No functional changes, just new MASTER_SITES, HOMEPAGE and DISTNAME
|
2009-01-12 19:46:38 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
adapted to use lang/lua/module.mk
|
2009-01-11 21:48:46 by Aleksey Cheusov | Files touched by this commit (4) |  |
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.
|