Download and Install html2text version 1.3.2a on Mac OS X
Friday the 25th of July, 2008

    html2text  most recent diff


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



      # $Id: Portfile 30256 2007-10-23 02:26:16Z jmpp macports.org $

      PortSystem 1.0
      Name: html2text
      Version: 1.3.2a
      revision 3
      Category: textproc
      Platform: darwin
      Maintainers: nomaintainer
      Homepage: http://www.mbayer.de/${name}/
      Description: Utility to convert HTML documents into plain text.

      Long Description: html2text is a command line utility, written in C++, that converts HTML documents into plain text. Each HTML document is loaded from a location indicated by a URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output-file. The input-URI may specify a remote site, from that the documents are loaded via the Hypertext Transfer Protocol (HTTP).

      master_sites http://userpage.fu-berlin.de/~mbayer/tools/ ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/

      checksums md5 6097fe07b948e142315749e6620c9cfc

      patchfiles patch-configure.diff

      platform darwin 7 {
      patchfiles-delete patch-configure.diff
      patchfiles-append patch-configure-panther.diff
      }

      destroot {
      xinstall -m 755 ${worksrcpath}/html2text ${destroot}${prefix}/bin
      xinstall -m 644 ${worksrcpath}/html2text.1.gz ${destroot}${prefix}/share/man/man1
      xinstall -m 644 ${worksrcpath}/html2textrc.5.gz ${destroot}${prefix}/share/man/man5
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -v -W ${worksrcpath} CHANGES COPYING CREDITS KNOWN_BUGS README RELEASE_NOTES TODO ${destroot}${prefix}/share/doc/${name}
      }

    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/html2text
      % sudo port install html2text
      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 html2text
      ---> Verifying checksum for html2text
      ---> Extracting html2text
      ---> Configuring html2text
      ---> Building html2text with target all
      ---> Staging html2text into destroot
      ---> Installing html2text
    - 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 html2text with these commands:
      %  man html2text
      % apropos html2text
      % which html2text
      % locate html2text

     Where to find more information:

    Darwin Ports



    image test