Skip site navigation (1)Skip section navigation (2)
Date:      4 Apr 2006 12:42:45 -0000
From:      nivit@email.it (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95303: [NEW PORT] www/eyeOS: Web Based Desktop System
Message-ID:  <20060404124245.59554.qmail@arancino>
Resent-Message-ID: <200604041250.k34CoDQV017131@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95303
>Category:       ports
>Synopsis:       [NEW PORT] www/eyeOS: Web Based Desktop System
>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:   Tue Apr 04 12:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD arancino.domo.sva 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #3: Thu Mar 30 11:13:09 CEST 2006
>Description:
EyeOS is a web based desktop system. With eyeOS you can access your data
and your applications anywhere, anytime. A virtual office in your hands,
no need to install anything in the computer. Everything lives in the browser,
for you and your work colleagues. eyeOS is open source and free software.
Make your life easier with the virtual word processor, calendar, file manager,
messenger, browser and other applications. And if you want more applications,
just visit the eyeOS Application Database!

Author:	<team@eyeos.org>
WWW:	http://www.eyeos.org/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- eyeOS-0.8.12.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:
#
#	eyeOS
#	eyeOS/Makefile
#	eyeOS/distinfo
#	eyeOS/files
#	eyeOS/files/pkg-message.in
#	eyeOS/pkg-descr
#	eyeOS/pkg-plist
#
echo c - eyeOS
mkdir -p eyeOS > /dev/null 2>&1
echo x - eyeOS/Makefile
sed 's/^X//' >eyeOS/Makefile << 'END-of-eyeOS/Makefile'
X# New ports collection makefile for:	eyeOS
X# Date created:		2006-04-04
X# Whom:			Nicola Vitale	<nivit@email.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	eyeOS
XPORTVERSION=	0.8.12
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME:L}
X
XMAINTAINER=	nivit@email.it
XCOMMENT=	Web Based Desktop System
X
XNO_BUILD=	yes
XUSE_APACHE=	yes
XUSE_PHP=	pcre session
X
XWRKSRC=	${WRKDIR}/${PORTNAME}
XDATADIR=	${PREFIX}/www/data/${PORTNAME}
X
XSUB_FILES=	pkg-message
XSUB_LIST=	DOCSDIR=${DOCSDIR}
X
XCHMOD_DIRS=	etc home usr
XFIND_DIRS=	-type d \! -empty -and \! -path "*DOCS*"
XFIND_DATA=	-type f -not -path "*DOCS*"
XFIND_DOCS=	-type f -not -name "*.txt"
X
XMANUAL_DIR=	'USER MANUAL'
X
Xdo-install:
X	@cd ${WRKSRC} && ${FIND} . ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} \;
X	@cd ${DATADIR} && ${CHMOD} 777 ${CHMOD_DIRS}
X	@cd ${WRKSRC} && ${FIND} . ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR} ${DOCSDIR}/${MANUAL_DIR}
X	@cd ${WRKSRC}/DOCS && ${FIND} . ${FIND_DOCS} -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-eyeOS/Makefile
echo x - eyeOS/distinfo
sed 's/^X//' >eyeOS/distinfo << 'END-of-eyeOS/distinfo'
XMD5 (eyeOS-0.8.12.tar.gz) = e5c0428176e917ba2d489697d86b5cbb
XSHA256 (eyeOS-0.8.12.tar.gz) = 5ac08454c394f37385ad3f83da491e1e59a5b0d1dcb7a919d0115e8b7f044370
XSIZE (eyeOS-0.8.12.tar.gz) = 972846
END-of-eyeOS/distinfo
echo c - eyeOS/files
mkdir -p eyeOS/files > /dev/null 2>&1
echo x - eyeOS/files/pkg-message.in
sed 's/^X//' >eyeOS/files/pkg-message.in << 'END-of-eyeOS/files/pkg-message.in'
X**********************************************************************
X
X  Complete installation (only one step) pointing your web browser at
X
X      http://localhost/eyeOS/index.php
X
X  Please, read the %%DOCSDIR%%/SECURITY MANUAL.
X
X  Enjoy eyeOS!
X
X**********************************************************************
END-of-eyeOS/files/pkg-message.in
echo x - eyeOS/pkg-descr
sed 's/^X//' >eyeOS/pkg-descr << 'END-of-eyeOS/pkg-descr'
XEyeOS is a web based desktop system. With eyeOS you can access your data
Xand your applications anywhere, anytime. A virtual office in your hands,
Xno need to install anything in the computer. Everything lives in the browser,
Xfor you and your work colleagues. eyeOS is open source and free software.
XMake your life easier with the virtual word processor, calendar, file manager,
Xmessenger, browser and other applications. And if you want more applications,
Xjust visit the eyeOS Application Database!
X
XAuthor:	<team@eyeos.org>
XWWW:	http://www.eyeos.org/
END-of-eyeOS/pkg-descr
echo x - eyeOS/pkg-plist
sed 's/^X//' >eyeOS/pkg-plist << 'END-of-eyeOS/pkg-plist'
X@comment $FreeBSD$
X%%PORTDOCS%%%%DOCSDIR%%/QUICK INSTALL MANUAL
X%%PORTDOCS%%%%DOCSDIR%%/QUICK UPGRADE MANUAL
X%%PORTDOCS%%%%DOCSDIR%%/SECURITY MANUAL
X%%PORTDOCS%%%%DOCSDIR%%/USER MANUAL/ENGLISH
X%%PORTDOCS%%%%DOCSDIR%%/USER MANUAL/JAPANESE
X%%PORTDOCS%%%%DOCSDIR%%/USER MANUAL/POLISH
X%%PORTDOCS%%%%DOCSDIR%%/USER MANUAL/PORTUGUESE
X%%PORTDOCS%%%%DOCSDIR%%/USER MANUAL/SPANISH
X%%DATADIR%%/apps/eyeApps.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeApps.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeApps.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeApps.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeApps.eyeapp/index.htm
X%%DATADIR%%/apps/eyeApps.eyeapp/lang.php
X%%DATADIR%%/apps/eyeApps.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeBoard.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeBoard.eyeapp/css.css
X%%DATADIR%%/apps/eyeBoard.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeBoard.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeBoard.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeBoard.eyeapp/index.htm
X%%DATADIR%%/apps/eyeBoard.eyeapp/lang.php
X%%DATADIR%%/apps/eyeBoard.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeCalc.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/coma.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/div.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/fonscalc.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/igual.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/menys.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/mes.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/mult.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num0.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num1.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num2.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num3.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num4.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num5.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num6.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num7.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num8.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/num9.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/off.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/pantalla.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/percent.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/r.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/gfx/s.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeCalc.eyeapp/jscript.js
X%%DATADIR%%/apps/eyeCalc.eyeapp/lang.php
X%%DATADIR%%/apps/eyeCalc.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeCalendar.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeCalendar.eyeapp/css.css
X%%DATADIR%%/apps/eyeCalendar.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeCalendar.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeCalendar.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeCalendar.eyeapp/index.htm
X%%DATADIR%%/apps/eyeCalendar.eyeapp/lang.php
X%%DATADIR%%/apps/eyeCalendar.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeEdit.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/bold.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/bullet.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/center.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/color.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/hilite.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/html.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/image.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/indent.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/italic.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/justify.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/left.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/link.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/number.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/outdent.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/redo.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/right.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/rule.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/table.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/underline.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/gfx/undo.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeEdit.eyeapp/index.htm
X%%DATADIR%%/apps/eyeEdit.eyeapp/lang.php
X%%DATADIR%%/apps/eyeEdit.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeEdit.eyeapp/whizzywig.js
X%%DATADIR%%/apps/eyeHelp.app
X%%DATADIR%%/apps/eyeHome.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeHome.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeHome.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeHome.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeHome.eyeapp/index.htm
X%%DATADIR%%/apps/eyeHome.eyeapp/lang.php
X%%DATADIR%%/apps/eyeHome.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeInfo.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeInfo.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeInfo.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeInfo.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeInfo.eyeapp/lang.php
X%%DATADIR%%/apps/eyeInfo.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeMessages.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeMessages.eyeapp/gfx/eyeMessages.css
X%%DATADIR%%/apps/eyeMessages.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeMessages.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeMessages.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeMessages.eyeapp/index.htm
X%%DATADIR%%/apps/eyeMessages.eyeapp/lang.php
X%%DATADIR%%/apps/eyeMessages.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeNav.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeNav.eyeapp/css.css
X%%DATADIR%%/apps/eyeNav.eyeapp/gfx/save.png
X%%DATADIR%%/apps/eyeNav.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeNav.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeNav.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeNav.eyeapp/index.htm
X%%DATADIR%%/apps/eyeNav.eyeapp/lang.php
X%%DATADIR%%/apps/eyeNav.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeOptions.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeOptions.eyeapp/esborradir.inc.php
X%%DATADIR%%/apps/eyeOptions.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyeOptions.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyeOptions.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyeOptions.eyeapp/index.htm
X%%DATADIR%%/apps/eyeOptions.eyeapp/lang.php
X%%DATADIR%%/apps/eyeOptions.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyePhones.eyeapp/aplic.php
X%%DATADIR%%/apps/eyePhones.eyeapp/ico_a.png
X%%DATADIR%%/apps/eyePhones.eyeapp/ico_b.png
X%%DATADIR%%/apps/eyePhones.eyeapp/ico_c.png
X%%DATADIR%%/apps/eyePhones.eyeapp/index.htm
X%%DATADIR%%/apps/eyePhones.eyeapp/lang.php
X%%DATADIR%%/apps/eyePhones.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeTrash.eyeapp/aplic.php
X%%DATADIR%%/apps/eyeTrash.eyeapp/empty.png
X%%DATADIR%%/apps/eyeTrash.eyeapp/full.png
X%%DATADIR%%/apps/eyeTrash.eyeapp/lang.php
X%%DATADIR%%/apps/eyeTrash.eyeapp/propietats.xml
X%%DATADIR%%/apps/eyeViewer.app
X%%DATADIR%%/desktop.php
X%%DATADIR%%/etc/index.html
X%%DATADIR%%/home/index.html
X%%DATADIR%%/index.php
X%%DATADIR%%/sysdefs.php
X%%DATADIR%%/system/archive.php
X%%DATADIR%%/system/baixar.php
X%%DATADIR%%/system/config.php
X%%DATADIR%%/system/css/install.css
X%%DATADIR%%/system/css/start.css
X%%DATADIR%%/system/funcions.php
X%%DATADIR%%/system/gfx/back.png
X%%DATADIR%%/system/gfx/btn/delete.png
X%%DATADIR%%/system/gfx/btn/deletesmall.png
X%%DATADIR%%/system/gfx/btn/download.png
X%%DATADIR%%/system/gfx/btn/edit.png
X%%DATADIR%%/system/gfx/btn/help.png
X%%DATADIR%%/system/gfx/btn/new.png
X%%DATADIR%%/system/gfx/btn/open.png
X%%DATADIR%%/system/gfx/btn/opensmall.png
X%%DATADIR%%/system/gfx/btn/print.png
X%%DATADIR%%/system/gfx/btn/resize.png
X%%DATADIR%%/system/gfx/btn/restore.png
X%%DATADIR%%/system/gfx/btn/save.png
X%%DATADIR%%/system/gfx/btn/sortDn.png
X%%DATADIR%%/system/gfx/btn/sortUp.png
X%%DATADIR%%/system/gfx/btn/upload.png
X%%DATADIR%%/system/gfx/btn/view.png
X%%DATADIR%%/system/gfx/index.html
X%%DATADIR%%/system/gfx/langs/bulgarian.png
X%%DATADIR%%/system/gfx/langs/catalan.png
X%%DATADIR%%/system/gfx/langs/chinese.png
X%%DATADIR%%/system/gfx/langs/danish.png
X%%DATADIR%%/system/gfx/langs/dutch.png
X%%DATADIR%%/system/gfx/langs/english.png
X%%DATADIR%%/system/gfx/langs/finnish.png
X%%DATADIR%%/system/gfx/langs/french.png
X%%DATADIR%%/system/gfx/langs/galego.png
X%%DATADIR%%/system/gfx/langs/german.png
X%%DATADIR%%/system/gfx/langs/hungarian.png
X%%DATADIR%%/system/gfx/langs/italian.png
X%%DATADIR%%/system/gfx/langs/polish.png
X%%DATADIR%%/system/gfx/langs/portuguese.png
X%%DATADIR%%/system/gfx/langs/romanian.png
X%%DATADIR%%/system/gfx/langs/russian.png
X%%DATADIR%%/system/gfx/langs/spanish.png
X%%DATADIR%%/system/gfx/langs/swedish.png
X%%DATADIR%%/system/gfx/langs/turkish.png
X%%DATADIR%%/system/gfx/login/enter.png
X%%DATADIR%%/system/gfx/login/fons.png
X%%DATADIR%%/system/gfx/login/login.png
X%%DATADIR%%/system/gfx/login/logo.png
X%%DATADIR%%/system/gfx/tipus/avi.png
X%%DATADIR%%/system/gfx/tipus/bin.png
X%%DATADIR%%/system/gfx/tipus/bmp.png
X%%DATADIR%%/system/gfx/tipus/css.png
X%%DATADIR%%/system/gfx/tipus/deb.png
X%%DATADIR%%/system/gfx/tipus/doc.png
X%%DATADIR%%/system/gfx/tipus/dwg.png
X%%DATADIR%%/system/gfx/tipus/eml.png
X%%DATADIR%%/system/gfx/tipus/exe.png
X%%DATADIR%%/system/gfx/tipus/gif.png
X%%DATADIR%%/system/gfx/tipus/htm.png
X%%DATADIR%%/system/gfx/tipus/html.png
X%%DATADIR%%/system/gfx/tipus/ico.png
X%%DATADIR%%/system/gfx/tipus/iff.png
X%%DATADIR%%/system/gfx/tipus/jpeg.png
X%%DATADIR%%/system/gfx/tipus/jpg.png
X%%DATADIR%%/system/gfx/tipus/map.png
X%%DATADIR%%/system/gfx/tipus/mp3.png
X%%DATADIR%%/system/gfx/tipus/mp4.png
X%%DATADIR%%/system/gfx/tipus/ogg.png
X%%DATADIR%%/system/gfx/tipus/old.png
X%%DATADIR%%/system/gfx/tipus/pdf.png
X%%DATADIR%%/system/gfx/tipus/png.png
X%%DATADIR%%/system/gfx/tipus/ppt.png
X%%DATADIR%%/system/gfx/tipus/psd.png
X%%DATADIR%%/system/gfx/tipus/rar.png
X%%DATADIR%%/system/gfx/tipus/rewfewwe.png
X%%DATADIR%%/system/gfx/tipus/rpm.png
X%%DATADIR%%/system/gfx/tipus/rtf.png
X%%DATADIR%%/system/gfx/tipus/sql.png
X%%DATADIR%%/system/gfx/tipus/svg.png
X%%DATADIR%%/system/gfx/tipus/sxc.png
X%%DATADIR%%/system/gfx/tipus/sxi.png
X%%DATADIR%%/system/gfx/tipus/sxw.png
X%%DATADIR%%/system/gfx/tipus/tar.png
X%%DATADIR%%/system/gfx/tipus/tiff.png
X%%DATADIR%%/system/gfx/tipus/txt.png
X%%DATADIR%%/system/gfx/tipus/wav.png
X%%DATADIR%%/system/gfx/tipus/wmv.png
X%%DATADIR%%/system/gfx/tipus/xcf.png
X%%DATADIR%%/system/gfx/tipus/xls.png
X%%DATADIR%%/system/gfx/tipus/zip.png
X%%DATADIR%%/system/gfx/tipus/zzz.png
X%%DATADIR%%/system/gfx/ull.ico
X%%DATADIR%%/system/ilang.php
X%%DATADIR%%/system/install.php
X%%DATADIR%%/system/lang.php
X%%DATADIR%%/system/scripts/gclock.js
X%%DATADIR%%/system/scripts/x_core.js
X%%DATADIR%%/system/scripts/x_drag.js
X%%DATADIR%%/system/scripts/x_event.js
X%%DATADIR%%/system/scripts/x_eyeOSwin.js
X%%DATADIR%%/system/syscall.php
X%%DATADIR%%/system/themes/animus/INFO
X%%DATADIR%%/system/themes/animus/apps/eyeAmp.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeAmp.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeAmp.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeApps.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeApps.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeApps.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeBoard.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeBoard.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeBoard.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeCalc.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeCalc.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeCalc.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeCalendar.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeCalendar.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeCalendar.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeEdit.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeEdit.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeEdit.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeHome.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeHome.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeHome.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeInfo.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeInfo.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeInfo.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeMessages.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeMessages.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeMessages.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeNav.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeNav.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeNav.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeOptions.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyeOptions.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyeOptions.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyePhones.eyeapp/ico_a.png
X%%DATADIR%%/system/themes/animus/apps/eyePhones.eyeapp/ico_b.png
X%%DATADIR%%/system/themes/animus/apps/eyePhones.eyeapp/ico_c.png
X%%DATADIR%%/system/themes/animus/apps/eyeTrash.eyeapp/empty.png
X%%DATADIR%%/system/themes/animus/apps/eyeTrash.eyeapp/full.png
X%%DATADIR%%/system/themes/animus/default.css
X%%DATADIR%%/system/themes/animus/desktop/clock.png
X%%DATADIR%%/system/themes/animus/desktop/dock.png
X%%DATADIR%%/system/themes/animus/desktop/dockmin.png
X%%DATADIR%%/system/themes/animus/desktop/exit.png
X%%DATADIR%%/system/themes/animus/eyeos.jpg
X%%DATADIR%%/system/themes/animus/gfxwin/1.png
X%%DATADIR%%/system/themes/animus/gfxwin/2.png
X%%DATADIR%%/system/themes/animus/gfxwin/3.png
X%%DATADIR%%/system/themes/animus/gfxwin/4.png
X%%DATADIR%%/system/themes/animus/gfxwin/5.png
X%%DATADIR%%/system/themes/animus/gfxwin/6.png
X%%DATADIR%%/system/themes/animus/gfxwin/bar.png
X%%DATADIR%%/system/themes/animus/gfxwin/close.png
X%%DATADIR%%/system/themes/animus/gfxwin/max.png
X%%DATADIR%%/system/themes/animus/gfxwin/min.png
X%%DATADIR%%/system/themes/animus/gfxwin/resize.png
X%%DATADIR%%/system/themes/animus/thumb.png
X%%DATADIR%%/system/themes/default/IE/1.png
X%%DATADIR%%/system/themes/default/IE/10.png
X%%DATADIR%%/system/themes/default/IE/11.png
X%%DATADIR%%/system/themes/default/IE/12.png
X%%DATADIR%%/system/themes/default/IE/2.png
X%%DATADIR%%/system/themes/default/IE/3.png
X%%DATADIR%%/system/themes/default/IE/4.png
X%%DATADIR%%/system/themes/default/IE/5.png
X%%DATADIR%%/system/themes/default/IE/6.png
X%%DATADIR%%/system/themes/default/IE/7.png
X%%DATADIR%%/system/themes/default/IE/8.png
X%%DATADIR%%/system/themes/default/IE/9.png
X%%DATADIR%%/system/themes/default/IE/default.css
X%%DATADIR%%/system/themes/default/IE/dock.png
X%%DATADIR%%/system/themes/default/IE/dockmin.png
X%%DATADIR%%/system/themes/default/IE/resize.png
X%%DATADIR%%/system/themes/default/INFO
X%%DATADIR%%/system/themes/default/default.css
X%%DATADIR%%/system/themes/default/desktop/dock.png
X%%DATADIR%%/system/themes/default/desktop/dockmin.png
X%%DATADIR%%/system/themes/default/desktop/exit.png
X%%DATADIR%%/system/themes/default/eyeos.jpg
X%%DATADIR%%/system/themes/default/gfxwin/1.png
X%%DATADIR%%/system/themes/default/gfxwin/10.png
X%%DATADIR%%/system/themes/default/gfxwin/11.png
X%%DATADIR%%/system/themes/default/gfxwin/12.png
X%%DATADIR%%/system/themes/default/gfxwin/2.png
X%%DATADIR%%/system/themes/default/gfxwin/3.png
X%%DATADIR%%/system/themes/default/gfxwin/4.png
X%%DATADIR%%/system/themes/default/gfxwin/5.png
X%%DATADIR%%/system/themes/default/gfxwin/6.png
X%%DATADIR%%/system/themes/default/gfxwin/7.png
X%%DATADIR%%/system/themes/default/gfxwin/8.png
X%%DATADIR%%/system/themes/default/gfxwin/9.png
X%%DATADIR%%/system/themes/default/gfxwin/bar.png
X%%DATADIR%%/system/themes/default/gfxwin/close.png
X%%DATADIR%%/system/themes/default/gfxwin/max.png
X%%DATADIR%%/system/themes/default/gfxwin/min.png
X%%DATADIR%%/system/themes/default/gfxwin/resize.png
X%%DATADIR%%/system/themes/default/thumb.png
X%%DATADIR%%/usr/index.html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/USER MANUAL
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm %%DATADIR%%/apps/eyeApps.eyeapp
X@dirrm %%DATADIR%%/apps/eyeBoard.eyeapp
X@dirrm %%DATADIR%%/apps/eyeCalc.eyeapp/gfx
X@dirrm %%DATADIR%%/apps/eyeCalc.eyeapp
X@dirrm %%DATADIR%%/apps/eyeCalendar.eyeapp
X@dirrm %%DATADIR%%/apps/eyeEdit.eyeapp/gfx
X@dirrm %%DATADIR%%/apps/eyeEdit.eyeapp
X@dirrm %%DATADIR%%/apps/eyeHome.eyeapp
X@dirrm %%DATADIR%%/apps/eyeInfo.eyeapp
X@dirrm %%DATADIR%%/apps/eyeMessages.eyeapp/gfx
X@dirrm %%DATADIR%%/apps/eyeMessages.eyeapp
X@dirrm %%DATADIR%%/apps/eyeNav.eyeapp/gfx
X@dirrm %%DATADIR%%/apps/eyeNav.eyeapp
X@dirrm %%DATADIR%%/apps/eyeOptions.eyeapp
X@dirrm %%DATADIR%%/apps/eyePhones.eyeapp
X@dirrm %%DATADIR%%/apps/eyeTrash.eyeapp
X@dirrm %%DATADIR%%/apps
X@dirrmtry %%DATADIR%%/etc
X@dirrmtry %%DATADIR%%/home
X@dirrm %%DATADIR%%/system/css
X@dirrm %%DATADIR%%/system/gfx/btn
X@dirrm %%DATADIR%%/system/gfx/langs
X@dirrm %%DATADIR%%/system/gfx/login
X@dirrm %%DATADIR%%/system/gfx/tipus
X@dirrm %%DATADIR%%/system/gfx
X@dirrm %%DATADIR%%/system/scripts
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeAmp.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeApps.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeBoard.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeCalc.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeCalendar.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeEdit.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeHome.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeInfo.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeMessages.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeNav.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeOptions.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyePhones.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps/eyeTrash.eyeapp
X@dirrm %%DATADIR%%/system/themes/animus/apps
X@dirrm %%DATADIR%%/system/themes/animus/desktop
X@dirrm %%DATADIR%%/system/themes/animus/gfxwin
X@dirrm %%DATADIR%%/system/themes/animus
X@dirrm %%DATADIR%%/system/themes/default/IE
X@dirrm %%DATADIR%%/system/themes/default/desktop
X@dirrm %%DATADIR%%/system/themes/default/gfxwin
X@dirrm %%DATADIR%%/system/themes/default
X@dirrm %%DATADIR%%/system/themes
X@dirrm %%DATADIR%%/system
X@dirrmtry %%DATADIR%%/usr
X@dirrmtry %%DATADIR%%
END-of-eyeOS/pkg-plist
exit
--- eyeOS-0.8.12.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?20060404124245.59554.qmail>