# $Id$ PortSystem 1.0 name memcached version 1.2.6 description A high performance, distributed memory object caching system. long_description Memcached is a high-performance, distributed memory object \ caching system, generic in nature, but intended for use in \ speeding up dynamic web applications by alleviating database load. maintainers brett@macports.org categories sysutils platforms darwin homepage http://www.danga.com/memcached/ master_sites http://www.danga.com/memcached/dist/ checksums md5 200d22f7ac2d114f74a6904552e9eb70 \ sha1 675a2576efac3d1333181e33fdd43f45f1f5d3fa configure.args --mandir=${prefix}/share/man \ --with-libevent=${prefix} \ --enable-threads depends_lib port:libevent startupitem.create yes startupitem.name memcached startupitem.start "${prefix}/bin/memcached -u nobody -m 64 -c 10240 -p 11211 -d" startupitem.stop "/usr/bin/killall memcached"