Download and Install html version 4.01 on Mac OS X
Monday the 8th of September, 2008

    html  most recent diff


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



      # $Id: Portfile 20476 2006-11-03 15:31:18Z blair macports.org $

      PortSystem 1.0
      Name: html
      Version: 4.01
      Category: textproc www
      Maintainers: mstokely google.com
      Description: All W3C published SGML DTDs for HTML
      Homepage: http://www.w3.org/
      Platform: darwin

      Long Description: SGML DTDs for HTML level 0, 1, 2, 3.2, and 4.0 as defined by the World Wide Web Consortium (W3C). These DTDs are useful for validating or processing world wide web pages with SGML tools such as those in the opensp and openjade ports.

      master_sites freebsd

      checksums md5 57a45bf82f0a3694d59d889b0d0ad71c sha1 621c8b602f4190bc33007d32b91b8db977ab3641 rmd160 24f90ce8caec8137b03e31faef54a482e1a5f0cb

      depends_run bin:mkcatalog:mkcatalog

      configure {}
      build {}

      set instdir share/sgml/html

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/${instdir}
      xinstall -m 644 ${workpath}/catalog ${destroot}${prefix}/${instdir}
      xinstall -m 755 -d ${destroot}${prefix}/${instdir}/2.0
      xinstall -m 755 -d ${destroot}${prefix}/${instdir}/3.2
      xinstall -m 755 -d ${destroot}${prefix}/${instdir}/4.0
      xinstall -m 755 -d ${destroot}${prefix}/${instdir}/4.01
      eval xinstall -m 644 [glob ${workpath}/2.0/*.*] ${destroot}${prefix}/${instdir}/2.0
      eval xinstall -m 644 [glob ${workpath}/3.2/*.*] ${destroot}${prefix}/${instdir}/3.2
      eval xinstall -m 644 [glob ${workpath}/4.0/*.*] ${destroot}${prefix}/${instdir}/4.0
      eval xinstall -m 644 [glob ${workpath}/4.01/*.*] ${destroot}${prefix}/${instdir}/4.01
      }

      destroot.args prefix=${destroot}${prefix}

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

     Where to find more information:

    Darwin Ports



    image test