Import lua-stdlib-doc-8 as wip/lua-stdlib-doc.
This package provides a documentation for Lua stdlib, 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.
This commit is contained in:
parent
103bfb5d19
commit
55f10bb037
3 changed files with 41 additions and 0 deletions
5
lua-stdlib-doc/DESCR
Normal file
5
lua-stdlib-doc/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This package provides a documentation for Lua stdlib,
|
||||
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.
|
19
lua-stdlib-doc/Makefile
Normal file
19
lua-stdlib-doc/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/12/28 10:50:10 cheusov Exp $
|
||||
|
||||
.include "../../wip/lua-stdlib/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/stdlib/lua-stdlib-doc/}
|
||||
|
||||
COMMENT= Documentation for modules from lua-stdlib
|
||||
|
||||
DEPENDS+= lua-stdlib:../../wip/lua-stdlib
|
||||
|
||||
DOCDIR= share/doc/lua-stdlib
|
||||
|
||||
INSTALLATION_DIRS+= ${DOCDIR}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/modules/*.html \
|
||||
${DESTDIR}${PREFIX}/${DOCDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
lua-stdlib-doc/PLIST
Normal file
17
lua-stdlib-doc/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/28 10:50:10 cheusov Exp $
|
||||
share/doc/lua-stdlib/base.html
|
||||
share/doc/lua-stdlib/debug_ext.html
|
||||
share/doc/lua-stdlib/getopt.html
|
||||
share/doc/lua-stdlib/io_ext.html
|
||||
share/doc/lua-stdlib/lcs.html
|
||||
share/doc/lua-stdlib/list.html
|
||||
share/doc/lua-stdlib/math_ext.html
|
||||
share/doc/lua-stdlib/mbox.html
|
||||
share/doc/lua-stdlib/object.html
|
||||
share/doc/lua-stdlib/parser.html
|
||||
share/doc/lua-stdlib/rex.html
|
||||
share/doc/lua-stdlib/set.html
|
||||
share/doc/lua-stdlib/std.html
|
||||
share/doc/lua-stdlib/string_ext.html
|
||||
share/doc/lua-stdlib/table_ext.html
|
||||
share/doc/lua-stdlib/xml.html
|
Loading…
Reference in a new issue