diff options
author | wiz <wiz> | 2012-01-08 16:25:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-01-08 16:25:31 +0000 |
commit | c58b08bb241116664b2cceaa76efae2d9635efd3 (patch) | |
tree | 652918df9cdb5eb8c9ed90a65eb9dd9020f65c42 /net/Radicale | |
parent | 9a75503d6350bea2799e4beab63db4efbc656c2c (diff) | |
download | pkgsrc-c58b08bb241116664b2cceaa76efae2d9635efd3.tar.gz |
Initial import of Radicale-0.6.3:
The Radicale Project is a complete CalDAV calendar server solution.
It can store multiple calendars.
Calendars are available for both local and remote access, possibly
limited through authentication policies. They can be viewed and
edited by calendar clients on mobile phones or computers. Technical
Description
Radicale aims to be a light solution, easy to use, easy to install,
easy to configure. As a consequence, it requires few software
dependencies and is pre-configured to work out-of-the-box.
Diffstat (limited to 'net/Radicale')
-rw-r--r-- | net/Radicale/DESCR | 11 | ||||
-rw-r--r-- | net/Radicale/Makefile | 23 | ||||
-rw-r--r-- | net/Radicale/PLIST | 29 | ||||
-rw-r--r-- | net/Radicale/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/net/Radicale/DESCR b/net/Radicale/DESCR new file mode 100644 index 00000000000..0565469c1f6 --- /dev/null +++ b/net/Radicale/DESCR @@ -0,0 +1,11 @@ +The Radicale Project is a complete CalDAV calendar server solution. +It can store multiple calendars. + +Calendars are available for both local and remote access, possibly +limited through authentication policies. They can be viewed and +edited by calendar clients on mobile phones or computers. Technical +Description + +Radicale aims to be a light solution, easy to use, easy to install, +easy to configure. As a consequence, it requires few software +dependencies and is pre-configured to work out-of-the-box. diff --git a/net/Radicale/Makefile b/net/Radicale/Makefile new file mode 100644 index 00000000000..1f3342c7f0f --- /dev/null +++ b/net/Radicale/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 16:25:31 wiz Exp $ +# + +DISTNAME= Radicale-0.6.3 +CATEGORIES= www time +MASTER_SITES= http://pypi.python.org/packages/source/R/Radicale/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://radicale.org/ +COMMENT= Simple Calendar Server written in Python +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none + +PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCLUDE_3X= yes +PYTHON_VERSIONS_INCOMPATIBLE= 24 25 + +.include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/Radicale/PLIST b/net/Radicale/PLIST new file mode 100644 index 00000000000..33f6c26a2bd --- /dev/null +++ b/net/Radicale/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/08 16:25:31 wiz Exp $ +bin/radicale +${PYSITELIB}/radicale/__init__.py +${PYSITELIB}/radicale/__init__.pyc +${PYSITELIB}/radicale/__init__.pyo +${PYSITELIB}/radicale/__main__.py +${PYSITELIB}/radicale/__main__.pyc +${PYSITELIB}/radicale/__main__.pyo +${PYSITELIB}/radicale/acl/LDAP.py +${PYSITELIB}/radicale/acl/LDAP.pyc +${PYSITELIB}/radicale/acl/LDAP.pyo +${PYSITELIB}/radicale/acl/__init__.py +${PYSITELIB}/radicale/acl/__init__.pyc +${PYSITELIB}/radicale/acl/__init__.pyo +${PYSITELIB}/radicale/acl/htpasswd.py +${PYSITELIB}/radicale/acl/htpasswd.pyc +${PYSITELIB}/radicale/acl/htpasswd.pyo +${PYSITELIB}/radicale/config.py +${PYSITELIB}/radicale/config.pyc +${PYSITELIB}/radicale/config.pyo +${PYSITELIB}/radicale/ical.py +${PYSITELIB}/radicale/ical.pyc +${PYSITELIB}/radicale/ical.pyo +${PYSITELIB}/radicale/log.py +${PYSITELIB}/radicale/log.pyc +${PYSITELIB}/radicale/log.pyo +${PYSITELIB}/radicale/xmlutils.py +${PYSITELIB}/radicale/xmlutils.pyc +${PYSITELIB}/radicale/xmlutils.pyo diff --git a/net/Radicale/distinfo b/net/Radicale/distinfo new file mode 100644 index 00000000000..633bb8a66e7 --- /dev/null +++ b/net/Radicale/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/01/08 16:25:31 wiz Exp $ + +SHA1 (Radicale-0.6.3.tar.gz) = de478e41a61ccf039e1e1da603ef275f500e44f5 +RMD160 (Radicale-0.6.3.tar.gz) = e7ec0be50a164b0bffa46688e47a3ada2d56e697 +Size (Radicale-0.6.3.tar.gz) = 30993 bytes |