added isso
This commit is contained in:
parent
36b22c070e
commit
8c74254f39
40
www/isso/Makefile
Normal file
40
www/isso/Makefile
Normal file
@ -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 <bsd.port.mk>
|
||||
5
www/isso/pkg-descr
Normal file
5
www/isso/pkg-descr
Normal file
@ -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/
|
||||
Loading…
x
Reference in New Issue
Block a user