Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2010 11:50:03 GMT
From:      "Cristiano Rolim" <cristianorolim@hotmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/142369: [update] - update www/davical to version 0.9.8
Message-ID:  <201002171150.o1HBo31F069459@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/142369; it has been noted by GNATS.

From: "Cristiano Rolim" <cristianorolim@hotmail.com>
To: <bug-followup@FreeBSD.org>,
	<cristianorolim@hotmail.com>
Cc:  
Subject: Re: ports/142369: [update] - update www/davical to version 0.9.8
Date: Wed, 17 Feb 2010 09:42:51 -0200

 As version 0.9.8.1 must work better with iCal, I'm sending an updated patch 
 for it.
 
 From the author:
 
 "I've just released version 0.9.8.1 (since you posted this).  From version 
 0.9.8
 it became possible to set per-calendar permissions, and DAViCal also worked
 correctly with the delegations model in iCal v4 from then.  0.9.8 was not 
 widely
 released, however, since it lacked some of the polish of earlier versions 
 due
 to massive changes under the covers.  That's mostly resolved now and I would
 recommend trying 0.9.8.1 and if you still have problems then please ask 
 questions
 on the DAViCal mailing list, which is preferable to this web forum.
 
 Cheers,
 Andrew."
 
 --
 Cristiano Rolim Pereira
 
 diff -ruN ../davical.orig/Makefile ./Makefile
 --- ../davical.orig/Makefile	2010-02-05 04:00:41.000000000 -0200
 +++ ./Makefile	2010-02-06 13:05:10.000000000 -0200
 @@ -6,9 +6,10 @@
  #
 
  PORTNAME=	davical
 -PORTVERSION=	0.9.7.6
 +PORTVERSION=	0.9.8.1
  CATEGORIES?=	www
 -MASTER_SITES=	SF/rscds/${PORTNAME}/${PORTVERSION}
 +MASTER_SITES=	http://debian.mcmillan.net.nz/packages/davical/ \
 +		SF/rscds/${PORTNAME}/${PORTVERSION}
  DISTNAME=	davical-${PORTVERSION}
 
  MAINTAINER=	maurice@castro.aus.net
 @@ -19,7 +20,7 @@
  		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
  		${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \
  		${LOCALBASE}/bin/pwgen:${PORTSDIR}/sysutils/pwgen \
 -		php-libawl>=0.37:${PORTSDIR}/devel/php-libawl
 +		php-libawl>=0.40:${PORTSDIR}/devel/php-libawl
 
  NO_BUILD=	yes
 
 diff -ruN ../davical.orig/distinfo ./distinfo
 --- ../davical.orig/distinfo	2009-11-02 08:47:50.000000000 -0200
 +++ ./distinfo	2010-02-06 10:55:25.000000000 -0200
 @@ -1,3 +1,3 @@
 -MD5 (davical-0.9.7.6.tar.gz) = b03aed88995e373891bfbf01daba6110
 -SHA256 (davical-0.9.7.6.tar.gz) = 
 6b2519c60cc76cc4c31771ac42381d0e7c4c2cd2620872e4932ce1cd0ef8d72f
 -SIZE (davical-0.9.7.6.tar.gz) = 1753860
 +MD5 (davical-0.9.8.1.tar.gz) = 91f54cc7000c35e46d2c4645e20abda9
 +SHA256 (davical-0.9.8.1.tar.gz) = 
 2b02df5d22027f93377a8823f61e262879a5f92a0355b7331576fe3f6e0a10db
 +SIZE (davical-0.9.8.1.tar.gz) = 1847934
 diff -ruN ../davical.orig/files/patch-inc-always.php 
 ./files/patch-inc-always.php
 --- ../davical.orig/files/patch-inc-always.php	2009-11-02 
 08:47:50.000000000 -0200
 +++ ./files/patch-inc-always.php	2010-02-06 10:59:15.000000000 -0200
 @@ -1,6 +1,6 @@
 ---- inc/always.php.orig	2009-10-31 21:11:51.000000000 -0200
 -+++ inc/always.php	2009-10-31 21:12:29.000000000 -0200
 -@@ -43,7 +43,7 @@
 +--- inc/always.php.orig	2010-02-06 10:58:42.000000000 -0200
 ++++ inc/always.php	2010-02-06 10:55:37.000000000 -0200
 +@@ -52,7 +52,7 @@
   $c->readonly_webdav_collections = true;    // WebDAV access is readonly
 
   // Ensure that ../inc is in our included paths as early as possible
 diff -ruN ../davical.orig/files/pkg-message.in ./files/pkg-message.in
 --- ../davical.orig/files/pkg-message.in	2009-03-02 19:44:07.000000000 -0300
 +++ ./files/pkg-message.in	2010-01-09 18:59:48.000000000 -0200
 @@ -1,32 +1,66 @@
 -To complete the installation of DAViCal:
 -
 -1. Create the database user:
 -
 -	createuser -U pgsql -S --no-createdb --no-createrole general
 -
 -2. Create DAViCal's database
 -
 -	su pgsql %%DOCSDIR%%/dba/create-database.sh
 -
 -3. Fix permissions
 -
 -	psql -U pgsql davical -c "grant all on \
 -	awl_db_revision, caldav_data, calendar_item, collection, \
 -	dav_resource, dav_resource_type, freebusy_ticket, \
 -	group_member, locks, principal, principal_type, privilege, \
 -	property, relationship, relationship_type, role_member, \
 -	roles, session, supported_locales, time_zone, tmp_password, \
 -	usr, usr_setting, dav_id_seq, dav_resource_type_resource_type_id_seq, \
 -	principal_principal_id_seq, principal_type_principal_type_id_seq, \
 -	relationship_type_rt_id_seq, roles_role_no_seq, \
 -	session_session_id_seq, usr_user_no_seq \
 -	to general;"
 -
 -	psql -U pgsql davical -c "grant all on database davical to general;"
 -
 -4. Copy and edit your config file
 -
 -	cp %%WWWDIR%%/config/example-config.php %%WWWDIR%%/config/config.php
 -
 -5. Enable in apache by copying the httpd-davical.conf from the
 -documentation directory to the Apache Include directory and restart Apache.
 +##############################################################################
 +To complete the installation of DAViCal:
 +
 +1. Create the database user:
 +
 +	createuser -U pgsql -S --no-createdb --no-createrole general
 +
 +2. Create DAViCal's database
 +
 +	su pgsql %%DOCSDIR%%/dba/create-database.sh
 +
 +3. Fix permissions
 +
 +	psql -U pgsql davical -c "grant all on \
 +		awl_db_revision, \
 +		caldav_data, \
 +		calendar_item, \
 +		collection, \
 +		freebusy_ticket, \
 +		grants, \
 +		group_member, \
 +		locks, \
 +		principal, \
 +		principal_type, \
 +		property, \
 +		relationship, \
 +		relationship_type, \
 +		role_member, \
 +		roles, \
 +		session, \
 +		supported_locales, \
 +		sync_changes, \
 +		sync_tokens, \
 +		time_zone, \
 +		tmp_password, \
 +		usr, \
 +		usr_setting \
 +		to general;"
 +
 +	psql -U pgsql davical -c "grant all on database davical to general;"
 +
 +4. Copy and edit your config file
 +
 +	cp %%WWWDIR%%/config/example-config.php %%WWWDIR%%/config/config.php
 +
 +5. Enable in apache by copying the httpd-davical.conf from the
 +documentation directory to the Apache Include directory and restart Apache.
 +
 +###############################################################################
 +Whenever you upgrade the DAViCal application to a new version you will need 
 to
 +run %%DOCSDIR%%/dba/update-davical-database which will apply
 +any pending database patches, as well as enabling any new translations. 
 (Backup
 +of data is always recommended).
 +
 +1. Turn the script executable:
 +	chmod +x %%DOCSDIR%%/dba/update-davical-database
 +
 +2. Change to pgsql User:
 +	su pgsql
 +
 +3. Change to the right directory and execute the script:
 +	cd %%DOCSDIR%%/dba/
 +
 +	update-davical-database+###############################################################################
 +
 diff -ruN ../davical.orig/pkg-plist ./pkg-plist
 --- ../davical.orig/pkg-plist	2009-11-02 08:47:50.000000000 -0200
 +++ ./pkg-plist	2010-02-06 11:16:45.000000000 -0200
 @@ -6,6 +6,7 @@
  %%PORTDOCS%%%%DOCSDIR%%/config/other-config.php
  %%PORTDOCS%%%%DOCSDIR%%/dba/appuser_permissions.txt
  %%PORTDOCS%%%%DOCSDIR%%/dba/base-data.sql
 +%%PORTDOCS%%%%DOCSDIR%%/dba/better_perms.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/caldav_functions.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/create-database.sh
  %%PORTDOCS%%%%DOCSDIR%%/dba/davical.sql
 @@ -30,23 +31,30 @@
  %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.3a.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.4.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.5.sql
 +%%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.6.sql
 +%%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.7.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/rrule_functions-8.1.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/rrule_functions.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/rrule_tests.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/sample-data.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/supported_locales.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/update-davical-database
 +%%PORTDOCS%%%%DOCSDIR%%/dba/views/dav_principal.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/windows/awl-tables.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/windows/create-database.bat
  %%PORTDOCS%%%%DOCSDIR%%/dba/windows/rscds.sql
  %%PORTDOCS%%%%DOCSDIR%%/dba/windows/schema-management.sql
 -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoDatabase.html
 -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoDialect.html
 -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoQuery.html
 -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/_inc---PdoQuery.php.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/AWLDB/AwlQuery.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/AWLDB/_inc---AwlQuery.php.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/AwlDatabase/AwlDBDialect.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/AwlDatabase/AwlDatabase.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/AwlDatabase/_inc---AwlDBDialect.php.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/AwlDatabase/_inc---AwlDatabase.php.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/CalDAVClient.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/CalendarInfo.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/RRule.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---RRule.php.html
 +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---caldav-client-v2.php.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---caldav-client.php.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/iCalDate.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/blank.html
 @@ -66,25 +74,27 @@
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/PublicSession/PublicSession.html
  %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/PublicSession/_inc---PublicSession.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RRuleTest.html-%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSSession/RSCDSSession.html-%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSSession/Tools.html-%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSSession/_htdocs---tools.php.html-%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSSession/_inc---RSCDSSession.php.html-%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSUser/RSCDSUser.html-%%PO RTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSUser/_inc---RSCDSUser.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Request/CalDAVRequest.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Request/_inc---CalDAVRequest.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Resource/DAVResource.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Resource/_inc---DAVResource.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---admin.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdo
 cs
  ---collection.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---freebusy.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---help.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---index.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---relationship_types.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---roles.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---setup.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---test.php.html %%PORTDOCS% %%%DOCSDIR%%/docs/api/davical/_htdocs---testpdo.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---upgrade.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---usr.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---always.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---auth-famjama.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-LOCK.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-REPORT-calquery.php.html+%%POR
 TD
  OCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-REPORT-expand-property.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-REPORT-multiget.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-REPORT-principal.php.html@@ -95,18 +105,25 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---other_translated_strings.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---page-footer.php.html %%PORTDOCS%%%%DOCS DIR%%/docs/api/davical/_inc---page-header.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---pubsub.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---test-RRULE.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---collection-edit.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---principal-browse.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---principal-edit.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/authentication/_inc
 --
  -auth-functions.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_htdocs---caldav.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_htdocs---public.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-ACL.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-DELETE.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-GET.php.html-%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MKCALENDAR.php.html+%%PORTDOCS%%%%DOCSDIR%%/doc s/api/davical/caldav/_inc---caldav-MKCOL.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MOVE.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-POST.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/a
 pi
  /davical/caldav/_inc---caldav-PUT.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-REPORT-sync-collection.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-REPORT.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_ldap.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html@@ -114,6 +131,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/squidPamDrivers.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/logging/_inc- --log_caldav_action.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/xmpp.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/elementindex.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/elementindex_awl.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/elementindex_davical.html@@ -226,13 +244,16 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/website/style.css %%PORTDOCS%%%%DOCSDIR%%/docs/website/wikiheader.css %%PORTDOCS%%%%DOCSDIR%%/httpd-
 da
  vical.conf+%%PORTDOCS%%%%DOCSDIR%%/scripts/build-always.sh %%PORTDOCS%%%%DOCSDIR%%/scripts/po/extract.pl %%PORTDOCS%%%%DOCSDIR%%/scripts/po/rebuild-translations.sh %%WWWDIR%%/config/example-config.php %%WWWDIR%%/htdocs/.htaccess+%%WWWDIR%%/htdocs/admin.php %%WWWDIR%%/htdocs/caldav.php %%WWWDIR%%/htdocs/collection.php %%WWWDIR%%/htdocs/css/browse.css+%%WWWDIR%%/htdocs/css/edit.css %%WWWDIR%%/htdocs/davical.css %%WWWDIR%%/htdocs/freebusy.php %%WWWDIR%%/htdocs/help.php@@ -243,25 +264,32 @@ %%WWWDIR%%/htdocs/ public.php %%WWWDIR%%/htdocs/relationship_types.php %%WWWDIR%%/htdocs/roles.php+%%WWWDIR%%/htdocs/setup.php %%WWWDIR%%/htdocs/testpdo.php %%WWWDIR%%/htdocs/tools.php+%%WWWDIR%%/htdocs/upgrade.php %%WWWDIR%%/htdocs/users.php %%WWWDIR%%/htdocs/usr.php+%%WWWDIR%%/inc/AwlDBDialect.php+%%WWWDIR%%/inc/AwlDatabase.php+%%WWWDIR%%/inc/AwlQuery.php %%WWWDIR%%/inc/CalDAVPrincipal.php %%WWWDIR%%/inc/CalDAVRequest.php+%%WWWDIR%%/inc/DAVResource.php %%WWWDIR%%/inc/DAViCalSession.php %%W
 WW
  DIR%%/inc/DAViCalUser.php %%WWWDIR%%/inc/HTTPAuthSession.php-%%WWWDIR%%/inc/PdoQuery.php %%WWWDIR%%/inc/PublicSession.php %%WWWDIR%%/inc/RRule.php %%WWWDIR%%/inc/always.php %%WWWDIR%%/inc/always.php.in %%WWWDIR%%/inc/auth-functions.php+%%WWWDIR%%/inc/caldav-ACL.php %%WWWDIR%%/inc/caldav-DELETE.php %%WWWDIR%%/inc/caldav-GET.php %%WWWDIR%%/inc/caldav-LOCK.php-%%WWWDIR%%/inc/caldav-MKCALENDAR.php+%%WWWDIR%%/inc/caldav-MKCOL.php+%%WWWDIR%%/inc/caldav-MOVE.php %%WWWDIR%%/inc/caldav-OPTIONS.php %%WWWDIR%%/inc/c aldav-POST.php %%WWWDIR%%/inc/caldav-PROPFIND.php@@ -269,10 +297,14 @@ %%WWWDIR%%/inc/caldav-PUT-functions.php %%WWWDIR%%/inc/caldav-PUT.php %%WWWDIR%%/inc/caldav-REPORT-calquery.php+%%WWWDIR%%/inc/caldav-REPORT-expand-property.php %%WWWDIR%%/inc/caldav-REPORT-freebusy.php %%WWWDIR%%/inc/caldav-REPORT-multiget.php+%%WWWDIR%%/inc/caldav-REPORT-pps-set.php %%WWWDIR%%/inc/caldav-REPORT-principal.php+%%WWWDIR%%/inc/caldav-REPORT-sync-collection.php %%WWWDIR%%/inc/caldav-REPORT
 .p
  hp+%%WWWDIR%%/inc/caldav-client-v2.php %%WWWDIR%%/inc/caldav-client.php %%WWWDIR%%/inc/check_UTF8.php %%WWWDIR%%/inc/davical_configuration_missing.php@@ -284,7 +316,12 @@ %%WWWDIR%%/inc/other_translated_strings.php %%WWWDIR%%/inc/page-footer.php %%WWWDIR%%/inc/page-header.php+%%WWWDIR%%/inc/pubsub.php %%WWWDIR%%/inc/test-RRULE.php+%%WWWDIR%%/inc/ui/collection-edit.php+%%WWWDIR%%/inc/ui/principal-browse.php+%%WWWDIR%%/inc/ui/principal-edit.php+@dirrm %%WWWDIR%%/inc/ui @dirrm %%WWWDIR%%/inc @dirrm %%WWWDIR% %/htdocs/js @dirrm %%WWWDIR%%/htdocs/images@@ -305,9 +342,8 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/ldap %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/caldav %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/authentication+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Resource %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Request-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/RSCDSUser-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/RSCDSSession %%PORTDOCS%
 %@
  dirrm %%DOCSDIR%%/docs/api/davical/PublicSession %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Principal %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/HTTPAuthSession@@ -316,11 +352,13 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Admin %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/awl/caldav-%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/awl/PdoQuery+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/awl/AwlDatabase+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/awl/AWLDB %%PORT DOCS%%@dirrm %%DOCSDIR%%/docs/api/awl %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs %%PORTDOCS%%@dirrm %%DOCSDIR%%/dba/windows+%%PORTDOCS%%@dirrm %%DOCSDIR%%/dba/views %%PORTDOCS%%@dirrm %%DOCSDIR%%/dba/patches %%PORTDOCS%%@dirrm %%DOCSDIR%%/dba %%PORTDOCS%%@dirrm %%DOCSDIR%%/config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002171150.o1HBo31F069459>