pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lua-stdlib Import lua-stdlib-8 from pkgsrc-wip. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/173b0857dd34
branches: trunk
changeset: 554315:173b0857dd34
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Feb 12 01:45:01 2009 +0000
description:
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:
devel/lua-stdlib/DESCR | 5 +++++
devel/lua-stdlib/Makefile | 17 +++++++++++++++++
devel/lua-stdlib/Makefile.common | 18 ++++++++++++++++++
devel/lua-stdlib/PLIST | 17 +++++++++++++++++
devel/lua-stdlib/distinfo | 5 +++++
5 files changed, 62 insertions(+), 0 deletions(-)
diffs (82 lines):
diff -r 5899e3a71eea -r 173b0857dd34 devel/lua-stdlib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib/DESCR Thu Feb 12 01:45:01 2009 +0000
@@ -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 -r 5899e3a71eea -r 173b0857dd34 devel/lua-stdlib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib/Makefile Thu Feb 12 01:45:01 2009 +0000
@@ -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 -r 5899e3a71eea -r 173b0857dd34 devel/lua-stdlib/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib/Makefile.common Thu Feb 12 01:45:01 2009 +0000
@@ -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@localhost
+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 -r 5899e3a71eea -r 173b0857dd34 devel/lua-stdlib/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib/PLIST Thu Feb 12 01:45:01 2009 +0000
@@ -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 -r 5899e3a71eea -r 173b0857dd34 devel/lua-stdlib/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib/distinfo Thu Feb 12 01:45:01 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index