Update to kronolith 3.2.1
The major changes compared to the Kronolith version H3 (2.3) are: * Added script to import events from SquirrelMail calendars. * Added option to manually change attendee responses. * Improved holidays support. * Many minor bug fixes.
This commit is contained in:
parent
878beb6246
commit
73fdd3f3ed
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2008/12/07 12:36:06 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2009/03/30 18:36:37 mbalmer Exp $
|
||||
|
||||
COMMENT= web based calendar application using the horde framework
|
||||
|
||||
HORDE_MODULE= kronolith
|
||||
HORDE_NAME= Kronolith
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.1
|
||||
CATEGORIES= www mail
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
@ -38,6 +37,7 @@ pre-fake:
|
||||
do-install:
|
||||
mv ${WRKDIST} ${INSTDIR}/${HORDE_MODULE}
|
||||
chown -R ${BINOWN}:daemon ${INSTDIR}/${HORDE_MODULE}
|
||||
chown -R ${BINOWN}:www ${INSTDIR}/${HORDE_MODULE}/config
|
||||
find ${INSTDIR}/${HORDE_MODULE} -name \*.orig -exec rm {} \;
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (kronolith-h3-2.3.tar.gz) = gVAKxGiUKmSo+qAwY/JtEA==
|
||||
RMD160 (kronolith-h3-2.3.tar.gz) = ps5mKceVh/DdPEc8l78WZ+mg83A=
|
||||
SHA1 (kronolith-h3-2.3.tar.gz) = w0OwcScw1aPKiIWYUV70U0N8JH8=
|
||||
SHA256 (kronolith-h3-2.3.tar.gz) = dSb1SNt9bxsDyDTUc3sCKEmIf1FGjvWIBklPbSq1hik=
|
||||
SIZE (kronolith-h3-2.3.tar.gz) = 2550567
|
||||
MD5 (kronolith-h3-2.3.1.tar.gz) = Azgv18THSuWYykJAO+6zrw==
|
||||
RMD160 (kronolith-h3-2.3.1.tar.gz) = iugYBoEczEU+EmaFgja0KRkFiVE=
|
||||
SHA1 (kronolith-h3-2.3.1.tar.gz) = YVWZwVLNaCsV2Mp/tnWXq8ruHS0=
|
||||
SHA256 (kronolith-h3-2.3.1.tar.gz) = +BCMtKRJBmC5EaC+C0cgjPJc80QrKGkDXp3iCBGXUX8=
|
||||
SIZE (kronolith-h3-2.3.1.tar.gz) = 2581826
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2008/10/30 09:49:39 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2009/03/30 18:36:37 mbalmer Exp $
|
||||
@group daemon
|
||||
horde/${HORDE_MODULE}/
|
||||
horde/${HORDE_MODULE}/COPYING
|
||||
@ -301,6 +301,7 @@ horde/${HORDE_MODULE}/pref_api.php
|
||||
horde/${HORDE_MODULE}/scripts/
|
||||
horde/${HORDE_MODULE}/scripts/.htaccess
|
||||
horde/${HORDE_MODULE}/scripts/import_icals.php
|
||||
horde/${HORDE_MODULE}/scripts/import_squirrelmail_calendar.php
|
||||
horde/${HORDE_MODULE}/scripts/migrate_to_sql_driver.php
|
||||
horde/${HORDE_MODULE}/scripts/reminders.php
|
||||
horde/${HORDE_MODULE}/scripts/sql/
|
||||
@ -317,6 +318,7 @@ horde/${HORDE_MODULE}/scripts/upgrades/1.1_to_2.0.pgsql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.1_to_2.2.pgsql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.1_to_2.2.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2_to_2.3.oci8.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2_to_2.3.pgsql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2_to_2.3.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2008-09-23_fix_group_uid.sql
|
||||
@ -464,6 +466,8 @@ horde/${HORDE_MODULE}/themes/silver/graphics/new.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/new_big.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/new_small.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/plus.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/private-000.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/private-fff.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/recur-000.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/recur-fff.png
|
||||
horde/${HORDE_MODULE}/themes/silver/graphics/search.png
|
||||
@ -501,6 +505,8 @@ horde/${HORDE_MODULE}/themes/tango-blue/graphics/new.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/new_big.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/new_small.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/plus.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/private-000.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/private-fff.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/recur-000.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/recur-fff.png
|
||||
horde/${HORDE_MODULE}/themes/tango-blue/graphics/search.png
|
||||
|
Loading…
Reference in New Issue
Block a user