Index: head/devel/etcd34/Makefile =================================================================== --- head/devel/etcd34/Makefile (nonexistent) +++ head/devel/etcd34/Makefile (revision 515177) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= etcd +PORTVERSION= 3.3.17 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= coreos- +PKGNAMESUFFIX= 33 + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Highly-available key value store and service discovery + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +CONFLICTS_INSTALL= coreos-etcd-* coreos-etcd31-* coreos-etcd32-* \ + coreos-etcdctl-0.* + +USES= go +GO_PKGNAME= github.com/coreos/etcd +GO_TARGET= . ./etcdctl +USE_GITHUB= yes +GH_ACCOUNT= coreos + +PLIST_FILES= bin/etcd \ + bin/etcdctl +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS +DOCS_DESC= Install etcd README file + +do-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/devel/etcd34/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/etcd34/distinfo =================================================================== --- head/devel/etcd34/distinfo (nonexistent) +++ head/devel/etcd34/distinfo (revision 515177) @@ -0,0 +1,3 @@ +TIMESTAMP = 1571731196 +SHA256 (coreos-etcd-v3.3.17_GH0.tar.gz) = 46da3d7347def32b553bac3415dedbf5a2058fd860f4f9c6ee64f2ed53371887 +SIZE (coreos-etcd-v3.3.17_GH0.tar.gz) = 6507229 Property changes on: head/devel/etcd34/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/etcd34/files/patch-vendor_github.com_coreos_go-systemd_util_util__cgo.go =================================================================== --- head/devel/etcd34/files/patch-vendor_github.com_coreos_go-systemd_util_util__cgo.go (nonexistent) +++ head/devel/etcd34/files/patch-vendor_github.com_coreos_go-systemd_util_util__cgo.go (revision 515177) @@ -0,0 +1,11 @@ +--- vendor/github.com/coreos/go-systemd/util/util_cgo.go.orig 2019-10-11 17:23:13 UTC ++++ vendor/github.com/coreos/go-systemd/util/util_cgo.go +@@ -127,7 +127,7 @@ func runningFromSystemService() (ret bool, err error) + switch { + case errno >= 0: + ret = false +- case serrno == syscall.ENOENT, serrno == syscall.ENXIO, serrno == syscall.ENODATA: ++ case serrno == syscall.ENOENT, serrno == syscall.ENXIO, serrno == syscall.ENOATTR: + // Since the implementation of sessions in systemd relies on + // the `pam_systemd` module, using the sd_pid_get_owner_uid + // heuristic alone can result in false positives if that module Property changes on: head/devel/etcd34/files/patch-vendor_github.com_coreos_go-systemd_util_util__cgo.go ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/etcd34/pkg-descr =================================================================== --- head/devel/etcd34/pkg-descr (nonexistent) +++ head/devel/etcd34/pkg-descr (revision 515177) @@ -0,0 +1,13 @@ +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 Property changes on: head/devel/etcd34/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property