diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-10-24 14:17:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-10-24 14:17:09 +0000 |
commit | fb4d862a2ec186acc67edd6cc3114da6ca9a068a (patch) | |
tree | 63a0023ec271f553ff14eef45e439550b80bf2b2 /www | |
parent | 77808ff87f2bded2fed9aef1a7a85ff5c9b1a30e (diff) | |
download | ports-fb4d862a2ec186acc67edd6cc3114da6ca9a068a.tar.gz ports-fb4d862a2ec186acc67edd6cc3114da6ca9a068a.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/eden/Makefile | 23 | ||||
-rw-r--r-- | www/eden/distinfo | 3 | ||||
-rw-r--r-- | www/eden/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5fab8fb35e0a..d81bfd635b14 100644 --- a/www/Makefile +++ b/www/Makefile @@ -120,6 +120,7 @@ SUBDIR += e107 SUBDIR += e2guardian SUBDIR += edbrowse + SUBDIR += eden SUBDIR += efront SUBDIR += elgg SUBDIR += elinks diff --git a/www/eden/Makefile b/www/eden/Makefile new file mode 100644 index 000000000000..52232654aea7 --- /dev/null +++ b/www/eden/Makefile @@ -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> diff --git a/www/eden/distinfo b/www/eden/distinfo new file mode 100644 index 000000000000..5e0598ece633 --- /dev/null +++ b/www/eden/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1571924319 +SHA256 (starkandwayne-eden-g20190924-6f84e1d_GH0.tar.gz) = 6bab3730cc8710c743a7b0ac11d23f3f23b5a3f4b5a82160a2c98f4852e804d9 +SIZE (starkandwayne-eden-g20190924-6f84e1d_GH0.tar.gz) = 180408 diff --git a/www/eden/pkg-descr b/www/eden/pkg-descr new file mode 100644 index 000000000000..17f09327ebc7 --- /dev/null +++ b/www/eden/pkg-descr @@ -0,0 +1,4 @@ +Interact with any Open Service Broker API to discover, provision, bind, unbind, +deprovision services. + +WWW: https://github.com/starkandwayne/eden |