[Lunar-commits] r21248 - in moonbase/trunk/libs: . memcached wxGTK
Jannis Pohlmann
jannis at lunar-linux.org
Mon Sep 4 10:19:02 UTC 2006
Author: jannis
Date: 2006-09-04 10:19:02 +0000 (Mon, 04 Sep 2006)
New Revision: 21248
Added:
moonbase/trunk/libs/libevent/
moonbase/trunk/libs/memcached/
moonbase/trunk/libs/memcached/DEPENDS
moonbase/trunk/libs/memcached/DETAILS
Modified:
moonbase/trunk/libs/wxGTK/CONFIGURE
Log:
Moved libevent to /libs and added memcached (submitted by wdp).
Copied: moonbase/trunk/libs/libevent (from rev 21247, moonbase/trunk/devel/libevent)
Added: moonbase/trunk/libs/memcached/DEPENDS
===================================================================
--- moonbase/trunk/libs/memcached/DEPENDS (rev 0)
+++ moonbase/trunk/libs/memcached/DEPENDS 2006-09-04 10:19:02 UTC (rev 21248)
@@ -0,0 +1 @@
+depends libevent
Added: moonbase/trunk/libs/memcached/DETAILS
===================================================================
--- moonbase/trunk/libs/memcached/DETAILS (rev 0)
+++ moonbase/trunk/libs/memcached/DETAILS 2006-09-04 10:19:02 UTC (rev 21248)
@@ -0,0 +1,23 @@
+ MODULE=memcached
+ VERSION=1.1.12
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.danga.com/memcached/dist/
+ SOURCE_VFY=sha1:431bfc095c777948073e38436c6cf176acb6b5de
+ WEB_SITE=http://www.danga.com/memcached/
+ ENTERED=20060904
+ UPDATED=20060904
+ SHORT="Distributed memory object caching system"
+
+cat << EOF
+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.
+It uses libevent to scale to any number of open connections
+(using epoll on Linux, if available at runtime), uses
+non-blocking network I/O, refcounts internal objects
+(so objects can be in multiple states to multiple clients),
+and uses its own slab allocator and hash table so virtual
+memory never gets externally fragmented and allocations are
+guaranteed O(1).
+EOF
Modified: moonbase/trunk/libs/wxGTK/CONFIGURE
===================================================================
--- moonbase/trunk/libs/wxGTK/CONFIGURE 2006-09-04 10:12:59 UTC (rev 21247)
+++ moonbase/trunk/libs/wxGTK/CONFIGURE 2006-09-04 10:19:02 UTC (rev 21248)
@@ -1 +1 @@
-mquery UCODE "Enable UNICODE? Say no if you use bochs, xmule, yes for jaffm, rapidsvn, wxPython" y
+mquery UCODE "Enable UNICODE? Say no if you use audacity, bochs, xmule, yes for jaffm, rapidsvn, wxPython" y
More information about the Lunar-commits
mailing list