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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
kumofs Scalable and highly available distributed key-value store
0.4.13 databases 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 0.4.13Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
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: 2010-01-19 03:53:03
Last Update: 2014-09-02 12:45:02
SVN Revision: 366995
License: APACHE20
WWW:
http://github.com/etolabo/kumofs
Description:
kumofs is a scalable and highly available distributed key-value store. WWW: http://github.com/etolabo/kumofs
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:
  • kumofs>0:databases/kumofs
No installation instructions:
This port has been deleted.
PKGNAME: kumofs
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. ruby19 : lang/ruby19
  2. gmake : devel/gmake
  3. automake-1.14 : devel/automake
  4. autoconf-2.69 : devel/autoconf
  5. libtool>=2.4 : devel/libtool
Runtime dependencies:
  1. rubygem-msgpack>0 : devel/rubygem-msgpack
  2. ruby19 : lang/ruby19
Library dependencies:
  1. libmsgpack.so : devel/msgpack
  2. libtokyocabinet.so : databases/tokyocabinet
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net-mgmt/nagios-check_kumofs*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (6 items)
Collapse this list.
  1. http://cloud.github.com/downloads/etolabo/kumofs/
  2. http://distcache.FreeBSD.org/local-distfiles/kuriyama/
  3. http://distcache.FreeBSD.org/ports-distfiles/
  4. http://distcache.eu.FreeBSD.org/local-distfiles/kuriyama/
  5. http://distcache.us-east.FreeBSD.org/local-distfiles/kuriyama/
  6. http://distcache.us-west.FreeBSD.org/local-distfiles/kuriyama/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.13
02 Sep 2014 12:45:02
Revision:366995Original commit files touched by this commit
bapt search for other commits by this committer
Second run at cleaning out non staged ports without pending PR
0.4.13
04 Jul 2014 23:48:56
Revision:360691Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
0.4.13
01 Mar 2014 21:23:14
Revision:346721Original commit files touched by this commit
gerald search for other commits by this committer
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
0.4.13
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
0.4.13
11 Dec 2013 18:08:53
Revision:336187Original commit files touched by this commit
bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
0.4.13
20 Sep 2013 16:13:49
Revision:327717Original 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:
databases)
0.4.13
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
0.4.13
09 Jan 2012 15:41:08
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
0.4.13
25 Dec 2010 10:29:14
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.13.
0.4.12_1
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.4.12_1
16 Oct 2010 11:52:47
Original commit files touched by this commit
ade search for other commits by this committer
Punt autoconf267->autoconf268
0.4.12_1
05 Oct 2010 19:57:56
Original commit files touched by this commit
ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
0.4.12_1
15 Sep 2010 18:35:24
Original commit files touched by this commit
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
0.4.12
07 Sep 2010 04:04:50
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.12.
0.4.11
29 Jul 2010 09:03:04
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.11.
0.4.10
19 Jul 2010 14:14:32
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.10.
0.4.8
25 Jun 2010 06:57:48
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.8.
- Add $LICENSE.

Feature safe:   yes
0.4.7
19 Jun 2010 07:11:49
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:            portmgr
Feature safe:   yes
0.4.7
30 May 2010 14:30:10
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.7.
0.4.5
24 May 2010 00:19:37
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.5.
0.4.4
22 May 2010 01:54:36
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.4.
0.4.3
18 May 2010 11:55:37
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.3.
0.4.2
15 May 2010 08:17:53
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.2.
0.4.1
15 May 2010 02:20:55
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.4.1.
0.3.7
13 May 2010 08:39:32
Original commit files touched by this commit
kuriyama search for other commits by this committer
Upgrade to 0.3.7.
0.3.6
10 May 2010 13:52:47
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.3.6.
0.3.5
30 Apr 2010 23:57:19
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.3.5.
0.3.4_2
27 Apr 2010 14:54:53
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Improve rc.subr related.

Suggested by:   dougb
0.3.4_1
26 Apr 2010 21:58:58
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update databases/tokyocabinet to 1.4.44 [1]
- Chase SHLIB bump

PR:             ports/145992 [1]
Submitted by    lwhsu [1]
0.3.4
26 Apr 2010 13:39:48
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.3.4.
0.3.1
21 Jan 2010 13:54:52
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Upgrade to 0.3.1.
- My patches were merged into upstream.
- Fix build on 6.4 by using GCC 4.2+.
0.3.0
19 Jan 2010 22:28:43
Original commit files touched by this commit
linimon search for other commits by this committer
Fix a trivial typo in the Comment line.
0.3.0
19 Jan 2010 03:52:31
Original commit files touched by this commit
kuriyama search for other commits by this committer
kumofs is a scalabe and highly available distributed key-value store.

WWW: http://github.com/etolabo/kumofs

Number of commits found: 33