Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 13:07:20 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548087 - in head: . www/beehive www/beehive/files
Message-ID:  <202009091307.089D7Kn5069345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Wed Sep  9 13:07:19 2020
New Revision: 548087
URL: https://svnweb.freebsd.org/changeset/ports/548087

Log:
  www/beehive: Update to 0.4.0 and add rc script
  
  Changes:	https://github.com/muesli/beehive/releases/v0.4.0
  PR:		249128
  Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)

Added:
  head/www/beehive/files/
  head/www/beehive/files/beehive.in   (contents, props changed)
  head/www/beehive/files/patch-vendor_github.com_flashmob_go-guerrilla_guerrilla__unix.go   (contents, props changed)
  head/www/beehive/pkg-plist   (contents, props changed)
Modified:
  head/GIDs
  head/UIDs
  head/www/beehive/Makefile
  head/www/beehive/distinfo

Modified: head/GIDs
==============================================================================
--- head/GIDs	Wed Sep  9 12:50:10 2020	(r548086)
+++ head/GIDs	Wed Sep  9 13:07:19 2020	(r548087)
@@ -772,7 +772,7 @@ statsd:*:826:
 # free: 829
 # free: 830
 # free: 831
-# free: 832
+beehive:*:832:
 # free: 833
 # free: 834
 # free: 835

Modified: head/UIDs
==============================================================================
--- head/UIDs	Wed Sep  9 12:50:10 2020	(r548086)
+++ head/UIDs	Wed Sep  9 13:07:19 2020	(r548087)
@@ -777,7 +777,7 @@ statsd:*:826:826::0:0:Statsd Daemon:/nonexistent:/sbin
 # free: 829
 # free: 830
 # free: 831
-# free: 832
+beehive:*:832:832::0:0:beehive user:/nonexistent:/usr/sbin/nologin
 # free: 833
 # free: 834
 # free: 835

Modified: head/www/beehive/Makefile
==============================================================================
--- head/www/beehive/Makefile	Wed Sep  9 12:50:10 2020	(r548086)
+++ head/www/beehive/Makefile	Wed Sep  9 13:07:19 2020	(r548087)
@@ -2,7 +2,7 @@
 
 PORTNAME=	beehive
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.2
+DISTVERSION=	0.4.0
 CATEGORIES=	www
 
 MAINTAINER=	vulcan@wired.sh
@@ -34,6 +34,8 @@ GH_TUPLE=	ChimeraCoder:anaconda:v2.0.0:chimeracoder_an
 		briandowns:openweathermap:5f41b7c9d92d:briandowns_openweathermap/vendor/github.com/briandowns/openweathermap \
 		bwmarrin:discordgo:v0.19.0:bwmarrin_discordgo/vendor/github.com/bwmarrin/discordgo \
 		carlosdp:twiliogo:b26045ebb9d1:carlosdp_twiliogo/vendor/github.com/carlosdp/twiliogo \
+		cloudflare:cloudflare-go:v0.10.6:cloudflare_cloudflare_go/vendor/github.com/cloudflare/cloudflare-go \
+		coreos:go-systemd:fd7a80b32e1f:coreos_go_systemd/vendor/github.com/coreos/go-systemd \
 		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
 		deckarep:gosx-notifier:e127226297fb:deckarep_gosx_notifier/vendor/github.com/deckarep/gosx-notifier \
 		dustin:go-jsonpointer:ba0abeacc3dc:dustin_go_jsonpointer/vendor/github.com/dustin/go-jsonpointer \
@@ -44,32 +46,41 @@ GH_TUPLE=	ChimeraCoder:anaconda:v2.0.0:chimeracoder_an
 		fluffle:goirc:v1.0.1:fluffle_goirc/vendor/github.com/fluffle/goirc \
 		fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
 		garyburd:go-oauth:bca2e7f09a17:garyburd_go_oauth/vendor/github.com/garyburd/go-oauth \
+		gempir:go-twitch-irc:v2.2.2:gempir_go_twitch_irc_v2/vendor/github.com/gempir/go-twitch-irc/v2 \
 		gigawattio:window:0f5467e35573:gigawattio_window/vendor/github.com/gigawattio/window \
 		glaxx:go_pastebin:7e72d56770d0:glaxx_go_pastebin/vendor/github.com/glaxx/go_pastebin \
 		go-ini:ini:v1.42.0:go_ini_ini/vendor/github.com/go-ini/ini \
 		go-mail:mail:v2.3.1:go_mail_mail/vendor/github.com/go-mail/mail \
 		go-telegram-bot-api:telegram-bot-api:v4.6.4:go_telegram_bot_api_telegram_bot_api/vendor/github.com/go-telegram-bot-api/telegram-bot-api \
