| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* Switch to USES=go and drop BUILD_DEPENDS
* Limit portscout version scans to 2.* version
* Correct PORTREVISION placement
Notes:
svn path=/head/; revision=422183
|
|
|
|
| |
Notes:
svn path=/head/; revision=421262
|
|
|
|
| |
Notes:
svn path=/head/; revision=417167
|
|
|
|
| |
Notes:
svn path=/head/; revision=415982
|
|
|
|
| |
Notes:
svn path=/head/; revision=415588
|
|
|
|
| |
Notes:
svn path=/head/; revision=415200
|
|
|
|
| |
Notes:
svn path=/head/; revision=414408
|
|
|
|
|
|
|
|
| |
PR: 208784
Submitted by: Luke Jee <lukejee@gmail.com>
Notes:
svn path=/head/; revision=413462
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=408621
|
|
|
|
| |
Notes:
svn path=/head/; revision=407816
|
|
|
|
| |
Notes:
svn path=/head/; revision=406857
|
|
|
|
| |
Notes:
svn path=/head/; revision=406846
|
|
|
|
| |
Notes:
svn path=/head/; revision=406844
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- CONFLICTS for devel/etcdctl (following upstream change)
- Remove obsolete patches
Notes:
svn path=/head/; revision=406811
|
|
|
|
|
|
|
|
|
| |
- While here, add some NO_ARCHes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395777
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385521
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=364108
|
|
|
|
|
|
|
| |
Approved by: marino (mentor)
Notes:
svn path=/head/; revision=361431
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/etcd to 0.4.3
- Change maintainer address to robak@FreeBSD.org
- Minor url correction in pkg-descr
Reviewed by: marino (mentor)
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=359007
|
|
|
|
|
|
|
| |
PR: 190701
Notes:
svn path=/head/; revision=356805
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix options for DOCS installation
- Removed option for client port
PR: ports/187626
Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
Notes:
svn path=/head/; revision=348487
|
|
|
|
|
|
|
|
| |
PR: ports/185554
Submitted by: maintainer
Notes:
svn path=/head/; revision=339356
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg name prefix to include a dash
- Add an option to install etcdctl
PR: ports/183921
Submitted by: maintainer
Notes:
svn path=/head/; revision=333678
|
|
|
|
|
|
|
|
| |
PR: ports/183819
Submitted by: maintainer
Notes:
svn path=/head/; revision=333332
|
|
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#etcd
Use PKGNAMEPREFIX=coreos to avoid PKGNAME conflict with audio/etcd
PR: ports/182419
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=329287
|