Download and Install htmldoc version 1.8.27 on Mac OS X
Wednesday the 9th of July, 2008

    htmldoc  most recent diff


      View the most recent changes for the htmldoc port at: htmldoc.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for htmldoc.
      The raw portfile for htmldoc 1.8.27 is located here:
      http://htmldoc.darwinports.com/dports/textproc/htmldoc/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/htmldoc
      Google
      Web Darwinports.com



      # $Id: Portfile 27894 2007-08-15 19:50:58Z nox macports.org $

      PortSystem 1.0
      Name: htmldoc
      Version: 1.8.27
      Category: textproc
      Maintainers: nomaintainer
      Description: Converts HTML files to PDF or PostScript
      Homepage: http://www.htmldoc.org/
      Platform: darwin

      Long Description: htmldoc can convert HTML files to PDF or PostScript, generate a table-of-contents for books, and generate indexed HTML files. It also generates files on-the-fly for web applications or for batch jobs.

      master_sites ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/${version}/ http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${version}/ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${version}/ ftp://ftp3.easysw.com/pub/htmldoc/${version}/ ftp://ftp.easysw.com/pub/htmldoc/${version}/

      checksums md5 35589e7b8fe9c54e11be87cd5aec4dcc sha1 472908e0aafed1cedfbacd8ed3168734aebdec4b rmd160 9605a5894675439f5fae405fb060972e19f33c7e

      distname ${name}-${version}-source
      worksrcdir ${name}-${version}
      use_bzip2 yes

      depends_lib port:jpeg port:libpng port:zlib

      configure.cxxflags -I${prefix}/include

      configure.args --without-gui --disable-localjpeg --disable-localpng --disable-localzlib --disable-ssl

      destroot.destdir prefix=${destroot}${prefix} exec_prefix=${destroot}${prefix} bindir=${destroot}${prefix}/bin mandir=${destroot}${prefix}/share/man

      Variant: ssl conflicts gnutls cdsassl {
      depends_lib-append port:openssl
      configure.args-delete --disable-ssl
      configure.args-append --enable-openssl --disable-gnutls --disable-cdsassl
      }

      Variant: gnutls conflicts ssl cdsassl {
      depends_lib-append port:gnutls
      configure.args-delete --disable-ssl
      configure.args-append --disable-openssl --enable-gnutls --disable-cdsassl
      }

      Variant: cdsassl conflicts ssl gnutls {
      configure.args-delete --disable-ssl
      configure.args-append --disable-openssl --disable-gnutls --enable-cdsassl
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/htmldoc
      % sudo port install htmldoc
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching htmldoc
      ---> Verifying checksum for htmldoc
      ---> Extracting htmldoc
      ---> Configuring htmldoc
      ---> Building htmldoc with target all
      ---> Staging htmldoc into destroot
      ---> Installing htmldoc
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using htmldoc with these commands:
      %  man htmldoc
      % apropos htmldoc
      % which htmldoc
      % locate htmldoc

     Where to find more information:

    Darwin Ports



    image test