+		go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
 		golang:appengine:v1.5.0:golang_appengine/vendor/google.golang.org/appengine \
 		golang:crypto:a29dc8fdc734:golang_crypto/vendor/golang.org/x/crypto \
+		golang:freetype:e2365dfdc4a0:golang_freetype/vendor/github.com/golang/freetype \
+		golang:image:6d32002ffd75:golang_image/vendor/golang.org/x/image \
 		golang:mock:v1.2.0:golang_mock/vendor/github.com/golang/mock \
-		golang:net:9ce7a6920f09:golang_net/vendor/golang.org/x/net \
+		golang:net:da9a3fd4c582:golang_net/vendor/golang.org/x/net \
 		golang:oauth2:9f3314589c9a:golang_oauth2/vendor/golang.org/x/oauth2 \
 		golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \
 		golang:sys:d89cdac9e872:golang_sys/vendor/golang.org/x/sys \
 		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
+		golang:time:c4c64cad1fd0:golang_time/vendor/golang.org/x/time \
 		google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \
 		google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
 		gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \
 		guelfey:go.dbus:f6a3a2366cc3:guelfey_go_dbus/vendor/github.com/guelfey/go.dbus \
+		horrendus:go-mixcloud:c2164c9e194c:horrendus_go_mixcloud/vendor/github.com/horrendus/go-mixcloud \
 		huandu:facebook:v2.3.1:huandu_facebook/vendor/github.com/huandu/facebook \
 		jacobsa:go-serial:15cf729a72d4:jacobsa_go_serial/vendor/github.com/jacobsa/go-serial \
 		jayeshsolanki93:devgorant:69fb03e5c3b1:jayeshsolanki93_devgorant/vendor/github.com/jayeshsolanki93/devgorant \
 		jaytaylor:html2text:01ec452cbe43:jaytaylor_html2text/vendor/github.com/jaytaylor/html2text \
+		jpillora:backoff:v1.0.0:jpillora_backoff/vendor/github.com/jpillora/backoff \
 		json-iterator:go:v1.1.6:json_iterator_go/vendor/github.com/json-iterator/go \
 		konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
 		kr:pretty:v0.1.0:kr_pretty/vendor/github.com/kr/pretty \
 		kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \
 		kurrik:oauth1a:cb1b80e32dd4:kurrik_oauth1a/vendor/github.com/kurrik/oauth1a \
+		layeh:gumble:1ea1159c4956:layeh_gumble/vendor/layeh.com/gumble \
+		lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
 		mattn:go-colorable:v0.1.1:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
 		mattn:go-isatty:v0.0.7:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
 		mattn:go-mastodon:v0.0.3:mattn_go_mastodon/vendor/github.com/mattn/go-mastodon \
@@ -82,12 +93,17 @@ GH_TUPLE=	ChimeraCoder:anaconda:v2.0.0:chimeracoder_an
 		modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \
 		mreiferson:go-httpclient:31f0106b4474:mreiferson_go_httpclient/vendor/github.com/mreiferson/go-httpclient \
 		mrexodia:wray:78a2c1f284ff:mrexodia_wray/vendor/github.com/mrexodia/wray \
+		muesli:beehive-admin-dist:648f36d:muesli_beehive_admin_dist/vendor/github.com/muesli/beehive-admin-dist \
+		muesli:clusters:ba9c57dd9228:muesli_clusters/vendor/github.com/muesli/clusters \
+		muesli:gamut:0d3f7d26a44e:muesli_gamut/vendor/github.com/muesli/gamut \
 		muesli:go-pkg-rss:3bef0f3126ec:muesli_go_pkg_rss/vendor/github.com/muesli/go-pkg-rss \
 		muesli:go-pkg-xmlx:76f54ee73233:muesli_go_pkg_xmlx/vendor/github.com/muesli/go-pkg-xmlx \
 		muesli:go.hue:8aefcc693caf:muesli_go_hue/vendor/github.com/muesli/go.hue \
 		muesli:goefa:08d8ee2555d2:muesli_goefa/vendor/github.com/muesli/goefa \
+		muesli:kmeans:80dfc71e6c5a:muesli_kmeans/vendor/github.com/muesli/kmeans \
 		muesli:smolder:9c21fc7135ee:muesli_smolder/vendor/github.com/muesli/smolder \
-		nlopes:slack:v0.5.0:nlopes_slack/vendor/github.com/nlopes/slack \
+		nicklaw5:helix:v0.5.7:nicklaw5_helix/vendor/github.com/nicklaw5/helix \
+		nlopes:slack:v0.6.0:nlopes_slack/vendor/github.com/nlopes/slack \
 		nu7hatch:gouuid:179d4d0c4d8d:nu7hatch_gouuid/vendor/github.com/nu7hatch/gouuid \
 		odwrtw:transmission:08885b3058e7:odwrtw_transmission/vendor/github.com/odwrtw/transmission \
 		olekukonko:tablewriter:v0.0.1:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
