aboutsummaryrefslogtreecommitdiff
path: root/databases/memcached
Commit message (Collapse)AuthorAgeFilesLines
* - Fix LIB_DEPENDSMarcus Alves Grando2006-07-051-1/+1
| | | | | | | Pointy hat to: seanc Notes: svn path=/head/; revision=166981
* Apply performance patch to memcached to reduce latency when a response isSean Chittenden2006-07-032-2/+14
| | | | | | | | | | | | | | | | 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 <citrin@rambler-co.ru> Notes: svn path=/head/; revision=166866
* - update dependencies for libevent-1.2Yen-Ming Lee2006-06-301-1/+1
| | | | Notes: svn path=/head/; revision=166640
* Clean up memcached startup script: no functional changes.Sean Chittenden2006-02-211-4/+3
| | | | | | | | PR: ports/93645 Submitted by: mnag@ Notes: svn path=/head/; revision=156612
* - Fix REQUIRED in rc scriptMarcus Alves Grando2006-02-024-36/+42
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=155081
* Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)Marcus Alves Grando2005-12-094-13/+12
| | | | | | | | | | | | | Bump PORTREVISION Add secondary master site Use USE_RC_SUBR=memcached.sh Add SHA256 PR: 89493 Approved by: seanc (maintainer timeout, 14 days) Notes: svn path=/head/; revision=150721
* - Update to 1.1.12Sergey Matveychuk2005-07-114-4/+34
| | | | | | | | | | - rcNGfy Submitted by: glebius Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=138897
* Chase the libevent update.Jean-Yves Lefort2005-07-011-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=138315
* Update to 1.1.11. Also cleanse evilness and purge dependency on autof*Sean Chittenden2004-08-312-5/+7
| | | | | | | | PR: ports/70661 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> Notes: svn path=/head/; revision=117753
* Ding-dong, this is your friendly happy face talking. Please to beAde Lovett2004-04-031-1/+1
| | | | | | | | | | reading the 20040314 entry in /usr/ports/CHANGES regarding importing of ports into the tree that require the use of GNU autotools. Thanks awfully Notes: svn path=/head/; revision=106016
* Update to memcached 1.1.10 from the duplicate net/memcached port.Kris Kennaway2004-03-289-143/+20
| | | | Notes: svn path=/head/; revision=105473
* Revert 1.6 and 1.5, which were committed prematurelyKris Kennaway2004-03-281-2/+2
| | | | Notes: svn path=/head/; revision=105472
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+1
| | | | | | | | | | | the USE_<x> 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. Notes: svn path=/head/; revision=103722
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Upgrade memcached to 1.1.8Sean Chittenden2003-08-214-12/+29
| | | | | | | Noticed by: fenner's distfile survey Notes: svn path=/head/; revision=87461
* Make portlint(1) happy, no actual changes.Sean Chittenden2003-07-221-6/+6
| | | | Notes: svn path=/head/; revision=85341
* Add memcached: a high-performance, distributed memory object cachingSean Chittenden2003-07-2210-0/+153
system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Notes: svn path=/head/; revision=85338