# $Id: Portfile 127226 2014-10-23 19:14:12Z mf2k@macports.org $ PortSystem 1.0 name beanstalkd version 1.4.6 revision 4 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 nomaintainer categories sysutils platforms darwin homepage http://xph.us/software/beanstalkd/ master_sites http://xph.us/dist/beanstalkd/ checksums md5 3dbbb64a6528efaaaa841ea83b30768e \ sha1 1ee0d731e22aa45fb22e816f6e364913595f6e65 \ rmd160 f1641f15b32731f19a39721d8b37da940a145672 patchfiles patch-configure.diff patch-dprintf.diff patch.pre_args -p1 depends_build port:gmake depends_lib port:libevent1 configure.args --with-event=${prefix} if {[string match *clang* ${configure.compiler}]} { configure.cflags-append -Wno-error=gnu } startupitem.create yes startupitem.executable ${prefix}/bin/beanstalkd -u nobody