Bug 205311 - [NEW PORT] net/etcd: Distributed, consistent key-value store for shared configuration
Summary: [NEW PORT] net/etcd: Distributed, consistent key-value store for shared confi...
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on: 205282
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-14 10:54 UTC by Yuri Victorovich
Modified: 2015-12-21 14:40 UTC (History)
3 users (show)

See Also:


Attachments
shar archive (3.13 KB, text/plain)
2015-12-14 10:54 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2015-12-14 10:54:47 UTC
Created attachment 164227 [details]
shar archive
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2015-12-15 04:02:22 UTC
maybe duplicate with devel/etcd ?
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-15 04:15:53 UTC
# ls /usr/ports/*/etcd
/usr/ports/audio/etcd:
Makefile  distinfo  pkg-descr

/usr/ports/devel/etcd:
Makefile  distinfo  pkg-descr

/usr/ports/net/etcd:
Makefile  distinfo  files     pkg-descr

name "etcd" will still remain duplicated.
Comment 3 Chris Hutchinson 2015-12-15 04:49:19 UTC
Yuri,
Can you please leave the shar(1) files as text/plain, please?
It makes them much easier to examine, without having to
download them first.

Thanks!

--Chris
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-15 04:58:37 UTC
Yes, I know, but when I attach at the time of submission Bugzilla doesn't ask for the type. Afterwards I always set text/plain.

I will submit the request to the Bugzilla maintainers.
Comment 5 Chris Hutchinson 2015-12-15 22:56:39 UTC
(In reply to yuri from comment #4)
> Yes, I know, but when I attach at the time of submission Bugzilla doesn't
> ask for the type. Afterwards I always set text/plain.
> 
> I will submit the request to the Bugzilla maintainers.

Thanks, Yuri!
Greatly appreciated. :)

--Chris
Comment 6 Vanilla I. Shu freebsd_committer freebsd_triage 2015-12-17 02:05:10 UTC
(In reply to yuri from comment #2)

Yep, but I think it's same software with devel/etcd

---
# more /usr/ports/devel/etcd/pkg-descr
A highly-available key value store for shared
configuration and service discovery. etcd is
inspired by zookeeper and doozer, with a focus on:

* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft

Etcd is written in Go and uses the raft consensus
algorithm to manage a highly-available replicated log.

WWW: https://github.com/coreos/etcd
Comment 7 VK freebsd_triage 2015-12-18 22:32:06 UTC
Comment on attachment 164227 [details]
shar archive

Setting text/plain mimetype to the attachment so it's easily viewable in the browser.
Comment 8 Martin Wilke freebsd_committer freebsd_triage 2015-12-20 07:33:01 UTC
Close, port exist in devel/etcd already.
Comment 9 Kubilay Kocak freebsd_committer freebsd_triage 2015-12-21 14:08:16 UTC
Adjust resolution to be a little more precise.
Comment 10 Kubilay Kocak freebsd_committer freebsd_triage 2015-12-21 14:08:36 UTC
Assign to committer that resolved
Comment 11 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-21 14:40:10 UTC
devel/etcd is also mis-categorized. This is a purely network utility, highly available and reliable distributed database.