cups-headers version 1.1.15 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    cups-headers  most recent diff


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



      # $Id: Portfile 33214 2008-01-21 17:30:06Z nox macports.org $

      PortSystem 1.0

      Name: cups-headers
      Version: 1.1.15
      revision 1
      Category: devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: CUPS (Common Unix Printing System) headers for Panther (Mac OS X 10.3.x)

      Long Description: ${description}

      master_sites http://www.opensource.apple.com/projects/cups/
      distname cups

      checksums md5 b2aed0b50372687a56f4e665fdd85bee

      configure {}

      build {}

      destroot {
      file mkdir ${destroot}${prefix}/share/doc
      file copy ${filespath}/README.cups-headers.txt ${destroot}${prefix}/share/doc
      }

      platform darwin 7 {
      build {
      system "perl -pi -e 's,includedir=/usr/include,includedir=${prefix}/include,' '${workpath}/${worksrcdir}/cups-config'"
      }

      destroot {
      system "install -d -m 755 '${destroot}${prefix}/bin'"
      system "install -c -m 755 '${workpath}/${worksrcdir}/cups-config' '${destroot}${prefix}/bin/'cups-config"
      system "cd '${workpath}/${worksrcdir}' && make installhdrs INCLUDEDIR='${destroot}${prefix}/include'"
      file mkdir ${destroot}${prefix}/share/doc/
      file copy ${filespath}/README.cups-headers.txt ${destroot}${prefix}/share/doc
      }
      }

      livecheck.check none

      # No homepage, so we need to reset livecheck.url
      livecheck.url

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

     Where to find more information:

    Darwin Ports



    image test