first version of commento
This commit is contained in:
parent
528c385c4e
commit
6740de5ad6
31
www/commento/Makefile
Normal file
31
www/commento/Makefile
Normal file
@ -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 <bsd.port.mk>
|
||||
6
www/commento/pkg-descr
Normal file
6
www/commento/pkg-descr
Normal file
@ -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/
|
||||
Loading…
x
Reference in New Issue
Block a user