Initial import of phpicalendar-1.1
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.
This commit is contained in:
parent
aa76731aaf
commit
36f21cbc67
38
www/phpicalendar/Makefile
Normal file
38
www/phpicalendar/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/18 17:50:15 xsa Exp $
|
||||
|
||||
COMMENT= "web-based iCal file parser"
|
||||
|
||||
V= 1.1
|
||||
DISTNAME= phpicalendar-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://phpicalendar.sourceforge.net/
|
||||
|
||||
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpicalendar/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
EXTRACT_ONLY=
|
||||
|
||||
RUN_DEPENDS= :php4-core-*:www/php4/core
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
PREFIX= /var/www
|
||||
INSTDIR= ${PREFIX}/phpicalendar
|
||||
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
do-install:
|
||||
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
@mv ${INSTDIR}-${V} ${INSTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/phpicalendar/distinfo
Normal file
3
www/phpicalendar/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (phpicalendar-1.1.tgz) = 7af8a4f96499dfe072d552b17d873cc6
|
||||
RMD160 (phpicalendar-1.1.tgz) = e1e09c8ec9c4b3d9ae75d18041bb6e1729ed18b9
|
||||
SHA1 (phpicalendar-1.1.tgz) = 6b948babe60ac06b0a572b264e04806e6ee3b3c8
|
5
www/phpicalendar/pkg/DESCR
Normal file
5
www/phpicalendar/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
14
www/phpicalendar/pkg/MESSAGE
Normal file
14
www/phpicalendar/pkg/MESSAGE
Normal file
@ -0,0 +1,14 @@
|
||||
==============================================================
|
||||
The PHP iCalendar has been installed into
|
||||
${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../phpicalendar /var/www/htdocs/phpicalendar
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
and proceed to complete the installation by reading:
|
||||
${INSTDIR}/README
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/phpicalendar/
|
||||
==============================================================
|
198
www/phpicalendar/pkg/PLIST
Normal file
198
www/phpicalendar/pkg/PLIST
Normal file
@ -0,0 +1,198 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/07/18 17:50:15 xsa Exp $
|
||||
phpicalendar/AUTHORS
|
||||
phpicalendar/COPYING
|
||||
phpicalendar/README
|
||||
phpicalendar/TIMEZONES
|
||||
phpicalendar/admin.php
|
||||
phpicalendar/calendars/Home.ics
|
||||
phpicalendar/calendars/US Holidays.ics
|
||||
phpicalendar/calendars/Work.ics
|
||||
phpicalendar/calendars/publish.php
|
||||
phpicalendar/config.inc.php
|
||||
phpicalendar/day.php
|
||||
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
|
||||
phpicalendar/functions/list_icals.php
|
||||
phpicalendar/functions/list_languages.php
|
||||
phpicalendar/functions/list_months.php
|
||||
phpicalendar/functions/list_weeks.php
|
||||
phpicalendar/functions/list_years.php
|
||||
phpicalendar/functions/overlapping_events.php
|
||||
phpicalendar/functions/timezones.php
|
||||
phpicalendar/functions/todo.js
|
||||
phpicalendar/functions/upload_functions.php
|
||||
phpicalendar/images/cancelled.gif
|
||||
phpicalendar/images/completed.gif
|
||||
phpicalendar/images/confirmed.gif
|
||||
phpicalendar/images/important.gif
|
||||
phpicalendar/images/not_completed.gif
|
||||
phpicalendar/images/phpical-logo.gif
|
||||
phpicalendar/images/spacer.gif
|
||||
phpicalendar/images/tentative.gif
|
||||
phpicalendar/images/valid-rss.png
|
||||
phpicalendar/includes/calendar_nav.php
|
||||
phpicalendar/includes/event.php
|
||||
phpicalendar/includes/footer.inc.php
|
||||
phpicalendar/includes/header.inc.php
|
||||
phpicalendar/includes/login.php
|
||||
phpicalendar/includes/sidebar.php
|
||||
phpicalendar/includes/todo.php
|
||||
phpicalendar/index.php
|
||||
phpicalendar/languages/brazilian.inc.php
|
||||
phpicalendar/languages/catalan.inc.php
|
||||
phpicalendar/languages/czech.inc.php
|
||||
phpicalendar/languages/danish.inc.php
|
||||
phpicalendar/languages/dutch.inc.php
|
||||
phpicalendar/languages/english.inc.php
|
||||
phpicalendar/languages/esperanto.inc.php
|
||||
phpicalendar/languages/finnish.inc.php
|
||||
phpicalendar/languages/french.inc.php
|
||||
phpicalendar/languages/german.inc.php
|
||||
phpicalendar/languages/italian.inc.php
|
||||
phpicalendar/languages/japanese.inc.php
|
||||
phpicalendar/languages/korean.inc.php
|
||||
phpicalendar/languages/norwegian.inc.php
|
||||
phpicalendar/languages/polish.inc.php
|
||||
phpicalendar/languages/portuguese.inc.php
|
||||
phpicalendar/languages/spanish.inc.php
|
||||
phpicalendar/languages/swedish.inc.php
|
||||
phpicalendar/languages/traditional_chinese.inc.php
|
||||
phpicalendar/month.php
|
||||
phpicalendar/preferences.php
|
||||
phpicalendar/print.php
|
||||
phpicalendar/rss/index.php
|
||||
phpicalendar/rss/rss.php
|
||||
phpicalendar/search.php
|
||||
phpicalendar/styles/green/allday_dot.gif
|
||||
phpicalendar/styles/green/back.gif
|
||||
phpicalendar/styles/green/background.gif
|
||||
phpicalendar/styles/green/day_on.gif
|
||||
phpicalendar/styles/green/default.css
|
||||
phpicalendar/styles/green/download_arrow.gif
|
||||
phpicalendar/styles/green/event_dot.gif
|
||||
phpicalendar/styles/green/left_arrows.gif
|
||||
phpicalendar/styles/green/left_day.gif
|
||||
phpicalendar/styles/green/month_on.gif
|
||||
phpicalendar/styles/green/right_arrows.gif
|
||||
phpicalendar/styles/green/right_day.gif
|
||||
phpicalendar/styles/green/search.gif
|
||||
phpicalendar/styles/green/side_bg.gif
|
||||
phpicalendar/styles/green/smallicon.gif
|
||||
phpicalendar/styles/green/spacer.gif
|
||||
phpicalendar/styles/green/time_bg.gif
|
||||
phpicalendar/styles/green/week_on.gif
|
||||
phpicalendar/styles/green/year_on.gif
|
||||
phpicalendar/styles/grey/allday_dot.gif
|
||||
phpicalendar/styles/grey/back.gif
|
||||
phpicalendar/styles/grey/background.gif
|
||||
phpicalendar/styles/grey/day_on.gif
|
||||
phpicalendar/styles/grey/default.css
|
||||
phpicalendar/styles/grey/download_arrow.gif
|
||||
phpicalendar/styles/grey/event_dot.gif
|
||||
phpicalendar/styles/grey/left_arrows.gif
|
||||
phpicalendar/styles/grey/left_day.gif
|
||||
phpicalendar/styles/grey/month_on.gif
|
||||
phpicalendar/styles/grey/right_arrows.gif
|
||||
phpicalendar/styles/grey/right_day.gif
|
||||
phpicalendar/styles/grey/search.gif
|
||||
phpicalendar/styles/grey/side_bg.gif
|
||||
phpicalendar/styles/grey/smallicon.gif
|
||||
phpicalendar/styles/grey/time_bg.gif
|
||||
phpicalendar/styles/grey/week_on.gif
|
||||
phpicalendar/styles/grey/year_on.gif
|
||||
phpicalendar/styles/orange/allday_dot.gif
|
||||
phpicalendar/styles/orange/back.gif
|
||||
phpicalendar/styles/orange/day_on.gif
|
||||
phpicalendar/styles/orange/default.css
|
||||
phpicalendar/styles/orange/download_arrow.gif
|
||||
phpicalendar/styles/orange/event_dot.gif
|
||||
phpicalendar/styles/orange/left_arrows.gif
|
||||
phpicalendar/styles/orange/left_day.gif
|
||||
phpicalendar/styles/orange/month_on.gif
|
||||
phpicalendar/styles/orange/right_arrows.gif
|
||||
phpicalendar/styles/orange/right_day.gif
|
||||
phpicalendar/styles/orange/search.gif
|
||||
phpicalendar/styles/orange/side_bg.gif
|
||||
phpicalendar/styles/orange/smallicon.gif
|
||||
phpicalendar/styles/orange/time_bg.gif
|
||||
phpicalendar/styles/orange/week_on.gif
|
||||
phpicalendar/styles/orange/year_on.gif
|
||||
phpicalendar/styles/red/allday_dot.gif
|
||||
phpicalendar/styles/red/back.gif
|
||||
phpicalendar/styles/red/day_on.gif
|
||||
phpicalendar/styles/red/default.css
|
||||
phpicalendar/styles/red/download_arrow.gif
|
||||
phpicalendar/styles/red/event_dot.gif
|
||||
phpicalendar/styles/red/left_arrows.gif
|
||||
phpicalendar/styles/red/left_day.gif
|
||||
phpicalendar/styles/red/month_on.gif
|
||||
phpicalendar/styles/red/right_arrows.gif
|
||||
phpicalendar/styles/red/right_day.gif
|
||||
phpicalendar/styles/red/search.gif
|
||||
phpicalendar/styles/red/side_bg.gif
|
||||
phpicalendar/styles/red/smallicon.gif
|
||||
phpicalendar/styles/red/time_bg.gif
|
||||
phpicalendar/styles/red/week_on.gif
|
||||
phpicalendar/styles/red/year_on.gif
|
||||
phpicalendar/styles/silver/allday_bg.gif
|
||||
phpicalendar/styles/silver/allday_dot.gif
|
||||
phpicalendar/styles/silver/back.gif
|
||||
phpicalendar/styles/silver/day_on.gif
|
||||
phpicalendar/styles/silver/day_title.gif
|
||||
phpicalendar/styles/silver/default.css
|
||||
phpicalendar/styles/silver/download_arrow.gif
|
||||
phpicalendar/styles/silver/event_dot.gif
|
||||
phpicalendar/styles/silver/left_arrows.gif
|
||||
phpicalendar/styles/silver/left_day.gif
|
||||
phpicalendar/styles/silver/month_on.gif
|
||||
phpicalendar/styles/silver/printer.gif
|
||||
phpicalendar/styles/silver/right_arrows.gif
|
||||
phpicalendar/styles/silver/right_day.gif
|
||||
phpicalendar/styles/silver/search.gif
|
||||
phpicalendar/styles/silver/side_bg.gif
|
||||
phpicalendar/styles/silver/smallicon.gif
|
||||
phpicalendar/styles/silver/spacer.gif
|
||||
phpicalendar/styles/silver/time_bg.gif
|
||||
phpicalendar/styles/silver/week_on.gif
|
||||
phpicalendar/styles/silver/year_on.gif
|
||||
phpicalendar/styles/tan/allday_dot.gif
|
||||
phpicalendar/styles/tan/back.gif
|
||||
phpicalendar/styles/tan/background.gif
|
||||
phpicalendar/styles/tan/day_on.gif
|
||||
phpicalendar/styles/tan/default.css
|
||||
phpicalendar/styles/tan/download_arrow.gif
|
||||
phpicalendar/styles/tan/event_dot.gif
|
||||
phpicalendar/styles/tan/left_arrows.gif
|
||||
phpicalendar/styles/tan/left_day.gif
|
||||
phpicalendar/styles/tan/month_on.gif
|
||||
phpicalendar/styles/tan/right_arrows.gif
|
||||
phpicalendar/styles/tan/right_day.gif
|
||||
phpicalendar/styles/tan/search.gif
|
||||
phpicalendar/styles/tan/side_bg.gif
|
||||
phpicalendar/styles/tan/smallicon.gif
|
||||
phpicalendar/styles/tan/spacer.gif
|
||||
phpicalendar/styles/tan/time_bg.gif
|
||||
phpicalendar/styles/tan/week_on.gif
|
||||
phpicalendar/styles/tan/year_on.gif
|
||||
phpicalendar/week.php
|
||||
phpicalendar/year.php
|
||||
@dirrm phpicalendar/styles/tan
|
||||
@dirrm phpicalendar/styles/silver
|
||||
@dirrm phpicalendar/styles/red
|
||||
@dirrm phpicalendar/styles/orange
|
||||
@dirrm phpicalendar/styles/grey
|
||||
@dirrm phpicalendar/styles/green
|
||||
@dirrm phpicalendar/styles
|
||||
@dirrm phpicalendar/rss
|
||||
@dirrm phpicalendar/languages
|
||||
@dirrm phpicalendar/includes
|
||||
@dirrm phpicalendar/images
|
||||
@dirrm phpicalendar/functions
|
||||
@dirrm phpicalendar/calendars
|
||||
@dirrm phpicalendar
|
Loading…
x
Reference in New Issue
Block a user