notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-hashring Implementation of consistent hashing in Python
1.3.1_1 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-python-memcached>=0 : databases/py-python-memcached
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. 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:
Expand this list (3 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://pypi.python.org/packages/source/h/hash_ring/
  3. https://pypi.python.org/packages/source/h/hash_ring/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.1_1
30 Dec 2015 12:13:25
Revision:404842Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:404807Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports
1.3.1
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
1.3.1
26 Dec 2013 13:49:11
Revision:337515Original commit files touched by this commit
wg search for other commits by this committer
devel/py-hashring: allow staging and swtich from easy_install
1.3.1
20 Nov 2013 20:51:25
Revision:334452Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:325631Original commit files touched by this commit
rm search for other commits by this committer
- remove empty directories
1.3.1
21 Aug 2013 02:47:00
Revision:325082Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.3.1
1.2
17 Aug 2013 16:32:41
Revision:324852Original commit files touched by this commit
bdrewery search for other commits by this committer
- Reset yzlin's ports

With hat:	portmgr
1.2
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.2
29 Jul 2009 12:59:14
Original commit files touched by this commit
yzlin search for other commits by this committer
- Change to my mail address at FreeBSD.org

Approved by:    lwhsu (mentor)
1.2
14 Mar 2009 22:47:11
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
amdmi3 search for other commits by this committer
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