summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
commitda977380baf68d13d8cd5a758af5db0b145e2b0a (patch)
tree7b357e6252923660b4928fbc4eb56e8629dda236 /x11-fm
parent- Reconnect x11-wm/flwm (diff)
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months 2008-09-19 lang/screamer: Has been broken for more than 6 months 2008-10-01 misc/documancer: Unmaintained upstream 2008-09-19 misc/ipbt: Has been broken for more than 6 months 2008-10-13 multimedia/manslide: Use multimedia/smile instead 2008-09-19 net/globus4: Has been broken for more than 6 months 2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months 2008-01-28 net/p54u: website disappeared 2008-09-19 net-im/ginsu: Has been broken for more than 6 months 2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months 2008-09-19 sysutils/sjog: Has been broken for more than 6 months 2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months 2008-09-19 www/roxen: Has been broken for more than 6 months 2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=223972
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/Makefile1
-rw-r--r--x11-fm/evidence/Makefile137
-rw-r--r--x11-fm/evidence/distinfo3
-rw-r--r--x11-fm/evidence/files/patch-src_thumbnailer_Makefile.in14
-rw-r--r--x11-fm/evidence/pkg-descr6
-rw-r--r--x11-fm/evidence/pkg-plist439
6 files changed, 0 insertions, 600 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index 63aaa2a89e86..99311d2bdabb 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -11,7 +11,6 @@
SUBDIR += emelfm2
SUBDIR += entropyfm
SUBDIR += etoile-fontmanager
- SUBDIR += evidence
SUBDIR += ezfm
SUBDIR += filerunner
SUBDIR += fsv
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile
deleted file mode 100644
index 9ed582d9bd49..000000000000
--- a/x11-fm/evidence/Makefile
+++ /dev/null
@@ -1,137 +0,0 @@
-# New ports collection makefile for: evidence
-# Date created: 31 Juli 2005
-# Whom: Anders Troback
-#
-# $FreeBSD$
-#
-
-PORTNAME= evidence
-PORTVERSION= 0.9.8
-PORTREVISION= 10
-CATEGORIES= x11-fm
-MASTER_SITES= SF
-
-MAINTAINER= freebsd@troback.com
-COMMENT= Enlightened file-manager
-
-BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-
-BROKEN= Does not compile
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
-USE_FAM= yes
-USE_GMAKE= yes
-USE_GNOME= gtk20
-USE_GETTEXT= yes
-USE_EFL= imlib2 evas edje ecore embryo eet
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-dbus \
- --disable-dcop \
- --enable-ecore-ipc \
- --enable-canvas-evas2 \
- --disable-canvas-gnomecanvas \
- --disable-backend-gnomevfs2 \
- --disable-backend-kio \
- --disable-attrs \
- --disable-acls \
- --enable-magic \
- --disable-sharedmime \
- --disable-thumbnailer-avi \
- --disable-thumbnailer-mpeg3 \
- --enable-plugin-ttf
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/*
-
-MAN1= evidence.1
-INFO= evidence
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.else
-CONFIGURE_ARGS+=--disable-debug
-.endif
-
-# WARNING: Encore main-loop is slow comparing to glib main-loop, it is one
-# of reason to use glib by default. Even though it's default in
-# the configure.
-.if defined(WITH_ECORE_MAINLOOP)
-CONFIGURE_ARGS+=--enable-ecore
-.else
-CONFIGURE_ARGS+=--disable-ecore
-.endif
-
-.if defined(WITHOUT_EXTRACTOR)
-CONFIGURE_ARGS+=--disable-plugin-extractor
-PLIST_SUB+= EXTRACTOR:="@comment "
-.else
-LIB_DEPENDS+= extractor.2:${PORTSDIR}/textproc/libextractor
-CONFIGURE_ARGS+=--enable-plugin-extractor
-PLIST_SUB+= EXTRACTOR:=""
-.endif
-
-.if defined(WITHOUT_ID3)
-CONFIGURE_ARGS+=--disable-plugin-id3
-PLIST_SUB+= ID3:="@comment "
-.else
-LIB_DEPENDS+= id3-3.8.3:${PORTSDIR}/audio/id3lib
-CONFIGURE_ARGS+=--enable-plugin-id3
-PLIST_SUB+= ID3:=""
-.endif
-
-.if defined(WITHOUT_VORBIS)
-CONFIGURE_ARGS+=--disable-plugin-vorbis
-PLIST_SUB+= VORBIS:="@comment "
-.else
-LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
-CONFIGURE_ARGS+=--enable-plugin-vorbis
-PLIST_SUB+= VORBIS:=""
-.endif
-
-.if defined(WITHOUT_XINE)
-CONFIGURE_ARGS+=--disable-thumbnailer-xine
-PLIST_SUB+= XINE:="@comment "
-.else
-LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine
-CONFIGURE_ARGS+=--enable-thumbnailer-xine
-PLIST_SUB+= XINE:=""
-.endif
-
-pre-everything::
- @${ECHO_MSG} "*****************************************************************************"
-.if !defined(WITH_DEBUG) || !defined(WITH_ECORE_MAINLOOP) || !defined(WITHOUT_EXTRACTOR) || !defined(WITHOUT_ID3) || !defined(WITHOUT_VORBIS) || !defined(WITHOUT_XINE)
- @${ECHO_MSG} "You may specify the following on the command line:"
- @${ECHO_MSG} " "
-.endif
-.if !defined(WITH_DEBUG)
- @${ECHO_MSG} "WITH_DEBUG=yes, enable debugging."
-.endif
-.if !defined(WITH_ECORE_MAINLOOP)
- @${ECHO_MSG} "WITH_ECORE_MAINLOOP=yes, use eCore as main-loop, GLib is default and faster."
-.endif
-.if !defined(WITHOUT_EXTRACTOR)
- @${ECHO_MSG} "WITHOUT_EXTRACTOR=yes, disable the file keywords plugin."
-.endif
-.if !defined(WITHOUT_ID3)
- @${ECHO_MSG} "WITHOUT_ID3=yes, disable the file info plugin for mp3 files."
-.endif
-.if !defined(WITHOUT_VORBIS)
- @${ECHO_MSG} "WITHOUT_VORBIS=yes, disable the file info plugin for vorbis (ogg) files."
-.endif
-.if !defined(WITHOUT_XINE)
- @${ECHO_MSG} "WITHOUT_XINE=yes, disable the thumbnailer for video files."
-.endif
- @${ECHO_MSG} "*****************************************************************************"
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|LDFLAGS = |LDFLAGS = @LDFLAGS@ |g'
- @${REINPLACE_CMD} -e 's|-lmagic|-lmagic -lz|g ; s|"loop"|"$$loop"|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|@ecore_cflags@|$$(ECORE_CFLAGS)|g ; \
- s|@ecore_libs@|$$(ECORE_LIBS)|g' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11-fm/evidence/distinfo b/x11-fm/evidence/distinfo
deleted file mode 100644
index e4a51d98e78b..000000000000
--- a/x11-fm/evidence/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (evidence-0.9.8.tar.gz) = 717189467ddb28ec82572625986fe8e9
-SHA256 (evidence-0.9.8.tar.gz) = f0f2d64daa713c038075d76888ad15bfed99905719d3b5f1af5c012f5f480497
-SIZE (evidence-0.9.8.tar.gz) = 5895048
diff --git a/x11-fm/evidence/files/patch-src_thumbnailer_Makefile.in b/x11-fm/evidence/files/patch-src_thumbnailer_Makefile.in
deleted file mode 100644
index 8c72f797d4e6..000000000000
--- a/x11-fm/evidence/files/patch-src_thumbnailer_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/thumbnailer/Makefile.in.orig Thu Oct 6 00:05:24 2005
-+++ src/thumbnailer/Makefile.in Thu Oct 6 00:06:55 2005
-@@ -295,8 +295,10 @@
- @BUILD_THUMBNAILER_MPEG3_TRUE@MPEG3_DIR = mpeg3
- @BUILD_THUMBNAILER_AVIFILE_TRUE@AVIFILE_DIR = avifile
- @BUILD_THUMBNAILER_ID3_TRUE@ID3_DIR = id3
-+@BUILD_THUMBNAILER_XINE_TRUE@XINE_DIR = xine
-
--SUBDIRS = epeg imlib_loaders ttf $(AVIFILE_DIR) $(ID3_DIR) $(MPEG3_DIR) xine
-+SUBDIRS = epeg imlib_loaders ttf $(AVIFILE_DIR) $(ID3_DIR) $(MPEG3_DIR) \
-+ $(XINE_DIR)
-
- AUTOMAKE_OPTIONS = 1.4 foreign
-
diff --git a/x11-fm/evidence/pkg-descr b/x11-fm/evidence/pkg-descr
deleted file mode 100644
index 1d5075141946..000000000000
--- a/x11-fm/evidence/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Enlightened file-manager.
-
-WWW: http://evidence.sourceforge.net/
-
-- Anders Troback
-public@troback.com
diff --git a/x11-fm/evidence/pkg-plist b/x11-fm/evidence/pkg-plist
deleted file mode 100644
index ecbe8ed51bfa..000000000000
--- a/x11-fm/evidence/pkg-plist
+++ /dev/null
@@ -1,439 +0,0 @@
-bin/evidence
-bin/evcfg
-bin/evsh
-lib/evidence/thumbnailer/epeg.so
-lib/evidence/thumbnailer/epeg.la
-lib/evidence/thumbnailer/epeg.a
-lib/evidence/thumbnailer/imlib.so
-lib/evidence/thumbnailer/imlib.la
-lib/evidence/thumbnailer/imlib.a
-lib/evidence/thumbnailer/ttf.so
-lib/evidence/thumbnailer/ttf.la
-lib/evidence/thumbnailer/ttf.a
-lib/evidence/thumbnailer/id3.so
-lib/evidence/thumbnailer/id3.la
-lib/evidence/thumbnailer/id3.a
-lib/evidence/thumbnailer/xine.so
-lib/evidence/thumbnailer/xine.la
-lib/evidence/thumbnailer/xine.a
-lib/evidence/ipc/ipc_ecore.so
-lib/evidence/ipc/ipc_ecore.la
-lib/evidence/ipc/ipc_ecore.a
-lib/evidence/gui/efl/engines/ix_rephormed.so
-lib/evidence/gui/efl/engines/ix_rephormed.la
-lib/evidence/gui/efl/engines/ix_rephormed.a
-lib/evidence/gui/efl/engines/ix_LCARS.so
-lib/evidence/gui/efl/engines/ix_LCARS.la
-lib/evidence/gui/efl/engines/ix_LCARS.a
-lib/evidence/gui/efl/engines/ia_basic.so
-lib/evidence/gui/efl/engines/ia_basic.la
-lib/evidence/gui/efl/engines/ia_basic.a
-lib/evidence/gui/efl/engines/ia_throb.so
-lib/evidence/gui/efl/engines/ia_throb.la
-lib/evidence/gui/efl/engines/ia_throb.a
-lib/evidence/gui/efl/engines/ia_grow.so
-lib/evidence/gui/efl/engines/ia_grow.la
-lib/evidence/gui/efl/engines/ia_grow.a
-lib/evidence/gui/efl/engines/ia_solid.so
-lib/evidence/gui/efl/engines/ia_solid.la
-lib/evidence/gui/efl/engines/ia_solid.a
-lib/evidence/gui/efl/engines/ia_colour.so
-lib/evidence/gui/efl/engines/ia_colour.la
-lib/evidence/gui/efl/engines/ia_colour.a
-lib/evidence/gui/efl/engines/ia_growfade.so
-lib/evidence/gui/efl/engines/ia_growfade.la
-lib/evidence/gui/efl/engines/ia_growfade.a
-lib/evidence/gui/efl/engines/ia_grey.so
-lib/evidence/gui/efl/engines/ia_grey.la
-lib/evidence/gui/efl/engines/ia_grey.a
-lib/evidence/gui/efl/engines/ia_creepy.so
-lib/evidence/gui/efl/engines/ia_creepy.la
-lib/evidence/gui/efl/engines/ia_creepy.a
-lib/evidence/gui/efl/engines/ia_creepology.so
-lib/evidence/gui/efl/engines/ia_creepology.la
-lib/evidence/gui/efl/engines/ia_creepology.a
-lib/evidence/gui/efl/engines/sb_edb.so
-lib/evidence/gui/efl/engines/sb_edb.la
-lib/evidence/gui/efl/engines/sb_edb.a
-lib/evidence/gui/efl/engines/sb_example.so
-lib/evidence/gui/efl/engines/sb_example.la
-lib/evidence/gui/efl/engines/sb_example.a
-lib/evidence/gui/efl/engines/sb_default.so
-lib/evidence/gui/efl/engines/sb_default.la
-lib/evidence/gui/efl/engines/sb_default.a
-lib/evidence/gui/efl/engines/tt_diagram.so
-lib/evidence/gui/efl/engines/tt_diagram.la
-lib/evidence/gui/efl/engines/tt_diagram.a
-lib/evidence/gui/efl/engines/tt_wholewindow.so
-lib/evidence/gui/efl/engines/tt_wholewindow.la
-lib/evidence/gui/efl/engines/tt_wholewindow.a
-lib/evidence/gui/efl/engines/tt_traditional.so
-lib/evidence/gui/efl/engines/tt_traditional.la
-lib/evidence/gui/efl/engines/tt_traditional.a
-lib/evidence/gui/efl/engines/tt_centre.so
-lib/evidence/gui/efl/engines/tt_centre.la
-lib/evidence/gui/efl/engines/tt_centre.a
-lib/evidence/gui/efl/engines/tb_default.so
-lib/evidence/gui/efl/engines/tb_default.la
-lib/evidence/gui/efl/engines/tb_default.a
-lib/evidence/gui/efl/engines/ic_alignbelow.so
-lib/evidence/gui/efl/engines/ic_alignbelow.la
-lib/evidence/gui/efl/engines/ic_alignbelow.a
-lib/evidence/gui/efl/engines/ic_alignright.so
-lib/evidence/gui/efl/engines/ic_alignright.la
-lib/evidence/gui/efl/engines/ic_alignright.a
-lib/evidence/gui/efl/engines/ic_nautilus.so
-lib/evidence/gui/efl/engines/bg_ebg.so
-lib/evidence/gui/efl/engines/ic_nautilus.la
-lib/evidence/gui/efl/engines/ic_nautilus.a
-lib/evidence/gui/efl/engines/bg_ebg.la
-lib/evidence/gui/efl/engines/bg_ebg.a
-lib/evidence/gui/efl/engines/bg_ebg_trans.so
-lib/evidence/gui/efl/engines/bg_ebg_trans.la
-lib/evidence/gui/efl/engines/bg_ebg_trans.a
-lib/evidence/gui/efl/engines/bg_tile.so
-lib/evidence/gui/efl/engines/bg_tile.la
-lib/evidence/gui/efl/engines/bg_tile.a
-lib/evidence/gui/efl/engines/bg_scale.so
-lib/evidence/gui/efl/engines/bg_scale.la
-lib/evidence/gui/efl/engines/bg_scale.a
-lib/evidence/gui/efl/engines/bg_trans.so
-lib/evidence/gui/efl/engines/bg_trans.la
-lib/evidence/gui/efl/engines/bg_trans.a
-lib/evidence/gui/efl/engines/rb_gradient.so
-lib/evidence/gui/efl/engines/rb_gradient.la
-lib/evidence/gui/efl/engines/rb_gradient.a
-lib/evidence/gui/efl/engines/rb_edb.so
-lib/evidence/gui/efl/engines/rb_edb.la
-lib/evidence/gui/efl/engines/rb_edb.a
-lib/evidence/gui/efl/engines/rb_gradient2.so
-lib/evidence/gui/efl/engines/rb_gradient2.la
-lib/evidence/gui/efl/engines/rb_gradient2.a
-lib/evidence/gui/efl/engines/rb_nautilus.so
-lib/evidence/gui/efl/engines/rb_nautilus.la
-lib/evidence/gui/efl/engines/rb_nautilus.a
-lib/evidence/gui/efl/engines/id_lain.so
-lib/evidence/gui/efl/engines/id_lain.la
-lib/evidence/gui/efl/engines/id_lain.a
-lib/evidence/gui/efl/engines/id_bubbles.so
-lib/evidence/gui/efl/engines/id_bubbles.la
-lib/evidence/gui/efl/engines/id_bubbles.a
-lib/evidence/gui/efl/engines/id_flutterby.so
-lib/evidence/gui/efl/engines/id_flutterby.la
-lib/evidence/gui/efl/engines/id_flutterby.a
-lib/evidence/metadata/ape.so
-lib/evidence/metadata/ape.la
-lib/evidence/metadata/ape.a
-lib/evidence/metadata/exif.so
-lib/evidence/metadata/exif.la
-lib/evidence/metadata/exif.a
-lib/evidence/metadata/vorbis.so
-lib/evidence/metadata/vorbis.la
-lib/evidence/metadata/vorbis.a
-lib/evidence/metadata/mp3.so
-lib/evidence/metadata/mp3.la
-lib/evidence/metadata/mp3.a
-lib/evidence/metadata/image.so
-lib/evidence/metadata/image.la
-lib/evidence/metadata/image.a
-lib/evidence/metadata/ttf.so
-lib/evidence/metadata/ttf.la
-lib/evidence/metadata/ttf.a
-lib/evidence/metadata/extractor.so
-lib/evidence/metadata/extractor.la
-lib/evidence/metadata/extractor.a
-lib/evidence/backend/null.so
-lib/evidence/backend/fsxs.so
-lib/evidence/backend/posix.so
-lib/evidence/action/null.so
-lib/evidence/action/null.la
-lib/evidence/action/null.a
-lib/evidence/action/thumbnail.so
-lib/evidence/action/thumbnail.la
-lib/evidence/action/thumbnail.a
-lib/evidence/action/playlist.so
-lib/evidence/action/playlist.la
-lib/evidence/action/playlist.a
-lib/evidence/action/name2tag.so
-lib/evidence/action/name2tag.la
-lib/evidence/action/name2tag.a
-lib/evidence/action/tag2name.so
-lib/evidence/action/tag2name.la
-lib/evidence/action/tag2name.a
-lib/evidence/action/newwindow.so
-lib/evidence/action/newwindow.la
-lib/evidence/action/newwindow.a
-lib/evidence/action/info_dial.so
-lib/evidence/action/info_dial.la
-lib/evidence/action/info_dial.a
-lib/evidence/action/delete.so
-lib/evidence/action/delete.la
-lib/evidence/action/mkdir.a
-lib/evidence/action/delete.a
-lib/evidence/action/mkdir.so
-lib/evidence/action/mkdir.la
-lib/evidence/action/rename.so
-lib/evidence/action/rename.la
-lib/evidence/action/rename.a
-share/evidence/themes/LCARS/background.jpg
-share/evidence/themes/LCARS/background_.jpg
-share/evidence/themes/LCARS/evidence.theme
-share/evidence/themes/metallo/README
-share/evidence/themes/metallo/metallo.png
-share/evidence/themes/metallo/about.jpg
-share/evidence/themes/metallo/evidence.theme
-share/evidence/themes/metallo/metallo.bg.db
-share/evidence/themes/rephormed/plain.png
-share/evidence/themes/rephormed/red.png
-share/evidence/themes/rephormed/grey.png
-share/evidence/themes/rephormed/about.jpg
-share/evidence/themes/rephormed/evidence.theme
-share/evidence/themes/rephormed/white.png
-share/evidence/themes/nautilus/about.png
-share/evidence/themes/nautilus/evidence.theme
-share/evidence/themes/nautilus/beige.png
-share/evidence/themes/fishtank/work/bubble1.png
-share/evidence/themes/fishtank/work/bubble2.png
-share/evidence/themes/fishtank/work/bubble3.png
-share/evidence/themes/fishtank/work/bubble4.png
-share/evidence/themes/fishtank/work/about.png
-share/evidence/themes/fishtank/README
-share/evidence/themes/fishtank/bubble1.png
-share/evidence/themes/fishtank/bubble2.png
-share/evidence/themes/fishtank/bubble3.png
-share/evidence/themes/fishtank/bubble4.png
-share/evidence/themes/fishtank/about.png
-share/evidence/themes/fishtank/fishtank.bg.db
-share/evidence/themes/fishtank/evidence.theme
-share/evidence/themes/efm/efm.png
-share/evidence/themes/efm/about.png
-share/evidence/themes/efm/desk.png
-share/evidence/themes/efm/evidence.theme
-share/evidence/themes/tosh/Phusion9_purple_orig.jpg
-share/evidence/themes/tosh/README
-share/evidence/themes/tosh/Phusion9_purple.jpg
-share/evidence/themes/tosh/about.jpg
-share/evidence/themes/tosh/evidence.theme
-share/evidence/themes/fonts/COPYRIGHT.Vera
-share/evidence/themes/fonts/Federation_Crille.ttf
-share/evidence/themes/fonts/Federation_classic_movie.ttf
-share/evidence/themes/fonts/LICENSE.Vera
-share/evidence/themes/fonts/aircut3.ttf
-share/evidence/themes/fonts/andover.ttf
-share/evidence/themes/fonts/code3x-d.ttf
-share/evidence/themes/fonts/electroh.ttf
-share/evidence/themes/fonts/vera.ttf
-share/evidence/themes/fonts/verabd.ttf
-share/evidence/themes/fonts/veramono.ttf
-share/evidence/themes/fonts/verase.ttf
-share/evidence/themes/fonts/xfiles.ttf
-share/evidence/themes/default
-share/evidence/icons/tosh_128/doc_text.png
-share/evidence/icons/tosh_128/app_package.png
-share/evidence/icons/tosh_128/doc_playlist.png
-share/evidence/icons/tosh_128/dev.png
-share/evidence/icons/tosh_128/doc_audio.png
-share/evidence/icons/tosh_128/app_c_source.png
-share/evidence/icons/tosh_128/doc_core.png
-share/evidence/icons/tosh_128/selection.png
-share/evidence/icons/tosh_128/README
-share/evidence/icons/tosh_128/sys_enterprise.png
-share/evidence/icons/tosh_128/app_cc_source.png
-share/evidence/icons/tosh_128/doc_image.png
-share/evidence/icons/tosh_128/mail.png
-share/evidence/icons/tosh_128/doc_unknown.png
-share/evidence/icons/tosh_128/video_any.png
-share/evidence/icons/tosh_128/sys_pc.png
-share/evidence/icons/tosh_128/Readme.png
-share/evidence/icons/tosh_128/sys_ql.png
-share/evidence/icons/tosh_128/app_c_header.png
-share/evidence/icons/tosh_128/parent-folder.png
-share/evidence/icons/tosh_128/home_azundris.png
-share/evidence/icons/tosh_128/folder.png
-share/evidence/icons/tosh_128/font_any.png
-share/evidence/icons/tosh_128/app_executable.png
-share/evidence/icons/tosh_128/doc_html.png
-share/evidence/icons/tosh_128/doc_any.png
-share/evidence/icons/tosh_128/mime.icons
-share/evidence/icons/tosh_64/mime.icons
-share/evidence/icons/tosh_64/Readme.png
-share/evidence/icons/tosh_64/app_c_header.png
-share/evidence/icons/tosh_64/app_c_source.png
-share/evidence/icons/tosh_64/app_cc_source.png
-share/evidence/icons/tosh_64/app_executable.png
-share/evidence/icons/tosh_64/doc_any.png
-share/evidence/icons/tosh_64/doc_audio.png
-share/evidence/icons/tosh_64/doc_core.png
-share/evidence/icons/tosh_64/doc_image.png
-share/evidence/icons/tosh_64/font_any.png
-share/evidence/icons/tosh_64/home_azundris.png
-share/evidence/icons/tosh_64/mail.png
-share/evidence/icons/tosh_64/sys_enterprise.png
-share/evidence/icons/tosh_64/sys_pc.png
-share/evidence/icons/tosh_64/sys_ql.png
-share/evidence/icons/tosh_64/video_any.png
-share/evidence/icons/tosh_64/README.64
-share/evidence/icons/tosh_64/_folder.png
-share/evidence/icons/tosh_64/create
-share/evidence/icons/tosh_64/_selection.png
-share/evidence/icons/tosh_64/_parent-folder.png
-share/evidence/icons/tosh_64/_doc_unknown.png
-share/evidence/icons/tosh_64/_doc_html.png
-share/evidence/icons/tosh_64/app_package.png
-share/evidence/icons/tosh_64/dev.png
-share/evidence/icons/tosh_64/doc_html.png
-share/evidence/icons/tosh_64/doc_playlist.png
-share/evidence/icons/tosh_64/doc_text.png
-share/evidence/icons/tosh_64/doc_unknown.png
-share/evidence/icons/tosh_64/folder.png
-share/evidence/icons/tosh_64/parent-folder.png
-share/evidence/icons/tosh_64/selection.png
-share/evidence/icons/efm/CVS/Root
-share/evidence/icons/efm/CVS/Repository
-share/evidence/icons/efm/CVS/Entries
-share/evidence/icons/efm/blender.png
-share/evidence/icons/efm/drawer_open_socks.png
-share/evidence/icons/efm/s.png
-share/evidence/icons/efm/u.png
-share/evidence/icons/efm/README
-share/evidence/icons/efm/ee2_icon.png
-share/evidence/icons/efm/trash_open.png
-share/evidence/icons/efm/trash_closed.png
-share/evidence/icons/efm/drawer_closed.png
-share/evidence/icons/efm/refresh.png
-share/evidence/icons/efm/select.png
-share/evidence/icons/efm/phone1.png
-share/evidence/icons/efm/phone2.png
-share/evidence/icons/efm/cd.png
-share/evidence/icons/efm/f_video.png
-share/evidence/icons/efm/drawer_open.png
-share/evidence/icons/efm/f_font.png
-share/evidence/icons/efm/reset.png
-share/evidence/icons/efm/tux.png
-share/evidence/icons/efm/settings.png
-share/evidence/icons/efm/open.png
-share/evidence/icons/efm/cleanup.png
-share/evidence/icons/efm/f_text.png
-share/evidence/icons/efm/close.png
-share/evidence/icons/efm/.icons/.0.db
-share/evidence/icons/efm/quit.png
-share/evidence/icons/efm/f_audio.png
-share/evidence/icons/efm/trash_full_closed.png
-share/evidence/icons/efm/delete.png
-share/evidence/icons/efm/trash_full_open.png
-share/evidence/icons/efm/rename.png
-share/evidence/icons/efm/.cvsignore
-share/evidence/icons/efm/f_misc.png
-share/evidence/icons/efm/napster.png
-share/evidence/icons/efm/f_image.png
-share/evidence/icons/efm/mime.icons
-share/evidence/icons/efm/information.png
-share/evidence/icons/rephormed/audio-default.png
-share/evidence/icons/rephormed/video-default.png
-share/evidence/icons/rephormed/cvs.png
-share/evidence/icons/rephormed/img-default.png
-share/evidence/icons/rephormed/package.png
-share/evidence/icons/rephormed/README
-share/evidence/icons/rephormed/font-default.png
-share/evidence/icons/rephormed/parent.png
-share/evidence/icons/rephormed/doc-unknown.png
-share/evidence/icons/rephormed/config.png
-share/evidence/icons/rephormed/app-executable.png
-share/evidence/icons/rephormed/cdrom-open.png
-share/evidence/icons/rephormed/floppy.png
-share/evidence/icons/rephormed/folder.png
-share/evidence/icons/rephormed/folder.xcf
-share/evidence/icons/rephormed/text-default.png
-share/evidence/icons/rephormed/base.png
-share/evidence/icons/rephormed/mime.icons
-share/evidence/icons/fishtank_128/README
-share/evidence/icons/fishtank_128/Octopus.png
-share/evidence/icons/fishtank_128/Shark1.png
-share/evidence/icons/fishtank_128/Shark2.png
-share/evidence/icons/fishtank_128/Shark3.png
-share/evidence/icons/fishtank_128/Shark4.png
-share/evidence/icons/fishtank_128/Angelfish1.png
-share/evidence/icons/fishtank_128/Angelfish2.png
-share/evidence/icons/fishtank_128/Angelfish3.png
-share/evidence/icons/fishtank_128/Angelfish4.png
-share/evidence/icons/fishtank_128/Fish1.png
-share/evidence/icons/fishtank_128/Fish2.png
-share/evidence/icons/fishtank_128/Fish3.png
-share/evidence/icons/fishtank_128/Fish4.png
-share/evidence/icons/fishtank_128/Starfish.png
-share/evidence/icons/fishtank_128/mime.icons
-share/evidence/icons/LCARS/frame.xcf
-share/evidence/icons/LCARS/doc_text.png
-share/evidence/icons/LCARS/app_package.png
-share/evidence/icons/LCARS/doc_playlist.png
-share/evidence/icons/LCARS/dev.png
-share/evidence/icons/LCARS/doc_audio.png
-share/evidence/icons/LCARS/app_c_source.png
-share/evidence/icons/LCARS/selection.png
-share/evidence/icons/LCARS/README
-share/evidence/icons/LCARS/folder_unblurred.png
-share/evidence/icons/LCARS/app_cc_source.png
-share/evidence/icons/LCARS/doc_image.png
-share/evidence/icons/LCARS/doc_unknown.png
-share/evidence/icons/LCARS/video_any.png
-share/evidence/icons/LCARS/readme.png
-share/evidence/icons/LCARS/app_c_header.png
-share/evidence/icons/LCARS/parent-folder.png
-share/evidence/icons/LCARS/folder.png
-share/evidence/icons/LCARS/font_any.png
-share/evidence/icons/LCARS/app_executable.png
-share/evidence/icons/LCARS/doc_html.png
-share/evidence/icons/LCARS/doc_any.png
-share/evidence/icons/LCARS/doc_code.png
-share/evidence/icons/LCARS/mime.icons
-share/evidence/icons/default
-share/evidence/icons/emblems/README
-share/evidence/icons/emblems/noxs.png
-share/evidence/icons/emblems/readonly.png
-share/evidence/icons/emblems/nowrite_26.png
-share/evidence/icons/emblems/nowrite_37.png
-share/evidence/icons/Makefile
-share/evidence/icons/README
-share/evidence/README
-share/evidence/evidence.handlers
-share/evidence/evidence.menu
-share/evidence/evidence.providers
-share/evidence/mime.alii
-share/evidence/mime.handlers
-share/evidence/mime.icons
-share/evidence/mime.types
-share/evidence/parent-folder.png
-share/evidence/hilite.png
-share/evidence/filemanager.png
-share/evidence/evidence.png
-share/evidence/azundris.png
-@dirrm lib/evidence/thumbnailer
-@dirrm lib/evidence/ipc
-@dirrm lib/evidence/gui/efl/engines
-@dirrm lib/evidence/gui/efl
-@dirrm lib/evidence/gui
-@dirrm lib/evidence/metadata
-@dirrm lib/evidence/backend
-@dirrm lib/evidence/action
-@dirrm lib/evidence
-@dirrm share/evidence/themes/LCARS
-@dirrm share/evidence/themes/metallo
-@dirrm share/evidence/themes/rephormed
-@dirrm share/evidence/themes/nautilus
-@dirrm share/evidence/themes/fishtank/work
-@dirrm share/evidence/themes/fishtank
-@dirrm share/evidence/themes/tosh
-@dirrm share/evidence/themes/fonts
-@dirrm share/evidence/themes/efm
-@dirrm share/evidence/themes
-@dirrm share/evidence/icons/tosh_128
-@dirrm share/evidence/icons/tosh_64
-@dirrm share/evidence/icons/efm/CVS
-@dirrm share/evidence/icons/efm/.icons
-@dirrm share/evidence/icons/efm
-@dirrm share/evidence/icons/rephormed
-@dirrm share/evidence/icons/fishtank_128
-@dirrm share/evidence/icons/LCARS
-@dirrm share/evidence/icons/emblems
-@dirrm share/evidence/icons
-@dirrm share/evidence