Date: Sat, 14 Jan 2006 21:28:49 +0330 From: "Babak Farrokhi" <babak@farrokhi.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/91795: new port www/iwebcal - web based ical viewer Message-ID: <1137261529.46522@adsl-nms.rasana.net> Resent-Message-ID: <200601141800.k0EI0FKP028013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91795 >Category: ports >Synopsis: new port www/iwebcal - web based ical viewer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 14 18:00:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD 5.4-STABLE #0: Sat Jan 14 19:48:47 IRST 2006 root@ananas.rasana.net:/usr/obj/usr/src/sys/HPSERVER >Description: >How-To-Repeat: >Fix: --- iwebcal.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # iwebcal # iwebcal/Makefile # iwebcal/distinfo # iwebcal/pkg-descr # iwebcal/pkg-plist # echo c - iwebcal mkdir -p iwebcal > /dev/null 2>&1 echo x - iwebcal/Makefile sed 's/^X//' >iwebcal/Makefile << 'END-of-iwebcal/Makefile' X# New ports collection makefile for: iwebcal X# Date created: 2006-01-14 X# Whom: Babak Farrokhi <babak@farrokhi.net> X# X# $FreeBSD$ X# X XPORTNAME= iwebcal XPORTVERSION= 2.0.b4 XCATEGORIES= www deskutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-2.0b4 XEXTRACT_SUFX= .tgz X XMAINTAINER= babak@farrokhi.net XCOMMENT= Webbased iCal calendar viewer X XNO_BUILD= yes XUSE_PHP= yes XIWEBCAL= www/iwebcal XWWWDIR= ${PREFIX}/${IWEBCAL} XWRKSRC= ${WRKDIR}/iWebCal XPLIST_SUB= IWEBCAL=${IWEBCAL} X Xpost-extract: X -@${FIND} ${WRKSRC}/ -type d -name '.svn' | ${XARGS} ${RM} -rf X Xdo-install: X.if !exists(${WWWDIR}) X ${MKDIR} ${WWWDIR} X.endif X @${CP} -R ${WRKSRC}/* ${WWWDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ X X.include <bsd.port.mk> END-of-iwebcal/Makefile echo x - iwebcal/distinfo sed 's/^X//' >iwebcal/distinfo << 'END-of-iwebcal/distinfo' XMD5 (iwebcal-2.0b4.tgz) = 0a09379a5655b240465f06c2b2cc66be XSHA256 (iwebcal-2.0b4.tgz) = 34a06df18049658cdd90381adc7cbd40552ee60bc35a63ca91f148d6e43cf10b XSIZE (iwebcal-2.0b4.tgz) = 123575 END-of-iwebcal/distinfo echo x - iwebcal/pkg-descr sed 's/^X//' >iwebcal/pkg-descr << 'END-of-iwebcal/pkg-descr' XiWebCal displays iCal calendars and other vCalendars Xon the Web. There's no need for .Mac: With iWebCal Xyou can share calendars with anyone. X XWWW: http://interfacethis.com/iwebcal/ X X-- Babak Farrokhi Xbabak@farrokhi.net END-of-iwebcal/pkg-descr echo x - iwebcal/pkg-plist sed 's/^X//' >iwebcal/pkg-plist << 'END-of-iwebcal/pkg-plist' X%%IWEBCAL%%/README.txt X%%IWEBCAL%%/Sample.ics X%%IWEBCAL%%/base/main.inc X%%IWEBCAL%%/base/popup-event-info.php X%%IWEBCAL%%/base/time-zones.inc X%%IWEBCAL%%/class/CalItem.inc X%%IWEBCAL%%/class/Calendar.inc X%%IWEBCAL%%/class/Property.inc X%%IWEBCAL%%/class/iWebCal.inc X%%IWEBCAL%%/config.inc X%%IWEBCAL%%/img/btn-bg-over.gif X%%IWEBCAL%%/img/btn-bg-sel.gif X%%IWEBCAL%%/img/btn-bg.gif X%%IWEBCAL%%/img/btn-change-cal.gif X%%IWEBCAL%%/img/btn-left-over.gif X%%IWEBCAL%%/img/btn-left-sel.gif X%%IWEBCAL%%/img/btn-left.gif X%%IWEBCAL%%/img/btn-next-over.gif X%%IWEBCAL%%/img/btn-next.gif X%%IWEBCAL%%/img/btn-prev-over.gif X%%IWEBCAL%%/img/btn-prev.gif X%%IWEBCAL%%/img/btn-right-over.gif X%%IWEBCAL%%/img/btn-right-sel.gif X%%IWEBCAL%%/img/btn-right.gif X%%IWEBCAL%%/img/btn-today.gif X%%IWEBCAL%%/img/completed-check.gif X%%IWEBCAL%%/img/completed-header.gif X%%IWEBCAL%%/img/day-bg.gif X%%IWEBCAL%%/img/event-bg.gif X%%IWEBCAL%%/img/event-header-bg.gif X%%IWEBCAL%%/img/note-button.gif X%%IWEBCAL%%/img/pix-transparent.gif X%%IWEBCAL%%/img/powered-by-logo.gif X%%IWEBCAL%%/img/untimed-event-bg.gif X%%IWEBCAL%%/include/GNU General Public License.txt X%%IWEBCAL%%/include/iWebCal-ie6.css X%%IWEBCAL%%/include/iWebCal.css X%%IWEBCAL%%/include/iWebCal.js X%%IWEBCAL%%/index.php X@dirrm %%IWEBCAL%%/include X@dirrm %%IWEBCAL%%/img X@dirrm %%IWEBCAL%%/class X@dirrm %%IWEBCAL%%/base X@unexec rmdir %D/%%IWEBCAL%%/cache 2>&1 >/dev/null || true X@unexec rmdir %D/%%IWEBCAL%% 2>&1 >/dev/null || true END-of-iwebcal/pkg-plist exit --- iwebcal.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1137261529.46522>