Download and Install boxes version 1.1 on Mac OS X
Thursday the 3rd of July, 2008

    boxes  most recent diff


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



      # $Id: Portfile 20474 2006-11-03 15:30:14Z blair macports.org $

      PortSystem 1.0
      Name: boxes
      Version: 1.1
      Category: textproc
      Platform: darwin
      Maintainers: wgrzemski gmail.com
      Description: draws boxes around text
      Long Description: boxes is a text filter which can draw various ASCII art boxes around its input text. Variants: 'emacs' -- installs boxes.el, which simplifies using boxes from emacs
      Homepage: http://boxes.thomasjensen.com
      master_sites http://boxes.thomasjensen.com/download/
      distname ${name}-${version}
      distfiles ${name}-${version}.src.tar.gz
      checksums md5 d2ef9fa28a87bf32b3fe0c47ab82fa97
      use_configure no

      Variant: emacs {}

      pre-build { reinplace "s|GLOBALCONF = /usr/share/boxes|GLOBALCONF = ${prefix}/share/boxes|" "${worksrcpath}/Makefile" }
      build { system "cd $worksrcpath && make" }

      destroot {
      xinstall -m 755 ${worksrcpath}/src/boxes ${destroot}${prefix}/bin/${name}
      file copy ${worksrcpath}/boxes-config ${worksrcpath}/boxes
      xinstall -m 644 ${worksrcpath}/boxes ${destroot}${prefix}/share/${name}
      xinstall ${worksrcpath}/doc/boxes.1 ${destroot}${prefix}/share/man/man1/
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} COPYING README README.Win32.txt boxes-config ${destroot}${prefix}/share/doc/${name}

      if { [variant_isset emacs] } {
      xinstall -m 755 -d ${destroot}${prefix}/share/emacs/site-lisp/${name}
      xinstall -m 644 ${worksrcpath}/doc/boxes.el ${destroot}${prefix}/share/emacs/site-lisp/${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/boxes
      % sudo port install boxes
      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 boxes
      ---> Verifying checksum for boxes
      ---> Extracting boxes
      ---> Configuring boxes
      ---> Building boxes with target all
      ---> Staging boxes into destroot
      ---> Installing boxes
    - 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 boxes with these commands:
      %  man boxes
      % apropos boxes
      % which boxes
      % locate boxes

     Where to find more information:

    Darwin Ports



    image test