summaryrefslogtreecommitdiff
path: root/databases/py-redis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-1/+1
| | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
* - Update to 2.7.2Steve Wills2012-12-102-6/+8
| | | | | | | | - Tab->space in Makefile header - Switch to GITHUB PR: ports/174231 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
* - Update to 2.7.0Steve Wills2012-11-284-37/+62
| | | | | | | | | | | | | | | | | | - Add CHEESESHOP as primary MASTERSITE - Remove LICENSE_FILE for those in bsd.licenses.db.mk - Whitespace alignment - Add HIREDIS OPTIONng - Use easy_install (make tests easier to run) - Add zip_safe=False to setup.py - Update and sort pkg-plist - Replace dirrmtry with dirrm - New Makefile header convention - Give maintainership to submitter PR: ports/172481 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: clsung via IRC Feature safe: yes
* - Update to 2.4.13Cheng-Lung Sung2012-06-024-4/+23
| | | | | | | | | - Include patch to setup.py from PR: ports/158036 - Add LICENSE_FILE - Update pkg-plist PR: ports/168362 Submitted by: koobs <koobs dot freebsd_AT_gmail dot com>
* - Update to 2.4.9Cheng-Lung Sung2011-11-102-3/+3
|
* - Update to 2.4.6Cheng-Lung Sung2011-10-293-6/+3
|
* - Update to 2.4.5Cheng-Lung Sung2011-07-063-3/+6
|
* This is the Python interface to the Redis key-value store.Cheng-Lung Sung2011-03-184-0/+40
WWW: http://github.com/andymccurdy/redis-py/