summaryrefslogtreecommitdiff
path: root/devel/lua-alt-getopt/PLIST
diff options
context:
space:
mode:
authorminskim <minskim>2009-08-02 19:49:16 +0000
committerminskim <minskim>2009-08-02 19:49:16 +0000
commit34fae5e69d361a5c79ed5758d4f649c36a50b7f7 (patch)
tree0d785fd994a2aff521a728690821f99e9aeb13f6 /devel/lua-alt-getopt/PLIST
parenteb0ecf599105f5974afc9dfd90fbfb86ea2339df (diff)
downloadpkgsrc-34fae5e69d361a5c79ed5758d4f649c36a50b7f7.tar.gz
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.
Diffstat (limited to 'devel/lua-alt-getopt/PLIST')
-rw-r--r--devel/lua-alt-getopt/PLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/lua-alt-getopt/PLIST b/devel/lua-alt-getopt/PLIST
new file mode 100644
index 00000000000..ba6f8208867
--- /dev/null
+++ b/devel/lua-alt-getopt/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/02 19:49:16 minskim Exp $
+${LUA_LDIR}/alt_getopt.lua