summaryrefslogtreecommitdiff
path: root/deskutils/horde-kronolith/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-26 10:26:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-26 10:26:38 +0000
commita033fd5e913c8b8a3256cf6fb100a87e2da09ace (patch)
tree2585455ad772a0dcf2de2a4a00f3d2613cc54ebd /deskutils/horde-kronolith/files
parentUpgrade to 4.0. (diff)
Upgrade to 2.0.
The major changes compared to the Kronolith 1.x versions are: * Shared calendars. * Meeting management through iCalendar and iTip messages. * Event reminders through email. * iCalendar import and export. * Generation of free/busy information. * Remote calendars. * Kolab server support. * Search capability. * Access keys.
Notes
Notes: svn path=/head/; revision=125202
Diffstat (limited to 'deskutils/horde-kronolith/files')
-rw-r--r--deskutils/horde-kronolith/files/patch-aa24
-rw-r--r--deskutils/horde-kronolith/files/patch-config::conf.xml14
-rw-r--r--deskutils/horde-kronolith/files/pkg-message.in29
3 files changed, 43 insertions, 24 deletions
diff --git a/deskutils/horde-kronolith/files/patch-aa b/deskutils/horde-kronolith/files/patch-aa
deleted file mode 100644
index 654e4ad1020a..000000000000
--- a/deskutils/horde-kronolith/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- config/conf.php.dist.orig Fri Apr 4 21:23:54 2003
-+++ config/conf.php.dist Sat Apr 5 17:57:35 2003
-@@ -28,9 +28,9 @@
- $conf['calendar']['params']['driver'] = 'mstore';
-
- // The mstore driver requires a username and a password that is in
--// /etc/mpasswd in order to access local calendars.
--$conf['calendar']['params']['username'] = '';
--$conf['calendar']['params']['password'] = '';
-+// /usr/local/etc/mpasswd in order to access local calendars.
-+$conf['calendar']['params']['username'] = 'www';
-+$conf['calendar']['params']['password'] = '%%PASSCAL%%';
-
- // This is an example configuration for an sql driver, in this case MySQL.
- // $conf['calendar']['params']['phptype'] = 'mysql';
-@@ -48,7 +48,7 @@
- // If this is true, then an array of keywords will be read from
- // config/keywords.php and you will be able to assign any or all of
- // them to events.
--$conf['metadata']['keywords'] = false;
-+$conf['metadata']['keywords'] = true;
-
-
- /**
diff --git a/deskutils/horde-kronolith/files/patch-config::conf.xml b/deskutils/horde-kronolith/files/patch-config::conf.xml
new file mode 100644
index 000000000000..1a5c0106a654
--- /dev/null
+++ b/deskutils/horde-kronolith/files/patch-config::conf.xml
@@ -0,0 +1,14 @@
+--- config/conf.xml.orig Sun Oct 3 15:24:09 2004
++++ config/conf.xml Mon Nov 29 21:48:21 2004
+@@ -13,9 +13,9 @@
+ <configstring name="driver" desc="What MCAL driver is being
+ used?">mstore</configstring>
+ <configstring name="username" desc="Connect to MCAL
+- as">horde</configstring>
++ as">www</configstring>
+ <configstring name="password" required="false" desc="Password to connect
+- with">****</configstring>
++ with">%%PASSCAL%%</configstring>
+ </configsection>
+ </case>
+
diff --git a/deskutils/horde-kronolith/files/pkg-message.in b/deskutils/horde-kronolith/files/pkg-message.in
new file mode 100644
index 000000000000..e7f0e3401e17
--- /dev/null
+++ b/deskutils/horde-kronolith/files/pkg-message.in
@@ -0,0 +1,29 @@
+**************************************************************************
+Kronolith has been installed in %%KRONOLITHDIR%% with your
+blank configuration files.
+
+Horde must be configured; if not, see `pkg_info -D -x horde'.
+
+With PHP4:
+If you choose the mcal backend, libmcal must be configured with the driver
+mstore for the user www:
+
+- mkdir /var/calendar
+- chmod 1777 /var/calendar
+- htpasswd -c %%LOCALBASE%%/etc/mpasswd www
+
+(this port has tried to make it for you, perhaps you'll just have to
+check - see `pkg_info -D -x libmcal')
+
+If you choose a database backend, you have to create some tables from the
+SQL scripts in %%KRONOLITHDIR%%/scripts/sql.
+
+WARNING! if you are upgrading from Kronolith v. 1.1.x, you have to alter
+******** your schemas.
+ Please read the doc %%DOCSDIR%%/UPGRADING.
+
+Finally, you must login to Horde as a Horde Administrator to finish the
+configuration.
+
+To protect your configuration files, you have to restart Apache.
+**************************************************************************