Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/davical,
Simple CalDAV server using a PostgreSQL backend
Branch: CURRENT,
Version: 0.9.9,
Package name: davical-0.9.9,
Maintainer: jymDAViCal is a server for calendar sharing. It is an implementation of the
CalDAV protocol which is designed for storing calendaring resources (in
iCalendar format) on a remote shared server.
DAViCal supports basic delegation of read/write access among calendar users,
multiple users (or clients) reading and writing the same calendar entries over
time, and scheduling of meetings with free/busy time displayed.
An increasing number of calendar clients support the maintenance of shared
remote calendars through CalDAV, including Evolution, Mulberry, Chandler,
Mozilla Calendar (Sunbird/Lightning), and various other closed-source
products such as Apple's iCal and iPhone.
Required to run:[
sysutils/pwgen] [
textproc/p5-YAML] [
databases/php-pgsql] [
databases/php-pdo_pgsql] [
databases/p5-DBD-postgresql] [
databases/postgresql83-client] [
databases/p5-Class-DBI-Pg] [
wip/php-libawl]
Required to build:[
www/apache22] [
lang/perl5]
Master sites:
SHA1: c1ec44757a769a5c999c8348958a8a6ad59379fc
RMD160: 74a4abecd7527b09e425dbff4b5c1cf845670205
Filesize: 1904.278 KB
Version history: (Expand)
- (2010-05-25) Package deleted from pkgsrc
- (2010-05-19) Updated to version: davical-0.9.9
- (2010-05-17) Package added to pkgsrc.se, version davical-0.9.8.4 (created)
CVS history: (Expand)
2010-05-23 23:56:08 by Jean-Yves Migeon | Files touched by this commit (11) | |
Log message:
Imported davical in pkgsrc. Remove it from wip.
|
2010-05-19 22:49:23 by Jean-Yves Migeon | Files touched by this commit (2) |
Log message:
Add VirtualHost example in the configuration file.
|
2010-05-19 14:04:21 by Jean-Yves Migeon | Files touched by this commit (1) |
Log message:
Forgot to commit the fix regarding config file administration.yml, which
should be used for DB administration (as the name implies, heh).
|
2010-05-19 13:39:52 by Jean-Yves Migeon | Files touched by this commit (8) |
Log message:
Upgrade DAViCal to 0.9.9.
* support for WebDAV tickets
* support for the WebDAV 'BIND' method
* Scheduling Extensions for CalDAV
Rework MESSAGE a little bit, so that installation steps are easier to
follow. Update Makefile link to HOMEPAGE.
|
2010-05-18 01:47:44 by Jean-Yves Migeon | Files touched by this commit (6) |
Log message:
Fix paths and installation procedure, and improve wording.
|
2010-05-17 02:46:30 by Jean-Yves Migeon | Files touched by this commit (4) |
Log message:
Include ../../wip/php-libawl/Makefile.common to share LIBAWLDIR variable
with php-libawl.
Fix perl interpreter path.
Add dba, po, scripts directories. They server different purposes within
davical, from l10n to database creation and administration.
Create a davical.conf file for use with Apache configuration.
|
2010-05-16 19:45:46 by Jean-Yves Migeon | Files touched by this commit (9) | |
Log message:
Import davical-0.9.8.4 as wip/davical.
DAViCal is a server for calendar sharing. It is an implementation of the
CalDAV protocol which is designed for storing calendaring resources (in
iCalendar format) on a remote shared server.
DAViCal supports basic delegation of read/write access among calendar users,
multiple users (or clients) reading and writing the same calendar entries over
time, and scheduling of meetings with free/busy time displayed.
An increasing number of calendar clients support the maintenance of shared
remote calendars through CalDAV, including Evolution, Mulberry, Chandler,
Mozilla Calendar (Sunbird/Lightning), and various other closed-source
products such as Apple's iCal and iPhone.
XXX the pkg is not yet finished. Missing parts:
- http configuration file
- maybe docs and dba installation
- testing
|