@@ -97,6 +113,7 @@ GH_TUPLE=	ChimeraCoder:anaconda:v2.0.0:chimeracoder_an
 		prometheus:client_model:5c3871d89910:prometheus_client_model/vendor/github.com/prometheus/client_model \
 		prometheus:common:4724e9255275:prometheus_common/vendor/github.com/prometheus/common \
 		prometheus:procfs:1dc9a6cbc91a:prometheus_procfs/vendor/github.com/prometheus/procfs \
+		rdegges:go-ipify:2d94a6a86c40:rdegges_go_ipify/vendor/github.com/rdegges/go-ipify \
 		rogpeppe:go-charset:2471d30d28b4:rogpeppe_go_charset/vendor/github.com/rogpeppe/go-charset \
 		shuheiktgw:go-travis:2d0b3e9898f0:shuheiktgw_go_travis/vendor/github.com/shuheiktgw/go-travis \
 		simplepush:simplepush-go:8980e96b7b02:simplepush_simplepush_go/vendor/github.com/simplepush/simplepush-go \
@@ -104,35 +121,44 @@ GH_TUPLE=	ChimeraCoder:anaconda:v2.0.0:chimeracoder_an
 		sromku:go-gitter:70f7030a94a6:sromku_go_gitter/vendor/github.com/sromku/go-gitter \
 		ssor:bom:6386211fdfcf:ssor_bom/vendor/github.com/ssor/bom \
 		stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \
-		stretchr:testify:v1.3.0:stretchr_testify/vendor/github.com/stretchr/testify \
+		stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
 		technoweenie:multipartstreamer:v1.0.1:technoweenie_multipartstreamer/vendor/github.com/technoweenie/multipartstreamer \
 		tomnomnom:linkheader:02ca5825eb80:tomnomnom_linkheader/vendor/github.com/tomnomnom/linkheader \
-		layeh:gumble:1ea1159c4956:layeh_gumble/vendor/layeh.com/gumble \
-		muesli:beehive-admin-dist:648f36d9834d:onfig/config
+		wcharczuk:go-chart:v2.0.1:wcharczuk_go_chart/vendor/github.com/wcharczuk/go-chart \
+		xrash:smetrics:a3153f7040e9:xrash_smetrics/vendor/github.com/xrash/smetrics
 
-GO_BUILDFLAGS=	${BUILD_TAGS} \
-	       -ldflags \
-		"-s -w \
+USE_RC_SUBR=	${PORTNAME}
+
+_BUILD_TAGS=	-tags "embed"
+_BUILD_SHA=	7447df7
+
+GO_BUILDFLAGS=	${_BUILD_TAGS} \
+	       -ldflags "\
+	       -s -w \
 		-X main.Version=${DISTVERSION} \
-		-X main.CommitSHA=${BUILD_SHA}"
+		-X main.CommitSHA=${_BUILD_SHA}"
 
-BUILD_TAGS=	-tags "embed"
-BUILD_SHA=	c66102d
+SUB_LIST=	GROUPS="${GROUPS}" \
+		USERS="${USERS}"
 
-PLIST_FILES=	bin/${PORTNAME}
+_BEEHIVE_USER=	${PORTNAME}
+USERS=		${_BEEHIVE_USER}
+GROUPS=		${_BEEHIVE_USER}
+
 PORTDOCS=	README.md
 
 OPTIONS_DEFINE=	DOCS
 
-do-patch:
-	# Fixes build error: https://github.com/flashmob/go-guerrilla/issues/147
-	# This can be removed once beehives dependencies have been bumped to the latest commits
-	@${REINPLACE_CMD} -e 's|rLimit.Max|uint64(rLimit.Max)|g' \
-		${WRKSRC}/vendor/github.com/flashmob/go-guerrilla/guerrilla_unix.go
+post-extract:
+	@${RM} -r ${WRKSRC}/config
+	@${RLN} ${WRKSRC_muesli_beehive_admin_dist} ${WRKSRC}/config
 
 pre-build:
 	(cd ${WRKSRC} && \
-		${LOCALBASE}/bin/go-bindata ${BUILD_TAGS} --pkg api -o api/bindata.go --ignore config/.git assets/... config/...)
+		${LOCALBASE}/bin/go-bindata ${_BUILD_TAGS} --pkg api -o api/bindata.go --ignore config/.git assets/... config/...)
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${ETCDIR}
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/www/beehive/distinfo
==============================================================================
--- head/www/beehive/distinfo	Wed Sep  9 12:50:10 2020	(r548086)
+++ head/www/beehive/distinfo	Wed Sep  9 13:07:19 2020	(r548087)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1579692437
-SHA256 (muesli-beehive-v0.3.2_GH0.tar.gz) = 1228a9c0ff1935e23158ce36885d15079a59f0af89eff05dd0df21aaad9e8fa5
-SIZE (muesli-beehive-v0.3.2_GH0.tar.gz) = 1860448
+TIMESTAMP = 1599300499
+SHA256 (muesli-beehive-v0.4.0_GH0.tar.gz) = cfe18e937556371be11a08dee152b4d5258708d592d7ada3dfdfe8b1369bc380
+SIZE (muesli-beehive-v0.4.0_GH0.tar.gz) = 2024898
 SHA256 (ChimeraCoder-anaconda-v2.0.0_GH0.tar.gz) = be09e83cb071a24c4f9c5a8800a2b2239188de544c76c7ad53bff102d2f13948
 SIZE (ChimeraCoder-anaconda-v2.0.0_GH0.tar.gz) = 410673
 SHA256 (ChimeraCoder-tokenbucket-c5a927568de7_GH0.tar.gz) = 83391682a94c0a730a7bbdbb6f2070bcc3bcba0da44d29c5a2ca12fd39adc4f0
