From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 14 18:00:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04ECB16A428 for ; Sat, 14 Jan 2006 18:00:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4927643D49 for ; Sat, 14 Jan 2006 18:00:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EI0FdI028014 for ; Sat, 14 Jan 2006 18:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EI0FKP028013; Sat, 14 Jan 2006 18:00:15 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jan 2006 18:00:15 GMT Resent-Message-Id: <200601141800.k0EI0FKP028013@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Babak Farrokhi" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5774016A41F for ; Sat, 14 Jan 2006 17:59:01 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645FC43D64 for ; Sat, 14 Jan 2006 17:58:56 +0000 (GMT) (envelope-from babak@farrokhi.net) Received: from localhost (localhost [127.0.0.1]) by royalway.propagation.net (Postfix) with ESMTP id 40F065641D for ; Sat, 14 Jan 2006 11:58:56 -0600 (CST) Received: from royalway.propagation.net ([127.0.0.1]) by localhost (royalway.propagation.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20262-02 for ; Sat, 14 Jan 2006 11:58:51 -0600 (CST) Received: from adsl-nms.rasana.net (ns3.rasana.net [84.241.32.10]) by royalway.propagation.net (Postfix) with ESMTP id 5EF005641C for ; Sat, 14 Jan 2006 11:58:50 -0600 (CST) Message-Id: <1137261529.46522@adsl-nms.rasana.net> Date: Sat, 14 Jan 2006 21:28:49 +0330 From: "Babak Farrokhi" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/91795: new port www/iwebcal - web based ical viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 18:00:16 -0000 >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 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 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: