Restore calypso.
This the package tracking the upstream git repository version.
This commit is contained in:
parent
e81d3b98ed
commit
a69f24f606
4 changed files with 75 additions and 0 deletions
9
calypso/DESCR
Normal file
9
calypso/DESCR
Normal file
|
@ -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.
|
33
calypso/Makefile
Normal file
33
calypso/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/12/05 12:22:40 thomasklausner Exp $
|
||||
|
||||
DISTNAME= calypso-0.5
|
||||
CATEGORIES= net
|
||||
|
||||
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
|
||||
|
||||
GIT_REPOSITORIES= calypso
|
||||
GIT_REPO.calypso= git://keithp.com/git/calypso.git
|
||||
|
||||
WRKSRC= ${WRKDIR}/calypso
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
PYTHON_VERSIONS_INCLUDE_3X= yes
|
||||
|
||||
INSTALLATION_DIRS= share/examples/calypso
|
||||
|
||||
REPLACE_PYTHON= calypso.py
|
||||
EGG_NAME= ${DISTNAME:S/c/C/}
|
||||
|
||||
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"
|
32
calypso/PLIST
Normal file
32
calypso/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2012/12/05 12:22:40 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/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
|
1
calypso/distinfo
Normal file
1
calypso/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/12/05 12:22:40 thomasklausner Exp $
|
Loading…
Reference in a new issue