Index: head/deskutils/horde-kronolith/Makefile =================================================================== --- head/deskutils/horde-kronolith/Makefile (revision 59786) +++ head/deskutils/horde-kronolith/Makefile (revision 59787) @@ -1,102 +1,103 @@ # Ports collection makefile for: Kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= kronolith PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} IS_INTERACTIVE= 'need to build mod_php4 with mcrypt option set.' NO_BUILD= yes DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL docs/TODO CONFFILE= conf.php html.php keywords.php menu.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith PLIST_SUB= HORDEDIR=${LHORDEDIR} KRONOLITHDIR=${LKRONOLITHDIR} HORDEDIR= ${PREFIX}/${LHORDEDIR} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config VAR_CAL= /var/calendar HORDE_INC= ${LOCALBASE}/etc/horde pre-install: @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcal.0" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP and Horde with MCAL support enabled." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR} @${MKDIR} ${KRONOLITHDIR}/scripts .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ fi .endfor @${CHOWN} -R www:www ${KRONOLITHDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${CP} -p ${FILESDIR}/httpd.conf.kronolith ${HORDE_INC} @${PERL} -pi -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:g" \ ${HORDE_INC}/httpd.conf.kronolith @${PERL} -pi -e "s://UNCOMMENTWHENINSTKRONOLITH::" \ ${HORDEDIR}/config/registry.php .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @if [ ! -d ${VAR_CAL} ]; then \ ${ECHO_MSG} "===> Creating ${VAR_CAL}" ; \ ${MKDIR} ${VAR_CAL} ; \ ${CHMOD} 1777 ${VAR_CAL} ; \ fi .if !defined(BATCH) @if [ ! -f ${LOCALBASE}/etc/mpasswd ] ; then \ ${ECHO_MSG} "===> Creating ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ ${LOCALBASE}/bin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ ${PERL} -pi -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ elif ! ${GREP} -q -e "^www" ${LOCALBASE}/etc/mpasswd ; then \ ${ECHO_MSG} "===> Adding www into ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ ${LOCALBASE}/bin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ ${PERL} -pi -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ else \ ${PERL} -pi -e "s:%%PASSCAL%%:www_cal_password:" ${CONFDIR}/conf.php ; \ fi .endif @${ECHO_MSG} @${CAT} ${PKGMESSAGE} | \ ${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g;s:%%LOCALBASE%%:${LOCALBASE}:" @${ECHO_MSG} .include Property changes on: head/deskutils/horde-kronolith/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/horde-kronolith/distinfo =================================================================== --- head/deskutils/horde-kronolith/distinfo (revision 59786) +++ head/deskutils/horde-kronolith/distinfo (revision 59787) @@ -1 +1 @@ -MD5 (kronolith-1.0-RC1.tar.gz) = 81969bd97b089d87df591cca734867b7 +MD5 (kronolith-1.0-RC2.tar.gz) = c244e831605f9e34e341b394925c9eb3 Property changes on: head/deskutils/horde-kronolith/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/horde-kronolith/pkg-plist =================================================================== --- head/deskutils/horde-kronolith/pkg-plist (revision 59786) +++ head/deskutils/horde-kronolith/pkg-plist (revision 59787) @@ -1,177 +1,176 @@ %%PORTDOCS%%share/doc/kronolith/CHANGES %%PORTDOCS%%share/doc/kronolith/COPYING %%PORTDOCS%%share/doc/kronolith/CREDITS %%PORTDOCS%%share/doc/kronolith/INSTALL %%PORTDOCS%%share/doc/kronolith/README %%PORTDOCS%%share/doc/kronolith/TODO %%KRONOLITHDIR%%/addevent.php %%KRONOLITHDIR%%/addeventaction.php %%KRONOLITHDIR%%/config/conf.php %%KRONOLITHDIR%%/config/conf.php.dist %%KRONOLITHDIR%%/config/conf.php.dist.orig %%KRONOLITHDIR%%/config/html.php %%KRONOLITHDIR%%/config/html.php.dist %%KRONOLITHDIR%%/config/keywords.php %%KRONOLITHDIR%%/config/keywords.php.dist %%KRONOLITHDIR%%/config/menu.php %%KRONOLITHDIR%%/config/menu.php.dist %%KRONOLITHDIR%%/config/prefs.php %%KRONOLITHDIR%%/config/prefs.php.dist %%KRONOLITHDIR%%/data.php %%KRONOLITHDIR%%/day.php %%KRONOLITHDIR%%/delevent.php %%KRONOLITHDIR%%/deleventaction.php %%KRONOLITHDIR%%/editevent.php %%KRONOLITHDIR%%/editeventaction.php %%KRONOLITHDIR%%/graphics/alarm.gif %%KRONOLITHDIR%%/graphics/alarm_small.gif %%KRONOLITHDIR%%/graphics/bullet.gif %%KRONOLITHDIR%%/graphics/clear.gif %%KRONOLITHDIR%%/graphics/dayview.gif %%KRONOLITHDIR%%/graphics/delete.gif %%KRONOLITHDIR%%/graphics/edit.gif %%KRONOLITHDIR%%/graphics/event.gif %%KRONOLITHDIR%%/graphics/goto.gif %%KRONOLITHDIR%%/graphics/kronolith.gif %%KRONOLITHDIR%%/graphics/monthview.gif %%KRONOLITHDIR%%/graphics/new.gif %%KRONOLITHDIR%%/graphics/next.gif %%KRONOLITHDIR%%/graphics/prev.gif %%KRONOLITHDIR%%/graphics/recur.gif %%KRONOLITHDIR%%/graphics/today.gif %%KRONOLITHDIR%%/graphics/weekview.gif %%KRONOLITHDIR%%/graphics/workweekview.gif %%KRONOLITHDIR%%/index.php %%KRONOLITHDIR%%/lib/Day.php %%KRONOLITHDIR%%/lib/DayView.php %%KRONOLITHDIR%%/lib/Driver.php %%KRONOLITHDIR%%/lib/Driver/mcal.php %%KRONOLITHDIR%%/lib/Driver/sql.php %%KRONOLITHDIR%%/lib/Event.php %%KRONOLITHDIR%%/lib/Kronolith.php %%KRONOLITHDIR%%/lib/Month.php %%KRONOLITHDIR%%/lib/MonthView.php %%KRONOLITHDIR%%/lib/Notification/kronolith.php %%KRONOLITHDIR%%/lib/WeekView.php %%KRONOLITHDIR%%/lib/api.php %%KRONOLITHDIR%%/lib/base.php %%KRONOLITHDIR%%/lib/version.php %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/menu.php %%KRONOLITHDIR%%/month.php %%KRONOLITHDIR%%/po/Makefile %%KRONOLITHDIR%%/po/README %%KRONOLITHDIR%%/po/cs_CZ.po %%KRONOLITHDIR%%/po/de_DE.po %%KRONOLITHDIR%%/po/el_GR.po %%KRONOLITHDIR%%/po/es_ES.po %%KRONOLITHDIR%%/po/extract.pl %%KRONOLITHDIR%%/po/fi_FI.po %%KRONOLITHDIR%%/po/fr_FR.po %%KRONOLITHDIR%%/po/it_IT.po %%KRONOLITHDIR%%/po/nl_NL.po %%KRONOLITHDIR%%/po/pl_PL.po %%KRONOLITHDIR%%/po/pt_BR.po %%KRONOLITHDIR%%/po/ru_RU.po %%KRONOLITHDIR%%/po/ru_RU.KOI8-R.po %%KRONOLITHDIR%%/po/shtool %%KRONOLITHDIR%%/po/sk_SK.po %%KRONOLITHDIR%%/po/sv_SE.po %%KRONOLITHDIR%%/po/xgettext.sh %%KRONOLITHDIR%%/po/zh_TW.po %%KRONOLITHDIR%%/prefs.php %%KRONOLITHDIR%%/scripts/drivers/kronolith.sql %%KRONOLITHDIR%%/status.php %%KRONOLITHDIR%%/templates/common-footer.inc %%KRONOLITHDIR%%/templates/common-header.inc %%KRONOLITHDIR%%/templates/data/export.inc %%KRONOLITHDIR%%/templates/data/import.inc %%KRONOLITHDIR%%/templates/day/all_day.inc %%KRONOLITHDIR%%/templates/day/foot.inc %%KRONOLITHDIR%%/templates/day/head.inc %%KRONOLITHDIR%%/templates/day/row.inc %%KRONOLITHDIR%%/templates/day/row_half.inc %%KRONOLITHDIR%%/templates/delete/delete.inc %%KRONOLITHDIR%%/templates/delete/one.inc %%KRONOLITHDIR%%/templates/edit/edit.inc %%KRONOLITHDIR%%/templates/edit/javascript.inc %%KRONOLITHDIR%%/templates/index/css.inc -%%KRONOLITHDIR%%/templates/index/index.inc %%KRONOLITHDIR%%/templates/index/notconfigured.inc %%KRONOLITHDIR%%/templates/javascript/goto.inc %%KRONOLITHDIR%%/templates/menu/menu.inc %%KRONOLITHDIR%%/templates/month/head.inc %%KRONOLITHDIR%%/templates/month_begin_week.inc %%KRONOLITHDIR%%/templates/month_day.inc %%KRONOLITHDIR%%/templates/month_end_week.inc %%KRONOLITHDIR%%/templates/month_foot.inc %%KRONOLITHDIR%%/templates/month_head.inc %%KRONOLITHDIR%%/templates/week/head.inc %%KRONOLITHDIR%%/week.php %%KRONOLITHDIR%%/workweek.php @dirrm %%KRONOLITHDIR%%/config @dirrm %%KRONOLITHDIR%%/graphics @dirrm %%KRONOLITHDIR%%/lib/Driver @dirrm %%KRONOLITHDIR%%/lib/Notification @dirrm %%KRONOLITHDIR%%/lib @dirrm %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/cs_CZ @dirrm %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/de_DE @dirrm %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/el_GR @dirrm %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/es_ES @dirrm %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/fi_FI @dirrm %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/fr_FR @dirrm %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/it_IT @dirrm %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/nl_NL @dirrm %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/pl_PL @dirrm %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/pt_BR @dirrm %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/ru_RU @dirrm %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R @dirrm %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/sk_SK @dirrm %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/sv_SE @dirrm %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/zh_TW @dirrm %%KRONOLITHDIR%%/locale @dirrm %%KRONOLITHDIR%%/po @dirrm %%KRONOLITHDIR%%/scripts/drivers @dirrm %%KRONOLITHDIR%%/scripts @dirrm %%KRONOLITHDIR%%/templates/data @dirrm %%KRONOLITHDIR%%/templates/day @dirrm %%KRONOLITHDIR%%/templates/delete @dirrm %%KRONOLITHDIR%%/templates/edit @dirrm %%KRONOLITHDIR%%/templates/index @dirrm %%KRONOLITHDIR%%/templates/javascript @dirrm %%KRONOLITHDIR%%/templates/menu @dirrm %%KRONOLITHDIR%%/templates/month @dirrm %%KRONOLITHDIR%%/templates/week @dirrm %%KRONOLITHDIR%%/templates @dirrm %%KRONOLITHDIR%% etc/horde/httpd.conf.kronolith %%PORTDOCS%%@dirrm share/doc/kronolith Property changes on: head/deskutils/horde-kronolith/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/horde4-kronolith/Makefile =================================================================== --- head/deskutils/horde4-kronolith/Makefile (revision 59786) +++ head/deskutils/horde4-kronolith/Makefile (revision 59787) @@ -1,102 +1,103 @@ # Ports collection makefile for: Kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= kronolith PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} IS_INTERACTIVE= 'need to build mod_php4 with mcrypt option set.' NO_BUILD= yes DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL docs/TODO CONFFILE= conf.php html.php keywords.php menu.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith PLIST_SUB= HORDEDIR=${LHORDEDIR} KRONOLITHDIR=${LKRONOLITHDIR} HORDEDIR= ${PREFIX}/${LHORDEDIR} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config VAR_CAL= /var/calendar HORDE_INC= ${LOCALBASE}/etc/horde pre-install: @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcal.0" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP and Horde with MCAL support enabled." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR} @${MKDIR} ${KRONOLITHDIR}/scripts .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ fi .endfor @${CHOWN} -R www:www ${KRONOLITHDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${CP} -p ${FILESDIR}/httpd.conf.kronolith ${HORDE_INC} @${PERL} -pi -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:g" \ ${HORDE_INC}/httpd.conf.kronolith @${PERL} -pi -e "s://UNCOMMENTWHENINSTKRONOLITH::" \ ${HORDEDIR}/config/registry.php .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @if [ ! -d ${VAR_CAL} ]; then \ ${ECHO_MSG} "===> Creating ${VAR_CAL}" ; \ ${MKDIR} ${VAR_CAL} ; \ ${CHMOD} 1777 ${VAR_CAL} ; \ fi .if !defined(BATCH) @if [ ! -f ${LOCALBASE}/etc/mpasswd ] ; then \ ${ECHO_MSG} "===> Creating ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ ${LOCALBASE}/bin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ ${PERL} -pi -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ elif ! ${GREP} -q -e "^www" ${LOCALBASE}/etc/mpasswd ; then \ ${ECHO_MSG} "===> Adding www into ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ ${LOCALBASE}/bin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ ${PERL} -pi -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ else \ ${PERL} -pi -e "s:%%PASSCAL%%:www_cal_password:" ${CONFDIR}/conf.php ; \ fi .endif @${ECHO_MSG} @${CAT} ${PKGMESSAGE} | \ ${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g;s:%%LOCALBASE%%:${LOCALBASE}:" @${ECHO_MSG} .include Property changes on: head/deskutils/horde4-kronolith/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/horde4-kronolith/distinfo =================================================================== --- head/deskutils/horde4-kronolith/distinfo (revision 59786) +++ head/deskutils/horde4-kronolith/distinfo (revision 59787) @@ -1 +1 @@ -MD5 (kronolith-1.0-RC1.tar.gz) = 81969bd97b089d87df591cca734867b7 +MD5 (kronolith-1.0-RC2.tar.gz) = c244e831605f9e34e341b394925c9eb3 Property changes on: head/deskutils/horde4-kronolith/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/horde4-kronolith/pkg-plist =================================================================== --- head/deskutils/horde4-kronolith/pkg-plist (revision 59786) +++ head/deskutils/horde4-kronolith/pkg-plist (revision 59787) @@ -1,177 +1,176 @@ %%PORTDOCS%%share/doc/kronolith/CHANGES %%PORTDOCS%%share/doc/kronolith/COPYING %%PORTDOCS%%share/doc/kronolith/CREDITS %%PORTDOCS%%share/doc/kronolith/INSTALL %%PORTDOCS%%share/doc/kronolith/README %%PORTDOCS%%share/doc/kronolith/TODO %%KRONOLITHDIR%%/addevent.php %%KRONOLITHDIR%%/addeventaction.php %%KRONOLITHDIR%%/config/conf.php %%KRONOLITHDIR%%/config/conf.php.dist %%KRONOLITHDIR%%/config/conf.php.dist.orig %%KRONOLITHDIR%%/config/html.php %%KRONOLITHDIR%%/config/html.php.dist %%KRONOLITHDIR%%/config/keywords.php %%KRONOLITHDIR%%/config/keywords.php.dist %%KRONOLITHDIR%%/config/menu.php %%KRONOLITHDIR%%/config/menu.php.dist %%KRONOLITHDIR%%/config/prefs.php %%KRONOLITHDIR%%/config/prefs.php.dist %%KRONOLITHDIR%%/data.php %%KRONOLITHDIR%%/day.php %%KRONOLITHDIR%%/delevent.php %%KRONOLITHDIR%%/deleventaction.php %%KRONOLITHDIR%%/editevent.php %%KRONOLITHDIR%%/editeventaction.php %%KRONOLITHDIR%%/graphics/alarm.gif %%KRONOLITHDIR%%/graphics/alarm_small.gif %%KRONOLITHDIR%%/graphics/bullet.gif %%KRONOLITHDIR%%/graphics/clear.gif %%KRONOLITHDIR%%/graphics/dayview.gif %%KRONOLITHDIR%%/graphics/delete.gif %%KRONOLITHDIR%%/graphics/edit.gif %%KRONOLITHDIR%%/graphics/event.gif %%KRONOLITHDIR%%/graphics/goto.gif %%KRONOLITHDIR%%/graphics/kronolith.gif %%KRONOLITHDIR%%/graphics/monthview.gif %%KRONOLITHDIR%%/graphics/new.gif %%KRONOLITHDIR%%/graphics/next.gif %%KRONOLITHDIR%%/graphics/prev.gif %%KRONOLITHDIR%%/graphics/recur.gif %%KRONOLITHDIR%%/graphics/today.gif %%KRONOLITHDIR%%/graphics/weekview.gif %%KRONOLITHDIR%%/graphics/workweekview.gif %%KRONOLITHDIR%%/index.php %%KRONOLITHDIR%%/lib/Day.php %%KRONOLITHDIR%%/lib/DayView.php %%KRONOLITHDIR%%/lib/Driver.php %%KRONOLITHDIR%%/lib/Driver/mcal.php %%KRONOLITHDIR%%/lib/Driver/sql.php %%KRONOLITHDIR%%/lib/Event.php %%KRONOLITHDIR%%/lib/Kronolith.php %%KRONOLITHDIR%%/lib/Month.php %%KRONOLITHDIR%%/lib/MonthView.php %%KRONOLITHDIR%%/lib/Notification/kronolith.php %%KRONOLITHDIR%%/lib/WeekView.php %%KRONOLITHDIR%%/lib/api.php %%KRONOLITHDIR%%/lib/base.php %%KRONOLITHDIR%%/lib/version.php %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/menu.php %%KRONOLITHDIR%%/month.php %%KRONOLITHDIR%%/po/Makefile %%KRONOLITHDIR%%/po/README %%KRONOLITHDIR%%/po/cs_CZ.po %%KRONOLITHDIR%%/po/de_DE.po %%KRONOLITHDIR%%/po/el_GR.po %%KRONOLITHDIR%%/po/es_ES.po %%KRONOLITHDIR%%/po/extract.pl %%KRONOLITHDIR%%/po/fi_FI.po %%KRONOLITHDIR%%/po/fr_FR.po %%KRONOLITHDIR%%/po/it_IT.po %%KRONOLITHDIR%%/po/nl_NL.po %%KRONOLITHDIR%%/po/pl_PL.po %%KRONOLITHDIR%%/po/pt_BR.po %%KRONOLITHDIR%%/po/ru_RU.po %%KRONOLITHDIR%%/po/ru_RU.KOI8-R.po %%KRONOLITHDIR%%/po/shtool %%KRONOLITHDIR%%/po/sk_SK.po %%KRONOLITHDIR%%/po/sv_SE.po %%KRONOLITHDIR%%/po/xgettext.sh %%KRONOLITHDIR%%/po/zh_TW.po %%KRONOLITHDIR%%/prefs.php %%KRONOLITHDIR%%/scripts/drivers/kronolith.sql %%KRONOLITHDIR%%/status.php %%KRONOLITHDIR%%/templates/common-footer.inc %%KRONOLITHDIR%%/templates/common-header.inc %%KRONOLITHDIR%%/templates/data/export.inc %%KRONOLITHDIR%%/templates/data/import.inc %%KRONOLITHDIR%%/templates/day/all_day.inc %%KRONOLITHDIR%%/templates/day/foot.inc %%KRONOLITHDIR%%/templates/day/head.inc %%KRONOLITHDIR%%/templates/day/row.inc %%KRONOLITHDIR%%/templates/day/row_half.inc %%KRONOLITHDIR%%/templates/delete/delete.inc %%KRONOLITHDIR%%/templates/delete/one.inc %%KRONOLITHDIR%%/templates/edit/edit.inc %%KRONOLITHDIR%%/templates/edit/javascript.inc %%KRONOLITHDIR%%/templates/index/css.inc -%%KRONOLITHDIR%%/templates/index/index.inc %%KRONOLITHDIR%%/templates/index/notconfigured.inc %%KRONOLITHDIR%%/templates/javascript/goto.inc %%KRONOLITHDIR%%/templates/menu/menu.inc %%KRONOLITHDIR%%/templates/month/head.inc %%KRONOLITHDIR%%/templates/month_begin_week.inc %%KRONOLITHDIR%%/templates/month_day.inc %%KRONOLITHDIR%%/templates/month_end_week.inc %%KRONOLITHDIR%%/templates/month_foot.inc %%KRONOLITHDIR%%/templates/month_head.inc %%KRONOLITHDIR%%/templates/week/head.inc %%KRONOLITHDIR%%/week.php %%KRONOLITHDIR%%/workweek.php @dirrm %%KRONOLITHDIR%%/config @dirrm %%KRONOLITHDIR%%/graphics @dirrm %%KRONOLITHDIR%%/lib/Driver @dirrm %%KRONOLITHDIR%%/lib/Notification @dirrm %%KRONOLITHDIR%%/lib @dirrm %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/cs_CZ @dirrm %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/de_DE @dirrm %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/el_GR @dirrm %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/es_ES @dirrm %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/fi_FI @dirrm %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/fr_FR @dirrm %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/it_IT @dirrm %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/nl_NL @dirrm %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/pl_PL @dirrm %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/pt_BR @dirrm %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/ru_RU @dirrm %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R @dirrm %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/sk_SK @dirrm %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/sv_SE @dirrm %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/zh_TW @dirrm %%KRONOLITHDIR%%/locale @dirrm %%KRONOLITHDIR%%/po @dirrm %%KRONOLITHDIR%%/scripts/drivers @dirrm %%KRONOLITHDIR%%/scripts @dirrm %%KRONOLITHDIR%%/templates/data @dirrm %%KRONOLITHDIR%%/templates/day @dirrm %%KRONOLITHDIR%%/templates/delete @dirrm %%KRONOLITHDIR%%/templates/edit @dirrm %%KRONOLITHDIR%%/templates/index @dirrm %%KRONOLITHDIR%%/templates/javascript @dirrm %%KRONOLITHDIR%%/templates/menu @dirrm %%KRONOLITHDIR%%/templates/month @dirrm %%KRONOLITHDIR%%/templates/week @dirrm %%KRONOLITHDIR%%/templates @dirrm %%KRONOLITHDIR%% etc/horde/httpd.conf.kronolith %%PORTDOCS%%@dirrm share/doc/kronolith Property changes on: head/deskutils/horde4-kronolith/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/kronolith/Makefile =================================================================== --- head/deskutils/kronolith/Makefile (revision 59786) +++ head/deskutils/kronolith/Makefile (revision 59787) @@ -1,102 +1,103 @@ # Ports collection makefile for: Kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= kronolith PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= deskutils www MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/tarballs/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-RC1 +DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net RUN_DEPENDS= ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/imp3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} IS_INTERACTIVE= 'need to build mod_php4 with mcrypt option set.' NO_BUILD= yes DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL docs/TODO CONFFILE= conf.php html.php keywords.php menu.php prefs.php SUB_DIRS= config graphics lib locale po scripts templates LHORDEDIR?= www/horde LKRONOLITHDIR?= ${LHORDEDIR}/kronolith PLIST_SUB= HORDEDIR=${LHORDEDIR} KRONOLITHDIR=${LKRONOLITHDIR} HORDEDIR= ${PREFIX}/${LHORDEDIR} KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR} CONFDIR= ${KRONOLITHDIR}/config VAR_CAL= /var/calendar HORDE_INC= ${LOCALBASE}/etc/horde pre-install: @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcal.0" ; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP and Horde with MCAL support enabled." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi do-install: @${MKDIR} ${KRONOLITHDIR} .for REP in ${SUB_DIRS} @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR} .endfor @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR} @${MKDIR} ${KRONOLITHDIR}/scripts .for FILE in ${CONFFILE} @if [ ! -f ${CONFDIR}/${FILE} ]; then \ ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ fi .endfor @${CHOWN} -R www:www ${KRONOLITHDIR} @${CHMOD} -R o-rwx ${CONFDIR} @${CP} -p ${FILESDIR}/httpd.conf.kronolith ${HORDE_INC} @${PERL} -pi -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:g" \ ${HORDE_INC}/httpd.conf.kronolith @${PERL} -pi -e "s://UNCOMMENTWHENINSTKRONOLITH::" \ ${HORDEDIR}/config/registry.php .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif post-install: @if [ ! -d ${VAR_CAL} ]; then \ ${ECHO_MSG} "===> Creating ${VAR_CAL}" ; \ ${MKDIR} ${VAR_CAL} ; \ ${CHMOD} 1777 ${VAR_CAL} ; \ fi .if !defined(BATCH) @if [ ! -f ${LOCALBASE}/etc/mpasswd ] ; then \ ${ECHO_MSG} "===> Creating ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ ${LOCALBASE}/bin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ ${PERL} -pi -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ elif ! ${GREP} -q -e "^www" ${LOCALBASE}/etc/mpasswd ; then \ ${ECHO_MSG} "===> Adding www into ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ ${LOCALBASE}/bin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ ${PERL} -pi -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ else \ ${PERL} -pi -e "s:%%PASSCAL%%:www_cal_password:" ${CONFDIR}/conf.php ; \ fi .endif @${ECHO_MSG} @${CAT} ${PKGMESSAGE} | \ ${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g;s:%%LOCALBASE%%:${LOCALBASE}:" @${ECHO_MSG} .include Property changes on: head/deskutils/kronolith/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/kronolith/distinfo =================================================================== --- head/deskutils/kronolith/distinfo (revision 59786) +++ head/deskutils/kronolith/distinfo (revision 59787) @@ -1 +1 @@ -MD5 (kronolith-1.0-RC1.tar.gz) = 81969bd97b089d87df591cca734867b7 +MD5 (kronolith-1.0-RC2.tar.gz) = c244e831605f9e34e341b394925c9eb3 Property changes on: head/deskutils/kronolith/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/kronolith/pkg-plist =================================================================== --- head/deskutils/kronolith/pkg-plist (revision 59786) +++ head/deskutils/kronolith/pkg-plist (revision 59787) @@ -1,177 +1,176 @@ %%PORTDOCS%%share/doc/kronolith/CHANGES %%PORTDOCS%%share/doc/kronolith/COPYING %%PORTDOCS%%share/doc/kronolith/CREDITS %%PORTDOCS%%share/doc/kronolith/INSTALL %%PORTDOCS%%share/doc/kronolith/README %%PORTDOCS%%share/doc/kronolith/TODO %%KRONOLITHDIR%%/addevent.php %%KRONOLITHDIR%%/addeventaction.php %%KRONOLITHDIR%%/config/conf.php %%KRONOLITHDIR%%/config/conf.php.dist %%KRONOLITHDIR%%/config/conf.php.dist.orig %%KRONOLITHDIR%%/config/html.php %%KRONOLITHDIR%%/config/html.php.dist %%KRONOLITHDIR%%/config/keywords.php %%KRONOLITHDIR%%/config/keywords.php.dist %%KRONOLITHDIR%%/config/menu.php %%KRONOLITHDIR%%/config/menu.php.dist %%KRONOLITHDIR%%/config/prefs.php %%KRONOLITHDIR%%/config/prefs.php.dist %%KRONOLITHDIR%%/data.php %%KRONOLITHDIR%%/day.php %%KRONOLITHDIR%%/delevent.php %%KRONOLITHDIR%%/deleventaction.php %%KRONOLITHDIR%%/editevent.php %%KRONOLITHDIR%%/editeventaction.php %%KRONOLITHDIR%%/graphics/alarm.gif %%KRONOLITHDIR%%/graphics/alarm_small.gif %%KRONOLITHDIR%%/graphics/bullet.gif %%KRONOLITHDIR%%/graphics/clear.gif %%KRONOLITHDIR%%/graphics/dayview.gif %%KRONOLITHDIR%%/graphics/delete.gif %%KRONOLITHDIR%%/graphics/edit.gif %%KRONOLITHDIR%%/graphics/event.gif %%KRONOLITHDIR%%/graphics/goto.gif %%KRONOLITHDIR%%/graphics/kronolith.gif %%KRONOLITHDIR%%/graphics/monthview.gif %%KRONOLITHDIR%%/graphics/new.gif %%KRONOLITHDIR%%/graphics/next.gif %%KRONOLITHDIR%%/graphics/prev.gif %%KRONOLITHDIR%%/graphics/recur.gif %%KRONOLITHDIR%%/graphics/today.gif %%KRONOLITHDIR%%/graphics/weekview.gif %%KRONOLITHDIR%%/graphics/workweekview.gif %%KRONOLITHDIR%%/index.php %%KRONOLITHDIR%%/lib/Day.php %%KRONOLITHDIR%%/lib/DayView.php %%KRONOLITHDIR%%/lib/Driver.php %%KRONOLITHDIR%%/lib/Driver/mcal.php %%KRONOLITHDIR%%/lib/Driver/sql.php %%KRONOLITHDIR%%/lib/Event.php %%KRONOLITHDIR%%/lib/Kronolith.php %%KRONOLITHDIR%%/lib/Month.php %%KRONOLITHDIR%%/lib/MonthView.php %%KRONOLITHDIR%%/lib/Notification/kronolith.php %%KRONOLITHDIR%%/lib/WeekView.php %%KRONOLITHDIR%%/lib/api.php %%KRONOLITHDIR%%/lib/base.php %%KRONOLITHDIR%%/lib/version.php %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES/kronolith.mo %%KRONOLITHDIR%%/menu.php %%KRONOLITHDIR%%/month.php %%KRONOLITHDIR%%/po/Makefile %%KRONOLITHDIR%%/po/README %%KRONOLITHDIR%%/po/cs_CZ.po %%KRONOLITHDIR%%/po/de_DE.po %%KRONOLITHDIR%%/po/el_GR.po %%KRONOLITHDIR%%/po/es_ES.po %%KRONOLITHDIR%%/po/extract.pl %%KRONOLITHDIR%%/po/fi_FI.po %%KRONOLITHDIR%%/po/fr_FR.po %%KRONOLITHDIR%%/po/it_IT.po %%KRONOLITHDIR%%/po/nl_NL.po %%KRONOLITHDIR%%/po/pl_PL.po %%KRONOLITHDIR%%/po/pt_BR.po %%KRONOLITHDIR%%/po/ru_RU.po %%KRONOLITHDIR%%/po/ru_RU.KOI8-R.po %%KRONOLITHDIR%%/po/shtool %%KRONOLITHDIR%%/po/sk_SK.po %%KRONOLITHDIR%%/po/sv_SE.po %%KRONOLITHDIR%%/po/xgettext.sh %%KRONOLITHDIR%%/po/zh_TW.po %%KRONOLITHDIR%%/prefs.php %%KRONOLITHDIR%%/scripts/drivers/kronolith.sql %%KRONOLITHDIR%%/status.php %%KRONOLITHDIR%%/templates/common-footer.inc %%KRONOLITHDIR%%/templates/common-header.inc %%KRONOLITHDIR%%/templates/data/export.inc %%KRONOLITHDIR%%/templates/data/import.inc %%KRONOLITHDIR%%/templates/day/all_day.inc %%KRONOLITHDIR%%/templates/day/foot.inc %%KRONOLITHDIR%%/templates/day/head.inc %%KRONOLITHDIR%%/templates/day/row.inc %%KRONOLITHDIR%%/templates/day/row_half.inc %%KRONOLITHDIR%%/templates/delete/delete.inc %%KRONOLITHDIR%%/templates/delete/one.inc %%KRONOLITHDIR%%/templates/edit/edit.inc %%KRONOLITHDIR%%/templates/edit/javascript.inc %%KRONOLITHDIR%%/templates/index/css.inc -%%KRONOLITHDIR%%/templates/index/index.inc %%KRONOLITHDIR%%/templates/index/notconfigured.inc %%KRONOLITHDIR%%/templates/javascript/goto.inc %%KRONOLITHDIR%%/templates/menu/menu.inc %%KRONOLITHDIR%%/templates/month/head.inc %%KRONOLITHDIR%%/templates/month_begin_week.inc %%KRONOLITHDIR%%/templates/month_day.inc %%KRONOLITHDIR%%/templates/month_end_week.inc %%KRONOLITHDIR%%/templates/month_foot.inc %%KRONOLITHDIR%%/templates/month_head.inc %%KRONOLITHDIR%%/templates/week/head.inc %%KRONOLITHDIR%%/week.php %%KRONOLITHDIR%%/workweek.php @dirrm %%KRONOLITHDIR%%/config @dirrm %%KRONOLITHDIR%%/graphics @dirrm %%KRONOLITHDIR%%/lib/Driver @dirrm %%KRONOLITHDIR%%/lib/Notification @dirrm %%KRONOLITHDIR%%/lib @dirrm %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/cs_CZ @dirrm %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/de_DE @dirrm %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/el_GR @dirrm %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/es_ES @dirrm %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/fi_FI @dirrm %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/fr_FR @dirrm %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/it_IT @dirrm %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/nl_NL @dirrm %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/pl_PL @dirrm %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/pt_BR @dirrm %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/ru_RU @dirrm %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/ru_RU.KOI8-R @dirrm %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/sk_SK @dirrm %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/sv_SE @dirrm %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES @dirrm %%KRONOLITHDIR%%/locale/zh_TW @dirrm %%KRONOLITHDIR%%/locale @dirrm %%KRONOLITHDIR%%/po @dirrm %%KRONOLITHDIR%%/scripts/drivers @dirrm %%KRONOLITHDIR%%/scripts @dirrm %%KRONOLITHDIR%%/templates/data @dirrm %%KRONOLITHDIR%%/templates/day @dirrm %%KRONOLITHDIR%%/templates/delete @dirrm %%KRONOLITHDIR%%/templates/edit @dirrm %%KRONOLITHDIR%%/templates/index @dirrm %%KRONOLITHDIR%%/templates/javascript @dirrm %%KRONOLITHDIR%%/templates/menu @dirrm %%KRONOLITHDIR%%/templates/month @dirrm %%KRONOLITHDIR%%/templates/week @dirrm %%KRONOLITHDIR%%/templates @dirrm %%KRONOLITHDIR%% etc/horde/httpd.conf.kronolith %%PORTDOCS%%@dirrm share/doc/kronolith Property changes on: head/deskutils/kronolith/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property