diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-03 06:24:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-03 06:24:04 +0000 |
commit | 2c7983e007f20bd300c32b1632b7b851a00d02f5 (patch) | |
tree | 0ffa941699aeba8c692e7c606dfdfa4e5a4077c1 /deskutils | |
parent | 25ab16d1711248266b8667bebde1adfd260ae7e1 (diff) | |
download | ports-2c7983e007f20bd300c32b1632b7b851a00d02f5.tar.gz ports-2c7983e007f20bd300c32b1632b7b851a00d02f5.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/phpicalendar/Makefile | 39 | ||||
-rw-r--r-- | deskutils/phpicalendar/distinfo | 2 | ||||
-rw-r--r-- | deskutils/phpicalendar/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/phpicalendar/pkg-message | 4 | ||||
-rw-r--r-- | deskutils/phpicalendar/pkg-plist | 195 |
6 files changed, 248 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index f19ee52c86ea..e8ee1799932e 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -86,6 +86,7 @@ SUBDIR += offix-trash SUBDIR += pal SUBDIR += phpgroupware + SUBDIR += phpicalendar SUBDIR += plan SUBDIR += planner SUBDIR += preferences.app diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile new file mode 100644 index 000000000000..80e4b0c386cd --- /dev/null +++ b/deskutils/phpicalendar/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: phpicalednar +# Date created: 3 April 2004 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= phpicalendar +PORTVERSION= 1.1 +CATEGORIES= deskutils www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= edwin@mavtju.org +COMMENT= Webbased calendar with iCal support + +NO_BUILD= yes +WWWDIR= ${PREFIX}/www/phpicalendar + +do-install: +.if !exists(${WWWDIR}) + ${MKDIR} ${WWWDIR} +.endif +.for dir in calendars functions images includes languages rss styles + @${CP} -R ${WRKSRC}/${dir} ${WWWDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/${dir} +.endfor +.for f in TIMEZONES admin.php day.php preferences.php print.php search.php week.php year.php README COPYING AUTHORS + @${CP} ${WRKSRC}/${f} ${WWWDIR} + @${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/${f} +.endfor + @${CP} ${WRKSRC}/config.inc.php ${WWWDIR}/config.inc.php-default + @${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/config.inc.php-default + +post-install: + ${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/deskutils/phpicalendar/distinfo b/deskutils/phpicalendar/distinfo new file mode 100644 index 000000000000..de9ee5b6f790 --- /dev/null +++ b/deskutils/phpicalendar/distinfo @@ -0,0 +1,2 @@ +MD5 (phpicalendar-1.1.tgz) = 7af8a4f96499dfe072d552b17d873cc6 +SIZE (phpicalendar-1.1.tgz) = 163934 diff --git a/deskutils/phpicalendar/pkg-descr b/deskutils/phpicalendar/pkg-descr new file mode 100644 index 000000000000..d7f266812654 --- /dev/null +++ b/deskutils/phpicalendar/pkg-descr @@ -0,0 +1,7 @@ +PHP iCalendar is a php-based iCal file parser. Its based on v2.0 +of the IETF spec. It displays iCal files in a nice logical, clean +manner with day, week, month, and year navigation, printer view, +RSS-enabled, and searchable. It supports 12 languages, is fully +theme-able, and has complete timezone support. + +WWW: http://phpicalendar.sourceforge.net/ diff --git a/deskutils/phpicalendar/pkg-message b/deskutils/phpicalendar/pkg-message new file mode 100644 index 000000000000..f617edf3983a --- /dev/null +++ b/deskutils/phpicalendar/pkg-message @@ -0,0 +1,4 @@ +PHPiCalendar post-install instructions +-------------------------------------- +Go to %%PREFIX%%/www/phpicalendar and copy +config.inc.php-default to config.inc.php. diff --git a/deskutils/phpicalendar/pkg-plist b/deskutils/phpicalendar/pkg-plist new file mode 100644 index 000000000000..e978a77ba403 --- /dev/null +++ b/deskutils/phpicalendar/pkg-plist @@ -0,0 +1,195 @@ +www/phpicalendar/year.php +www/phpicalendar/week.php +www/phpicalendar/styles/tan/year_on.gif +www/phpicalendar/styles/tan/week_on.gif +www/phpicalendar/styles/tan/time_bg.gif +www/phpicalendar/styles/tan/spacer.gif +www/phpicalendar/styles/tan/smallicon.gif +www/phpicalendar/styles/tan/side_bg.gif +www/phpicalendar/styles/tan/search.gif +www/phpicalendar/styles/tan/right_day.gif +www/phpicalendar/styles/tan/right_arrows.gif +www/phpicalendar/styles/tan/month_on.gif +www/phpicalendar/styles/tan/left_day.gif +www/phpicalendar/styles/tan/left_arrows.gif +www/phpicalendar/styles/tan/event_dot.gif +www/phpicalendar/styles/tan/download_arrow.gif +www/phpicalendar/styles/tan/default.css +www/phpicalendar/styles/tan/day_on.gif +www/phpicalendar/styles/tan/background.gif +www/phpicalendar/styles/tan/back.gif +www/phpicalendar/styles/tan/allday_dot.gif +@dirrm www/phpicalendar/styles/tan +www/phpicalendar/styles/silver/year_on.gif +www/phpicalendar/styles/silver/week_on.gif +www/phpicalendar/styles/silver/time_bg.gif +www/phpicalendar/styles/silver/spacer.gif +www/phpicalendar/styles/silver/smallicon.gif +www/phpicalendar/styles/silver/side_bg.gif +www/phpicalendar/styles/silver/search.gif +www/phpicalendar/styles/silver/right_day.gif +www/phpicalendar/styles/silver/right_arrows.gif +www/phpicalendar/styles/silver/printer.gif +www/phpicalendar/styles/silver/month_on.gif +www/phpicalendar/styles/silver/left_day.gif +www/phpicalendar/styles/silver/left_arrows.gif +www/phpicalendar/styles/silver/event_dot.gif +www/phpicalendar/styles/silver/download_arrow.gif +www/phpicalendar/styles/silver/default.css +www/phpicalendar/styles/silver/day_title.gif +www/phpicalendar/styles/silver/day_on.gif +www/phpicalendar/styles/silver/back.gif +www/phpicalendar/styles/silver/allday_dot.gif +www/phpicalendar/styles/silver/allday_bg.gif +@dirrm www/phpicalendar/styles/silver +www/phpicalendar/styles/red/year_on.gif +www/phpicalendar/styles/red/week_on.gif +www/phpicalendar/styles/red/time_bg.gif +www/phpicalendar/styles/red/smallicon.gif +www/phpicalendar/styles/red/side_bg.gif +www/phpicalendar/styles/red/search.gif +www/phpicalendar/styles/red/right_day.gif +www/phpicalendar/styles/red/right_arrows.gif +www/phpicalendar/styles/red/month_on.gif +www/phpicalendar/styles/red/left_day.gif +www/phpicalendar/styles/red/left_arrows.gif +www/phpicalendar/styles/red/event_dot.gif +www/phpicalendar/styles/red/download_arrow.gif +www/phpicalendar/styles/red/default.css +www/phpicalendar/styles/red/day_on.gif +www/phpicalendar/styles/red/back.gif +www/phpicalendar/styles/red/allday_dot.gif +@dirrm www/phpicalendar/styles/red +www/phpicalendar/styles/orange/year_on.gif +www/phpicalendar/styles/orange/week_on.gif +www/phpicalendar/styles/orange/time_bg.gif +www/phpicalendar/styles/orange/smallicon.gif +www/phpicalendar/styles/orange/side_bg.gif +www/phpicalendar/styles/orange/search.gif +www/phpicalendar/styles/orange/right_day.gif +www/phpicalendar/styles/orange/right_arrows.gif +www/phpicalendar/styles/orange/month_on.gif +www/phpicalendar/styles/orange/left_day.gif +www/phpicalendar/styles/orange/left_arrows.gif +www/phpicalendar/styles/orange/event_dot.gif +www/phpicalendar/styles/orange/download_arrow.gif +www/phpicalendar/styles/orange/default.css +www/phpicalendar/styles/orange/day_on.gif +www/phpicalendar/styles/orange/back.gif +www/phpicalendar/styles/orange/allday_dot.gif +@dirrm www/phpicalendar/styles/orange +www/phpicalendar/styles/grey/year_on.gif +www/phpicalendar/styles/grey/week_on.gif +www/phpicalendar/styles/grey/time_bg.gif +www/phpicalendar/styles/grey/smallicon.gif +www/phpicalendar/styles/grey/side_bg.gif +www/phpicalendar/styles/grey/search.gif +www/phpicalendar/styles/grey/right_day.gif +www/phpicalendar/styles/grey/right_arrows.gif +www/phpicalendar/styles/grey/month_on.gif +www/phpicalendar/styles/grey/left_day.gif +www/phpicalendar/styles/grey/left_arrows.gif +www/phpicalendar/styles/grey/event_dot.gif +www/phpicalendar/styles/grey/download_arrow.gif +www/phpicalendar/styles/grey/default.css +www/phpicalendar/styles/grey/day_on.gif +www/phpicalendar/styles/grey/background.gif +www/phpicalendar/styles/grey/back.gif +www/phpicalendar/styles/grey/allday_dot.gif +@dirrm www/phpicalendar/styles/grey +www/phpicalendar/styles/green/year_on.gif +www/phpicalendar/styles/green/week_on.gif +www/phpicalendar/styles/green/time_bg.gif +www/phpicalendar/styles/green/spacer.gif +www/phpicalendar/styles/green/smallicon.gif +www/phpicalendar/styles/green/side_bg.gif +www/phpicalendar/styles/green/search.gif +www/phpicalendar/styles/green/right_day.gif +www/phpicalendar/styles/green/right_arrows.gif +www/phpicalendar/styles/green/month_on.gif +www/phpicalendar/styles/green/left_day.gif +www/phpicalendar/styles/green/left_arrows.gif +www/phpicalendar/styles/green/event_dot.gif +www/phpicalendar/styles/green/download_arrow.gif +www/phpicalendar/styles/green/default.css +www/phpicalendar/styles/green/day_on.gif +www/phpicalendar/styles/green/background.gif +www/phpicalendar/styles/green/back.gif +www/phpicalendar/styles/green/allday_dot.gif +@dirrm www/phpicalendar/styles/green +@dirrm www/phpicalendar/styles +www/phpicalendar/search.php +www/phpicalendar/rss/rss.php +www/phpicalendar/rss/index.php +@dirrm www/phpicalendar/rss +www/phpicalendar/print.php +www/phpicalendar/preferences.php +www/phpicalendar/languages/traditional_chinese.inc.php +www/phpicalendar/languages/swedish.inc.php +www/phpicalendar/languages/spanish.inc.php +www/phpicalendar/languages/portuguese.inc.php +www/phpicalendar/languages/polish.inc.php +www/phpicalendar/languages/norwegian.inc.php +www/phpicalendar/languages/korean.inc.php +www/phpicalendar/languages/japanese.inc.php +www/phpicalendar/languages/italian.inc.php +www/phpicalendar/languages/german.inc.php +www/phpicalendar/languages/french.inc.php +www/phpicalendar/languages/finnish.inc.php +www/phpicalendar/languages/esperanto.inc.php +www/phpicalendar/languages/english.inc.php +www/phpicalendar/languages/dutch.inc.php +www/phpicalendar/languages/danish.inc.php +www/phpicalendar/languages/czech.inc.php +www/phpicalendar/languages/catalan.inc.php +www/phpicalendar/languages/brazilian.inc.php +@dirrm www/phpicalendar/languages +www/phpicalendar/includes/todo.php +www/phpicalendar/includes/sidebar.php +www/phpicalendar/includes/login.php +www/phpicalendar/includes/header.inc.php +www/phpicalendar/includes/footer.inc.php +www/phpicalendar/includes/event.php +www/phpicalendar/includes/calendar_nav.php +@dirrm www/phpicalendar/includes +www/phpicalendar/images/valid-rss.png +www/phpicalendar/images/tentative.gif +www/phpicalendar/images/spacer.gif +www/phpicalendar/images/phpical-logo.gif +www/phpicalendar/images/not_completed.gif +www/phpicalendar/images/important.gif +www/phpicalendar/images/confirmed.gif +www/phpicalendar/images/completed.gif +www/phpicalendar/images/cancelled.gif +@dirrm www/phpicalendar/images +www/phpicalendar/functions/upload_functions.php +www/phpicalendar/functions/todo.js +www/phpicalendar/functions/timezones.php +www/phpicalendar/functions/overlapping_events.php +www/phpicalendar/functions/list_years.php +www/phpicalendar/functions/list_weeks.php +www/phpicalendar/functions/list_months.php +www/phpicalendar/functions/list_languages.php +www/phpicalendar/functions/list_icals.php +www/phpicalendar/functions/init.inc.php +www/phpicalendar/functions/ical_parser.php +www/phpicalendar/functions/event.js +www/phpicalendar/functions/error.php +www/phpicalendar/functions/draw_functions.php +www/phpicalendar/functions/date_functions.php +www/phpicalendar/functions/calendar_functions.php +www/phpicalendar/functions/admin_functions.php +@dirrm www/phpicalendar/functions +www/phpicalendar/day.php +www/phpicalendar/config.inc.php-default +www/phpicalendar/calendars/publish.php +www/phpicalendar/calendars/Work.ics +www/phpicalendar/calendars/US Holidays.ics +www/phpicalendar/calendars/Home.ics +@dirrm www/phpicalendar/calendars +www/phpicalendar/admin.php +www/phpicalendar/TIMEZONES +www/phpicalendar/README +www/phpicalendar/COPYING +www/phpicalendar/AUTHORS +@dirrm www/phpicalendar |