pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/lua-stdlib-doc Import lua-stdlib-doc-8 from pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3038d8f8535
branches:  trunk
changeset: 554316:f3038d8f8535
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 12 01:47:49 2009 +0000

description:
Import lua-stdlib-doc-8 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

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.

diffstat:

 devel/lua-stdlib-doc/DESCR    |   5 +++++
 devel/lua-stdlib-doc/Makefile |  19 +++++++++++++++++++
 devel/lua-stdlib-doc/PLIST    |  17 +++++++++++++++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 173b0857dd34 -r f3038d8f8535 devel/lua-stdlib-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib-doc/DESCR        Thu Feb 12 01:47:49 2009 +0000
@@ -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.
diff -r 173b0857dd34 -r f3038d8f8535 devel/lua-stdlib-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib-doc/Makefile     Thu Feb 12 01:47:49 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/12 01:47:49 minskim Exp $
+
+.include "../../devel/lua-stdlib/Makefile.common"
+
+PKGNAME=               ${DISTNAME:S/stdlib/lua-stdlib-doc/}
+
+COMMENT=               Documentation for modules from lua-stdlib
+
+DEPENDS+=              lua-stdlib-[0-9]*:../../devel/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"
diff -r 173b0857dd34 -r f3038d8f8535 devel/lua-stdlib-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/lua-stdlib-doc/PLIST        Thu Feb 12 01:47:49 2009 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/12 01:47:49 minskim 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



Home | Main Index | Thread Index | Old Index