Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,18 +1,30 @@
# $NetBSD: Makefile,v 1.4 2013/08/15 06:32:06 obache Exp $
.include "../../devel/lua-stdlib/Makefile.common"
# $NetBSD: Makefile,v 1.6 2014/10/19 22:27:45 alnsn Exp $
DISTNAME= stdlib-28
PKGNAME= ${DISTNAME:S/stdlib/${LUA_PKGPREFIX}-stdlib/}
PKGREVISION= 1
PKGREVISION= 3
CATEGORIES= devel
COMMENT= Standard library for Lua programming language
MASTER_SITES= http://cloud.github.com/downloads/rrthomas/lua-stdlib/
EXTRACT_SUFX= .zip
MAINTAINER= cheusov@NetBSD.org
INSTALLATION_DIRS+= ${LUA_LDIR}
HOMEPAGE= https://github.com/rrthomas/lua-stdlib
LICENSE= mit
NO_BUILD= yes
NO_CONFIGURE= yes
INSTALLATION_DIRS+= ${LUA_LDIR} ${LUA_DOCDIR}/modules
.include "../../lang/lua/module.mk"
do-install:
${INSTALL_DATA} ${WRKSRC}/src/*.lua \
${DESTDIR}${PREFIX}/${LUA_LDIR}
${INSTALL_DATA} ${WRKSRC}/src/*.html \
${DESTDIR}${PREFIX}/${LUA_DOCDIR}/
${INSTALL_DATA} ${WRKSRC}/src/modules/*.html \
${DESTDIR}${PREFIX}/${LUA_DOCDIR}/modules/
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2012/12/02 09:26:08 cheusov Exp $
@comment $NetBSD: PLIST,v 1.3 2014/05/03 13:01:24 alnsn Exp $
${LUA_LDIR}/base.lua
${LUA_LDIR}/bin.lua
${LUA_LDIR}/debug_ext.lua
@@ -22,3 +22,23 @@ ${LUA_LDIR}/string_ext.lua
${LUA_LDIR}/tree.lua
${LUA_LDIR}/table_ext.lua
${LUA_LDIR}/xml.lua
${LUA_DOCDIR}/index.html
${LUA_DOCDIR}/modules/base.html
${LUA_DOCDIR}/modules/bin.html
${LUA_DOCDIR}/modules/debug.html
${LUA_DOCDIR}/modules/fstable.html
${LUA_DOCDIR}/modules/getopt.html
${LUA_DOCDIR}/modules/io.html
${LUA_DOCDIR}/modules/lcs.html
${LUA_DOCDIR}/modules/list.html
${LUA_DOCDIR}/modules/math.html
${LUA_DOCDIR}/modules/mbox.html
${LUA_DOCDIR}/modules/object.html
${LUA_DOCDIR}/modules/package.html
${LUA_DOCDIR}/modules/parser.html
${LUA_DOCDIR}/modules/set.html
${LUA_DOCDIR}/modules/std.html
${LUA_DOCDIR}/modules/strbuf.html
${LUA_DOCDIR}/modules/string.html
${LUA_DOCDIR}/modules/table.html
${LUA_DOCDIR}/modules/tree.html