[Lunar-commits] <moonbase> xmltoman: adding this to doc-tools.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Jun 12 14:17:10 CEST 2009


commit aa88042bc66735b3fc2187d704735eeffadbd2ff
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Jun 12 08:17:10 2009 -0400

    xmltoman: adding this to doc-tools.
---
 doc-tools/xmltoman/BUILD   |    7 +++++++
 doc-tools/xmltoman/DEPENDS |    2 ++
 doc-tools/xmltoman/DETAILS |   15 +++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/doc-tools/xmltoman/BUILD b/doc-tools/xmltoman/BUILD
new file mode 100644
index 0000000..ddb184d
--- /dev/null
+++ b/doc-tools/xmltoman/BUILD
@@ -0,0 +1,7 @@
+(
+
+  make PREFIX=/usr &&  
+  prepare_install   &&
+  make install PREFIX=/usr
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/xmltoman/DEPENDS b/doc-tools/xmltoman/DEPENDS
new file mode 100644
index 0000000..693b2e0
--- /dev/null
+++ b/doc-tools/xmltoman/DEPENDS
@@ -0,0 +1,2 @@
+depends XML-Parser
+depends docbook-xsl
diff --git a/doc-tools/xmltoman/DETAILS b/doc-tools/xmltoman/DETAILS
new file mode 100644
index 0000000..7e32010
--- /dev/null
+++ b/doc-tools/xmltoman/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=xmltoman
+         VERSION=0.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:151f75d78d1fa53bca25b94dc00e46a27fabfee8
+        WEB_SITE=http://sourceforge.net/projects/xmltoman
+         ENTERED=20090612
+         UPDATED=20090612
+           SHORT="convert xml to man pages"
+
+cat << EOF
+xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in 
+groff format or html. It features the usual man page items such a "description",
+"options", "see also" etc.
+EOF


More information about the Lunar-commits mailing list