Download and Install docbook-dsssl version 1.79 on Mac OS X
Wednesday the 23rd of July, 2008

    docbook-dsssl  most recent diff


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



      # $Id: Portfile 20475 2006-11-03 15:30:38Z blair macports.org $
      PortSystem 1.0

      Name: docbook-dsssl
      Version: 1.79
      Category: textproc
      Description: the docbook dsssl stylesheets
      Platform: darwin
      Maintainers: decibel decibel.org
      master_sites sourceforge:docbook
      Homepage: http://docbook.sf.net/
      checksums md5 8459913bbd8a5724a6fe4b9ed5bab5af
      use_configure no
      build {}

      set dirs_to_install "common contrib dtds frames html images lib olink print"
      set instdir "share/dsssl/${name}"

      destroot {
      # Docs
      xinstall -m 755 -d ${destroot}/${prefix}/${instdir} ${destroot}/${prefix}/share/doc/${name} ${destroot}/${prefix}/share/${name}

      # bin
      xinstall -m 644 -W ${worksrcpath} bin/collateindex.pl ${destroot}/${prefix}/bin
      # man
      xinstall -m 644 -W ${worksrcpath} bin/collateindex.pl.1 ${destroot}/${prefix}/share/man/man1

      # everything else
      xinstall -m 644 -W ${worksrcpath} BUGS ChangeLog README RELEASE-NOTES.html RELEASE-NOTES.xml RELEASE-NOTES.txt VERSION WhatsNew ${destroot}/${prefix}/share/doc/${name}
      foreach dirname $dirs_to_install {
      file copy ${worksrcpath}/${dirname} ${destroot}/${prefix}/${instdir}
      }
      }


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

     Where to find more information:

    Darwin Ports



    image test