[Lunar-commits] <moonbase> html2db: removed it from the moonbade. it's old and unmaintained.
Florin Braescu
florin at lunar-linux.org
Sun Aug 16 09:05:23 CEST 2009
commit d54ea23e2c21afd8851550bdc4260c15e38ceb41
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Aug 16 10:05:23 2009 +0300
html2db: removed it from the moonbade. it's old and unmaintained.
---
doc-tools/html2db/BUILD | 17 -----------------
doc-tools/html2db/DETAILS | 24 ------------------------
doc-tools/html2db/PRE_BUILD | 7 -------
3 files changed, 0 insertions(+), 48 deletions(-)
diff --git a/doc-tools/html2db/BUILD b/doc-tools/html2db/BUILD
deleted file mode 100644
index 3d40060..0000000
--- a/doc-tools/html2db/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- sedit 's/TIDYDIR=../TIDYDIR=\/usr\/src\/html2db\/tidy/' Makefile &&
- cd tidy &&
- sedit "s/LDIR= \/usr\/local\//LDIR= \/usr\//" \
- build/gmake/Makefile &&
- sedit "s/\/usr\/local\/man\//\/usr\/share\/man\//" \
- build/gmake/Makefile &&
- cd build/gmake &&
- make &&
-
- cd /usr/src/$MODULE &&
- make &&
- prepare_install &&
- install -m755 -groot -oroot html2db /usr/bin
-
-) > $C_FIFO 2>&1
diff --git a/doc-tools/html2db/DETAILS b/doc-tools/html2db/DETAILS
deleted file mode 100644
index 223d37c..0000000
--- a/doc-tools/html2db/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=html2db
- VERSION=0.1
- SOURCE=html2db.tar.gz
- SOURCE2=tidy_src_030307.tgz
- SOURCE3=newpatch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=http://www.cise.ufl.edu/~ppadala/tidy/
- SOURCE2_URL[0]=http://tidy.sourceforge.net/src/old/
- SOURCE3_URL[0]=http://www.cise.ufl.edu/~ppadala/tidy/
- WEB_SITE="http://www.eecs.umich.edu/~ppadala/projects/tidy/"
- ENTERED=20030724
- UPDATED=20030724
- MAINTAINER=elaine at lunar-linux.org
- SHORT="small utility to convert HTML to Docbook SGML/XML."
-cat << EOF
-html2db is a small utility to convert HTML to Docbook SGML/XML. It uses
-TidyLib for parsing the HTML. For information on Docbook, visit
-http://www.docbook.org
-
-This tool is rudimentary / alpha, no manpage, relies on a specific version
-of htmltidy which is built just for this module:
-
-usage: html2db [-dbsgml | -dbxml] htmlfile
-EOF
diff --git a/doc-tools/html2db/PRE_BUILD b/doc-tools/html2db/PRE_BUILD
deleted file mode 100644
index 4797e34..0000000
--- a/doc-tools/html2db/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-unpack $SOURCE &&
-cd $MODULE
-unpack $SOURCE2
-cd tidy
-patch_it $SOURCE_CACHE/$SOURCE3 0
-cd /usr/src/$MODULE
More information about the Lunar-commits
mailing list