8275 FreshPorts -- databases/py-memcached
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-memcached 1.51 databases on this many watch lists=4 search for ports that depend on this port
Python API for memcached, a distributed memory cache daemon
Maintained by: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Apr 2004 05:34:06
Also Listed In: python
License: not specified in port


The API takes advantage of the server's opaque flag support and sets its 
"complex" flag whenever the object being stored or retrieved isn't a plain
scalar. In that case, the Storable module is used to freeze and thaw the
value automatically going in and out of the memcached.

The Python API, while tested, has not experienced real-world production use.

WWW:	http://www.tummy.com/Community/software/python-memcached/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/py-distribute
  2. lang/python27
Required To Run:
  1. devel/py-distribute
  2. lang/python27

This port is required by:

for Run

To install the port: cd /usr/ports/databases/py-memcached/ && make install clean
To add the package: pkg_add -r py27-memcached


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  7. ftp://ftp.tummy.com/pub/python-memcached/
  8. ftp://ftp.tummy.com/pub/python-memcached/old-releases/
  9. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  10. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  11. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  12. http://ftp.tummy.com/pub/python-memcached/
  13. http://ftp.tummy.com/pub/python-memcached/old-releases/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 May 2013 15:38:23
Original commit files touched by this commit  1.51
sunpoet search for other commits by this committer
- Update to 1.51
- Add http:// to MASTER_SITES
- Cleanup Makefile header

Changes:	http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #974632: _ConnectionDeadError sometimes was escaping the get/set code.
  This should return to readline() not raising an exception, except in the case
  that it's called from the get/set(). Report from Gary Poster, proposed patch
  by Brad Crittenden.
- Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any
  false-like value it will default to 11211.
- Bug #887765: Interrupted connection to memcache server can cause
  inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client()
  which will cause a client that has lost connection to a server and then
  reconnects to flush the cache on the reconnect so that it doesn't get old
  values from that server. Patch by Daniel Benamy.
01 Feb 2012 18:52:58
Original commit files touched by this commit  1.48
sunpoet search for other commits by this committer
- Update to 1.48
- Add my LOCAL as MASTER_SITES
- Take maintainership

Changes:       
http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #745633: Values of maximum size are not stored API inconsistency, max
  value length was tested for <= while max KEY length was <. So I picked that
  keys and values *LONGER* than the specified max value are what is used, and
  added documentation and tests to that effect. The test for max value tested
  that length plus 4, so I've changed that to be that value plus 1. Issue found
  by matt-quru.
- Bug #713488: Issues Invalid "delete" command. Protocol has changed so that the
  "delete" operation no longer takes a "time" argument. It seems that some
  servers will refuse a "delete key 0" while others will accept it, but the
  official server will NOT accept "delete key 1". So I've changed it so that if
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Feb 2012 15:53:08
Original commit files touched by this commit  1.47
tabthorpe search for other commits by this committer
- Reassign to the heap
08 May 2011 05:26:45
Original commit files touched by this commit  1.47
sahil search for other commits by this committer
- Update to 1.47
- Update WWW

PR:             ports/155041
Submitted by:   lwhsu
Approved by:    maintainer timeout
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.45
miwi search for other commits by this committer
- Get Rid MD5 support
28 Mar 2010 00:52:19
Original commit files touched by this commit  1.45
mnag search for other commits by this committer
- Update to 1.45

PR:             144963
Submitted by:   Barry Pederson <bp___barryp.org>
14 Aug 2009 20:03:26
Original commit files touched by this commit  1.44
miwi search for other commits by this committer
- Update to 1.44

PR:             136775
Submitted by:   Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:    maintainer timeout
14 Jun 2008 23:54:51
Original commit files touched by this commit  1.43
mnag search for other commits by this committer
- Update to 1.43
03 Jan 2008 01:25:35
Original commit files touched by this commit  1.40
mnag search for other commits by this committer
- Update to 1.40
- Now use easy_install in USE_PYDISTUTILS
14 Sep 2007 02:23:15
Original commit files touched by this commit  1.39
mnag search for other commits by this committer
- Update to 1.39

Reported by:    Koobs <koobz___users.sourceforge.net>
30 Jul 2007 09:42:28
Original commit files touched by this commit  1.36
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
16 Jun 2007 14:32:36
Original commit files touched by this commit  1.36
mnag search for other commits by this committer
- Update to 1.36
22 Sep 2006 02:20:26
Original commit files touched by this commit  1.34
mnag search for other commits by this committer
- Update to 1.34
10 Sep 2006 01:04:36
Original commit files touched by this commit  1.33
mnag search for other commits by this committer
- Update to 1.33
30 May 2006 02:49:44
Original commit files touched by this commit  1.31
mnag search for other commits by this committer
- Update to 1.31
22 Feb 2006 13:51:19
Original commit files touched by this commit  1.2_6
mnag search for other commits by this committer
- Update to 1.2_tummy6
15 Dec 2005 16:39:13
Original commit files touched by this commit  1.2_1
mnag search for other commits by this committer
Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
24 Nov 2005 01:23:57
Original commit files touched by this commit  1.2
pav search for other commits by this committer
- Add SHA256
25 Jun 2004 18:02:06
Original commit files touched by this commit  1.2
linimon search for other commits by this committer
Add python to categories.

PR:             ports/68334
Submitted by:   michael johnson <ahze at ahze dot net>
17 Apr 2004 05:33:25
Original commit files touched by this commit  1.2
krion search for other commits by this committer
Add py-memcached 1.2, python API for memcached, a distributed memory
cache daemon.

PR:             ports/65643
Submitted by:   michael johnson <ahze at ahze dot net>

Number of commits found: 20

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 473
Ignore 631
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0