@@ -33,6 +33,10 @@ SHA256 (bwmarrin-discordgo-v0.19.0_GH0.tar.gz) = e6195
 SIZE (bwmarrin-discordgo-v0.19.0_GH0.tar.gz) = 124300
 SHA256 (carlosdp-twiliogo-b26045ebb9d1_GH0.tar.gz) = e8ac779ccf698d9ef9fd94bf08cd66b10cd4cb1dba87ab96860fc1ccbc6c193a
 SIZE (carlosdp-twiliogo-b26045ebb9d1_GH0.tar.gz) = 14601
+SHA256 (cloudflare-cloudflare-go-v0.10.6_GH0.tar.gz) = ce82ba3f83719a5ed720c2d1c87f3d464d9523bcec29e5bbf37115057696b513
+SIZE (cloudflare-cloudflare-go-v0.10.6_GH0.tar.gz) = 767658
+SHA256 (coreos-go-systemd-fd7a80b32e1f_GH0.tar.gz) = fbec1f764cae9e12f7f945f7074c8b5d36a6264c8b149b5052a1bcf4da12566e
+SIZE (coreos-go-systemd-fd7a80b32e1f_GH0.tar.gz) = 66914
 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
 SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
 SHA256 (deckarep-gosx-notifier-e127226297fb_GH0.tar.gz) = 371fee190f76a8578aa3bd10836cf06e6965677d15b5e38685a8a0aa0bc0566a
@@ -53,6 +57,8 @@ SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d9
 SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139
 SHA256 (garyburd-go-oauth-bca2e7f09a17_GH0.tar.gz) = 82b63ce1e960622c0683787cefef0626cf45696de2da91f5be080e56ec388f63
 SIZE (garyburd-go-oauth-bca2e7f09a17_GH0.tar.gz) = 20259
+SHA256 (gempir-go-twitch-irc-v2.2.2_GH0.tar.gz) = c4ef7d9d4a2d7468dfee21da9c17311da5e5d4cadf2dd66ace43094e47da0612
+SIZE (gempir-go-twitch-irc-v2.2.2_GH0.tar.gz) = 346741
 SHA256 (gigawattio-window-0f5467e35573_GH0.tar.gz) = 380cc35f687803dc989d934cd8c1f05ddc4cdd508e4c8fe29677931727f92807
 SIZE (gigawattio-window-0f5467e35573_GH0.tar.gz) = 2422
 SHA256 (glaxx-go_pastebin-7e72d56770d0_GH0.tar.gz) = 357665343104ed49c5d3e842d11dfb780b447da4317ec249ec62ec2d5d291456
@@ -63,14 +69,20 @@ SHA256 (go-mail-mail-v2.3.1_GH0.tar.gz) = 264a42278757
 SIZE (go-mail-mail-v2.3.1_GH0.tar.gz) = 19878
 SHA256 (go-telegram-bot-api-telegram-bot-api-v4.6.4_GH0.tar.gz) = bfdb23fda6da247305164d206c95532e1a0b0537a621ad337f74798852a81958
 SIZE (go-telegram-bot-api-telegram-bot-api-v4.6.4_GH0.tar.gz) = 2076453
+SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff
+SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656
 SHA256 (golang-appengine-v1.5.0_GH0.tar.gz) = 0de9d0a9882054e319bf7608b6ede31a6d3005ccd3efecd85b936d4b82cbd6b1
 SIZE (golang-appengine-v1.5.0_GH0.tar.gz) = 325873
 SHA256 (golang-crypto-a29dc8fdc734_GH0.tar.gz) = 1679d2cf8fa91599635b8a9d6658feefdacfe25d25c968e63328323eb5f55923
 SIZE (golang-crypto-a29dc8fdc734_GH0.tar.gz) = 1679918
