From 8c74254f3967c4ee7dd2c2184f8067742cb19ba5 Mon Sep 17 00:00:00 2001 From: Rene Thuemmler Date: Fri, 6 Sep 2019 18:25:05 +0200 Subject: [PATCH] added isso --- www/isso/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ www/isso/pkg-descr | 5 +++++ 2 files changed, 45 insertions(+) create mode 100644 www/isso/Makefile create mode 100644 www/isso/pkg-descr diff --git a/www/isso/Makefile b/www/isso/Makefile new file mode 100644 index 0000000..35f89bd --- /dev/null +++ b/www/isso/Makefile @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= isso +DISTVERSION= 0.12.2 +CATEGORIES= www +MASTER_SITES= https://posativ.org/isso/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rt@scisoft.de +COMMENT= A commenting server silimar to Disqus + +LICENSE= MIT +LICENSE_FILE= $(WRKSRC)/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= posativ + +COMMIT_ID= 7be6a756a34e3dafa1ffddf1eb385b0c44f6b6c6 + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils + +USERS= www +GROUPS= www + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bleach>0:www/py-bleach@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}misaka>0:textproc/py-misaka@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + sqlite3>0:databases/sqlite3 + +BUILD_DEPENDS= git:devel/git + +.include diff --git a/www/isso/pkg-descr b/www/isso/pkg-descr new file mode 100644 index 0000000..e33924a --- /dev/null +++ b/www/isso/pkg-descr @@ -0,0 +1,5 @@ +Isso is a lightweight commenting server similar to Disqus. It allows anonymous +comments, maintains identity and is simple to administrate. It uses JavaScript +and cross-origin ressource sharing for easy integration into (static) websites + +https://posativ.org/isso/docs/