From 314c988c3ec8d5efd11a6134b040f456f8f91d17 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 31 Aug 2012 12:18:35 +0200 Subject: [PATCH] luadoc: Added luadoc 3.0.1 - A documentation generator for lua source code --- lua/luadoc/luadoc.cache | 19 +++++++++++++++++++ lua/luadoc/luadoc.conf | 15 +++++++++++++++ lua/luadoc/luadoc.desc | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 lua/luadoc/luadoc.cache create mode 100644 lua/luadoc/luadoc.conf create mode 100644 lua/luadoc/luadoc.desc diff --git a/lua/luadoc/luadoc.cache b/lua/luadoc/luadoc.cache new file mode 100644 index 000000000..4802095c3 --- /dev/null +++ b/lua/luadoc/luadoc.cache @@ -0,0 +1,19 @@ + +[TIMESTAMP] 1346335299 Thu Aug 30 16:01:39 2012 +[BUILDTIME] 0 (5) +[SIZE] 0.09 MB, 29 files + +[DEP] bash +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] make +[DEP] sed +[DEP] sysfiles +[DEP] tar diff --git a/lua/luadoc/luadoc.conf b/lua/luadoc/luadoc.conf new file mode 100644 index 000000000..0b6314e9c --- /dev/null +++ b/lua/luadoc/luadoc.conf @@ -0,0 +1,15 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../luadoc/luadoc.conf +# Copyright (C) 2012 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +var_append makeinstopt ' ' "PREFIX=$root/$prefix" diff --git a/lua/luadoc/luadoc.desc b/lua/luadoc/luadoc.desc new file mode 100644 index 000000000..e625978f3 --- /dev/null +++ b/lua/luadoc/luadoc.desc @@ -0,0 +1,41 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../luadoc/luadoc.desc +[COPY] Copyright (C) 2012 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A documentation generator for lua source code + +[T] LuaDoc is a documentation generator tool for Lua source code. It parses the +[T] declarations and documentation comments in a set of Lua source files and +[T] produces a set of XHTML pages describing the commented declarations and +[T] functions. +[T] The output is not limited to XHTML. Other formats can be generated by +[T] implementing new doclets. The format of the documentation comments is also +[T] flexible and can be customized by implementing new taglets. + +[U] http://keplerproject.github.com/luadoc/ +[U] https://github.com/keplerproject/luadoc + +[A] Tomás Guisasol +[A] Danilo Tuler +[M] Christian Wiese + +[C] extra/development + +[F] LUA + +[L] MIT +[S] Stable +[V] 3.0.1 +[P] X -----5---9 120.000 + +[D] 3766136481 luadoc-3.0.1.tar.gz http://files.luaforge.net/releases/luadoc/luadoc/LuaDoc-3.0.1/