Download and Install c2html version 1.0.0 on Mac OS X
Wednesday the 23rd of July, 2008

    c2html  most recent diff


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



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

      PortSystem 1.0

      Name: c2html
      Version: 1.0.0
      Category: textproc
      Platform: darwin
      Maintainers: nomaintainer
      Description: c2html converts C source files to highlighted html
      Long Description: c2html is a program which converts C source files to highlighted html files. The produced file can be used for creating technical manuals. A highlighted source code listing is usually much easier to read.

      Homepage: http://c2html.sourceforge.net/
      master_sites sourceforge
      distname ${name}_${version}
      checksums md5 b6348896e0272e6cd41b883efa5f9574

      worksrcdir ${name}

      use_configure no

      destroot {
      xinstall -m 755 ${worksrcpath}/c2html ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} INSTALL Installation\ guide.pdf LICENSE User\ manual.pdf ${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/c2html
      % sudo port install c2html
      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 c2html
      ---> Verifying checksum for c2html
      ---> Extracting c2html
      ---> Configuring c2html
      ---> Building c2html with target all
      ---> Staging c2html into destroot
      ---> Installing c2html
    - 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 c2html with these commands:
      %  man c2html
      % apropos c2html
      % which c2html
      % locate c2html

     Where to find more information:

    Darwin Ports



    image test