pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/calypso Initial import of calypso-1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fab5a10fe032
branches:  trunk
changeset: 597741:fab5a10fe032
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 08 15:11:37 2012 +0000

description:
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:

 net/calypso/DESCR    |   9 +++++++++
 net/calypso/Makefile |  32 ++++++++++++++++++++++++++++++++
 net/calypso/PLIST    |  24 ++++++++++++++++++++++++
 net/calypso/distinfo |   5 +++++
 4 files changed, 70 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r d21e1789b398 -r fab5a10fe032 net/calypso/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/calypso/DESCR Sun Jan 08 15:11:37 2012 +0000
@@ -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 -r d21e1789b398 -r fab5a10fe032 net/calypso/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/calypso/Makefile      Sun Jan 08 15:11:37 2012 +0000
@@ -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@localhost
+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 -r d21e1789b398 -r fab5a10fe032 net/calypso/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/calypso/PLIST Sun Jan 08 15:11:37 2012 +0000
@@ -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 -r d21e1789b398 -r fab5a10fe032 net/calypso/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/calypso/distinfo      Sun Jan 08 15:11:37 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index