CVS: moonbase/doc-tools/html2db BUILD, NONE, 1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1

elaine at lunar-linux.org elaine at lunar-linux.org
Thu Jul 24 20:21:26 GMT 2003


Update of /var/cvs/lunar/moonbase/doc-tools/html2db
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27349

Added Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Initial import, rudimentary html -> sgml tool for the sgml-impaired


--- NEW FILE: BUILD ---
(

  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                                                                &&
  install -m755 -groot -oroot html2db /usr/bin
    
) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          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/$SOURCE
  SOURCE2_URL[0]=http://tidy.sourceforge.net/src/old/$SOURCE2
  SOURCE3_URL[0]=http://www.cise.ufl.edu/~ppadala/tidy/$SOURCE3
        WEB_SITE="http://www.cise.ufl.edu/~ppadala/tidy/"
         ENTERED=20030724
         UPDATED=20030724
      MAINTAINER=elaine at lunar-linux.org
           SHORT="html2db is a 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

--- NEW FILE: PRE_BUILD ---
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