Commit graph

26 commits

Author SHA1 Message Date
Vanilla I. Shu
38142dc662 remove unneed patch.
Submitted by:	skreuzer@
2009-11-26 02:54:27 +00:00
Vanilla I. Shu
66835ad3c9 Fix pkg-plist.
PR:		ports/140652
Submitted by:	Sahil Tandon sahil at tandon net
2009-11-18 05:14:37 +00:00
Vanilla I. Shu
c4a8d78403 Upgrade to 0.35. 2009-11-18 03:34:13 +00:00
Vanilla I. Shu
b404d7fd27 1: upgrade to 0.34.
2: fix build on 6.x

PR:		ports/139631
Submitted by:	Sahil Tandon <sahil.at.tandon.dot.net>
2009-10-16 06:34:58 +00:00
Vanilla I. Shu
6ebef7deae Upgrade to 0.33.
Feature safe:	yes
2009-09-26 06:27:52 +00:00
Vanilla I. Shu
c1d3b538b2 Upgrade to 0.32.
Feature safe:	yes
2009-09-21 16:26:12 +00:00
Vanilla I. Shu
061dcf220b Fix building on RELENG_6. 2009-07-19 12:11:03 +00:00
Vanilla I. Shu
2a61a67ba6 Fix build problem.
Obtained from:	QAT@
2009-07-15 01:38:46 +00:00
Vanilla I. Shu
593fbbc024 Upgrade to 0.31. 2009-07-14 15:13:07 +00:00
Vanilla I. Shu
c95b7b9cbe Upgrade to 0.30. 2009-06-03 01:34:25 +00:00
Vanilla I. Shu
71a4630b8e Upgrade to 0.29. 2009-05-20 01:50:32 +00:00
Vanilla I. Shu
97cfaf772a Upgrade to 0.28. 2009-04-22 01:09:26 +00:00
Vanilla I. Shu
6e643ee67d Fix build.
Submitted by:	QAT
2009-03-31 08:58:44 +00:00
Vanilla I. Shu
754e0a0166 Upgrade to 0.27. 2009-03-31 07:59:35 +00:00
Vanilla I. Shu
8f0b56c7ec Upgrade to 0.26. 2009-01-31 04:44:06 +00:00
Vanilla I. Shu
8ea93abcf4 Upgrade to 0.25, and grab MAINTAINER.
Approved by:	leeym@
2008-11-28 23:50:44 +00:00
Yen-Ming Lee
579208a091 - fix segfault problem if the length of source is zero
- bump PORTREVISION

Submitted by:	vanilla
2008-11-17 09:22:58 +00:00
Yen-Ming Lee
95ed7e38b1 - close socket if poll/select failed
- bump PORTREVISION

Submitted by:	vanilla
2008-10-23 14:06:44 +00:00
Yen-Ming Lee
38a1ef46f7 - update to 0.23
Noticed by:	ebgssth at gmail.com
2008-10-01 07:54:55 +00:00
Yen-Ming Lee
c24fd6fe5b - update to 0.22
- fix bug about pkgconfig (thanks vanilla@)
2008-08-06 16:13:53 +00:00
Yen-Ming Lee
ba10f33afc - update to 0.21 2008-05-28 17:27:38 +00:00
Yen-Ming Lee
70bea2e922 - Update to 0.20
PR:		123439
Submitted by:	gslin @ gslin . org
2008-05-06 00:59:32 +00:00
Yen-Ming Lee
6487883825 - update to 0.19 2008-04-22 18:54:03 +00:00
Yen-Ming Lee
0a41d0de77 - update to 0.17
- add NO_INSTALL_MANPAGES support
2008-02-28 17:36:59 +00:00
Yen-Ming Lee
d2e65fbc81 - update to 0.16 2008-02-19 18:34:26 +00:00
Yen-Ming Lee
ce6247b33b - add libmemcached-0.14
libmemcached is a C and C++ client library to the memcached server
(http://danga.com/memcached). It has been designed to be light on memory usage,
thread safe, and provide full access to server side methods.

A few notes on its design:

# Synchronous and Asynchronous support.
# TCP and Unix Socket protocols.
# A half dozen or so different hash algorithms.
# Implementations of the new cas, replace, and append operators.
# Man pages written up on entire API.
# Implements both modulo and consistent hashing solutions.

It also implements several command line tools:

memcat - Copy the value of a key to standard output
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the serrver.
memcp - Copy files to a memached server.
memstat - Dump the stats of your servers to standard output
memslap - Generate testing loads on a memcached cluster

WWW: http://tangent.org/552/libmemcached.html
2008-01-23 08:01:45 +00:00