Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
devel/lua-stdlib/DESCR Normal file
View File

@@ -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 :-)

17
devel/lua-stdlib/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.3 2012/12/02 09:26:08 cheusov Exp $
.include "../../devel/lua-stdlib/Makefile.common"
PKGNAME= ${DISTNAME:S/stdlib/${LUA_PKGPREFIX}-stdlib/}
COMMENT= Standard library for Lua programming language
MAINTAINER= cheusov@NetBSD.org
INSTALLATION_DIRS+= ${LUA_LDIR}
.include "../../lang/lua/module.mk"
do-install:
${INSTALL_DATA} ${WRKSRC}/src/*.lua \
${DESTDIR}${PREFIX}/${LUA_LDIR}
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile.common,v 1.6 2012/12/02 09:26:08 cheusov Exp $
# used by devel/lua-stdlib-doc/Makefile
# used by devel/lua-stdlib/Makefile
DISTNAME= stdlib-28
PKGNAME= lua-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://cloud.github.com/downloads/rrthomas/lua-stdlib/
EXTRACT_SUFX= .zip
HOMEPAGE= https://github.com/rrthomas/lua-stdlib
LICENSE= mit
DISTINFO_FILE= ${.CURDIR}/../../devel/lua-stdlib/distinfo
NO_BUILD= yes
NO_CONFIGURE= yes

24
devel/lua-stdlib/PLIST Normal file
View File

@@ -0,0 +1,24 @@
@comment $NetBSD: PLIST,v 1.2 2012/12/02 09:26:08 cheusov Exp $
${LUA_LDIR}/base.lua
${LUA_LDIR}/bin.lua
${LUA_LDIR}/debug_ext.lua
${LUA_LDIR}/debug_init.lua
${LUA_LDIR}/fstable.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}/modules.lua
${LUA_LDIR}/object.lua
${LUA_LDIR}/package_ext.lua
${LUA_LDIR}/parser.lua
${LUA_LDIR}/set.lua
${LUA_LDIR}/std.lua
${LUA_LDIR}/strbuf.lua
${LUA_LDIR}/strict.lua
${LUA_LDIR}/string_ext.lua
${LUA_LDIR}/tree.lua
${LUA_LDIR}/table_ext.lua
${LUA_LDIR}/xml.lua

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2012/12/02 09:26:08 cheusov Exp $
SHA1 (stdlib-28.zip) = 4ad81a072912f436bba2bba531ab725fe60d1ee2
RMD160 (stdlib-28.zip) = d6c638bd11cf8199191eaa1ca53e7c14c7b0b5fb
Size (stdlib-28.zip) = 214032 bytes