non port: databases/libmemcached/distinfo |
SVNWeb
|
Number of commits found: 38 |
Thu, 11 Dec 2014
|
[ 05:26 koobs ] (Only the first 10 of 25 ports in this commit are shown above. )
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)
|
Thu, 3 May 2012
|
[ 14:02 swills ]
- Update to 1.0.7
PR: ports/167541
Approved by: "Mikhail Tsatsenko" <m.tsatsenko@gmail.com> (maintainer)
|
Fri, 13 Apr 2012
|
[ 17:48 vanilla ]
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer
|
Mon, 5 Mar 2012
|
[ 11:51 vanilla ]
Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version.
|
Thu, 27 Oct 2011
|
[ 16:50 vanilla ]
Upgrade to 1.0.2.
|
Tue, 2 Aug 2011
|
[ 01:34 vanilla ]
Upgrade to 0.51.
|
Sat, 23 Apr 2011
|
[ 03:10 vanilla ]
upgrade to 0.49.
|
Thu, 17 Mar 2011
|
[ 09:10 vanilla ]
Upgrade to 0.48.
Feature safe: yes
|
Sun, 27 Feb 2011
|
[ 16:39 vanilla ]
Upgrade to 0.47.
|
Wed, 16 Feb 2011
|
[ 15:40 vanilla ]
Upgrade from 0.44 to 0.46.
Feature safe: yes
|
Mon, 22 Nov 2010
|
[ 08:55 vanilla ]
OPTIONize sasl2 dependency.
PR: ports/152140
Submitted by: garga@
|
Wed, 20 Oct 2010
|
[ 03:53 vanilla ]
Upgrade to 0.44.
|
Mon, 2 Aug 2010
|
[ 02:03 vanilla ]
Upgrade to 0.43.
|
Thu, 8 Jul 2010
|
[ 03:37 vanilla ]
Upgrade to 0.42.
Feature safe: yes
|
Mon, 5 Jul 2010
|
[ 06:00 vanilla ]
Upgrade to 0.41.
Feature safe: yes
|
Tue, 11 May 2010
|
[ 02:40 vanilla ]
Upgrade to 0.40.
|
Thu, 8 Apr 2010
|
[ 08:09 vanilla ]
Upgrade to 0.39.
|
Fri, 12 Feb 2010
|
[ 02:43 vanilla ]
Upgrade to 0.38.
|
Wed, 13 Jan 2010
|
[ 02:36 vanilla ]
Upgrade to 0.37.
|
Wed, 18 Nov 2009
|
[ 03:34 vanilla ]
Upgrade to 0.35.
|
Fri, 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>
|
Sat, 26 Sep 2009
|
[ 06:27 vanilla ]
Upgrade to 0.33.
Feature safe: yes
|
Mon, 21 Sep 2009
|
[ 16:26 vanilla ]
Upgrade to 0.32.
Feature safe: yes
|
Tue, 14 Jul 2009
|
[ 15:13 vanilla ]
Upgrade to 0.31.
|
Wed, 3 Jun 2009
|
[ 01:34 vanilla ]
Upgrade to 0.30.
|
Wed, 20 May 2009
|
[ 01:50 vanilla ]
Upgrade to 0.29.
|
Wed, 22 Apr 2009
|
[ 01:09 vanilla ]
Upgrade to 0.28.
|
Tue, 31 Mar 2009
|
[ 07:59 vanilla ]
Upgrade to 0.27.
|
Sat, 31 Jan 2009
|
[ 04:44 vanilla ]
Upgrade to 0.26.
|
Fri, 28 Nov 2008
|
[ 23:50 vanilla ]
Upgrade to 0.25, and grab MAINTAINER.
Approved by: leeym@
|
Wed, 1 Oct 2008
|
[ 07:54 leeym ]
- update to 0.23
Noticed by: ebgssth at gmail.com
|
Wed, 6 Aug 2008
|
[ 16:13 leeym ]
- update to 0.22
- fix bug about pkgconfig (thanks vanilla@)
|
Wed, 28 May 2008
|
[ 17:27 leeym ]
- update to 0.21
|
Tue, 6 May 2008
|
[ 00:59 leeym ]
- Update to 0.20
PR: 123439
Submitted by: gslin @ gslin . org
|
Tue, 22 Apr 2008
|
[ 18:54 leeym ]
- update to 0.19
|
Thu, 28 Feb 2008
|
[ 17:36 leeym ]
- update to 0.17
- add NO_INSTALL_MANPAGES support
|
Tue, 19 Feb 2008
|
[ 18:34 leeym ]
- update to 0.16
|
Wed, 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: 38 |