aboutsummaryrefslogtreecommitdiff
path: root/net/radicale/files
Commit message (Collapse)AuthorAge
* radicale: use new extra_command function definitionFlorian Eckert2020-11-04
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* radicale: Remove Py2 variant, rename Py3 variantJeffery To2019-05-27
| | | | | | | | | | | | | | | | | | | | | | | This removes radicale-py2, the Py2 variant, and renames radicale-py3 to radicale. This also makes a number of changes: * Actually use the Python package build system (from python3-package.mk) * Download source from PyPI instead of GitHub git repo * Remove unnecessary PKG_DEFAULT_DEPENDS definition * Depend on python3-urllib instead of python3-email (now that urllib is separate from python3-light and has python3-email as a direct dependency) * Move package description from menuconfig help to the actual description field * Remove unnecessary preinst script (default prerm will stop the service now that the package name matches the init.d script name) * Remove unnecessary lib/upgrade/keep.d entry (changed conffiles are preserved by sysupgrade by default) * Remove unnecessary postinst script (Python build system will set the correct shebang) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* radicale: add extra command "export_storage" to init scriptChristian Schoenebeck2018-09-02
| | | | | | | add extra command "export_storage" to export data for use with Radicale 2.x.x remove myself as PKG_MAINTAINER, give back to the community Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* Radicale: bump to version 1.1.1Christian Schoenebeck2016-02-06
| | | | | | | * upstream to Radicale 1.1.1 * add file list to be saved on sysupgrade Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* [Radicale] upstream to Radicale 1.1Christian Schoenebeck2015-12-31
| | | | | | | * upstream to Radicale 1.1 * new "boot_delay" option (default 10 seconds) to wait for interfaces to come up before hotplug restarts are enabled. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* radicale: fixed hotplug and init scriptChristian Schoenebeck2015-05-24
| | | | | | | | | * fixed hotplug script (not restarting on "ifup") * fixed init script (not stopping in 1 second) * fixed PKG_MAINTAINER string * removing not needed comments in config file Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* radicale: [NEW] Python-based CalDAV/CardDAV ServerChristian Schoenebeck2015-04-20
Inspired by OpenWrt Ticket System Ticket 9119 Python3 package currently marked as @BROKEN because no time for testing. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>