[Lunar-commits] <moonbase> htmldoc: Moving to doc-tools.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 13:22:57 CEST 2011
commit b334c1b2ec8a691c49d45e513612e812549c58c8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 07:22:57 2011 -0400
htmldoc: Moving to doc-tools.
---
doc-tools/htmldoc/DEPENDS | 24 ++++++++++++++++++++++++
doc-tools/htmldoc/DETAILS | 16 ++++++++++++++++
zbeta/htmldoc/DEPENDS | 24 ------------------------
zbeta/htmldoc/DETAILS | 16 ----------------
4 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/doc-tools/htmldoc/DEPENDS b/doc-tools/htmldoc/DEPENDS
new file mode 100644
index 0000000..c801a01
--- /dev/null
+++ b/doc-tools/htmldoc/DEPENDS
@@ -0,0 +1,24 @@
+optional_depends "%SSL" \
+ "--enable-ssl" \
+ "--disable-ssl" \
+ "for SSL/TLS support"
+
+optional_depends "zlib" \
+ "--disable-localzlib" \
+ "--enable-localzlib" \
+ "use system ZLIB instead of htmldoc's"
+
+optional_depends "%JPEG" \
+ "--disable-localjpeg" \
+ "--enable-localjpeg" \
+ "use system JPEG instead of htmldoc's"
+
+optional_depends "libpng" \
+ "--disable-localpng" \
+ "--enable-localpng" \
+ "use system PNG instead of htmldoc's"
+
+optional_depends "fltk" \
+ "--with-gui" \
+ "--without-gui" \
+ "for the GUI"
diff --git a/doc-tools/htmldoc/DETAILS b/doc-tools/htmldoc/DETAILS
new file mode 100644
index 0000000..efe51d5
--- /dev/null
+++ b/doc-tools/htmldoc/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=htmldoc
+ VERSION=1.8.27
+ SOURCE=$MODULE-$VERSION-source.tar.bz2
+ SOURCE_URL=http://ftp.easysw.com/pub/$MODULE/$VERSION
+ SOURCE_VFY=sha1:472908e0aafed1cedfbacd8ed3168734aebdec4b
+ WEB_SITE=http://www.htmldoc.org
+ ENTERED=20101111
+ UPDATED=20101111
+ SHORT="convert html to indexed html, postscript or pdf"
+
+cat << EOF
+HTMLDOC converts HTML web pages and files to indexed HTML,
+PostScript, and PDF files, complete with a table-of-contents.
+It can be used from the command-line, a simple GUI
+or from a web server.
+EOF
diff --git a/zbeta/htmldoc/DEPENDS b/zbeta/htmldoc/DEPENDS
deleted file mode 100644
index c801a01..0000000
--- a/zbeta/htmldoc/DEPENDS
+++ /dev/null
@@ -1,24 +0,0 @@
-optional_depends "%SSL" \
- "--enable-ssl" \
- "--disable-ssl" \
- "for SSL/TLS support"
-
-optional_depends "zlib" \
- "--disable-localzlib" \
- "--enable-localzlib" \
- "use system ZLIB instead of htmldoc's"
-
-optional_depends "%JPEG" \
- "--disable-localjpeg" \
- "--enable-localjpeg" \
- "use system JPEG instead of htmldoc's"
-
-optional_depends "libpng" \
- "--disable-localpng" \
- "--enable-localpng" \
- "use system PNG instead of htmldoc's"
-
-optional_depends "fltk" \
- "--with-gui" \
- "--without-gui" \
- "for the GUI"
diff --git a/zbeta/htmldoc/DETAILS b/zbeta/htmldoc/DETAILS
deleted file mode 100644
index efe51d5..0000000
--- a/zbeta/htmldoc/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=htmldoc
- VERSION=1.8.27
- SOURCE=$MODULE-$VERSION-source.tar.bz2
- SOURCE_URL=http://ftp.easysw.com/pub/$MODULE/$VERSION
- SOURCE_VFY=sha1:472908e0aafed1cedfbacd8ed3168734aebdec4b
- WEB_SITE=http://www.htmldoc.org
- ENTERED=20101111
- UPDATED=20101111
- SHORT="convert html to indexed html, postscript or pdf"
-
-cat << EOF
-HTMLDOC converts HTML web pages and files to indexed HTML,
-PostScript, and PDF files, complete with a table-of-contents.
-It can be used from the command-line, a simple GUI
-or from a web server.
-EOF
More information about the Lunar-commits
mailing list