Download and Install doclifter version 2.3 on Mac OS X
Sunday the 7th of September, 2008

    doclifter  most recent diff


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



      # $Id: Portfile 30607 2007-11-01 16:16:19Z markd macports.org $

      PortSystem 1.0

      Name: doclifter
      Version: 2.3
      Category: textproc
      Platform: darwin
      Maintainers: markd
      Description: troff macro to DocBook translater.
      Long Description: A troff macro to DocBook translater. For example, it may be used to convert man pages to DocBook.
      Homepage: http://catb.org/~esr/doclifter/
      master_sites http://catb.org/~esr/doclifter/
      checksums md5 db0573381ac1abec627b4bb5025087ea

      depends_lib port:python24

      use_configure no

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/man/man1
      xinstall ${worksrcpath}/doclifter ${destroot}${prefix}/bin
      xinstall ${worksrcpath}/manlifter ${destroot}${prefix}/bin
      xinstall ${worksrcpath}/doclifter.1 ${destroot}${prefix}/share/man/man1
      xinstall ${worksrcpath}/manlifter.1 ${destroot}${prefix}/share/man/man1

      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      foreach doc {BUGS COPYING README TODO} {
      xinstall -m 644 ${worksrcpath}/${doc} ${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/doclifter
      % sudo port install doclifter
      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 doclifter
      ---> Verifying checksum for doclifter
      ---> Extracting doclifter
      ---> Configuring doclifter
      ---> Building doclifter with target all
      ---> Staging doclifter into destroot
      ---> Installing doclifter
    - 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 doclifter with these commands:
      %  man doclifter
      % apropos doclifter
      % which doclifter
      % locate doclifter

     Where to find more information:

    Darwin Ports



    image test