summaryrefslogtreecommitdiff
path: root/www/davical
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-09-08 20:58:58 +0000
committerwiz <wiz@pkgsrc.org>2011-09-08 20:58:58 +0000
commit4637a19a502aaa36bbf5e4e9924e37db267fde32 (patch)
treebd8dfad37a8ae6a44ff67281ba26417602b0bdf7 /www/davical
parentb763a24a0d6e7b2396e427a80c35db37b7417b3e (diff)
downloadpkgsrc-4637a19a502aaa36bbf5e4e9924e37db267fde32.tar.gz
Update to 0.9.9.4:
2010-12-28 Andrew McMillan <andrew@morphoss.com> * Release 0.9.9.4 2010-12-27 Andrew McMillan <andrew@morphoss.com> * Refactor PUT functions to set modified/created dates more correctly. 2010-12-27 Leho Kraav <leho@kraav.com> * add et_EE to support locales 2010-12-26 Andrew McMillan <andrew@morphoss.com> * Fix errors in po files pointed out by Transifex uploading. * A new AtomFeed class for building an Atom feed. * Switch to creating an atom feed, which is a better feed standard. 2010-12-26 Leho Kraav <leho@kraav.com> * A new URL to provide an RSS feed of a calendar's changes. 2010-12-26 Andrew McMillan <andrew@morphoss.com> * Refactored RRule to add support for initialisation from a vProperty. 2010-12-25 Andrew McMillan <andrew@morphoss.com> * Remove all reference to PgQuery * Extensive refactoring of principal-edit, plus support for creating tickets. * Add support for writing scheduling resources on PUT. * Improve support for handling floating time. * Add cil for internal issue tracking. 2010-12-08 Andrew McMillan <andrew@morphoss.com> * Cut access with invalid/expired tickets out immediately. 2010-12-07 Andrew McMillan <andrew@morphoss.com> * Handle empty PROPFIND, don't blow up on invalid XML. 2010-11-30 Andrew McMillan <andrew@morphoss.com> * /.well-known/* now returns a 301 redirect, per spec. * Use text/vcard for content type in advance of ratification of spec. * Properly handle addressbooks in multiget. * Hide authorization headers in logging. * Update sync-collection REPORT to match -04 of draft. * Replace index.php with caldav.php when we find it in our path. 2010-11-27 Andrew McMillan <andrew@morphoss.com> * Be pedantic about checking user is active before we let them in. * Specify the SRV record examples with leading _ as they should be. 2010-11-21 Andrew McMillan <andrew@morphoss.com> * Fix SQL for group handling from Michael Braun. * Add principal-collection-set to standard responses for DAVResource. * Correct typo in POST handling. 2010-11-20 Andrew McMillan <andrew@morphoss.com> * Also update displayname if fullname is changed. 2010-10-02 Daniel Aleksandersen <daniel@> * remove old screenshots * updated iPhone client configuration with new screenshots 2010-11-19 Andrew McMillan <andrew@morphoss.com> * Handle stuff like DTSTART;TZID=America/New_York:20101119T231307 2010-11-14 Andrew McMillan <andrew@morphoss.com> * Script to refresh calendar_alarms with next instance time. 2010-11-09 Andrew McMillan <andrew@morphoss.com> * Don't let auth functions create duplicate home calendars. 2010-11-06 Andrew McMillan <andrew@morphoss.com> * Patch for caldav sync from Pierre-Arnaud Poudret. * Add ACL to the supported methods. * Change regression runner to look for sample data with tests. * Correct version number typo. * Always grant 'DAV::read' privilege from principal to group members. 2010-11-05 Andrew McMillan <andrew@morphoss.com> * Use expanded time specifiers in format since %Y doesn't work on Windows. * Support recursive REPORT query if configured to allow it. 2010-11-04 Andrew McMillan <andrew@morphoss.com> * Add a new WritableCollection object which we will use for PUT. * Use text/vcard rather than older text/x-vcard. * Support event properties in changed part of sync-response. * Rename variable to work around Pg 9.0 reserved name. 2010-11-01 Andrew McMillan <andrew@morphoss.com> * Switch from regular expression which may not work in old/odd PHP. 2010-10-31 Andrew McMillan <andrew@morphoss.com> * Support getlastmodified property in REPORT requests. 2010-10-16 Andrew McMillan <andrew@morphoss.com> * Fix typo in iTIP CANCEL handling. 2010-10-15 Andrew McMillan <andrew@morphoss.com> * Turn on calendar-auto-schedule header if $c->enable_auto_schedule * Add various additional checks into /setup.php * Add knowledge of desired parallel AWL version to setup. 2010-10-10 Andrew McMillan <andrew@morphoss.com> * Fix various minor CardDAV bugs. * Omit the <response> for event outside the time range - when expanded. * Fix privilege_to_bits function to set 'all' correctly & work with recent postgres 2010-10-08 Andrew McMillan <andrew@morphoss.com> * Don't supply freebusy for 0-duration events. * Another regression test for free/busy catching many events. * Add an event with a thoroughly bogus tzid to ensure we cope. * Check for some supported stuff very early so we can show it is missing. * Better display of bindings. * Add postgreSQL 9.0 as a possibility. * Fix warning when using basic authentication fallback. * Fix handling of iCalendar durations containing negative elements. * Handle events which don't have either DTEND *or* DURATION. * Rewrite __construct() method of RepeatRuleDateTimeZone to be more robust.
Diffstat (limited to 'www/davical')
-rw-r--r--www/davical/Makefile5
-rw-r--r--www/davical/PLIST47
-rw-r--r--www/davical/distinfo10
-rw-r--r--www/davical/patches/patch-aa8
4 files changed, 37 insertions, 33 deletions
diff --git a/www/davical/Makefile b/www/davical/Makefile
index dc159365fc1..2ffd9d0cd34 100644
--- a/www/davical/Makefile
+++ b/www/davical/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2011/07/03 11:08:29 jym Exp $
+# $NetBSD: Makefile,v 1.7 2011/09/08 20:58:58 wiz Exp $
#
DISTNAME= davical-${DAVICAL_VERSION}
-DAVICAL_VERSION=0.9.9.3
+DAVICAL_VERSION=0.9.9.4
CATEGORIES= www
MASTER_SITES= http://debian.mcmillan.net.nz/packages/davical/
@@ -65,6 +65,7 @@ REPLACE_INTERPRETER+= php
REPLACE.php.old= .*/bin/php
REPLACE.php.new= ${PREFIX}/bin/php
REPLACE_FILES.php= scripts/sync-remote-caldav.php
+REPLACE_FILES.php+= scripts/refresh-alarms.php
SUBST_CLASSES+= conf-path
SUBST_STAGE.conf-path= pre-configure
diff --git a/www/davical/PLIST b/www/davical/PLIST
index b7eef052d91..8e4cc3233af 100644
--- a/www/davical/PLIST
+++ b/www/davical/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/11/12 19:13:53 jym Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/09/08 20:58:58 wiz Exp $
share/davical/dba/appuser_permissions.txt
share/davical/dba/base-data.sql
share/davical/dba/better_perms.sql
@@ -33,7 +33,6 @@ share/davical/dba/patches/1.2.9.sql
share/davical/dba/rrule_functions-8.1.sql
share/davical/dba/rrule_functions.sql
share/davical/dba/rrule_tests.sql
-share/davical/dba/sample-data.sql
share/davical/dba/supported_locales.sql
share/davical/dba/update-davical-database
share/davical/dba/views/dav_principal.sql
@@ -48,6 +47,7 @@ share/davical/htdocs/caldav.php
share/davical/htdocs/css/browse.css
share/davical/htdocs/css/edit.css
share/davical/htdocs/davical.css
+share/davical/htdocs/feed.php
share/davical/htdocs/freebusy.php
share/davical/htdocs/help.php
share/davical/htdocs/images/down.gif
@@ -55,34 +55,41 @@ share/davical/htdocs/images/up.gif
share/davical/htdocs/index.php
share/davical/htdocs/js/browse.js
share/davical/htdocs/public.php
+share/davical/htdocs/robots.txt
share/davical/htdocs/setup.php
share/davical/htdocs/tools.php
share/davical/htdocs/upgrade.php
share/davical/htdocs/well-known.php
+share/davical/inc/AtomFeed.php
share/davical/inc/CalDAVPrincipal.php
share/davical/inc/CalDAVRequest.php
share/davical/inc/DAVResource.php
+share/davical/inc/DAVTicket.php
share/davical/inc/DAViCalSession.php
share/davical/inc/HTTPAuthSession.php
share/davical/inc/PublicSession.php
share/davical/inc/RRule-v2.php
share/davical/inc/RRule.php
+share/davical/inc/WritableCollection.php
share/davical/inc/always.php.in
share/davical/inc/auth-functions.php
share/davical/inc/caldav-ACL.php
+share/davical/inc/caldav-BIND.php
share/davical/inc/caldav-DELETE.php
+share/davical/inc/caldav-DELTICKET.php
share/davical/inc/caldav-GET.php
share/davical/inc/caldav-LOCK.php
share/davical/inc/caldav-MKCOL.php
+share/davical/inc/caldav-MKTICKET.php
share/davical/inc/caldav-MOVE.php
share/davical/inc/caldav-OPTIONS.php
share/davical/inc/caldav-POST.php
share/davical/inc/caldav-PROPFIND.php
share/davical/inc/caldav-PROPPATCH.php
-share/davical/inc/caldav-PUT.php
+share/davical/inc/caldav-PUT-default.php
share/davical/inc/caldav-PUT-functions.php
share/davical/inc/caldav-PUT-vcard.php
-share/davical/inc/caldav-REPORT.php
+share/davical/inc/caldav-PUT.php
share/davical/inc/caldav-REPORT-calquery.php
share/davical/inc/caldav-REPORT-cardquery.php
share/davical/inc/caldav-REPORT-expand-property.php
@@ -91,6 +98,7 @@ share/davical/inc/caldav-REPORT-multiget.php
share/davical/inc/caldav-REPORT-pps-set.php
share/davical/inc/caldav-REPORT-principal.php
share/davical/inc/caldav-REPORT-sync-collection.php
+share/davical/inc/caldav-REPORT.php
share/davical/inc/caldav-client-v2.php
share/davical/inc/caldav-client.php
share/davical/inc/check_UTF8.php
@@ -99,39 +107,36 @@ share/davical/inc/drivers_ldap.php
share/davical/inc/drivers_pwauth_pam.php
share/davical/inc/drivers_squid_pam.php
share/davical/inc/freebusy-functions.php
-share/davical/inc/interactive-page.php
share/davical/inc/iSchedule.php
+share/davical/inc/interactive-page.php
share/davical/inc/log_caldav_action.php
share/davical/inc/other_translated_strings.php
share/davical/inc/page-footer.php
share/davical/inc/page-header.php
share/davical/inc/pubsub.php
share/davical/inc/test-RRULE.php
-share/davical/inc/vcard.php
share/davical/inc/ui/collection-edit.php
share/davical/inc/ui/principal-browse.php
share/davical/inc/ui/principal-edit.php
-share/davical/inc/DAVTicket.php
-share/davical/inc/caldav-BIND.php
-share/davical/inc/caldav-DELTICKET.php
-share/davical/inc/caldav-MKTICKET.php
-share/davical/inc/caldav-PUT-default.php
-share/davical/po/messages.pot
-share/davical/po/strings.raw
+share/davical/inc/vcard.php
share/davical/po/de.po
share/davical/po/es.po
+share/davical/po/et.po
share/davical/po/fr.po
share/davical/po/hu.po
share/davical/po/it.po
share/davical/po/ja.po
+share/davical/po/messages.pot
share/davical/po/nl.po
share/davical/po/pl.po
share/davical/po/ru.po
+share/davical/po/strings.raw
share/davical/po/sv.po
share/davical/scripts/build-always.sh
-share/davical/scripts/sync-remote-caldav.php
share/davical/scripts/po/extract.pl
share/davical/scripts/po/rebuild-translations.sh
+share/davical/scripts/refresh-alarms.php
+share/davical/scripts/sync-remote-caldav.php
share/doc/davical/COPYING
share/doc/davical/CREDITS
share/doc/davical/ChangeLog
@@ -153,12 +158,12 @@ share/doc/davical/api/awl/caldav/iCalDate.html
share/doc/davical/api/blank.html
share/doc/davical/api/classtrees_awl.html
share/doc/davical/api/classtrees_davical.html
+share/doc/davical/api/davical/DAVTicket/DAVTicket.html
+share/doc/davical/api/davical/DAVTicket/_inc---DAVTicket.php.html
share/doc/davical/api/davical/DAViCalSession/DAViCalSession.html
share/doc/davical/api/davical/DAViCalSession/Tools.html
share/doc/davical/api/davical/DAViCalSession/_htdocs---tools.php.html
share/doc/davical/api/davical/DAViCalSession/_inc---DAViCalSession.php.html
-share/doc/davical/api/davical/DAVTicket/DAVTicket.html
-share/doc/davical/api/davical/DAVTicket/_inc---DAVTicket.php.html
share/doc/davical/api/davical/HTTPAuthSession/HTTPAuthSession.html
share/doc/davical/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html
share/doc/davical/api/davical/Principal/CalDAVPrincipal.html
@@ -324,12 +329,10 @@ share/doc/davical/website/clients/iCal-details.php
share/doc/davical/website/clients/iCal-dialog.png
share/doc/davical/website/clients/iCal-icon.png
share/doc/davical/website/clients/iCal-screenshot.png
-share/doc/davical/website/clients/iPhone-1.jpg
-share/doc/davical/website/clients/iPhone-2.jpg
-share/doc/davical/website/clients/iPhone-3.jpg
-share/doc/davical/website/clients/iPhone-4.jpg
-share/doc/davical/website/clients/iPhone-5.jpg
-share/doc/davical/website/clients/iPhone-6.jpg
+share/doc/davical/website/clients/iPhone-1.png
+share/doc/davical/website/clients/iPhone-2.png
+share/doc/davical/website/clients/iPhone-3.png
+share/doc/davical/website/clients/iPhone-4.png
share/doc/davical/website/clients/iPhone-details.php
share/doc/davical/website/images/davical_logo.ico
share/doc/davical/website/images/davical_logo.svg
diff --git a/www/davical/distinfo b/www/davical/distinfo
index 1c8455eaf96..00c16aedee4 100644
--- a/www/davical/distinfo
+++ b/www/davical/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2010/11/13 00:27:24 jym Exp $
+$NetBSD: distinfo,v 1.4 2011/09/08 20:58:58 wiz Exp $
-SHA1 (davical-0.9.9.3.tar.gz) = 7c407178f546451a643c33bcec6cbd4da0710628
-RMD160 (davical-0.9.9.3.tar.gz) = e2a11bbc6b53619d4d40f129f8ee893e2f28f0a4
-Size (davical-0.9.9.3.tar.gz) = 2021073 bytes
-SHA1 (patch-aa) = d28795768c97a49ea667a68867e6318110253975
+SHA1 (davical-0.9.9.4.tar.gz) = 590d73bf2574449e81fcc3aabab2bf450eee683a
+RMD160 (davical-0.9.9.4.tar.gz) = 89b12a13f061862c6269eccdb67faa448b0eebe1
+Size (davical-0.9.9.4.tar.gz) = 2194526 bytes
+SHA1 (patch-aa) = 3172ea7a359e1779431d732d0f1cb106e3b4dd4e
SHA1 (patch-ab) = 4a30513cac522527fb9f658e410ed9930111ecc3
SHA1 (patch-ac) = 74e9b103d502886736dff4fa659fb3e50bae5032
SHA1 (patch-ad) = 607fb6d6aaeb9476d449196914b1627130390482
diff --git a/www/davical/patches/patch-aa b/www/davical/patches/patch-aa
index cad67b50c2e..25a9e83efb5 100644
--- a/www/davical/patches/patch-aa
+++ b/www/davical/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/05/23 21:36:30 jym Exp $
+$NetBSD: patch-aa,v 1.2 2011/09/08 20:58:58 wiz Exp $
---- dba/create-database.sh.orig 2010-03-11 11:12:07.000000000 +0000
+--- dba/create-database.sh.orig 2010-10-17 19:00:55.000000000 +0000
+++ dba/create-database.sh
@@ -16,7 +16,7 @@ testawldir() {
@@ -11,9 +11,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2010/05/23 21:36:30 jym Exp $
if ! testawldir "${AWLDIR}"; then
AWLDIR="/usr/share/awl"
if ! testawldir "${AWLDIR}"; then
-@@ -168,7 +168,7 @@ rm "${INSTALL_NOTE_FN}"
+@@ -175,7 +175,7 @@ rm "${INSTALL_NOTE_FN}"
cat <<FRIENDLY
- * The password for the 'admin' user has been set to '${ADMINPW}'"
+ * The password for the 'admin' user has been set to '${ADMINPW}'
-Thanks for trying DAViCal! Check in /usr/share/doc/davical/examples/ for
+Thanks for trying DAViCal! Check in @EGDIRCONFIG@/ for