non port: databases/libmemcached/pkg-plist |
SVNWeb
|
Number of commits found: 31 |
Sun, 19 Sep 2021
|
[ 05:59 Po-Chuan Hsieh (sunpoet) ] bc2f473
databases/libmemcached: Update MASTER_SITES
- Convert REINPLACE_CMD to patch files
- Do not silence installation message
- Cosmetic change
- Sort PLIST
- Take maintainership
|
Mon, 8 May 2017
|
[ 08:11 miwi ]
- Fix plist
- Bump PORTREVISION
|
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)
|
Mon, 20 Oct 2014
|
[ 10:41 bapt ] (Only the first 10 of 451 ports in this commit are shown above. )
Cleanup plist
|
Thu, 24 Jul 2014
|
[ 13:32 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr
|
Wed, 25 Jun 2014
|
[ 18:39 amdmi3 ]
- Switch to USES=libtool
Approved by: portmgr blanket
|
Mon, 31 Mar 2014
|
[ 11:26 rene ]
- Add stage support, install manual pages unconditionally
- Define an explicit option for the optional SASL dependency
- Bump PORTREVISION
Approved by: portmgr (blanket infrastructure)
|
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.
|
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:39 vanilla ]
Fix pkg-list.
Approved by: QAT
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.
|
Tue, 19 Jan 2010
|
[ 04:24 vanilla ]
do not build memslap, it's not required by normal usege.
|
Wed, 13 Jan 2010
|
[ 02:36 vanilla ]
Upgrade to 0.37.
|
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, 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, 22 Apr 2008
|
[ 18:54 leeym ]
- update to 0.19
|
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: 31 |