FreeBSD Bugzilla – Attachment 62961 Details for
Bug 94005
[NEW PORT] games/pysycache-themes: The pysycache themes support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pysycache-themes-2.0.shar
pysycache-themes-2.0.shar (text/plain), 33.66 KB, created by
Jose Alonso Cardenas Marquez
on 2006-03-02 00:40:07 UTC
(
hide
)
Description:
pysycache-themes-2.0.shar
Filename:
MIME Type:
Creator:
Jose Alonso Cardenas Marquez
Created:
2006-03-02 00:40:07 UTC
Size:
33.66 KB
patch
obsolete
># 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: ># ># pysycache-themes ># pysycache-themes/pkg-descr ># pysycache-themes/Makefile ># pysycache-themes/pkg-plist ># pysycache-themes/distinfo ># >echo c - pysycache-themes >mkdir -p pysycache-themes > /dev/null 2>&1 >echo x - pysycache-themes/pkg-descr >sed 's/^X//' >pysycache-themes/pkg-descr << 'END-of-pysycache-themes/pkg-descr' >XThe pysycache theme files supported. >X >XWWW: http://www.pysycache.org/ >END-of-pysycache-themes/pkg-descr >echo x - pysycache-themes/Makefile >sed 's/^X//' >pysycache-themes/Makefile << 'END-of-pysycache-themes/Makefile' >X# New ports collection makefile for: pysycache-themes >X# Date created: 2006-02-22 >X# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= themes >XPORTVERSION= 2.0 >XCATEGORIES= games python >XMASTER_SITES= http://themes.pysycache.free.fr/ >XPKGNAMEPREFIX= pysycache- >XDISTFILES= # >XDIST_SUBDIR= pysycache >X >XMAINTAINER= acardenas@bsd.org.pe >XCOMMENT= The pysycache themes support >X >XRUN_DEPENDS= pysycache.py:${PORTSDIR}/games/pysycache >X >XUSE_ZIP= yes >XUSE_X_PREFIX= yes >XNO_BUILD= yes >XWRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} >XDATADIR= ${PREFIX}/share/${DIST_SUBDIR} >X >XOPTIONS= ANIMALS_MOVE "Animals move mouse theme" off \ >X EARTH_MOVE "Earth move mouse theme" off \ >X FOOD_MOVE "Food move mouse theme" off \ >X PLANTS_MOVE "Plants move mouse theme" off \ >X SKY_MOVE "Sky move mouse theme" off \ >X SPORTS_MOVE "Sports move mouse theme" off \ >X VEHICLE_MOVE "Vehicle move mouse theme" off \ >X WORLD_MOVE "World move mouse theme" off \ >X AFRICA_ACTIVITY "Africa activity theme" off >X >X.include <bsd.port.pre.mk> >X >X.if defined(WITH_ANIMALS_MOVE) >XDISTFILES+= animals-${PORTVERSION}.zip >XPLIST_SUB+= ANIMALS="" >XFLAG_THEME= true >XHAVE_THEME+= animals >X.else >XPLIST_SUB+= ANIMALS="@comment " >X.endif >X >X.if defined(WITH_EARTH_MOVE) >XDISTFILES+= earth-${PORTVERSION}.zip >XPLIST_SUB+= EARTH="" >XFLAG_THEME= true >XHAVE_THEME+= earth >X.else >XPLIST_SUB+= EARTH="@comment " >X.endif >X >X.if defined(WITH_FOOD_MOVE) >XDISTFILES+= food-${PORTVERSION}.zip >XPLIST_SUB+= FOOD="" >XFLAG_THEME= true >XHAVE_THEME+= food >X.else >XPLIST_SUB+= FOOD="@comment " >X.endif >X >X.if defined(WITH_PLANTS_MOVE) >XDISTFILES+= plants-${PORTVERSION}.zip >XPLIST_SUB+= PLANTS="" >XFLAG_THEME= true >XHAVE_THEME+= plants >X.else >XPLIST_SUB+= PLANTS="@comment " >X.endif >X >X.if defined(WITH_SKY_MOVE) >XDISTFILES+= sky-${PORTVERSION}.zip >XPLIST_SUB+= SKY="" >XFLAG_THEME= true >XHAVE_THEME+= sky >X.else >XPLIST_SUB+= SKY="@comment " >X.endif >X >X.if defined(WITH_SPORTS_MOVE) >XDISTFILES+= sports-${PORTVERSION}.zip >XPLIST_SUB+= SPORTS="" >XFLAG_THEME= true >XHAVE_THEME+= sports >X.else >XPLIST_SUB+= SPORTS="@comment " >X.endif >X >X.if defined(WITH_VEHICLE_MOVE) >XDISTFILES+= vehicle-${PORTVERSION}.zip >XPLIST_SUB+= VEHICLE="" >XFLAG_THEME= true >XHAVE_THEME+= vehicle >X.else >XPLIST_SUB+= VEHICLE="@comment " >X.endif >X >X.if defined(WITH_WORLD_MOVE) >XDISTFILES+= world-${PORTVERSION}.zip >XPLIST_SUB+= WORLD="" >XFLAG_THEME= true >XHAVE_THEME+= world >X.else >XPLIST_SUB+= WORLD="@comment " >X.endif >X >X.if defined(WITH_AFRICA_ACTIVITY) >XDISTFILES+= africa-${PORTVERSION}.zip >XPLIST_SUB+= AFRICA="" >XFLAG_THEME= true >XHAVE_THEME+= africa >X.else >XPLIST_SUB+= AFRICA="@comment " >X.endif >X >Xpre-fetch: >X.if defined(FLAG_THEME) >X @${TRUE} >X.else >X @${ECHO} "######################" >X @${ECHO} "# #" >X @${ECHO} "# No themes selected #" >X @${ECHO} "# #" >X @${ECHO} "######################" >X @${FALSE} >X.endif >X >Xdo-extract: >X @${MKDIR} ${WRKSRC} >X.for OPT in ${HAVE_THEME} >X @${UNZIP_CMD} -q ${_DISTDIR}/${OPT}-${PORTVERSION}.zip -d ${WRKSRC} >X.endfor >X >Xdo-install: >X @cd ${WRKSRC} && \ >X ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \ >X ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; >X >X.include <bsd.port.post.mk> >END-of-pysycache-themes/Makefile >echo x - pysycache-themes/pkg-plist >sed 's/^X//' >pysycache-themes/pkg-plist << 'END-of-pysycache-themes/pkg-plist' >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0007.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0006.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0002.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1013-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1013-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1012-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1012-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1011-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1011-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1012.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1010-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1009.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1010-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1009-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1013.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1008.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1009-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0004.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1005.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1000.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1001.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0003.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1002.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0005.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/0001.dfg >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1004.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1007.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/fond.bmp >X%%AFRICA%%%%DATADIR%%/themes-click/africa/copyright.txt >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1008-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1008-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1007-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/logo.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1003.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1006.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1007-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1006-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1006-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1011.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1010.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1005-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1005-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1004-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1004-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1003-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1003-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1002-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1002-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1001-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1001-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1000-on.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/1000-off.png >X%%AFRICA%%%%DATADIR%%/themes-click/africa/credits.txt >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/copyright.txt >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/credits.txt >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/logo.png >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a11.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a10.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a23.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a22.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a22.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a21.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a21.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a20.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a20.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a19.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a19.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a18.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a18.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a17.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a09.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a08.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a07.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a06.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a05.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a04.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a03.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a02.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a24.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/b01.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/cache-avion.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a24.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a23.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a22.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a21.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a20.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a19.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a18.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a17.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a16.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a15.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a14.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a13.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a01.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a02.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a03.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a04.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a05.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a06.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a07.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a08.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a09.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a10.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a11.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a12.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/cache/a00.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a01.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a00.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a17.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a01.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a02.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a03.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a04.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a05.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a06.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a07.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a08.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a09.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a10.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a11.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a16.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a16.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a15.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a15.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a14.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a14.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a13.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a23.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a13.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a12.jpeg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a12.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a24.dfg >X%%ANIMALS%%%%DATADIR%%/themes-move/animals/a00.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a11.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/206.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/631.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/529.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/credits.txt >X%%EARTH%%%%DATADIR%%/themes-move/earth/copyright.txt >X%%EARTH%%%%DATADIR%%/themes-move/earth/a00.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/629.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/113.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/00070.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/cache-avion.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/00034.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/206.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/2105.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/2112.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/2116.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/529.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/576.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/631.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/a14.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/a04.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/a11.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/a00.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/cache/629.jpg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a14.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a04.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a00.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a04.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/logo.png >X%%EARTH%%%%DATADIR%%/themes-move/earth/206.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/113.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a11.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/a14.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/576.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/629.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/629.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/2112.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/00034.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/00034.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/113.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/00070.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/529.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/00070.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/2105.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/2116.jpeg >X%%EARTH%%%%DATADIR%%/themes-move/earth/2105.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/2112.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/2116.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/576.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/631.dfg >X%%EARTH%%%%DATADIR%%/themes-move/earth/629.dfg~ >X%%FOOD%%%%DATADIR%%/themes-move/food/credits.txt >X%%FOOD%%%%DATADIR%%/themes-move/food/a00.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a01.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a02.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a03.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a04.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a05.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a06.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a07.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a08.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a09.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a10.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a11.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a12.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a13.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/cache-avion.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a01.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a02.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a03.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a04.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a05.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a06.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a07.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a08.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a09.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a10.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a11.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a12.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a13.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a14.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a15.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/cache/a00.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/copyright.txt >X%%FOOD%%%%DATADIR%%/themes-move/food/logo.png >X%%FOOD%%%%DATADIR%%/themes-move/food/a00.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a14.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a15.jpeg >X%%FOOD%%%%DATADIR%%/themes-move/food/a01.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a02.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a03.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a04.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a05.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a06.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a07.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a08.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a09.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a10.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a11.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a12.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a13.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a14.dfg >X%%FOOD%%%%DATADIR%%/themes-move/food/a15.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a09.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a08.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a07.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/copyright.txt >X%%PLANTS%%%%DATADIR%%/themes-move/plants/credits.txt >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/cache-avion.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a07.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a08.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a09.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a10.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a01.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a02.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a03.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a04.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a05.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a06.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a11.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/607.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/00002.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/636.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/cache/a00.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/logo.png >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a05.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a04.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a03.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a02.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a01.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a00.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a00.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a01.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a10.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a11.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a02.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a03.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a04.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a05.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a07.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a08.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a09.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a10.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a11.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a06.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/a06.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/607.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/607.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/00002.dfg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/636.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/00002.jpeg >X%%PLANTS%%%%DATADIR%%/themes-move/plants/636.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/credits.txt >X%%SKY%%%%DATADIR%%/themes-move/sky/a04.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a04.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a02.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a03.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a01.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a05.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/cache-avion.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a02.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a03.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a04.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a01.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a08.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a07.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a06.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a10.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a11.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a09.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a00.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/cache/a06b.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/copyright.txt >X%%SKY%%%%DATADIR%%/themes-move/sky/logo.png >X%%SKY%%%%DATADIR%%/themes-move/sky/a10.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a05.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a06.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a07.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a08.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a01.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a09.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a11.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a00.jpeg >X%%SKY%%%%DATADIR%%/themes-move/sky/a02.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a03.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a00.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a05.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a06.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a07.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a08.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a09.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a10.dfg >X%%SKY%%%%DATADIR%%/themes-move/sky/a11.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a09.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a08.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/copyright.txt >X%%SPORTS%%%%DATADIR%%/themes-move/sports/credits.txt >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/cache-avion.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a09.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a10.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a01.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a02.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a03.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a04.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a05.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a06.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a07.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a08.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/00114.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/406.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/00056.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/00055.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a00.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/cache/a2100.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/logo.png >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a07.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a06.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a05.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a04.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a03.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a02.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a01.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a00.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a00.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a10.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a01.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a02.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a03.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a04.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a05.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a06.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a07.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a08.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a09.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a10.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a2100.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/a2100.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/406.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/00056.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/00056.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/406.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/00114.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/00114.dfg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/00055.jpeg >X%%SPORTS%%%%DATADIR%%/themes-move/sports/00055.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/copyright.txt >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a06.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/credits.txt >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a07.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/cache-avion.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a07.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a08.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a01.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a02.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a03.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a04.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a05.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a06.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a09.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a10.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a11.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a12.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a14.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/415.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/2009.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/411.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/427.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/562.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/580.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/634.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/cache/a00.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/logo.png >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a05.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a04.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a03.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a02.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a01.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a00.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a10.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a00.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a09.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a12.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a11.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a08.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a01.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a02.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a03.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a04.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a05.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a06.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a07.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a08.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a09.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a10.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a11.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/a12.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/580.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/2009.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/427.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/411.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/634.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/562.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/2009.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/562.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/415.jpeg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/580.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/411.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/427.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/634.dfg >X%%VEHICLE%%%%DATADIR%%/themes-move/vehicle/415.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/copyright.txt >X%%WORLD%%%%DATADIR%%/themes-move/world/a19.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a16.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a10.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/credits.txt >X%%WORLD%%%%DATADIR%%/themes-move/world/logo.png >X%%WORLD%%%%DATADIR%%/themes-move/world/a06.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a05.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a18.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a00.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/cache-avion.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a14.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a15.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a16.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a13.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a17.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a01.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a02.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a03.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a04.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a05.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a06.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a07.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a18.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a19.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a20.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a10.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a09.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a08.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/514.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/528.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/107.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/00093.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/503.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a00.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/cache/a01b.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a04.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a03.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a02.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a01.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a00.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a17.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a15.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a14.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a20.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a13.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a01.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a02.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a03.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a04.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a05.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a06.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a10.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a13.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a14.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a15.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a16.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a17.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a18.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a19.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a20.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a09.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a09.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a08.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a08.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/a07.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/a07.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/107.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/514.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/503.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/107.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/528.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/00093.jpeg >X%%WORLD%%%%DATADIR%%/themes-move/world/528.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/503.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/514.dfg >X%%WORLD%%%%DATADIR%%/themes-move/world/00093.dfg >X%%AFRICA%%@dirrm %%DATADIR%%/themes-click/africa >X@dirrmtry %%DATADIR%%/themes-click >X%%ANIMALS%%@dirrm %%DATADIR%%/themes-move/animals/cache >X%%ANIMALS%%@dirrm %%DATADIR%%/themes-move/animals >X%%EARTH%%@dirrm %%DATADIR%%/themes-move/earth/cache >X%%EARTH%%@dirrm %%DATADIR%%/themes-move/earth >X%%FOOD%%@dirrm %%DATADIR%%/themes-move/food/cache >X%%FOOD%%@dirrm %%DATADIR%%/themes-move/food >X%%PLANTS%%@dirrm %%DATADIR%%/themes-move/plants/cache >X%%PLANTS%%@dirrm %%DATADIR%%/themes-move/plants >X%%SKY%%@dirrm %%DATADIR%%/themes-move/sky/cache >X%%SKY%%@dirrm %%DATADIR%%/themes-move/sky >X%%SPORTS%%@dirrm %%DATADIR%%/themes-move/sports/cache >X%%SPORTS%%@dirrm %%DATADIR%%/themes-move/sports >X%%VEHICLE%%@dirrm %%DATADIR%%/themes-move/vehicle/cache >X%%VEHICLE%%@dirrm %%DATADIR%%/themes-move/vehicle >X%%WORLD%%@dirrm %%DATADIR%%/themes-move/world/cache >X%%WORLD%%@dirrm %%DATADIR%%/themes-move/world >X@dirrmtry %%DATADIR%%/themes-move >END-of-pysycache-themes/pkg-plist >echo x - pysycache-themes/distinfo >sed 's/^X//' >pysycache-themes/distinfo << 'END-of-pysycache-themes/distinfo' >XMD5 (pysycache/animals-2.0.zip) = f584d3f1e72fef0ed47cee4af497a40c >XSHA256 (pysycache/animals-2.0.zip) = a279f78859e173e58346b6cc2683eec6938e5781cbcf4536e5fea19d809d8c2f >XSIZE (pysycache/animals-2.0.zip) = 3189488 >XMD5 (pysycache/africa-2.0.zip) = 824d34a47af61c797f361e00db88313c >XSHA256 (pysycache/africa-2.0.zip) = cd02217ce3e3c5ca733d9feb041dd94fb369dc0c55f6b15a35c27cabbdd2a607 >XSIZE (pysycache/africa-2.0.zip) = 3137820 >XMD5 (pysycache/earth-2.0.zip) = fa026c9ad0d2d717642673db278b970b >XSHA256 (pysycache/earth-2.0.zip) = 3682f9dc1ec0e3ae37209504c4c2f90448b9affbcddf143d59ccecac9fdde0fb >XSIZE (pysycache/earth-2.0.zip) = 3122814 >XMD5 (pysycache/food-2.0.zip) = c4874cbb9490a45ef2c0c1ddb8f5c6c8 >XSHA256 (pysycache/food-2.0.zip) = fdf6ff125a4d10c6ad6ba022288c1a790c76729117a9a2f7f53b0b6396c51ecd >XSIZE (pysycache/food-2.0.zip) = 2263764 >XMD5 (pysycache/plants-2.0.zip) = 39fc4fe99dbf9e8e4a6cb0052824f25e >XSHA256 (pysycache/plants-2.0.zip) = 4ecc93aad018cbcc4f0b4c24c1f5dad64dc20dbb1972d4b2582dbdfdbda4cc2c >XSIZE (pysycache/plants-2.0.zip) = 2043971 >XMD5 (pysycache/sky-2.0.zip) = 71926029f2b0804960e073cf3df087d0 >XSHA256 (pysycache/sky-2.0.zip) = 66e629022ad4fd6cb62298f86f84a938dcf16c5ec69ada99a6ae068c772eb659 >XSIZE (pysycache/sky-2.0.zip) = 1169367 >XMD5 (pysycache/sports-2.0.zip) = 60669963f0d2bf012a7bcaef842521a4 >XSHA256 (pysycache/sports-2.0.zip) = d3d6d9e9e51934ba9a4c13845e57536b9c5de7091c8a907d8ff9a576c9a72ea4 >XSIZE (pysycache/sports-2.0.zip) = 2008291 >XMD5 (pysycache/vehicle-2.0.zip) = 9d2c641d0c3c7cbed5f6ac24a1946c85 >XSHA256 (pysycache/vehicle-2.0.zip) = cd13606b13d68b682c23eef90d51e4be999c247f5ba8a42983076386f33f13c0 >XSIZE (pysycache/vehicle-2.0.zip) = 2834696 >XMD5 (pysycache/world-2.0.zip) = af8328c7ba51ec52625ccff112c284dc >XSHA256 (pysycache/world-2.0.zip) = 94ab5fc76eecd0e03f035ac11668e9e614ce2b33d998fd64445c849defdc36f3 >XSIZE (pysycache/world-2.0.zip) = 4028829 >END-of-pysycache-themes/distinfo >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94005
: 62961