+SHA256 (golang-freetype-e2365dfdc4a0_GH0.tar.gz) = fe10686313edaa1b78e2733371f6079bf030bb8fd1847a0346f0c936047a5863
+SIZE (golang-freetype-e2365dfdc4a0_GH0.tar.gz) = 466212
+SHA256 (golang-image-6d32002ffd75_GH0.tar.gz) = 0b74cf905ca04f82fc4e66ecd4ec1ab5f8735f0c19a8c8cb2d1c50f14d46a602
+SIZE (golang-image-6d32002ffd75_GH0.tar.gz) = 4864071
 SHA256 (golang-mock-v1.2.0_GH0.tar.gz) = b7278e2d81b4ea2b849da7a20aedafd627748e188b2118bb536b8a2e3b95a821
 SIZE (golang-mock-v1.2.0_GH0.tar.gz) = 46488
-SHA256 (golang-net-9ce7a6920f09_GH0.tar.gz) = 473a5eed183f65723358eabf8e4f692dc6067f67b0061daa8d83a34e6fb9f728
-SIZE (golang-net-9ce7a6920f09_GH0.tar.gz) = 1098880
+SHA256 (golang-net-da9a3fd4c582_GH0.tar.gz) = 18e35071bc8955d644c8d26ce0e8a95212c9f52cfda3bfeaac76ffef70406a7e
+SIZE (golang-net-da9a3fd4c582_GH0.tar.gz) = 1102610
 SHA256 (golang-oauth2-9f3314589c9a_GH0.tar.gz) = daa93a9035722a6549aad86e440fa1b3b80461f215e2f001c68342e7c05b8ffe
 SIZE (golang-oauth2-9f3314589c9a_GH0.tar.gz) = 45034
 SHA256 (golang-protobuf-v1.3.1_GH0.tar.gz) = 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf
@@ -79,6 +91,8 @@ SHA256 (golang-sys-d89cdac9e872_GH0.tar.gz) = 527dec46
 SIZE (golang-sys-d89cdac9e872_GH0.tar.gz) = 1384004
 SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
 SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
+SHA256 (golang-time-c4c64cad1fd0_GH0.tar.gz) = 992e9c1f73a312f76c2b181e01e66ff4d77da8117db868095ac44e0677e1f8e2
+SIZE (golang-time-c4c64cad1fd0_GH0.tar.gz) = 9380
 SHA256 (google-go-github-v17.0.0_GH0.tar.gz) = 75e6007d9a17b91864d1ef83de75c07abafbe05d82caaf140522b94299abfb16
 SIZE (google-go-github-v17.0.0_GH0.tar.gz) = 212084
 SHA256 (google-go-querystring-v1.0.0_GH0.tar.gz) = 59fdfd4d740c85c60c35d3e09b587cfa2b435e78178ac4a23950afbece7118ed
