FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 3:10 PM BST
Port details
py-memcached 1.48 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/py-setuptools, lang/python27
Required To Run: devel/py-setuptools, lang/python27

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:
ftp://ftp.tummy.com/pub/python-memcached/
ftp://ftp.tummy.com/pub/python-memcached/old-releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 12
new 48 hours31
new 7 days57
new fortnight181
new month253

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.153 seconds.