Port details |
- py-hashring Implementation of consistent hashing in Python
- 1.3.1_1 devel
=0 1.3.1_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-12-23 23:02:43
- Last Update: 2015-12-30 12:13:25
- SVN Revision: 404842
- Also Listed In: python
- License: not specified in port
- WWW:
- https://pypi.python.org/pypi/hash_ring
- Description:
- Implements consistent hashing that can be used when the number of
server nodes can increase or decrease (like in memcached). The
hashing ring is built using the same algorithm as libketama.
Consistent hashing is a scheme that provides a hash table functionality
in a way that the adding or removing of one slot does not significantly
change the mapping of keys to slots.
WWW: https://pypi.python.org/pypi/hash_ring
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}hashring>0:devel/py-hashring@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-hashring
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-python-memcached>=0 : databases/py-python-memcached
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_1 30 Dec 2015 12:13:25 |
sunpoet |
- Move devel/py-hashring to devel/py-hash_ring
- Add NO_ARCH
- Sort USE_PYTHON |
1.3.1_1 30 Dec 2015 08:06:13 |
sunpoet |
- Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports |
1.3.1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.3.1 26 Dec 2013 13:49:11 |
wg |
devel/py-hashring: allow staging and swtich from easy_install |
1.3.1 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
1.3.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.3.1 29 Aug 2013 19:11:34 |
rm |
- remove empty directories |
1.3.1 21 Aug 2013 02:47:00 |
wen |
- Update to 1.3.1 |
1.2 17 Aug 2013 16:32:41 |
bdrewery |
- Reset yzlin's ports
With hat: portmgr |
1.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.2 29 Jul 2009 12:59:14 |
yzlin |
- Change to my mail address at FreeBSD.org
Approved by: lwhsu (mentor) |
1.2 14 Mar 2009 22:47:11 |
miwi |
- Update to 1.2
PR: 132630
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer) |
1.1 23 Dec 2008 23:02:09 |
amdmi3 |
Implements consistent hashing that can be used when the number of
server nodes can increase or decrease (like in memcached). The
hashing ring is built using the same algorithm as libketama.
Consistent hashing is a scheme that provides a hash table functionality
in a way that the adding or removing of one slot does not significantly
change the mapping of keys to slots.
WWW: http://pypi.python.org/pypi/hash_ring
PR: 129890
Submitted by: Yi-Jheng Lin <yzlin at cs dot nctu dot edu dot tw> |
Number of commits found: 13
|