Re-import calypso-1.3nb20150126 as wip/calypso-git instead of
wip/calypso, to make it clearer what this package contains. Mention this in DESCR and COMMENT while here. 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. This package contains the current upstream git version.
This commit is contained in:
parent
62a80a509d
commit
91f360e0eb
3 changed files with 78 additions and 0 deletions
11
calypso-git/DESCR
Normal file
11
calypso-git/DESCR
Normal file
|
@ -0,0 +1,11 @@
|
|||
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.
|
||||
|
||||
This package contains the current upstream git version.
|
32
calypso-git/Makefile
Normal file
32
calypso-git/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/26 09:25:42 thomasklausner Exp $
|
||||
|
||||
DISTNAME= calypso-1.3
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://keithp.com/blogs/calypso/
|
||||
COMMENT= CardDAV/CalDAV server (git version)
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.1c:../../textproc/py-vobject
|
||||
DEPENDS+= git-base-[0-9]*:../../devel/git-base
|
||||
|
||||
GIT_REPOSITORIES= calypso
|
||||
GIT_REPO.calypso= git://keithp.com/git/calypso.git
|
||||
|
||||
WRKSRC= ${WRKDIR}/calypso
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
INSTALLATION_DIRS= share/examples/calypso
|
||||
|
||||
REPLACE_PYTHON= calypso.py
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${PREFIX}/share/examples/calypso/
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../wip/mk/git-package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
35
calypso-git/PLIST
Normal file
35
calypso-git/PLIST
Normal file
|
@ -0,0 +1,35 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/01/26 09:25:42 thomasklausner Exp $
|
||||
bin/calypso
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${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/acl/pam.py
|
||||
${PYSITELIB}/calypso/acl/pam.pyc
|
||||
${PYSITELIB}/calypso/acl/pam.pyo
|
||||
${PYSITELIB}/calypso/config.py
|
||||
${PYSITELIB}/calypso/config.pyc
|
||||
${PYSITELIB}/calypso/config.pyo
|
||||
${PYSITELIB}/calypso/paths.py
|
||||
${PYSITELIB}/calypso/paths.pyc
|
||||
${PYSITELIB}/calypso/paths.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
|
Loading…
Reference in a new issue