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

    beanstalkd  most recent diff


    version 1.3

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


      The beanstalkd Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0

      Name: beanstalkd
      Version: 1.3
      Revision: 0
      Description: a fast, distributed, in-memory workqueue service
      Long Description: beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
      Maintainers: nick
      Category: sysutils
      Platform: darwin
      Homepage: http://xph.us/software/beanstalkd/
      Master Sites: http://xph.us/dist/beanstalkd/
      Checksums: md5 de94ab64cd02af4ed1f37cacdaf49be5 sha1 ce85375605459458e0a357d9ecaeb9baeb3b9c9a rmd160 a1fa4c6aae530beeecfbe49a4e09903a58e1cc38

      depends_lib port:libevent port:gmake

      configure.args --prefix=${prefix} --with-event=${prefix}


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.