update to 2.0.1
This commit is contained in:
parent
aa8a0c7e86
commit
933f11054a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2005/03/05 16:27:14 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2005/10/11 05:53:47 kevlo Exp $
|
||||
|
||||
COMMENT= "web-based iCal file parser"
|
||||
|
||||
V= 2.0b
|
||||
V= 2.0.1
|
||||
DISTNAME= phpicalendar-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
@ -34,5 +34,6 @@ SUBST_VARS= INSTDIR
|
||||
do-install:
|
||||
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
@mv ${INSTDIR}-${V} ${INSTDIR}
|
||||
@mv ${INSTDIR}/config.inc.php ${INSTDIR}/config.inc.php.default
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (phpicalendar-2.0b.tgz) = 30ffa5cba3db1d9c523f607a091f952a
|
||||
RMD160 (phpicalendar-2.0b.tgz) = 4c17d8d95b24bddd1800fff8f96e8623f59276f7
|
||||
SHA1 (phpicalendar-2.0b.tgz) = e940540c81fde3ed04d8837eb3c260874a299c60
|
||||
SIZE (phpicalendar-2.0b.tgz) = 139599
|
||||
MD5 (phpicalendar-2.0.1.tgz) = a73847a15634f8caf2ce96c341e23b56
|
||||
RMD160 (phpicalendar-2.0.1.tgz) = 25ba4b0ca173aded83ff7e4a45b96877bc343179
|
||||
SHA1 (phpicalendar-2.0.1.tgz) = 15dba5a7db1b7c28461997a21edfbc5619449d60
|
||||
SIZE (phpicalendar-2.0.1.tgz) = 145348
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/03/05 16:27:14 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/10/11 05:53:47 kevlo Exp $
|
||||
phpicalendar/
|
||||
phpicalendar/AUTHORS
|
||||
phpicalendar/COPYING
|
||||
@ -12,14 +12,15 @@ phpicalendar/calendars/US Holidays.ics
|
||||
phpicalendar/calendars/Work.ics
|
||||
phpicalendar/calendars/publish.ical.php
|
||||
phpicalendar/calendars/publish.mozilla.php
|
||||
phpicalendar/config.inc.php
|
||||
phpicalendar/config.inc.php.default
|
||||
@sample phpicalendar/config.inc.php
|
||||
phpicalendar/day.php
|
||||
phpicalendar/error.php
|
||||
phpicalendar/functions/
|
||||
phpicalendar/functions/admin_functions.php
|
||||
phpicalendar/functions/calendar_functions.php
|
||||
phpicalendar/functions/date_functions.php
|
||||
phpicalendar/functions/draw_functions.php
|
||||
phpicalendar/functions/error.php
|
||||
phpicalendar/functions/event.js
|
||||
phpicalendar/functions/ical_parser.php
|
||||
phpicalendar/functions/init.inc.php
|
||||
@ -27,7 +28,6 @@ phpicalendar/functions/list_functions.php
|
||||
phpicalendar/functions/overlapping_events.php
|
||||
phpicalendar/functions/template.php
|
||||
phpicalendar/functions/timezones.php
|
||||
phpicalendar/functions/upload_functions.php
|
||||
phpicalendar/functions/userauth_functions.php
|
||||
phpicalendar/images/
|
||||
phpicalendar/images/cancelled.gif
|
||||
@ -46,6 +46,7 @@ phpicalendar/includes/login.php
|
||||
phpicalendar/includes/todo.php
|
||||
phpicalendar/index.php
|
||||
phpicalendar/languages/
|
||||
phpicalendar/languages/afrikaans.inc.php
|
||||
phpicalendar/languages/brazilian.inc.php
|
||||
phpicalendar/languages/catalan.inc.php
|
||||
phpicalendar/languages/czech.inc.php
|
||||
@ -129,6 +130,7 @@ phpicalendar/templates/default/preferences.tpl
|
||||
phpicalendar/templates/default/print.tpl
|
||||
phpicalendar/templates/default/rss_index.tpl
|
||||
phpicalendar/templates/default/search.tpl
|
||||
phpicalendar/templates/default/search_box.tpl
|
||||
phpicalendar/templates/default/sidebar.tpl
|
||||
phpicalendar/templates/default/todo.tpl
|
||||
phpicalendar/templates/default/week.tpl
|
||||
|
Loading…
Reference in New Issue
Block a user