diff options
author | obache <obache@pkgsrc.org> | 2012-02-23 12:05:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-23 12:05:50 +0000 |
commit | 8a688c32ac70913f99ed966ce681bfecdd39f0c2 (patch) | |
tree | 79c14cac06f4932deac2e064991add7e36b4cd4d /time/kronolith | |
parent | fdef93767c92f9a9dc6ebfbf3b544ff38a8d50bd (diff) | |
download | pkgsrc-8a688c32ac70913f99ed966ce681bfecdd39f0c2.tar.gz |
Update kronolith to 2.3.6.
(while here, set LICENSE=gnu-gpl-v2, fix unwanted empty directories creation)
------
v2.3.6
------
[jan] Add upgrade scripts for next-generation SQL share driver.
[jan] Export recurrence exceptions in a more portable way.
------
v2.3.5
------
[gwr] Fix moving events between calendars for the Kolab driver (Bug #7932)
[jan] Import and export the privacy field in CSV data (Request #9139).
[mjr] Send an iTip REQUEST, not ADD, when updating an existing event
(Bug #9131).
[jan] Fix all-day events sometimes showing up an day early too (Bug #9012).
[mjr] Sort exception list before displaying (Request #7688).
[mjr] Do not remove history entries when removing user data (Bug #8755).
------
v2.3.4
------
[jan] Delete Horde alarms when resetting an event alarm.
[jan] Set an alarm to one minute, if users try to set an alarm without time.
[gwr] Fix editing the start date of recurring events (kolab/issue3885).
------
v2.3.3
------
[jan] Fix editing URLs of remote calendars.
[gwr] Fix recurring weekly events with fixed number of occurences but multiple
incidences per week (kolab/issue3846).
[gwr] Fix recurring weekly events with intervals > 1 (Bug #8546).
[jan] Optimize event link generation (patrick.abiven@apitech.fr).
[jan] Fix Oracle SQL scripts.
[jan] Fix charset of ajax responses.
[jan] Add Croatian translation (Matej Vela <matej.vela@carnet.hr>).
[jan] Speed up listing alarms (patrick.abiven@apitech.fr, Request #8638).
[jan] Simplify and improve portability of listing events without date limits
in the SQL driver (Bug #8590).
[mjr] Fix issue that caused the default alarm time to be applied to
listTimeObjects events (Bug #8588).
------
v2.3.2
------
[mms] Upgrade prototype.js to v1.6.1.
[jan] Allow to add address lists as attendees through the address book popup
(Bug #7834).
[jan] Fix exporting certain weekday recurrence rules to iCalendar
(lst_hoe02@kwsoft.de, Bug #8501).
[jan] Export recurrence end dates as date-time values in iCalendar data to
improve compatibility with external clients (Bug #7846).
[jan] Fix synchronization with output compression enabled (Bug #7769).
[jan] Add configuration whether to show user drop down list or text field in
permissions dialog (requires Horde 3.3.5).
[jan] Propagate the 'modified' API method (Request #8274).
[cjh] Fix the signature of the kronolith/import API method
(rpolli@babel.it, Bug #8309).
[jan] Correctly create all-day events if using the all-day link in the day
view (stpierre@nebrwesleyan.edu, Bug #8220).
[jan] Fix rendering of all-day events (Bug #8176).
------
v2.3.1
------
[jan] Render contact autocompletion list on top of free/busy blocks (Bug #7273).
[jan] Save recurrence exceptions when copying events (Bug #7689).
[jan] Prevent warnings if trying to add address lists as attendees (Bug #7834).
[jan] Fix start and end time calculation of multi-day events (Bug #7788).
[jan] Wrap URL in calendar information in IE7 (almarin@um.es, Bug #8043).
[jan] Fix "Date-string has wrong format" error with holidays (Bug #7961).
[jan] Use improved translation support in Date_Holidays (requires 0.21.0 now,
Bug #7272).
[jan] Empty view cache when changing calendar selection
(stpierre@nebrwesleyan.edu, Bug #7879).
[mjr] Fix category CSS being included on embedded widgets.
[cjh] Work around BC break with Horde versions before 3.2 (Bug #7820).
[jan] Allow to manually change attendee responses (paul@carnie.com.au,
Request #7443).
[jan] Fix linking to last week across certain year boundaries (Bug #7827).
[jan] Add script to import events from SquirrelMail database.
[cjh] Add private-***.png graphics to Tango and Silver themes (Bug #7531).
[cjh] Fix listing of users in the calendar/browse API call.
[jan] Set timezone per user preference and fix recurring events when sending
reminders through Kronolith (develop@kristov.de, Bug #7038).
[cjh] Add a PostgreSQL-specific upgrade script for 2.2 to 2.3
(michael.menge@zdv.uni-tuebingen.de, Bug #7454).
[mms] Upgrade prototype.js to v1.6.0.3.
Diffstat (limited to 'time/kronolith')
-rw-r--r-- | time/kronolith/Makefile | 8 | ||||
-rw-r--r-- | time/kronolith/PLIST | 17 | ||||
-rw-r--r-- | time/kronolith/distinfo | 8 |
3 files changed, 24 insertions, 9 deletions
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile index c086e93e4f4..3728c8dc199 100644 --- a/time/kronolith/Makefile +++ b/time/kronolith/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/09/16 05:46:25 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/02/23 12:05:50 obache Exp $ DISTNAME= kronolith-h3-${KRONOLITHVER} PKGNAME= kronolith-${KRONOLITHVER} -PKGREVISION= 1 CATEGORIES= www time MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \ ftp://ftp.horde.org/pub/kronolith/ @@ -10,6 +9,7 @@ MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.horde.org/kronolith/ COMMENT= Horde calendar application +LICENSE= gnu-gpl-v2 DEPENDS+= horde>=3.2:../../www/horde DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql @@ -25,13 +25,13 @@ DOCDIR= ${PREFIX}/share/doc/kronolith EGDIR= ${PREFIX}/share/examples/kronolith HORDEDIR= ${PREFIX}/share/horde KRONOLITHDIR= ${HORDEDIR}/kronolith -KRONOLITHVER= 2.3 +KRONOLITHVER= 2.3.6 PAXDIRS= js lib locale po scripts templates themes INSTALLATION_DIRS+= ${DOCDIR} INSTALLATION_DIRS+= ${EGDIR} INSTALLATION_DIRS+= ${KRONOLITHDIR}/config -INSTALLATION_DIRS+= ${PAXDIRS} +INSTALLATION_DIRS+= ${PAXDIRS:=${KRONOLITHDIR}/%} REPLACE_INTERPRETER+= php REPLACE.php.old= .*/bin.php diff --git a/time/kronolith/PLIST b/time/kronolith/PLIST index 1aca1fda3fb..f130a9968d2 100644 --- a/time/kronolith/PLIST +++ b/time/kronolith/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2009/06/14 21:38:08 joerg Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/02/23 12:05:50 obache Exp $ share/doc/kronolith/INSTALL share/doc/kronolith/README share/doc/kronolith/RELEASE_NOTES @@ -100,6 +100,8 @@ share/horde/kronolith/lib/tests/bug2813.phpt share/horde/kronolith/lib/tests/bug6031.phpt share/horde/kronolith/lib/tests/bug7068.ics share/horde/kronolith/lib/tests/bug7068.phpt +share/horde/kronolith/lib/tests/fromicalendar.ics +share/horde/kronolith/lib/tests/fromicalendar.phpt share/horde/kronolith/lib/tests/recurrence.phpt share/horde/kronolith/lib/tests/toicalendar.phpt share/horde/kronolith/lib/version.php @@ -122,6 +124,8 @@ share/horde/kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo share/horde/kronolith/locale/fi_FI/help.xml share/horde/kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo share/horde/kronolith/locale/fr_FR/help.xml +share/horde/kronolith/locale/hr_HR/LC_MESSAGES/kronolith.mo +share/horde/kronolith/locale/hr_HR/help.xml share/horde/kronolith/locale/hu_HU/LC_MESSAGES/kronolith.mo share/horde/kronolith/locale/hu_HU/help.xml share/horde/kronolith/locale/it_IT/LC_MESSAGES/kronolith.mo @@ -162,6 +166,7 @@ share/horde/kronolith/po/et_EE.po share/horde/kronolith/po/eu_ES.po share/horde/kronolith/po/fi_FI.po share/horde/kronolith/po/fr_FR.po +share/horde/kronolith/po/hr_HR.po share/horde/kronolith/po/hu_HU.po share/horde/kronolith/po/it_IT.po share/horde/kronolith/po/ja_JP.po @@ -186,6 +191,7 @@ share/horde/kronolith/po/zh_CN.po share/horde/kronolith/po/zh_TW.po share/horde/kronolith/pref_api.php share/horde/kronolith/scripts/import_icals.php +share/horde/kronolith/scripts/import_squirrelmail_calendar.php share/horde/kronolith/scripts/migrate_to_sql_driver.php share/horde/kronolith/scripts/reminders.php share/horde/kronolith/scripts/sql/kronolith.mssql.sql @@ -197,13 +203,18 @@ share/horde/kronolith/scripts/sql/kronolith.xml share/horde/kronolith/scripts/upgrades/1.1_to_2.0.mysql.sql share/horde/kronolith/scripts/upgrades/1.1_to_2.0.oci8.sql share/horde/kronolith/scripts/upgrades/1.1_to_2.0.pgsql.sql +share/horde/kronolith/scripts/upgrades/2.1_to_2.2.oci8.sql share/horde/kronolith/scripts/upgrades/2.1_to_2.2.pgsql.sql share/horde/kronolith/scripts/upgrades/2.1_to_2.2.sql share/horde/kronolith/scripts/upgrades/2.2_to_2.3.oci8.sql +share/horde/kronolith/scripts/upgrades/2.2_to_2.3.pgsql.sql share/horde/kronolith/scripts/upgrades/2.2_to_2.3.sql share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql +share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.pgsql.sql share/horde/kronolith/scripts/upgrades/2008-09-23_fix_group_uid.sql share/horde/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php +share/horde/kronolith/scripts/upgrades/convert_sql_shares_to_sqlng.php +share/horde/kronolith/scripts/upgrades/sharesng.sql share/horde/kronolith/search.php share/horde/kronolith/templates/attendees/attendees.inc share/horde/kronolith/templates/calendar_info.php @@ -320,6 +331,8 @@ share/horde/kronolith/themes/silver/graphics/new.png share/horde/kronolith/themes/silver/graphics/new_big.png share/horde/kronolith/themes/silver/graphics/new_small.png share/horde/kronolith/themes/silver/graphics/plus.png +share/horde/kronolith/themes/silver/graphics/private-000.png +share/horde/kronolith/themes/silver/graphics/private-fff.png share/horde/kronolith/themes/silver/graphics/recur-000.png share/horde/kronolith/themes/silver/graphics/recur-fff.png share/horde/kronolith/themes/silver/graphics/search.png @@ -353,6 +366,8 @@ share/horde/kronolith/themes/tango-blue/graphics/new.png share/horde/kronolith/themes/tango-blue/graphics/new_big.png share/horde/kronolith/themes/tango-blue/graphics/new_small.png share/horde/kronolith/themes/tango-blue/graphics/plus.png +share/horde/kronolith/themes/tango-blue/graphics/private-000.png +share/horde/kronolith/themes/tango-blue/graphics/private-fff.png share/horde/kronolith/themes/tango-blue/graphics/recur-000.png share/horde/kronolith/themes/tango-blue/graphics/recur-fff.png share/horde/kronolith/themes/tango-blue/graphics/search.png diff --git a/time/kronolith/distinfo b/time/kronolith/distinfo index 6c9de037e35..b3739909dd7 100644 --- a/time/kronolith/distinfo +++ b/time/kronolith/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/10/12 12:08:07 adrianp Exp $ +$NetBSD: distinfo,v 1.10 2012/02/23 12:05:50 obache Exp $ -SHA1 (kronolith-h3-2.3.tar.gz) = c343b0712730d5a3ca888598515ef453437c247f -RMD160 (kronolith-h3-2.3.tar.gz) = a6ce6629c79587f0dd3c473c97bf1667e9a0f370 -Size (kronolith-h3-2.3.tar.gz) = 2550567 bytes +SHA1 (kronolith-h3-2.3.6.tar.gz) = c717b61d95e218b9f17cf6cc3c1183b293af4696 +RMD160 (kronolith-h3-2.3.6.tar.gz) = 4509760fcc17c5f7f2a6f296357344bd4572a342 +Size (kronolith-h3-2.3.6.tar.gz) = 2781918 bytes |