non port: databases/libmemcached/distinfo |
Number of commits found: 39 |
Friday, 30 Jun 2023
|
13:17 Po-Chuan Hsieh (sunpoet)
databases/libmemcached: Update to 1.1.4
Changes: https://github.com/awesomized/libmemcached/releases
e53026b |
Thursday, 11 Dec 2014
|
05:26 koobs
databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
 |
Thursday, 3 May 2012
|
14:02 swills
- Update to 1.0.7
PR: ports/167541
Approved by: "Mikhail Tsatsenko" <m.tsatsenko@gmail.com> (maintainer)
 |
Friday, 13 Apr 2012
|
17:48 vanilla
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
 |
Monday, 5 Mar 2012
|
11:51 vanilla
Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version.
 |
Thursday, 27 Oct 2011
|
16:50 vanilla
Upgrade to 1.0.2.
 |
Tuesday, 2 Aug 2011
|
01:34 vanilla
Upgrade to 0.51.
 |
Saturday, 23 Apr 2011
|
03:10 vanilla
upgrade to 0.49.
 |
Thursday, 17 Mar 2011
|
09:10 vanilla
Upgrade to 0.48.
Feature safe: yes
 |
Sunday, 27 Feb 2011
|
16:39 vanilla
Upgrade to 0.47.
 |
Wednesday, 16 Feb 2011
|
15:40 vanilla
Upgrade from 0.44 to 0.46.
Feature safe: yes
 |
Monday, 22 Nov 2010
|
08:55 vanilla
OPTIONize sasl2 dependency.
PR: ports/152140
Submitted by: garga@
 |
Wednesday, 20 Oct 2010
|
03:53 vanilla
Upgrade to 0.44.
 |
Monday, 2 Aug 2010
|
02:03 vanilla
Upgrade to 0.43.
 |
Thursday, 8 Jul 2010
|
03:37 vanilla
Upgrade to 0.42.
Feature safe: yes
 |
Monday, 5 Jul 2010
|
06:00 vanilla
Upgrade to 0.41.
Feature safe: yes
 |
Tuesday, 11 May 2010
|
02:40 vanilla
Upgrade to 0.40.
 |
Thursday, 8 Apr 2010
|
08:09 vanilla
Upgrade to 0.39.
 |
Friday, 12 Feb 2010
|
02:43 vanilla
Upgrade to 0.38.
 |
Wednesday, 13 Jan 2010
|
02:36 vanilla
Upgrade to 0.37.
 |
Wednesday, 18 Nov 2009
|
03:34 vanilla
Upgrade to 0.35.
 |
Friday, 16 Oct 2009
|
06:34 vanilla
1: upgrade to 0.34.
2: fix build on 6.x
PR: ports/139631
Submitted by: Sahil Tandon <sahil.at.tandon.dot.net>
 |
Saturday, 26 Sep 2009
|
06:27 vanilla
Upgrade to 0.33.
Feature safe: yes
 |
Monday, 21 Sep 2009
|
16:26 vanilla
Upgrade to 0.32.
Feature safe: yes
 |
Tuesday, 14 Jul 2009
|
15:13 vanilla
Upgrade to 0.31.
 |
Wednesday, 3 Jun 2009
|
01:34 vanilla
Upgrade to 0.30.
 |
Wednesday, 20 May 2009
|
01:50 vanilla
Upgrade to 0.29.
 |
Wednesday, 22 Apr 2009
|
01:09 vanilla
Upgrade to 0.28.
 |
Tuesday, 31 Mar 2009
|
07:59 vanilla
Upgrade to 0.27.
 |
Saturday, 31 Jan 2009
|
04:44 vanilla
Upgrade to 0.26.
 |
Friday, 28 Nov 2008
|
23:50 vanilla
Upgrade to 0.25, and grab MAINTAINER.
Approved by: leeym@
 |
Wednesday, 1 Oct 2008
|
07:54 leeym
- update to 0.23
Noticed by: ebgssth at gmail.com
 |
Wednesday, 6 Aug 2008
|
16:13 leeym
- update to 0.22
- fix bug about pkgconfig (thanks vanilla@)
 |
Wednesday, 28 May 2008
|
17:27 leeym
- update to 0.21
 |
Tuesday, 6 May 2008
|
00:59 leeym
- Update to 0.20
PR: 123439
Submitted by: gslin @ gslin . org
 |
Tuesday, 22 Apr 2008
|
18:54 leeym
- update to 0.19
 |
Thursday, 28 Feb 2008
|
17:36 leeym
- update to 0.17
- add NO_INSTALL_MANPAGES support
 |
Tuesday, 19 Feb 2008
|
18:34 leeym
- update to 0.16
 |
Wednesday, 23 Jan 2008
|
08:01 leeym
- 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
 |
Number of commits found: 39 |