diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-11 21:17:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-11 21:17:43 +0000 |
commit | 78713935b901de7c6eb247cfaf6c610433080b58 (patch) | |
tree | 58877136b66e03fca1640c4ee9b9630a7f4495f3 /net/Radicale | |
parent | 58d215cdad41835c568ecceef2e282779b5b7d60 (diff) | |
download | pkgsrc-78713935b901de7c6eb247cfaf6c610433080b58.tar.gz |
Update to 0.9:
0.9 - Rivers
============
* Custom handlers for auth, storage and rights (by Sergey Fursov)
* 1-file-per-event storage (by Jean-Marc Martins)
* Git support for filesystem storages (by Jean-Marc Martins)
* DB storage working with PostgreSQL, MariaDB and SQLite (by Jean-Marc Martins)
* Clean rights manager based on regular expressions (by Sweil)
* Support of contacts for Apple's clients
* Support colors (by Jochen Sprickerhof)
* Decode URLs in XML (by Jean-Marc Martins)
* Fix PAM authentication (by Stepan Henek)
* Use consistent etags (by 9m66p93w)
* Use consistent sorting order (by dnnr)
* Return 401 on unauthorized DELETE requests (by Eduard Braun)
* Move pid file creation in child process (by Mathieu Dupuy)
* Allow requests without base_prefix (by jheidemann)
Diffstat (limited to 'net/Radicale')
-rw-r--r-- | net/Radicale/Makefile | 11 | ||||
-rw-r--r-- | net/Radicale/PLIST | 21 | ||||
-rw-r--r-- | net/Radicale/distinfo | 8 |
3 files changed, 21 insertions, 19 deletions
diff --git a/net/Radicale/Makefile b/net/Radicale/Makefile index c33871923b3..53120accd01 100644 --- a/net/Radicale/Makefile +++ b/net/Radicale/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/05/17 16:10:47 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/01/11 21:17:43 wiz Exp $ -DISTNAME= Radicale-0.8 -PKGREVISION= 2 +DISTNAME= Radicale-0.9 CATEGORIES= net time www MASTER_SITES= http://pypi.python.org/packages/source/R/Radicale/ @@ -10,13 +9,14 @@ HOMEPAGE= http://radicale.org/ COMMENT= CalDAV (calendar) and CardDAV (contact) server LICENSE= gnu-gpl-v3 -PYDISTUTILSPKG= yes EGDIR= share/examples/radicale INSTALLATION_DIRS= ${EGDIR} OWN_DIRS= ${PKG_SYSCONFDIR}/radicale CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/radicale/config +#PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} + SUBST_CLASSES+= config SUBST_SED.config+= -e 's,/etc/radicale/config,${PKG_SYSCONFDIR}/radicale/config,' SUBST_FILES.config+= radicale/config.py @@ -30,6 +30,7 @@ post-build: post-install: ${INSTALL_DATA} ${WRKSRC}/config.pkgsrc \ ${DESTDIR}${PREFIX}/${EGDIR}/config +# ${MV} ${DESTDIR}${PREFIX}/bin/radicale ${DESTDIR}${PREFIX}/bin/radicale-${PYVERSSUFFIX} -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/Radicale/PLIST b/net/Radicale/PLIST index 9ca6c2e960f..1f5863163fa 100644 --- a/net/Radicale/PLIST +++ b/net/Radicale/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2013/09/30 09:34:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/01/11 21:17:43 wiz Exp $ bin/radicale +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/radicale/__init__.py ${PYSITELIB}/radicale/__init__.pyc ${PYSITELIB}/radicale/__init__.pyo @@ -27,6 +28,9 @@ ${PYSITELIB}/radicale/auth/htpasswd.pyo ${PYSITELIB}/radicale/auth/http.py ${PYSITELIB}/radicale/auth/http.pyc ${PYSITELIB}/radicale/auth/http.pyo +${PYSITELIB}/radicale/auth/remote_user.py +${PYSITELIB}/radicale/auth/remote_user.pyc +${PYSITELIB}/radicale/auth/remote_user.pyo ${PYSITELIB}/radicale/config.py ${PYSITELIB}/radicale/config.pyc ${PYSITELIB}/radicale/config.pyo @@ -39,15 +43,9 @@ ${PYSITELIB}/radicale/log.pyo ${PYSITELIB}/radicale/rights/__init__.py ${PYSITELIB}/radicale/rights/__init__.pyc ${PYSITELIB}/radicale/rights/__init__.pyo -${PYSITELIB}/radicale/rights/from_file.py -${PYSITELIB}/radicale/rights/from_file.pyc -${PYSITELIB}/radicale/rights/from_file.pyo -${PYSITELIB}/radicale/rights/owner_only.py -${PYSITELIB}/radicale/rights/owner_only.pyc -${PYSITELIB}/radicale/rights/owner_only.pyo -${PYSITELIB}/radicale/rights/owner_write.py -${PYSITELIB}/radicale/rights/owner_write.pyc -${PYSITELIB}/radicale/rights/owner_write.pyo +${PYSITELIB}/radicale/rights/regex.py +${PYSITELIB}/radicale/rights/regex.pyc +${PYSITELIB}/radicale/rights/regex.pyo ${PYSITELIB}/radicale/storage/__init__.py ${PYSITELIB}/radicale/storage/__init__.pyc ${PYSITELIB}/radicale/storage/__init__.pyo @@ -57,6 +55,9 @@ ${PYSITELIB}/radicale/storage/database.pyo ${PYSITELIB}/radicale/storage/filesystem.py ${PYSITELIB}/radicale/storage/filesystem.pyc ${PYSITELIB}/radicale/storage/filesystem.pyo +${PYSITELIB}/radicale/storage/multifilesystem.py +${PYSITELIB}/radicale/storage/multifilesystem.pyc +${PYSITELIB}/radicale/storage/multifilesystem.pyo ${PYSITELIB}/radicale/xmlutils.py ${PYSITELIB}/radicale/xmlutils.pyc ${PYSITELIB}/radicale/xmlutils.pyo diff --git a/net/Radicale/distinfo b/net/Radicale/distinfo index 87233a2bfb4..14430dbba68 100644 --- a/net/Radicale/distinfo +++ b/net/Radicale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/09/30 09:34:18 wiz Exp $ +$NetBSD: distinfo,v 1.5 2015/01/11 21:17:43 wiz Exp $ -SHA1 (Radicale-0.8.tar.gz) = 05e07d8ff851d15bcdb7274680ee3aceeebe01c3 -RMD160 (Radicale-0.8.tar.gz) = 80b176d0c324f6711e2508e52b15a321c803dc25 -Size (Radicale-0.8.tar.gz) = 39813 bytes +SHA1 (Radicale-0.9.tar.gz) = 2d6af8b60a4c6f96f17bf69bc85eae9bd5740a38 +RMD160 (Radicale-0.9.tar.gz) = 657401d0b8624357d6a220ad42c46dfc02766338 +Size (Radicale-0.9.tar.gz) = 42100 bytes |