Cupl version 1.6 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.6

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


      The cupl Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0
      Name: cupl
      Version: 1.6
      Category: lang
      Maintainers: nomaintainer
      Description: CUPL/CORC interpreter
      Long Description: Interpreter for the archaic CUPL and CORC programming languages. Includes full documentation and a chrestomathy of programs.
      Homepage: http://www.catb.org/~esr/cupl/
      Platform: darwin
      Master Sites: ${homepage}
      Checksums: md5 5032ec8df7f90bcb8d491e3898a582e9

      Patch Files: patch-cupl.y patch-execute.c patch-monitor.c

      use_configure no

      build.target

      destroot {
      xinstall -m 555 ${worksrcpath}/cupl ${destroot}${prefix}/bin

      xinstall -m 444 ${worksrcpath}/cupl.1 ${destroot}${prefix}/share/man/man1

      set docdir ${destroot}${prefix}/share/doc/cupl
      file mkdir ${docdir}
      xinstall -m 444 ${worksrcpath}/READ.ME ${docdir}
      xinstall -m 444 ${worksrcpath}/COPYING ${docdir}
      xinstall -m 444 ${worksrcpath}/corc.doc ${docdir}
      xinstall -m 444 ${worksrcpath}/cupl.doc ${docdir}
      file copy ${worksrcpath}/test ${docdir}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.