# $Id: Portfile 37764 2008-06-22 14:28:56Z brett@macports.org $ PortSystem 1.0 name memcached version 1.2.5 revision 2 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 8ac0d1749ded88044f0f850fad979e4d \ sha1 f7c13cf39ca2d948de1a5648b3d1a2ccfeb0a45b 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"