summaryrefslogtreecommitdiff
path: root/devel/lua-stdlib
diff options
context:
space:
mode:
authorminskim <minskim>2009-02-12 01:45:01 +0000
committerminskim <minskim>2009-02-12 01:45:01 +0000
commit806a28fa6d22ef1e78228dc9933060badef853ba (patch)
treeb188d501934e6c592809b2b0c92045281e4cb913 /devel/lua-stdlib
parenta9d4f2dba1dabc0e87584000cafb4def44a4369c (diff)
downloadpkgsrc-806a28fa6d22ef1e78228dc9933060badef853ba.tar.gz
Import lua-stdlib-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
lua-stdlib is a library of modules for common programming tasks, including list, table and functional operations, regexps, objects, pretty-printing and getopt. The whole thing can be loaded with 'require "std"', or modules can be used individually. Of course, this for Lua programming language :-)
Diffstat (limited to 'devel/lua-stdlib')
-rw-r--r--devel/lua-stdlib/DESCR5
-rw-r--r--devel/lua-stdlib/Makefile17
-rw-r--r--devel/lua-stdlib/Makefile.common18
-rw-r--r--devel/lua-stdlib/PLIST17
-rw-r--r--devel/lua-stdlib/distinfo5
5 files changed, 62 insertions, 0 deletions
diff --git a/devel/lua-stdlib/DESCR b/devel/lua-stdlib/DESCR
new file mode 100644
index 00000000000..f397ae92dfa
--- /dev/null
+++ b/devel/lua-stdlib/DESCR
@@ -0,0 +1,5 @@
+lua-stdlib is a library of modules for common programming tasks,
+including list, table and functional operations, regexps, objects,
+pretty-printing and getopt. The whole thing can be loaded with
+'require "std"', or modules can be used individually.
+Of course, this for Lua programming language :-)
diff --git a/devel/lua-stdlib/Makefile b/devel/lua-stdlib/Makefile
new file mode 100644
index 00000000000..7af882cc916
--- /dev/null
+++ b/devel/lua-stdlib/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $
+
+.include "../../devel/lua-stdlib/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/stdlib/${LUA_PKGPREFIX}-stdlib/}
+
+COMMENT= Standard library for Lua programming language
+
+INSTALLATION_DIRS+= ${LUA_LDIR}
+
+.include "../../lang/lua/module.mk"
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/modules/*.lua \
+ ${DESTDIR}${PREFIX}/${LUA_LDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/lua-stdlib/Makefile.common b/devel/lua-stdlib/Makefile.common
new file mode 100644
index 00000000000..33335f4f66c
--- /dev/null
+++ b/devel/lua-stdlib/Makefile.common
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $
+# used by devel/lua-stdlib-doc/Makefile
+
+DISTNAME= stdlib-8
+CATEGORIES= devel
+MASTER_SITES= http://luaforge.net/frs/download.php/3740/
+
+MAINTAINER= cheusov@tut.by
+HOMEPAGE= http://luaforge.net/projects/stdlib/
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DISTINFO_FILE= ${.CURDIR}/../../devel/lua-stdlib/distinfo
+
+WRKSRC= ${WRKDIR}/stdlib
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
diff --git a/devel/lua-stdlib/PLIST b/devel/lua-stdlib/PLIST
new file mode 100644
index 00000000000..ef67d891bb1
--- /dev/null
+++ b/devel/lua-stdlib/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $
+${LUA_LDIR}/base.lua
+${LUA_LDIR}/debug_ext.lua
+${LUA_LDIR}/getopt.lua
+${LUA_LDIR}/io_ext.lua
+${LUA_LDIR}/lcs.lua
+${LUA_LDIR}/list.lua
+${LUA_LDIR}/math_ext.lua
+${LUA_LDIR}/mbox.lua
+${LUA_LDIR}/object.lua
+${LUA_LDIR}/parser.lua
+${LUA_LDIR}/rex.lua
+${LUA_LDIR}/set.lua
+${LUA_LDIR}/std.lua
+${LUA_LDIR}/string_ext.lua
+${LUA_LDIR}/table_ext.lua
+${LUA_LDIR}/xml.lua
diff --git a/devel/lua-stdlib/distinfo b/devel/lua-stdlib/distinfo
new file mode 100644
index 00000000000..8d39412c64b
--- /dev/null
+++ b/devel/lua-stdlib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $
+
+SHA1 (stdlib-8.tar.gz) = 1d6a5e6d2bcd617f0029c5c76c021b34dd631243
+RMD160 (stdlib-8.tar.gz) = a8236e818cad493867e23392e2ac0911ba1c09eb
+Size (stdlib-8.tar.gz) = 31267 bytes