summaryrefslogtreecommitdiff
path: root/net/calypso
diff options
context:
space:
mode:
authorwiz <wiz>2012-01-08 15:11:37 +0000
committerwiz <wiz>2012-01-08 15:11:37 +0000
commit5dc1ebb2be646d0e293ff734a67a939e1c267314 (patch)
treed949ae499e5d394d3766feab381c0353ac6f255f /net/calypso
parent697924bbf52e335c38d30c1f686f1357cdd45f67 (diff)
downloadpkgsrc-5dc1ebb2be646d0e293ff734a67a939e1c267314.tar.gz
Initial import of calypso-1.0:
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.
Diffstat (limited to 'net/calypso')
-rw-r--r--net/calypso/DESCR9
-rw-r--r--net/calypso/Makefile32
-rw-r--r--net/calypso/PLIST24
-rw-r--r--net/calypso/distinfo5
4 files changed, 70 insertions, 0 deletions
diff --git a/net/calypso/DESCR b/net/calypso/DESCR
new file mode 100644
index 00000000000..dd4762696c3
--- /dev/null
+++ b/net/calypso/DESCR
@@ -0,0 +1,9 @@
+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.
diff --git a/net/calypso/Makefile b/net/calypso/Makefile
new file mode 100644
index 00000000000..bb898681208
--- /dev/null
+++ b/net/calypso/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 15:11:37 wiz Exp $
+
+DISTNAME= calypso-1.0
+CATEGORIES= net time
+MASTER_SITES= http://keithp.com/calypso/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://keithp.com/blogs/calypso/
+COMMENT= CardDAV/CalDAV server
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.1c:../../textproc/py-vobject
+DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+#WRKSRC= ${WRKDIR}/calypso
+
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCLUDE_3X= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 24 25
+
+INSTALLATION_DIRS= share/examples/calypso
+
+REPLACE_PYTHON= calypso.py
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${PREFIX}/share/examples/calypso/
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/calypso/PLIST b/net/calypso/PLIST
new file mode 100644
index 00000000000..4be758347a1
--- /dev/null
+++ b/net/calypso/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/08 15:11:37 wiz Exp $
+bin/calypso
+${PYSITELIB}/calypso/__init__.py
+${PYSITELIB}/calypso/__init__.pyc
+${PYSITELIB}/calypso/__init__.pyo
+${PYSITELIB}/calypso/acl/__init__.py
+${PYSITELIB}/calypso/acl/__init__.pyc
+${PYSITELIB}/calypso/acl/__init__.pyo
+${PYSITELIB}/calypso/acl/fake.py
+${PYSITELIB}/calypso/acl/fake.pyc
+${PYSITELIB}/calypso/acl/fake.pyo
+${PYSITELIB}/calypso/acl/htpasswd.py
+${PYSITELIB}/calypso/acl/htpasswd.pyc
+${PYSITELIB}/calypso/acl/htpasswd.pyo
+${PYSITELIB}/calypso/config.py
+${PYSITELIB}/calypso/config.pyc
+${PYSITELIB}/calypso/config.pyo
+${PYSITELIB}/calypso/webdav.py
+${PYSITELIB}/calypso/webdav.pyc
+${PYSITELIB}/calypso/webdav.pyo
+${PYSITELIB}/calypso/xmlutils.py
+${PYSITELIB}/calypso/xmlutils.pyc
+${PYSITELIB}/calypso/xmlutils.pyo
+share/examples/calypso/config
diff --git a/net/calypso/distinfo b/net/calypso/distinfo
new file mode 100644
index 00000000000..a6c6994497c
--- /dev/null
+++ b/net/calypso/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/01/08 15:11:37 wiz Exp $
+
+SHA1 (calypso-1.0.tar.gz) = 12ec37f3ba38510b895b1fa4a4e614707749ca90
+RMD160 (calypso-1.0.tar.gz) = 64caca6ceafc47cfc7a5a9315bf5e8fac7faebd5
+Size (calypso-1.0.tar.gz) = 25144 bytes