aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:21:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:58:49 +0000
commitbdb3525d655b390d3b206ce80b33be65876fd39d (patch)
treea56b839e9ed8c85538ad5416de701b8d16ab7477
parent633781113e5f95a51437f05c8a3142bd328f7565 (diff)
downloadports-bdb3525d655b390d3b206ce80b33be65876fd39d.tar.gz
ports-bdb3525d655b390d3b206ce80b33be65876fd39d.zip
www/py-xandikos: Add py-xandikos 0.2.8
Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository. Xandikos takes its name from the name of the March month in the ancient Macedonian calendar, used in Macedon in the first millennium BC.
-rw-r--r--www/Makefile1
-rw-r--r--www/py-xandikos/Makefile26
-rw-r--r--www/py-xandikos/distinfo3
-rw-r--r--www/py-xandikos/pkg-descr5
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 63c4140ba5c7..621e6043e8e0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1808,6 +1808,7 @@
SUBDIR += py-woob-qt
SUBDIR += py-wsaccel
SUBDIR += py-wsgidav
+ SUBDIR += py-xandikos
SUBDIR += py-yarl
SUBDIR += pydio-cells
SUBDIR += qdecoder
diff --git a/www/py-xandikos/Makefile b/www/py-xandikos/Makefile
new file mode 100644
index 000000000000..d68af1bd59ba
--- /dev/null
+++ b/www/py-xandikos/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= xandikos
+PORTVERSION= 0.2.8
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Lightweight CalDAV/CardDAV server
+WWW= https://github.com/jelmer/xandikos
+
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.1:devel/py-dulwich@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}icalendar>=0:devel/py-icalendar@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}multidict>=0:www/py-multidict@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils unittest
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-xandikos/distinfo b/www/py-xandikos/distinfo
new file mode 100644
index 000000000000..9d85f49fa6e9
--- /dev/null
+++ b/www/py-xandikos/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1674588068
+SHA256 (xandikos-0.2.8.tar.gz) = 16f174f75d0b4a766f9a41e2fe2700e5d77e77d9a9990cee3d619dc1d8aff001
+SIZE (xandikos-0.2.8.tar.gz) = 108434
diff --git a/www/py-xandikos/pkg-descr b/www/py-xandikos/pkg-descr
new file mode 100644
index 000000000000..ae536cc03f8b
--- /dev/null
+++ b/www/py-xandikos/pkg-descr
@@ -0,0 +1,5 @@
+Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs onto a
+Git repository.
+
+Xandikos takes its name from the name of the March month in the ancient
+Macedonian calendar, used in Macedon in the first millennium BC.