Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 14:17:09 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515339 - in head/www: . eden
Message-ID:  <201910241417.x9OEH9tB002211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Oct 24 14:17:09 2019
New Revision: 515339
URL: https://svnweb.freebsd.org/changeset/ports/515339

Log:
  Add eden g20190924, interact with any Open Service Broker API.

Added:
  head/www/eden/
  head/www/eden/Makefile   (contents, props changed)
  head/www/eden/distinfo   (contents, props changed)
  head/www/eden/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Oct 24 13:46:58 2019	(r515338)
+++ head/www/Makefile	Thu Oct 24 14:17:09 2019	(r515339)
@@ -120,6 +120,7 @@
     SUBDIR += e107
     SUBDIR += e2guardian
     SUBDIR += edbrowse
+    SUBDIR += eden
     SUBDIR += efront
     SUBDIR += elgg
     SUBDIR += elinks

Added: head/www/eden/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/eden/Makefile	Thu Oct 24 14:17:09 2019	(r515339)
@@ -0,0 +1,23 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	eden
+DISTVERSION=	g20190924
+CATEGORIES=	www
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Interact with any Open Service Broker API
+
+LICENSE=	MIT
+
+USES=		go:modules
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	starkandwayne
+GH_TAGNAME=	6f84e1d
+
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+
+PLIST_FILES=	bin/eden
+
+.include <bsd.port.mk>

Added: head/www/eden/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/eden/distinfo	Thu Oct 24 14:17:09 2019	(r515339)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1571924319
+SHA256 (starkandwayne-eden-g20190924-6f84e1d_GH0.tar.gz) = 6bab3730cc8710c743a7b0ac11d23f3f23b5a3f4b5a82160a2c98f4852e804d9
+SIZE (starkandwayne-eden-g20190924-6f84e1d_GH0.tar.gz) = 180408

Added: head/www/eden/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/eden/pkg-descr	Thu Oct 24 14:17:09 2019	(r515339)
@@ -0,0 +1,4 @@
+Interact with any Open Service Broker API to discover, provision, bind, unbind,
+deprovision services.
+
+WWW: https://github.com/starkandwayne/eden



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910241417.x9OEH9tB002211>