diff options
author | alnsn <alnsn> | 2014-05-03 13:04:10 +0000 |
---|---|---|
committer | alnsn <alnsn> | 2014-05-03 13:04:10 +0000 |
commit | 95579e5d2510d85a71d00429ac4538fa5e878873 (patch) | |
tree | 92f10018ef07a5f1fd10e38f9685700f259a1799 /devel | |
parent | e4ed6b38edcfa97a93be9ed66978f17be126ff97 (diff) | |
download | pkgsrc-95579e5d2510d85a71d00429ac4538fa5e878873.tar.gz |
Remove lua-stdlib-doc. It has been merged to lua-stdlib.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/lua-stdlib-doc/DESCR | 5 | ||||
-rw-r--r-- | devel/lua-stdlib-doc/Makefile | 23 | ||||
-rw-r--r-- | devel/lua-stdlib-doc/PLIST | 21 |
3 files changed, 0 insertions, 49 deletions
diff --git a/devel/lua-stdlib-doc/DESCR b/devel/lua-stdlib-doc/DESCR deleted file mode 100644 index 25fe4b6d80a..00000000000 --- a/devel/lua-stdlib-doc/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -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 --git a/devel/lua-stdlib-doc/Makefile b/devel/lua-stdlib-doc/Makefile deleted file mode 100644 index 437f30d8097..00000000000 --- a/devel/lua-stdlib-doc/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2013/11/01 18:17:43 jperkin Exp $ - -.include "../../devel/lua-stdlib/Makefile.common" - -PKGNAME= ${DISTNAME:S/stdlib/${LUA_PKGPREFIX}-stdlib-doc/} -PKGREVISION= 2 -MAINTAINER= cheusov@NetBSD.org - -COMMENT= Documentation for modules from lua-stdlib - -DOCDIR= share/doc/lua-stdlib - -DEPENDS+= ${LUA_PKGPREFIX}-${DISTNAME}{,nb*}:../../devel/lua-stdlib -INSTALLATION_DIRS+= ${DOCDIR}/modules - -do-install: - ${INSTALL_DATA} ${WRKSRC}/src/*.html \ - ${DESTDIR}${PREFIX}/${DOCDIR}/ - ${INSTALL_DATA} ${WRKSRC}/src/modules/*.html \ - ${DESTDIR}${PREFIX}/${DOCDIR}/modules/ - -.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX -.include "../../mk/bsd.pkg.mk" diff --git a/devel/lua-stdlib-doc/PLIST b/devel/lua-stdlib-doc/PLIST deleted file mode 100644 index 7e30430483c..00000000000 --- a/devel/lua-stdlib-doc/PLIST +++ /dev/null @@ -1,21 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2012/12/02 09:26:08 cheusov Exp $ -share/doc/lua-stdlib/index.html -share/doc/lua-stdlib/modules/base.html -share/doc/lua-stdlib/modules/bin.html -share/doc/lua-stdlib/modules/debug.html -share/doc/lua-stdlib/modules/fstable.html -share/doc/lua-stdlib/modules/getopt.html -share/doc/lua-stdlib/modules/io.html -share/doc/lua-stdlib/modules/lcs.html -share/doc/lua-stdlib/modules/list.html -share/doc/lua-stdlib/modules/math.html -share/doc/lua-stdlib/modules/mbox.html -share/doc/lua-stdlib/modules/object.html -share/doc/lua-stdlib/modules/package.html -share/doc/lua-stdlib/modules/parser.html -share/doc/lua-stdlib/modules/set.html -share/doc/lua-stdlib/modules/std.html -share/doc/lua-stdlib/modules/strbuf.html -share/doc/lua-stdlib/modules/string.html -share/doc/lua-stdlib/modules/table.html -share/doc/lua-stdlib/modules/tree.html |