Download and Install beanstalkd version 1.0 on Mac OS X
Thursday the 28th of August, 2008

    beanstalkd  most recent diff


      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.0 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
      Google
      Web Darwinports.com



      # $Id: Portfile 37237 2008-05-31 19:57:13Z nick macports.org $

      PortSystem 1.0

      Name: beanstalkd
      Version: 1.0
      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 macports.org
      Category: sysutils
      Platform: darwin
      Homepage: http://xph.us/software/beanstalkd/
      master_sites http://xph.us/software/beanstalkd/rel/
      checksums md5 4549822ffec2d90da6a575a292f0e472 sha1 fb3d2c0d043ad7484b0ffd185498b1e604f7bd98 rmd160 a5bbd6d9b7ae9da9ad42dd7fd2880b78424a815a

      depends_lib port:libevent port:gmake

      use_configure no
      patchfiles patch-Makefile.diff
      patch.pre_args -p1
      post-patch {
      reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile
      }

      build.target
      destroot.cmd install
      destroot.target beanstalkd
      destroot.destdir ${destroot}${prefix}/bin

    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



    image test