summaryrefslogtreecommitdiff
path: root/www/davical
diff options
context:
space:
mode:
authorhauke <hauke>2015-11-13 12:13:13 +0000
committerhauke <hauke>2015-11-13 12:13:13 +0000
commited3ba2bed2206a979b6a40b35719eb3494ba8490 (patch)
treeba67178bbc53cb706400dcbb1596ed788f92a677 /www/davical
parent3f24a2e8745e6790ff185410447762c7adfbbf18 (diff)
downloadpkgsrc-ed3ba2bed2206a979b6a40b35719eb3494ba8490.tar.gz
Updating davical to 1.1.3.1
Updating MASTER_SITES From the ChangeLog: 2013-03-25 Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> * In places where the CGI variable REMOTE_USER is read, support alternatively REDIRECT_REMOTE_USER, which is used by the Apache HTTPD Server instead, when a redirect was used. * Removed debian/README.Debian which did not contain any useful information. 2013-03-23 Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> * Handle the content of the CGI AUTH_TYPE variable case-insensitively as defined by RFC 3875 Section 4.1.1. 2013-03-21 Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> * Changed the pathnames of the debug files to be a bit more FHS compliant. 2013-03-20 Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> * Changed the end-of-line encodings of all non-Windows-related and non-autogenerated text files to use UNIX LF (lots of them had mixed LF/CRLF). * HTML escape the remotely retrieved version string printed to the HTML in order to prevent and attacks (if this would have been possible at all in 12 characters). * Updated all addresses of the canonical git upstream repository and the issue tracker to the new ones. 2013-03-06 Andrew McMillan <andrew@morphoss.com> * Fix capitalisation of 'plpgsql' & 'sql' for Postgres 9.2. (debbug #702403) 2013-02-16 Andrew McMillan <andrew@morphoss.com> * Content-Type header should be 'charset' not 'encoding'. 2012-09-20 Andrew McMillan <andrew@morphoss.com> * When we get here it is a Bad Request, not a Server Error. * Quick workaround for iOS6 supported-calendar-component-set issue. Adds a $c->default_calendar_components array of (VEVENT,VTODO,...) * Workaround client software with imperfect add-member implementations. 2012-09-10 Andrew McMillan <andrew@morphoss.com> * Fix unassigned variable. * Avoid unassigned variable warning. * Fix UID handling. * Fix debugging to error log. 2012-08-09 Andrew McMillan <andrew@morphoss.com> * Ensure test responses are displayed in their unprocessed form. * Some debugging messages. 2012-07-31 Andrew McMillan <andrew@morphoss.com> * Replace deprecated split() with explode() 2012-05-28 Andrew McMillan <andrew@morphoss.com> * First cut at iMIP implementation. Still working on this. 2012-07-30 Andrew McMillan <andrew@morphoss.com> * Fix SQL fieldname. 2012-07-29 Andrew McMillan <andrew@morphoss.com> * Sometimes we want to retrieve the sync-token as a result of a change we just made. This allows a (default true) flag to indicate whether it's OK to use a previously cached value. * On Apple devices these can sometimes appear in the Apple namespace. Odd. * Let the VCalendar class handle how to get the UID from the calendar. 2012-07-25 Andrew McMillan <andrew@morphoss.com> * Remove old redundant constructor. 2012-07-13 Andrew McMillan <andrew@morphoss.com> * Add workaround for Apple's POST add-member trainwreck. * We might not have a $request calling this so use the object's path instead. * Testing for dead property XML which is a set of prop. * supported-calendar-component-set uses dead properties too... * Don't just return the first element in a dead property - there might be multiple!
Diffstat (limited to 'www/davical')
-rw-r--r--www/davical/Makefile17
-rw-r--r--www/davical/PLIST22
-rw-r--r--www/davical/distinfo10
3 files changed, 36 insertions, 13 deletions
diff --git a/www/davical/Makefile b/www/davical/Makefile
index 3d26efda944..b186fea5187 100644
--- a/www/davical/Makefile
+++ b/www/davical/Makefile
@@ -1,11 +1,14 @@
-# $NetBSD: Makefile,v 1.22 2015/06/12 10:51:49 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/11/13 12:13:13 hauke Exp $
#
DISTNAME= davical-${DAVICAL_VERSION}
-DAVICAL_VERSION=1.1.1
-PKGREVISION= 7
+DAVICAL_VERSION=1.1.3.1
+#PKGREVISION= 1
CATEGORIES= www
-MASTER_SITES= http://debian.mcmillan.net.nz/packages/davical/
+MASTER_SITES= -https://gitlab.com/davical-project/davical/repository/archive.tar.gz?ref=r${DAVICAL_VERSION}
+
+FETCH_USING= wget
+FETCH_BEFORE_ARGS+= --no-check-certificate
MAINTAINER= jym@NetBSD.org
HOMEPAGE= http://www.davical.org/
@@ -63,7 +66,8 @@ REPLACE_PERL= dba/update-davical-database
REPLACE_INTERPRETER+= php
REPLACE.php.old= .*php
REPLACE.php.new= ${PREFIX}/bin/php
-REPLACE_FILES.php= scripts/cron-sync-ldap.php
+REPLACE_FILES.php= scripts/archive-old-events.php
+REPLACE_FILES.php+= scripts/cron-sync-ldap.php
REPLACE_FILES.php+= scripts/export_calendar.php
REPLACE_FILES.php+= scripts/load_calendar.php
REPLACE_FILES.php+= scripts/refresh-alarms.php
@@ -99,10 +103,13 @@ SUBST_SED.files+= -e "s|@DAVICALDIR@|${DAVICALDIR}|g"
SUBST_MESSAGE.files= Fixing DAViCal configuration file for Apache.
post-extract:
+ ${MV} ${WRKDIR}/davical-r${DAVICAL_VERSION}-* \
+ ${WRKDIR}/davical-${DAVICAL_VERSION}
${CP} ${FILESDIR}/davical.conf ${WRKSRC}/davical.conf
pre-install:
${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
+ ${FIND} ${WRKSRC} -name ".gitignore" -print | ${XARGS} ${RM} -f
${FIND} ${WRKSRC}/po -name "*~" -print | ${XARGS} ${RM} -f
do-install:
diff --git a/www/davical/PLIST b/www/davical/PLIST
index 5b370a01b0e..84c3634f939 100644
--- a/www/davical/PLIST
+++ b/www/davical/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2012/08/15 20:23:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/11/13 12:13:13 hauke Exp $
share/davical/dba/appuser_permissions.txt
share/davical/dba/base-data.sql
share/davical/dba/better_perms.sql
@@ -136,6 +136,9 @@ share/davical/inc/ui/principal-edit.php
share/davical/inc/vcard.php
share/davical/inc/vtimezone.php
share/davical/inc/well-known.php
+share/davical/po/ar.po
+share/davical/po/ca.po
+share/davical/po/cs_CZ.po
share/davical/po/de.po
share/davical/po/de.values
share/davical/po/es_AR.po
@@ -148,14 +151,17 @@ share/davical/po/es_VE.po
share/davical/po/es_VE.values
share/davical/po/et.po
share/davical/po/et.values
+share/davical/po/fi.po
share/davical/po/fr.po
share/davical/po/fr.values
share/davical/po/hu.po
share/davical/po/hu.values
+share/davical/po/id_ID.po
share/davical/po/it.po
share/davical/po/it.values
share/davical/po/ja.po
share/davical/po/ja.values
+share/davical/po/ko_KR.po
share/davical/po/messages.pot
share/davical/po/nb_NO.po
share/davical/po/nb_NO.values
@@ -170,8 +176,10 @@ share/davical/po/pt_PT.po
share/davical/po/pt_PT.values
share/davical/po/ru.po
share/davical/po/ru.values
+share/davical/po/sk_SK.po
share/davical/po/sv.po
share/davical/po/sv.values
+share/davical/scripts/archive-old-events.php
share/davical/scripts/build-always.sh
share/davical/scripts/cron-sync-ldap.php
share/davical/scripts/export_calendar.php
@@ -187,7 +195,10 @@ share/doc/davical/INSTALL
share/doc/davical/README
share/doc/davical/TODO
share/doc/davical/VERSION
+share/doc/davical/api/awl/CalDAVSyncCalendar.html
+share/doc/davical/api/awl/_inc---CalDAVSyncCalendar.php.html
share/doc/davical/api/awl/caldav/CalDAVClient.html
+share/doc/davical/api/awl/caldav/CalDAVSyncClient.html
share/doc/davical/api/awl/caldav/CalendarInfo.html
share/doc/davical/api/awl/caldav/RRule.html
share/doc/davical/api/awl/caldav/RepeatRule.html
@@ -195,6 +206,7 @@ share/doc/davical/api/awl/caldav/RepeatRuleDateRange.html
share/doc/davical/api/awl/caldav/RepeatRuleDateTime.html
share/doc/davical/api/awl/caldav/RepeatRuleTimeZone.html
share/doc/davical/api/awl/caldav/Rfc5545Duration.html
+share/doc/davical/api/awl/caldav/_inc---CalDAVSyncClient.php.html
share/doc/davical/api/awl/caldav/_inc---RRule-v2.php.html
share/doc/davical/api/awl/caldav/_inc---RRule.php.html
share/doc/davical/api/awl/caldav/_inc---caldav-client-v2.php.html
@@ -206,6 +218,8 @@ share/doc/davical/api/classtrees_davical.html
share/doc/davical/api/davical/AtomEntry.html
share/doc/davical/api/davical/AtomFeed.html
share/doc/davical/api/davical/AtomXHTMLContent.html
+share/doc/davical/api/davical/CalDAVSyncCache.html
+share/doc/davical/api/davical/CalDAVSyncState.html
share/doc/davical/api/davical/CheckResult.html
share/doc/davical/api/davical/DAVTicket/DAVTicket.html
share/doc/davical/api/davical/DAVTicket/_inc---DAVTicket.php.html
@@ -213,6 +227,7 @@ 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/FakeSession.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/DAVPrincipal.html
@@ -246,6 +261,9 @@ share/doc/davical/api/davical/_htdocs---test.php.html
share/doc/davical/api/davical/_htdocs---upgrade.php.html
share/doc/davical/api/davical/_htdocs---well-known.php.html
share/doc/davical/api/davical/_inc---AtomFeed.php.html
+share/doc/davical/api/davical/_inc---CalDAVSyncCache.php.html
+share/doc/davical/api/davical/_inc---CalDAVSyncState.php.html
+share/doc/davical/api/davical/_inc---FakeSession.php.html
share/doc/davical/api/davical/_inc---WritableCollection.php.html
share/doc/davical/api/davical/_inc---autodiscover-handler.php.html
share/doc/davical/api/davical/_inc---caldav-LOCK.php.html
@@ -420,11 +438,9 @@ share/doc/davical/website/clients/ical4/002.png
share/doc/davical/website/clients/ical4/003.png
share/doc/davical/website/images/davical_logo.ico
share/doc/davical/website/images/davical_logo.svg
-share/doc/davical/website/images/flattr-badge-large.png
share/doc/davical/website/images/icon.png
share/doc/davical/website/images/larger.png
share/doc/davical/website/images/logo.gif
-share/doc/davical/website/images/paypal_donate_button.png
share/doc/davical/website/inc/page-footer.php
share/doc/davical/website/inc/page-header.php
share/doc/davical/website/inc/page-middle.php
diff --git a/www/davical/distinfo b/www/davical/distinfo
index c3d9b8fc57f..2b5ebb0bbf5 100644
--- a/www/davical/distinfo
+++ b/www/davical/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 02:46:52 agc Exp $
+$NetBSD: distinfo,v 1.11 2015/11/13 12:13:13 hauke Exp $
-SHA1 (davical-1.1.1.tar.gz) = 680ca71e54fa3c3dfa026692c7c434572029731b
-RMD160 (davical-1.1.1.tar.gz) = d63491bd8e14e08112172887b342f60cc55e00b2
-SHA512 (davical-1.1.1.tar.gz) = 6f0b2a13ba6698ea1a7d16988c795888820a08d125ac3d622b6c9fc21f831b698e8ce2c9c7ae25e64252f38502e473daabbd0626c5b2450646efb7cdb7f5b31e
-Size (davical-1.1.1.tar.gz) = 2979425 bytes
+SHA1 (davical-1.1.3.1.tar.gz) = f5aaab4c8f078f99471d3450f3a035c84e02c195
+RMD160 (davical-1.1.3.1.tar.gz) = 751787ac7eb58f146441ad7735bf6c5e30511bc3
+SHA512 (davical-1.1.3.1.tar.gz) = 0d1d164c56a292529931f3fe0d75059c343f8022a0fc77918ba8b96fd9a424f8f444c1d32c50af061a78869cac5c737e316d095700364288b4d0e55568edb404
+Size (davical-1.1.3.1.tar.gz) = 3032719 bytes
SHA1 (patch-aa) = 3172ea7a359e1779431d732d0f1cb106e3b4dd4e
SHA1 (patch-ab) = d9c4c6729e7be6968306bdd96ed4269c0887a885
SHA1 (patch-ac) = 74e9b103d502886736dff4fa659fb3e50bae5032