From owner-svn-ports-all@freebsd.org Thu Oct 24 14:17:10 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52ABF16E139; Thu, 24 Oct 2019 14:17:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46zTpG1WVcz3K3Q; Thu, 24 Oct 2019 14:17:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1876CF64A; Thu, 24 Oct 2019 14:17:10 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9OEH9GN002215; Thu, 24 Oct 2019 14:17:09 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9OEH9tB002211; Thu, 24 Oct 2019 14:17:09 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201910241417.x9OEH9tB002211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 24 Oct 2019 14:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515339 - in head/www: . eden X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/www: . eden X-SVN-Commit-Revision: 515339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2019 14:17:10 -0000 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 +# $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 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