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