pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/kronolith Kronolith version H3 (2.2) is a major u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/540682c55b38
branches: trunk
changeset: 542741:540682c55b38
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon May 26 12:58:49 2008 +0000
description:
Kronolith version H3 (2.2) is a major upgrade in the 2.x release series,
including these enhancements:
* Support for the Horde_Alarm system (requires Horde 3.2) for email or
inline alarms on any event.
* Improved iCalendar and vCalendar support, including support for
alarms, timezones, better integration with remote calendars, and
better support for remote clients.
* Improved event recurrence, including events that recur a specific
number of times, recurrence by day of the year and by weekday of the
year, the choice of editing or deleting a recurring event as either
the full series or an individual exception, and the ability to remove
recurrence exceptions.
* More complete WebDAV support.
* WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
* Users can get a daily agenda email.
* Holidays can be displayed using the Date_Holiday package.
* Event delegation - users can have permissions to creat events on behalf
of other users.
* Events can be marked private.
* More dynamic user interface, including dynamic page refreshes to update
the main calendar view when switching between dates or month/day/week/
work week/year views, a collapsible panel that provides quick access
to all calendars and allows searching of calendars, a dynamic event
edit interface that puts less commonly used options out of site by
default, quick switching between the view, edit, and delete interfaces,
and autocompletion of attendees from the user's address book.
* Full Kolab webclient support
* Database access can be split between read and write databases.
* More graceful operation if the calendar backend is not available.
* and much, much more.
diffstat:
time/kronolith/Makefile | 9 +-
time/kronolith/PLIST | 216 +++++++++++++++++++++++++++++++++++++++--------
time/kronolith/distinfo | 8 +-
3 files changed, 186 insertions(+), 47 deletions(-)
diffs (truncated from 434 to 300 lines):
diff -r b33eaf0b33fd -r 540682c55b38 time/kronolith/Makefile
--- a/time/kronolith/Makefile Mon May 26 12:57:29 2008 +0000
+++ b/time/kronolith/Makefile Mon May 26 12:58:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:24 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2008/05/26 12:58:49 adrianp Exp $
DISTNAME= kronolith-h3-${KRONOLITHVER}
PKGNAME= kronolith-${KRONOLITHVER}
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.horde.org/kronolith/
COMMENT= Horde calendar application
-DEPENDS+= horde>=3.0.0:../../www/horde
+DEPENDS+= horde>=3.2:../../www/horde
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Date-[0-9]*:../../time/pear-Date
@@ -22,7 +22,7 @@
EGDIR= ${PREFIX}/share/examples/kronolith
HORDEDIR= ${PREFIX}/share/horde
KRONOLITHDIR= ${HORDEDIR}/kronolith
-KRONOLITHVER= 2.1.8
+KRONOLITHVER= 2.2
PAXDIRS= js lib locale po scripts templates themes
REPLACE_INTERPRETER+= php
@@ -30,8 +30,7 @@
REPLACE.php.new= ${PREFIX}/bin/php
REPLACE_FILES.php= scripts/import_icals.php \
scripts/migrate_to_sql_driver.php \
- scripts/reminders.php \
- scripts/upgrades/2004-05-19_convert_categories_to_strings.php
+ scripts/reminders.php
MESSAGE_SUBST+= KRONOLITHDIR=${KRONOLITHDIR:Q}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
diff -r b33eaf0b33fd -r 540682c55b38 time/kronolith/PLIST
--- a/time/kronolith/PLIST Mon May 26 12:57:29 2008 +0000
+++ b/time/kronolith/PLIST Mon May 26 12:58:49 2008 +0000
@@ -1,15 +1,12 @@
-@comment $NetBSD: PLIST,v 1.7 2008/05/06 20:27:50 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/05/26 12:58:49 adrianp Exp $
share/doc/kronolith/INSTALL
share/doc/kronolith/README
share/doc/kronolith/RELEASE_NOTES
share/doc/kronolith/UPGRADING
share/examples/kronolith/kronolith.conf
-share/horde/kronolith/addevent.php
-share/horde/kronolith/addeventaction.php
+share/horde/kronolith/add.php
share/horde/kronolith/attend.php
share/horde/kronolith/attendees.php
-share/horde/kronolith/calendar_search.php
-share/horde/kronolith/calendars.php
share/horde/kronolith/config/conf.xml.dist
share/horde/kronolith/config/keywords.php.dist
share/horde/kronolith/config/menu.php.dist
@@ -17,15 +14,35 @@
share/horde/kronolith/contacts.php
share/horde/kronolith/data.php
share/horde/kronolith/day.php
-share/horde/kronolith/delevent.php
-share/horde/kronolith/deleventaction.php
-share/horde/kronolith/editevent.php
-share/horde/kronolith/editeventaction.php
+share/horde/kronolith/delete.php
+share/horde/kronolith/edit.php
+share/horde/kronolith/event.php
share/horde/kronolith/fb.php
share/horde/kronolith/ics.php
+share/horde/kronolith/imple.php
share/horde/kronolith/index.php
-share/horde/kronolith/js/fixUnstyledOptions.js
+share/horde/kronolith/js/QuickFinder.js
+share/horde/kronolith/js/builder.js
+share/horde/kronolith/js/calendar-panel.js
+share/horde/kronolith/js/controls.js
+share/horde/kronolith/js/effects.js
+share/horde/kronolith/js/prototype.js
+share/horde/kronolith/js/redbox.js
+share/horde/kronolith/js/scriptaculous.js
+share/horde/kronolith/js/src/QuickFinder.js
+share/horde/kronolith/js/src/builder.js
+share/horde/kronolith/js/src/calendar-panel.js
+share/horde/kronolith/js/src/controls.js
+share/horde/kronolith/js/src/effects.js
+share/horde/kronolith/js/src/prototype.js
+share/horde/kronolith/js/src/redbox.js
+share/horde/kronolith/js/src/scriptaculous.js
+share/horde/kronolith/js/src/stripe.js
+share/horde/kronolith/js/src/tables.js
+share/horde/kronolith/js/src/views.js
share/horde/kronolith/js/stripe.js
+share/horde/kronolith/js/tables.js
+share/horde/kronolith/js/views.js
share/horde/kronolith/lib/Block/month.php
share/horde/kronolith/lib/Block/monthlist.php
share/horde/kronolith/lib/Block/prevmonthlist.php
@@ -33,28 +50,52 @@
share/horde/kronolith/lib/Block/tree_alarms.php
share/horde/kronolith/lib/Block/tree_menu.php
share/horde/kronolith/lib/Day.php
-share/horde/kronolith/lib/DayView.php
share/horde/kronolith/lib/Driver.php
+share/horde/kronolith/lib/Driver/holidays.php
share/horde/kronolith/lib/Driver/ical.php
share/horde/kronolith/lib/Driver/kolab.php
share/horde/kronolith/lib/Driver/sql.php
share/horde/kronolith/lib/FBView.php
share/horde/kronolith/lib/FBView/day.php
+share/horde/kronolith/lib/FBView/month.php
share/horde/kronolith/lib/FBView/week.php
share/horde/kronolith/lib/FBView/workweek.php
+share/horde/kronolith/lib/Forms/CreateCalendar.php
+share/horde/kronolith/lib/Forms/DeleteCalendar.php
+share/horde/kronolith/lib/Forms/EditCalendar.php
+share/horde/kronolith/lib/Forms/EditRemoteCalendar.php
+share/horde/kronolith/lib/Forms/SubscribeRemoteCalendar.php
+share/horde/kronolith/lib/Forms/UnsubscribeRemoteCalendar.php
+share/horde/kronolith/lib/FreeBusy.php
+share/horde/kronolith/lib/Imple.php
+share/horde/kronolith/lib/Imple/ContactAutoCompleter.php
+share/horde/kronolith/lib/JSON.php
share/horde/kronolith/lib/Kronolith.php
+share/horde/kronolith/lib/Recurrence.php
share/horde/kronolith/lib/Scheduler/kronolith.php
share/horde/kronolith/lib/Storage.php
share/horde/kronolith/lib/Storage/kolab.php
share/horde/kronolith/lib/Storage/sql.php
-share/horde/kronolith/lib/WeekView.php
+share/horde/kronolith/lib/Views/Day.php
+share/horde/kronolith/lib/Views/DeleteEvent.php
+share/horde/kronolith/lib/Views/EditEvent.php
+share/horde/kronolith/lib/Views/Event.php
+share/horde/kronolith/lib/Views/ExportEvent.php
+share/horde/kronolith/lib/Views/Month.php
+share/horde/kronolith/lib/Views/Week.php
+share/horde/kronolith/lib/Views/WorkWeek.php
+share/horde/kronolith/lib/Views/Year.php
share/horde/kronolith/lib/api.php
share/horde/kronolith/lib/base.php
share/horde/kronolith/lib/prefs.php
+share/horde/kronolith/lib/tests/allday.ics
+share/horde/kronolith/lib/tests/allday.phpt
+share/horde/kronolith/lib/tests/bug2813.ics
+share/horde/kronolith/lib/tests/bug2813.phpt
+share/horde/kronolith/lib/tests/recurrence.phpt
share/horde/kronolith/lib/tests/toicalendar.phpt
share/horde/kronolith/lib/version.php
share/horde/kronolith/locale/ar_SY/LC_MESSAGES/kronolith.mo
-share/horde/kronolith/locale/sl_SI/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/bg_BG/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/ca_ES/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/ca_ES/help.xml
@@ -87,12 +128,16 @@
share/horde/kronolith/locale/ro_RO/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/ru_RU/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/sk_SK/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/sl_SI/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/sv_SE/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/tr_TR/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/tr_TR/help.xml
-share/horde/kronolith/locale/tr_TR/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/uk_UA/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/zh_CN/LC_MESSAGES/kronolith.mo
share/horde/kronolith/locale/zh_TW/LC_MESSAGES/kronolith.mo
share/horde/kronolith/month.php
+share/horde/kronolith/new.php
+share/horde/kronolith/perms.php
share/horde/kronolith/po/README
share/horde/kronolith/po/ar_SY.po
share/horde/kronolith/po/bg_BG.po
@@ -123,8 +168,10 @@
share/horde/kronolith/po/sl_SI.po
share/horde/kronolith/po/sv_SE.po
share/horde/kronolith/po/tr_TR.po
+share/horde/kronolith/po/uk_UA.po
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/migrate_to_sql_driver.php
share/horde/kronolith/scripts/reminders.php
@@ -137,14 +184,15 @@
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/2004-05-19_convert_categories_to_strings.php
-share/horde/kronolith/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql
-share/horde/kronolith/scripts/upgrades/2004-12-21_add_event_uid.sql
+share/horde/kronolith/scripts/upgrades/2.1_to_${PKGVERSION}.pgsql.sql
+share/horde/kronolith/scripts/upgrades/2.1_to_${PKGVERSION}.sql
share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql
+share/horde/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php
share/horde/kronolith/search.php
share/horde/kronolith/templates/attendees/attendees.inc
-share/horde/kronolith/templates/calendars/calendars.inc
-share/horde/kronolith/templates/calendars/search.inc
+share/horde/kronolith/templates/calendar_info.php
+share/horde/kronolith/templates/calendar_list.php
+share/horde/kronolith/templates/calendar_titles.inc
share/horde/kronolith/templates/category_legend.inc
share/horde/kronolith/templates/common-header.inc
share/horde/kronolith/templates/contacts/contacts.inc
@@ -159,24 +207,25 @@
share/horde/kronolith/templates/edit/edit.inc
share/horde/kronolith/templates/edit/edit_timespan.inc
share/horde/kronolith/templates/edit/javascript.inc
-share/horde/kronolith/templates/fbview/busyblock.tpl
-share/horde/kronolith/templates/fbview/emptyblock.tpl
-share/horde/kronolith/templates/fbview/header.tpl
-share/horde/kronolith/templates/fbview/legend.tpl
-share/horde/kronolith/templates/fbview/meetingblock.tpl
-share/horde/kronolith/templates/fbview/row.tpl
-share/horde/kronolith/templates/fbview/section.tpl
-share/horde/kronolith/templates/fbview/unknownblock.tpl
-share/horde/kronolith/templates/javascript/open_attendees_win.js
-share/horde/kronolith/templates/javascript/open_calendar_search.js
+share/horde/kronolith/templates/fbview/busyblock.html
+share/horde/kronolith/templates/fbview/emptyblock.html
+share/horde/kronolith/templates/fbview/header.html
+share/horde/kronolith/templates/fbview/legend.html
+share/horde/kronolith/templates/fbview/meetingblock.html
+share/horde/kronolith/templates/fbview/row.html
+share/horde/kronolith/templates/fbview/section.html
+share/horde/kronolith/templates/fbview/unknownblock.html
share/horde/kronolith/templates/javascript/goto.js
+share/horde/kronolith/templates/javascript_defs.php
share/horde/kronolith/templates/menu.inc
share/horde/kronolith/templates/month/head.inc
share/horde/kronolith/templates/month/head_side_by_side.inc
+share/horde/kronolith/templates/panel.inc
+share/horde/kronolith/templates/perms/perms.inc
+share/horde/kronolith/templates/prefs/default_alarm_management.inc
share/horde/kronolith/templates/prefs/fb_cals_select.inc
-share/horde/kronolith/templates/prefs/remote_cal_management.inc
-share/horde/kronolith/templates/prefs/search_abook_select.inc
share/horde/kronolith/templates/prefs/shareselect.inc
+share/horde/kronolith/templates/prefs/sourceselect.inc
share/horde/kronolith/templates/search/empty.inc
share/horde/kronolith/templates/search/event_footers.inc
share/horde/kronolith/templates/search/event_headers.inc
@@ -188,42 +237,126 @@
share/horde/kronolith/templates/week/head.inc
share/horde/kronolith/templates/week/head_side_by_side.inc
share/horde/kronolith/templates/year/head.inc
+share/horde/kronolith/test.php
share/horde/kronolith/themes/bluewhite/screen.css
share/horde/kronolith/themes/burntorange/screen.css
share/horde/kronolith/themes/categoryCSS.php
+share/horde/kronolith/themes/fadetogreen/graphics/headerbox.png
+share/horde/kronolith/themes/fadetogreen/screen.css
share/horde/kronolith/themes/graphics/addressbook_browse.png
+share/horde/kronolith/themes/graphics/alarm-000.png
+share/horde/kronolith/themes/graphics/alarm-fff.png
share/horde/kronolith/themes/graphics/alarm.png
-share/horde/kronolith/themes/graphics/alarm_small.png
share/horde/kronolith/themes/graphics/attendees.png
+share/horde/kronolith/themes/graphics/az.png
share/horde/kronolith/themes/graphics/calendars.png
share/horde/kronolith/themes/graphics/dayview.png
-share/horde/kronolith/themes/graphics/expand.png
+share/horde/kronolith/themes/graphics/delete-000.png
+share/horde/kronolith/themes/graphics/delete-fff.png
+share/horde/kronolith/themes/graphics/edit-000.png
+share/horde/kronolith/themes/graphics/edit-fff.png
share/horde/kronolith/themes/graphics/favicon.ico
share/horde/kronolith/themes/graphics/goto.png
share/horde/kronolith/themes/graphics/kronolith.png
+share/horde/kronolith/themes/graphics/loading.gif
+share/horde/kronolith/themes/graphics/minus.png
share/horde/kronolith/themes/graphics/monthview.png
share/horde/kronolith/themes/graphics/new.png
share/horde/kronolith/themes/graphics/new_big.png
share/horde/kronolith/themes/graphics/new_small.png
-share/horde/kronolith/themes/graphics/recur.png
+share/horde/kronolith/themes/graphics/plus.png
+share/horde/kronolith/themes/graphics/recur-000.png
+share/horde/kronolith/themes/graphics/recur-fff.png
+share/horde/kronolith/themes/graphics/redbox_spinner.gif
+share/horde/kronolith/themes/graphics/search.png
share/horde/kronolith/themes/graphics/today.png
share/horde/kronolith/themes/graphics/unknown-background.png
share/horde/kronolith/themes/graphics/weekview.png
share/horde/kronolith/themes/graphics/workweekview.png
share/horde/kronolith/themes/graphics/yearview.png
+share/horde/kronolith/themes/graphics/za.png
share/horde/kronolith/themes/mozilla/screen.css
share/horde/kronolith/themes/print/screen.css
share/horde/kronolith/themes/screen.css
+share/horde/kronolith/themes/silver/graphics/addressbook_browse.png
+share/horde/kronolith/themes/silver/graphics/alarm-000.png
+share/horde/kronolith/themes/silver/graphics/alarm-fff.png
+share/horde/kronolith/themes/silver/graphics/alarm.png
+share/horde/kronolith/themes/silver/graphics/attendees.png
+share/horde/kronolith/themes/silver/graphics/calendars.png
+share/horde/kronolith/themes/silver/graphics/dayview.png
+share/horde/kronolith/themes/silver/graphics/delete-000.png
+share/horde/kronolith/themes/silver/graphics/delete-fff.png
Home |
Main Index |
Thread Index |
Old Index