The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD databases : memcached

High-performance distributed memory object cache system

 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. 

http://www.danga.com/memcached/



memcached history


v. 1.24
date: 2007/09/21 20:20:57;  author: mnag;  state: Exp;  lines: +2 -2
- Update to 1.2.3

PR:		115895
Submitted by:	delphij

v. 1.23 date: 2007/05/25 17:39:36; author: mnag; state: Exp; lines: +1 -1 - Update to 1.2.2 Notified by: Paul Lindner
v. 1.22 date: 2007/04/06 18:27:29; author: mnag; state: Exp; lines: +2 -3 - Update to 1.2.1 - Change rc.d script to allow to run with negative priority. [1] PR: 108465 [1] Submitted by: Anton Yuzhaninov [1]
v. 1.21 date: 2006/12/13 16:26:54; author: mnag; state: Exp; lines: +2 -2 - Remove patch-memcached.c to increase performance. Ref: ports/94997 - Bump PORTREVISION - Take MAINTAINER PR: 106669
v. 1.20 date: 2006/12/13 16:14:14; author: linimon; state: Exp; lines: +1 -1 Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email. Hat: portmgr
v. 1.19 date: 2006/12/05 13:12:26; author: mnag; state: Exp; lines: +4 -2 - Bump PORT_REVISION and change LIB_DEPEND to reflect update in devel/libevent [1] - Fix PLIST [2] Pointy hat to: skv [2] Notified by: Jonathan Weiss [1]
v. 1.18 date: 2006/11/30 13:32:15; author: skv; state: Exp; lines: +4 -2 Update to 1.2.0 Changes: http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog PR: ports/103523 Submitted by: skv Approved by: maintainer timeout (68 days)
v. 1.17 date: 2006/07/05 13:49:49; author: mnag; state: Exp; lines: +1 -1 - Fix LIB_DEPENDS Pointy hat to: seanc
v. 1.16 date: 2006/07/03 20:10:58; author: seanc; state: Exp; lines: +2 -2 Apply performance patch to memcached to reduce latency when a response is being sent over two packets. http://citrin.ru/stuff/memcached/read.png http://citrin.ru/stuff/memcached/write.png Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been released. :) Bump port version. PR: ports/94997 Submitted by: Anton Yuzhaninov
v. 1.15 date: 2006/06/30 02:53:11; author: leeym; state: Exp; lines: +1 -1 - update dependencies for libevent-1.2
v. 1.14 date: 2006/02/02 14:30:46; author: mnag; state: Exp; lines: +10 -9 - Fix REQUIRED in rc script - Add option to change startup user in rc script - Reorganize Makefile and rc script - Remove pkg-plist and add PLIST_FILES and PORTDOCS - Bump PORTREVISION PR: 91931 Submitted by: mnag Approved by: seanc (maintainer timeout 15 days)
v. 1.13 date: 2005/12/09 12:48:40; author: mnag; state: Exp; lines: +9 -12 Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS) Bump PORTREVISION Add secondary master site Use USE_RC_SUBR=memcached.sh Add SHA256 PR: 89493 Approved by: seanc (maintainer timeout, 14 days)
v. 1.12 date: 2005/07/11 09:01:49; author: sem; state: Exp; lines: +10 -2 - Update to 1.1.12 - rcNGfy Submitted by: glebius Approved by: maintainer timeout (1 month)
v. 1.11 date: 2005/07/01 22:47:19; author: jylefort; state: Exp; lines: +1 -0 Chase the libevent update. Reported by: pointyhat
v. 1.10 date: 2004/08/31 19:30:29; author: seanc; state: Exp; lines: +5 -3 Update to 1.1.11. Also cleanse evilness and purge dependency on autof* PR: ports/70661 Submitted by: Alex Kapranoff
v. 1.9 date: 2004/04/03 08:27:07; author: ade; state: Exp; lines: +1 -1 Ding-dong, this is your friendly happy face talking. Please to be reading the 20040314 entry in /usr/ports/CHANGES regarding importing of ports into the tree that require the use of GNU autotools. Thanks awfully
v. 1.8 date: 2004/03/28 04:54:31; author: kris; state: Exp; lines: +14 -3 Update to memcached 1.1.10 from the duplicate net/memcached port.
v. 1.7 date: 2004/03/28 04:39:21; author: kris; state: Exp; lines: +2 -2 Revert 1.6 and 1.5, which were committed prematurely
v. 1.6 date: 2004/03/14 06:16:08; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.5 date: 2004/03/12 02:48:21; author: ade; state: Exp; lines: +1 -1 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with the USE_ equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
v. 1.4 date: 2004/02/06 13:11:02; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.3 date: 2003/08/21 18:20:43; author: seanc; state: Exp; lines: +2 -2 Upgrade memcached to 1.1.8 Noticed by: fenner's distfile survey
v. 1.2 date: 2003/07/22 06:28:25; author: seanc; state: Exp; lines: +6 -6 Make portlint(1) happy, no actual changes.
v. 1.1 date: 2003/07/22 06:16:06; author: seanc; state: Exp; Add memcached: 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. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm