Asdf-binary-locations version latest - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    asdf-binary-locations  most recent diff


    version latest

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
      The asdf-binary-locations Portfile 50984 2009-05-14 21:08:43Z and.damore macports.org $

      PortSystem 1.0

      Name: asdf-binary-locations
      Version: latest
      Category: devel
      Maintainers: pobox.com:rlonstein
      Description: keep asdf-compiled lisp files in their places
      Long Description: Keep asdf-compiled lisp files in directories unique to the Lisp implementation, Lisp implementation version operating system and hardware architecture.

      Homepage: http://common-lisp.net/project/cl-containers/asdf-binary-locations/
      Master Sites: http://common-lisp.net/project/cl-containers/asdf-binary-locations/

      Platform: darwin
      universal_variant no

      distfiles ${name}${extract.suffix}
      distname ${name}

      Checksums: md5 c221dcb4a1fcb0c1f744cb5fc17d8903 sha1 e6420f5e95708cf7e38884e218f62336957f3091 rmd160 39e678334501d231f526b90ede21c3b28acd9624

      use_configure no
      build { }

      Variant: ignore_lisp_version description {Don't include Lisp version when composing path} {
      pre-configure {
      ui_msg "\n\nWarning- Ignoring Lisp version can result in load failures"
      ui_msg "if fasl implementation changes between Lisp releases.\n"
      ui_msg "If this occurs it will be necessary to rebuild affected modules.\n"
      }
      patchfiles-append patch-dev-main.lisp.diff
      }

      set destroot-lisp "${destroot}${prefix}/share/common-lisp"

      destroot {
      xinstall -m 0755 -d "${destroot-lisp}/src"
      xinstall -m 0755 -d "${destroot-lisp}/systems/${name}"

      file copy ${worksrcpath} ${destroot-lisp}/src/${name}
      system "find ${destroot-lisp}/src/${name} -type d -exec chmod 755 {} \\;"
      system "find ${destroot-lisp}/src/${name} -type f -exec chmod 644 {} \\;"

      foreach f [glob -dir ${destroot-lisp}/src/$name -tails *.asd] {
      ln -sf ../src/${name}/$f ${destroot-lisp}/systems/$f
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.