@@ -87,6 +101,8 @@ SHA256 (gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c
 SIZE (gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228
 SHA256 (guelfey-go.dbus-f6a3a2366cc3_GH0.tar.gz) = 96fb416626cef227da5bce965aab2298e3fd4896346fb16a76e0454ff346a62c
 SIZE (guelfey-go.dbus-f6a3a2366cc3_GH0.tar.gz) = 37286
+SHA256 (horrendus-go-mixcloud-c2164c9e194c_GH0.tar.gz) = 2361f886e10d50d538468a90eeb0ef4ed9b08f3140c7d9077c876e2213170182
+SIZE (horrendus-go-mixcloud-c2164c9e194c_GH0.tar.gz) = 61044
 SHA256 (huandu-facebook-v2.3.1_GH0.tar.gz) = 69b36add3d9084f74bd87639e9cebd2fc6e94016d0272bcac8e393fcdca24a3a
 SIZE (huandu-facebook-v2.3.1_GH0.tar.gz) = 40819
 SHA256 (jacobsa-go-serial-15cf729a72d4_GH0.tar.gz) = 01fd5ef8eb5fd5a6b1304f99e2d8ef94218733569646a733a091e91c8f417909
@@ -95,6 +111,8 @@ SHA256 (jayeshsolanki93-devgorant-69fb03e5c3b1_GH0.tar
 SIZE (jayeshsolanki93-devgorant-69fb03e5c3b1_GH0.tar.gz) = 3572
 SHA256 (jaytaylor-html2text-01ec452cbe43_GH0.tar.gz) = 4132a677ad55a82d24cf7f5422a227bce85044c08ab9ca6be0fd14551a7ee345
 SIZE (jaytaylor-html2text-01ec452cbe43_GH0.tar.gz) = 15152
+SHA256 (jpillora-backoff-v1.0.0_GH0.tar.gz) = 611b29ce95acfa2997e3449762a3df68fcaa773db045535f26eb5c686106351f
+SIZE (jpillora-backoff-v1.0.0_GH0.tar.gz) = 3507
 SHA256 (json-iterator-go-v1.1.6_GH0.tar.gz) = fc04b16a3d3798aca44e644d85c1cf5a10faf294ed69a9f44ca57c6dfa6856e2
 SIZE (json-iterator-go-v1.1.6_GH0.tar.gz) = 76814
 SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe
@@ -105,6 +123,10 @@ SHA256 (kr-text-v0.1.0_GH0.tar.gz) = b67f2744020b25f92
 SIZE (kr-text-v0.1.0_GH0.tar.gz) = 8686
 SHA256 (kurrik-oauth1a-cb1b80e32dd4_GH0.tar.gz) = 4b3e06ec43ed7247b9908267f911bcbce226e6fb128caa9f3bf23c86ec19f9c7
 SIZE (kurrik-oauth1a-cb1b80e32dd4_GH0.tar.gz) = 11680
+SHA256 (layeh-gumble-1ea1159c4956_GH0.tar.gz) = 73614267f7fcc41ca705d0fcaddc0e67fa9fba7fe02cd9ffb5080488939fb39e
+SIZE (layeh-gumble-1ea1159c4956_GH0.tar.gz) = 143296
+SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db
+SIZE (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 430208
 SHA256 (mattn-go-colorable-v0.1.1_GH0.tar.gz) = 41773345d2a1037a37942b96e04a8ed5248f19a8f43a7ba26aa16a7b74132647
 SIZE (mattn-go-colorable-v0.1.1_GH0.tar.gz) = 8518
 SHA256 (mattn-go-isatty-v0.0.7_GH0.tar.gz) = 80b6b3e4fee3b15864f23d622129c17ba222786f8c93bb01f8805f3cb91dfefe
@@ -129,6 +151,12 @@ SHA256 (mreiferson-go-httpclient-31f0106b4474_GH0.tar.
 SIZE (mreiferson-go-httpclient-31f0106b4474_GH0.tar.gz) = 4914
 SHA256 (mrexodia-wray-78a2c1f284ff_GH0.tar.gz) = f3cc34022e5d7f0ac3e0cd6ba639b716103fffb6b88b9645954b9bcd5e71c802
 SIZE (mrexodia-wray-78a2c1f284ff_GH0.tar.gz) = 8006
+SHA256 (muesli-beehive-admin-dist-648f36d_GH0.tar.gz) = defe85fc67d5845d01a629a010ffec6fefe8eab5070096b4a798644b4a17f7f5
+SIZE (muesli-beehive-admin-dist-648f36d_GH0.tar.gz) = 439814
+SHA256 (muesli-clusters-ba9c57dd9228_GH0.tar.gz) = 7698c39617dacd2500cd8333c4bb941892bb3490ff76256d5dde78384e3c83bf
+SIZE (muesli-clusters-ba9c57dd9228_GH0.tar.gz) = 3800
+SHA256 (muesli-gamut-0d3f7d26a44e_GH0.tar.gz) = b920ddc9d9e267e721b4a5c6d79e5d8dc7d803c8f1f96739e63bbe1eb35371d0
+SIZE (muesli-gamut-0d3f7d26a44e_GH0.tar.gz) = 61125
 SHA256 (muesli-go-pkg-rss-3bef0f3126ec_GH0.tar.gz) = 4e50b925af5418261523db12f2e84200d0d765c1a96654ddd1b497bda5620340
 SIZE (muesli-go-pkg-rss-3bef0f3126ec_GH0.tar.gz) = 63232
 SHA256 (muesli-go-pkg-xmlx-76f54ee73233_GH0.tar.gz) = 1349daf0d11b3df1945029e50508157e2c21e30c9ae8d409de480aea2b73efcd
@@ -137,10 +165,14 @@ SHA256 (muesli-go.hue-8aefcc693caf_GH0.tar.gz) = 9a0be
 SIZE (muesli-go.hue-8aefcc693caf_GH0.tar.gz) = 5749
 SHA256 (muesli-goefa-08d8ee2555d2_GH0.tar.gz) = b0d19da1cfadd612d95bf12bb205cfa0c0564ddd302469c46a09cd30d13e7c86
 SIZE (muesli-goefa-08d8ee2555d2_GH0.tar.gz) = 80012
+SHA256 (muesli-kmeans-80dfc71e6c5a_GH0.tar.gz) = 495fe5bd8c9342470c1cc5fdd92a707c460882cd47f330f957d0e401d0a8c468
+SIZE (muesli-kmeans-80dfc71e6c5a_GH0.tar.gz) = 3828810
 SHA256 (muesli-smolder-9c21fc7135ee_GH0.tar.gz) = 72af95884db64ce1d6bad8489aaeca05cc990701ddfa57055f780ba8df40be71
 SIZE (muesli-smolder-9c21fc7135ee_GH0.tar.gz) = 17938
-SHA256 (nlopes-slack-v0.5.0_GH0.tar.gz) = 01e91b5eb1686fdcb7e7985c82d339529ab03cbc8f950845ae379fcd4e905d89
-SIZE (nlopes-slack-v0.5.0_GH0.tar.gz) = 157460
+SHA256 (nicklaw5-helix-v0.5.7_GH0.tar.gz) = d4c5f396570191bccab3a1bd0ed6fd6da9adca6f808ec0d90bf70093ac69390e
+SIZE (nicklaw5-helix-v0.5.7_GH0.tar.gz) = 36086
+SHA256 (nlopes-slack-v0.6.0_GH0.tar.gz) = 790820722f700c5624ec6c561ee99c8fc629cb81cb58d9bf0fda525395801255
+SIZE (nlopes-slack-v0.6.0_GH0.tar.gz) = 187849
 SHA256 (nu7hatch-gouuid-179d4d0c4d8d_GH0.tar.gz) = 2ead616e5bb23c0c669a1485cb45f083d8d6752acc5faa5f668521b7e99ec2e1
 SIZE (nu7hatch-gouuid-179d4d0c4d8d_GH0.tar.gz) = 3733
 SHA256 (odwrtw-transmission-08885b3058e7_GH0.tar.gz) = a6db85530700897623cf0f61aa0af3a36419014fd757863c36f10b7812fdf4d5
@@ -159,6 +191,8 @@ SHA256 (prometheus-common-4724e9255275_GH0.tar.gz) = f
 SIZE (prometheus-common-4724e9255275_GH0.tar.gz) = 80877
 SHA256 (prometheus-procfs-1dc9a6cbc91a_GH0.tar.gz) = 99d89f51f06c8d5d19be441b17c3c4001fa34dfeaa9495b81335d208cea23181
 SIZE (prometheus-procfs-1dc9a6cbc91a_GH0.tar.gz) = 61589
+SHA256 (rdegges-go-ipify-2d94a6a86c40_GH0.tar.gz) = a36083cbc46f42e0e35d96d490470f6ee26655be45ffb025deaf4c2e57e525ee
+SIZE (rdegges-go-ipify-2d94a6a86c40_GH0.tar.gz) = 3910
 SHA256 (rogpeppe-go-charset-2471d30d28b4_GH0.tar.gz) = 5e2d9e452df4902ad6269f176084abd5724dbb82feb8bedd057d3fb2c09e9cef
 SIZE (rogpeppe-go-charset-2471d30d28b4_GH0.tar.gz) = 120499
 SHA256 (shuheiktgw-go-travis-2d0b3e9898f0_GH0.tar.gz) = f6032145632753165b7a4b6ca0759048f47fe2b7e2087cb212528a2ea87624de
@@ -173,13 +207,13 @@ SHA256 (ssor-bom-6386211fdfcf_GH0.tar.gz) = 6e05adf64d
 SIZE (ssor-bom-6386211fdfcf_GH0.tar.gz) = 1802
 SHA256 (stretchr-objx-v0.2.0_GH0.tar.gz) = be7dce02798cdc24cee6bd2d95bfcf6976b1521ef735349bf5e7dfe6d147746f
 SIZE (stretchr-objx-v0.2.0_GH0.tar.gz) = 79981
-SHA256 (stretchr-testify-v1.3.0_GH0.tar.gz) = 0cd9c199a72b8d80621624b37c0ed5ac724352d458506a31dfa86710551e7fc5
-SIZE (stretchr-testify-v1.3.0_GH0.tar.gz) = 102859
+SHA256 (stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698
+SIZE (stretchr-testify-v1.4.0_GH0.tar.gz) = 110085
 SHA256 (technoweenie-multipartstreamer-v1.0.1_GH0.tar.gz) = 9247a9071eb90653e2b70efd6abd9bffbe7498b238c0f06d62d8b5096f7c31e6
 SIZE (technoweenie-multipartstreamer-v1.0.1_GH0.tar.gz) = 3246
 SHA256 (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 0905f5752137e019e22d2f0c6493ae969ad2cc944ceef58c2085a948c9c99e9d
 SIZE (tomnomnom-linkheader-02ca5825eb80_GH0.tar.gz) = 4318
-SHA256 (layeh-gumble-1ea1159c4956_GH0.tar.gz) = 73614267f7fcc41ca705d0fcaddc0e67fa9fba7fe02cd9ffb5080488939fb39e
-SIZE (layeh-gumble-1ea1159c4956_GH0.tar.gz) = 143296
-SHA256 (muesli-beehive-admin-dist-648f36d9834d_GH0.tar.gz) = c6285fbac7d37f22b9f5685986364c5807e74d7fca1d043c5072e90511f39019
-SIZE (muesli-beehive-admin-dist-648f36d9834d_GH0.tar.gz) = 439849
+SHA256 (wcharczuk-go-chart-v2.0.1_GH0.tar.gz) = 1ca3b9486dbdb4abecfa32cc7bd1a77bb0cc4ffa1fff069c1546361c50d27e08
+SIZE (wcharczuk-go-chart-v2.0.1_GH0.tar.gz) = 1887909
+SHA256 (xrash-smetrics-a3153f7040e9_GH0.tar.gz) = 4d0b4dd3c49a4ce791be982a0849916ba9c2f8c415825df9fe163f56e486f865
+SIZE (xrash-smetrics-a3153f7040e9_GH0.tar.gz) = 1584302

Added: head/www/beehive/files/beehive.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/beehive/files/beehive.in	Wed Sep  9 13:07:19 2020	(r548087)
@@ -0,0 +1,76 @@
+#!/bin/sh
+
+# PROVIDE: beehive
+# REQUIRE: DAEMON NETWORKING
+# KEYWORD: shutdown
+#
+# beehive_enable (bool):  Set to NO by default.
+#                         Set it to YES to enable beehive.
+#
+# beehive_bind (string):  Set to localhost:8181 by default.
+#		          Which address to bind Beehive's API &
+#                         admin interface to.
+#
+# beehive_url (string):   Set to http://localhost:8181 by default.
+#                         Canonical URL for the API & admin interface.
+#
+# beehive_config (path):  Set to %%PREFIX%%/etc/beehive.conf by default.
+#		          Config-file to use.
+
+. /etc/rc.subr
+
+name="beehive"
+rcvar="${name}_enable"
+
+load_rc_config $name
+
+: ${beehive_enable:="NO"}
+: ${beehive_bind:="localhost:8181"}
+: ${beehive_url:="http://localhost:8181"}
+: ${beehive_config:="%%ETCDIR%%/${name}.conf"}
+: ${beehive_user:="%%USERS%%"}
+: ${beehive_group:="%%GROUPS%%"}
+
+pidfile="/var/run/${name}.pid"
+procname="%%PREFIX%%/bin/${name}"
+command="/usr/sbin/daemon"
+command_args="-f -p ${pidfile} ${procname} -bind ${beehive_bind} -canonicalurl ${beehive_url} -config ${beehive_config}"
+
+start_precmd="${name}_pre"
+stop_cmd="${name}_stop"
+stop_postcmd="${name}_poststop"
+
+beehive_pre()
+{
+	/usr/bin/install -o ${beehive_user} -g ${beehive_group} -m 755 -- /dev/null ${pidfile}
+
+	if [ ! -d %%ETCDIR%% ]; then
+		/bin/mkdir -p %%ETCDIR%%	
+	fi
+
+	/usr/sbin/chown ${beehive_user}:${beehive_group} %%ETCDIR%%
+	/bin/chmod 0700 %%ETCDIR%%
+	
+	if [ -f ${beehive_config} ]; then
+		/usr/sbin/chown ${beehive_user}:${beehive_group} ${beehive_config}
+		/bin/chmod 0600 ${beehive_config}
+	fi
+}
+
+beehive_stop()
+{
+	if [ -f ${pidfile} ]; then
+		echo "Stopping ${name}."
+		kill -INT `cat ${pidfile}` 2>/dev/null
+	else
+		echo "${name} is not running."
+		return 1
+	fi
+}
+
+beehive_poststop()
+{
+	rm -f ${pidfile}
+}
+
+run_rc_command "$1"

Added: head/www/beehive/files/patch-vendor_github.com_flashmob_go-guerrilla_guerrilla__unix.go
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/beehive/files/patch-vendor_github.com_flashmob_go-guerrilla_guerrilla__unix.go	Wed Sep  9 13:07:19 2020	(r548087)
@@ -0,0 +1,9 @@
+--- vendor/github.com/flashmob/go-guerrilla/guerrilla_unix.go.orig	2020-09-05 09:53:49 UTC
++++ vendor/github.com/flashmob/go-guerrilla/guerrilla_unix.go
+@@ -11,5 +11,5 @@ func getFileLimit() (uint64, error) {
+ 	if err != nil {
+ 		return 0, err
+ 	}
+-	return rLimit.Max, nil
++	return uint64(rLimit.Max), nil
+ }

Added: head/www/beehive/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/beehive/pkg-plist	Wed Sep  9 13:07:19 2020	(r548087)
@@ -0,0 +1,2 @@
+bin/beehive
+@dir %%ETCDIR%%



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