From 6740de5ad68c1f9fbf78068c9902cbd02bb7015e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Th=C3=BCmmler?= Date: Fri, 6 Sep 2019 12:50:08 +0200 Subject: [PATCH] first version of commento --- www/commento/Makefile | 31 +++++++++++++++++++++++++++++++ www/commento/pkg-descr | 6 ++++++ 2 files changed, 37 insertions(+) create mode 100644 www/commento/Makefile create mode 100644 www/commento/pkg-descr diff --git a/www/commento/Makefile b/www/commento/Makefile new file mode 100644 index 0000000..142bbbe --- /dev/null +++ b/www/commento/Makefile @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= commento +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.0 +CATEGORIES= www +MASTER_SITES= https://commento.io/ + +MAINTAINER= rt@scisoft.de +COMMENT= A fast, privacy-focused commenting platform + +LICENSE= MIT +LICENSE_FILE= $(WRKSRC)/LICENSE + +USES= go:modules gmake + +USE_GITHUB= yes +GH_ACCOUNT= commento + +COMMIT_ID= 504d1bf8668968cfc40221e166982866ef313e17 + +GO_BUILDFLAGS= prod + +USERS= www +GROUPS= www + +BUILD_DEPENDS= bash:shells/bash \ + dep:devel/dep \ + yarn:www/yarn + +include \ No newline at end of file diff --git a/www/commento/pkg-descr b/www/commento/pkg-descr new file mode 100644 index 0000000..8e9995d --- /dev/null +++ b/www/commento/pkg-descr @@ -0,0 +1,6 @@ +Commento is a platform that you can embed in your website to allow your readers +to add comments. It's reasonably fast lightweight. Supports markdown, import +from Disqus, voting, automated spam detection, moderation tools, sticky comments, +thread locking, OAuth login, single sign-on, and email notifications. + +https://commento.io/ \ No newline at end of file