summaryrefslogtreecommitdiff
path: root/net/calypso
AgeCommit message (Collapse)AuthorFilesLines
2015-02-25Install man page. Bump PKGREVISION.wiz2-2/+7
From uwe.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-11-29Update to 1.3:wiz3-25/+6
I had a few bugs in 1.2 and I figured I'd just pack them up and release again. * Fix -import exit value * Fix version number reported by serve * Rename '.egg' file calypso.egg
2013-09-30Update to 1.2:wiz4-13/+37
chrysn and Joe Nahmias have done a bunch of work on Calypso, and I even managed to fix a couple of bugs. I've merged their stuff in and pushed out a version 1.2 release this afternoon, along with an updated debian package. A this point, all reported Debian bugs are closed (surely that can't last through more than one release). The only piece unmerged was the ForkingMixin stuff as that means that each connection has to re-read the entire database at startup as there's no persistent in-memory state. I'd love to figure out how to use the ThreadingMixin instead, providing the same multi-session support along with caching.
2013-09-09Finish git rename from scmgit to git.wiz1-3/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Update for python25 removal.wiz1-2/+1
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-2/+2
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-1/+2
2012-01-08Initial import of calypso-1.0:wiz4-0/+70
Calypso is a CalDAV/CardDAV server on Linux. Calypso works with evolution, iceowl and the Android CalDAV/CardDAV plugins. It does not yet work with aCal; for some reason aCal cannot find any calendars on the server. Calypso also supports importing calendar changes from the command line, allowing you to integrate support into a text-based email application like notmuch or mutt.