Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (fdc7c1c3533b630d87152318056cc571db3f9d47)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (fdc7c1c3533b630d87152318056cc571db3f9d47)
  • Date: Fri, 28 Aug 2009 12:38:05 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 3 +++
lua-forge/luadoc/BUILD | 1 +
lua-forge/luadoc/DEPENDS | 3 +++
lua-forge/luadoc/DETAILS | 23 +++++++++++++++++++++++
lua-forge/luadoc/HISTORY | 3 +++
lua-forge/luadoc/INSTALL | 1 +
6 files changed, 34 insertions(+)

New commits:
commit fdc7c1c3533b630d87152318056cc571db3f9d47
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

lua-forge/luadoc: new spell, documentation generator for LUA

diff --git a/ChangeLog b/ChangeLog
index 84e4694..ccac351 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
+ * lua-forge/luadoc: new spell, documentation generator for LUA
+
2009-08-28 Ladislav Hagara <hgr AT vabo.cz>
* gnome2-apps/balsa2: removed deprecated spell (renamed to balsa)

diff --git a/lua-forge/luadoc/BUILD b/lua-forge/luadoc/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/lua-forge/luadoc/BUILD
@@ -0,0 +1 @@
+true
diff --git a/lua-forge/luadoc/DEPENDS b/lua-forge/luadoc/DEPENDS
new file mode 100755
index 0000000..65dc734
--- /dev/null
+++ b/lua-forge/luadoc/DEPENDS
@@ -0,0 +1,3 @@
+depends lua &&
+depends luafilesystem &&
+depends lualogging
diff --git a/lua-forge/luadoc/DETAILS b/lua-forge/luadoc/DETAILS
new file mode 100755
index 0000000..c8e511f
--- /dev/null
+++ b/lua-forge/luadoc/DETAILS
@@ -0,0 +1,23 @@
+ SPELL="luadoc"
+ VERSION="3.0.1"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ SOURCE_URL[0]="http://luaforge.net/frs/download.php/3185/${SOURCE}";
+
SOURCE_HASH="sha512:413b40e72cc0699c00caf47fe3d7233c8619bfd6064eac001762bcb2ae0b21ccc6f800bd05566cd83924546e5616d1e5840d8bc20ec6d1f1c7a64910a9df6be2"
+ WEB_SITE="http://luadoc.luaforge.net/";
+ ENTERED="20090828"
+ LICENSE[0]="MIT"
+ SHORT="documentation generator tool for Lua source code"
+cat << EOF
+LuaDoc is a documentation generator tool for Lua source code. It parses the
+declarations and documentation comments in a set of Lua source files and
+produces a set of XHTML pages describing the commented declarations and
+functions.
+
+The output is not limited to XHTML. Other formats can be generated by
+implementing new doclets. The format of the documentation comments is also
+flexible and can be customized by implementing new taglets. Please refer to
+customizing section for further information.
+
+LuaDoc is free software and uses the same license as Lua.
+EOF
diff --git a/lua-forge/luadoc/HISTORY b/lua-forge/luadoc/HISTORY
new file mode 100644
index 0000000..ed9b8fe
--- /dev/null
+++ b/lua-forge/luadoc/HISTORY
@@ -0,0 +1,3 @@
+2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL, HISTORY:
+ spell created
diff --git a/lua-forge/luadoc/INSTALL b/lua-forge/luadoc/INSTALL
new file mode 100755
index 0000000..4ea7f26
--- /dev/null
+++ b/lua-forge/luadoc/INSTALL
@@ -0,0 +1 @@
+make install PREFIX="${INSTALL_ROOT}/usr"



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (fdc7c1c3533b630d87152318056cc571db3f9d47), Quentin Rameau, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page