aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ede
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-29 10:28:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-29 10:28:21 +0000
commita96806699ff5d685dbe203add4942fcbcb4f69b4 (patch)
tree6b90c8f19164078fb45a593faef23173fcf960f9 /x11-wm/ede
parent0bc63bae10e1effcf855170b4f7b60d78ee46a46 (diff)
downloadports-a96806699ff5d685dbe203add4942fcbcb4f69b4.tar.gz
ports-a96806699ff5d685dbe203add4942fcbcb4f69b4.zip
Notes
Diffstat (limited to 'x11-wm/ede')
-rw-r--r--x11-wm/ede/Makefile33
-rw-r--r--x11-wm/ede/distinfo2
-rw-r--r--x11-wm/ede/files/patch-datas::desktop-links::Makefile.am10
-rw-r--r--x11-wm/ede/files/patch-datas::startede.in22
-rw-r--r--x11-wm/ede/files/patch-efinder::eglob.cpp25
-rw-r--r--x11-wm/ede/files/patch-esvrconf::ehacklist.h389
-rw-r--r--x11-wm/ede/files/patch-etimedate::fl_time.cpp84
-rw-r--r--x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp11
-rw-r--r--x11-wm/ede/files/patch-eworkpanel::cpumonitor.h11
-rw-r--r--x11-wm/ede/pkg-descr5
-rw-r--r--x11-wm/ede/pkg-plist583
11 files changed, 1175 insertions, 0 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile
new file mode 100644
index 000000000000..99b3e50ef1e6
--- /dev/null
+++ b/x11-wm/ede/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: ede
+# Date created: 28 Febrary 2004
+# Whom: Sergey Matveychuk <sem@ciam.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ede
+PORTVERSION= 1.0.1
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ede
+DISTNAME= ede101
+
+MAINTAINER= sem@ciam.ru
+COMMENT= Equinox Desktop Environment
+
+LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk
+
+WRKSRC= ${WRKDIR}/EDE101
+
+USE_X_PREFIX= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOCONF= yes
+USE_AUTOMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
+
+pre-configure:
+ @cd ${WRKSRC}; ${ACLOCAL}
+
+.include <bsd.port.mk>
diff --git a/x11-wm/ede/distinfo b/x11-wm/ede/distinfo
new file mode 100644
index 000000000000..d9da899e4c36
--- /dev/null
+++ b/x11-wm/ede/distinfo
@@ -0,0 +1,2 @@
+MD5 (ede101.tar.bz2) = 2ac7cfa7783b1db8bb4f6e756a5e8834
+SIZE (ede101.tar.bz2) = 2778224
diff --git a/x11-wm/ede/files/patch-datas::desktop-links::Makefile.am b/x11-wm/ede/files/patch-datas::desktop-links::Makefile.am
new file mode 100644
index 000000000000..a1331683daa3
--- /dev/null
+++ b/x11-wm/ede/files/patch-datas::desktop-links::Makefile.am
@@ -0,0 +1,10 @@
+--- datas/desktop-links/Makefile.am.orig Sat Feb 28 04:54:22 2004
++++ datas/desktop-links/Makefile.am Sat Feb 28 04:54:29 2004
+@@ -1,7 +1,6 @@
+ desktopdir = $(datadir)/ede/.ede/desktop
+
+ DESKTOPLINKS = \
+- datas.desktop \
+ Internet.desktop \
+ Terminal.desktop
+
diff --git a/x11-wm/ede/files/patch-datas::startede.in b/x11-wm/ede/files/patch-datas::startede.in
new file mode 100644
index 000000000000..9856ae4a2462
--- /dev/null
+++ b/x11-wm/ede/files/patch-datas::startede.in
@@ -0,0 +1,22 @@
+--- datas/startede.in.orig Sat Feb 28 05:31:52 2004
++++ datas/startede.in Sat Feb 28 05:32:14 2004
+@@ -32,16 +32,16 @@
+ fi
+
+ # If we have xsetroot than script shoult run it
+-if [ ! "$XSETROOT" ]; then
++if [ ! -z "$XSETROOT" ]; then
+ $XSETROOT -solid black
+ fi
+
+ # Test if XScreenSaver is somewhere in PATH, if not - don't start it
+-if [ ! "$XSSAVER" ]; then
++if [ ! -z "$XSSAVER" ]; then
+ xscreensaver -nosplash &
+ fi
+
+ exec edewm &
+ exec eiconman &
+ etip &
+- exec eworkpanel
++ eworkpanel
diff --git a/x11-wm/ede/files/patch-efinder::eglob.cpp b/x11-wm/ede/files/patch-efinder::eglob.cpp
new file mode 100644
index 000000000000..f602317a5380
--- /dev/null
+++ b/x11-wm/ede/files/patch-efinder::eglob.cpp
@@ -0,0 +1,25 @@
+--- efinder/eglob.cpp.orig Sat Feb 28 04:48:43 2004
++++ efinder/eglob.cpp Sat Feb 28 04:49:07 2004
+@@ -74,14 +74,14 @@
+
+ static char *ftypes[9] =
+ {
+- {"Any kind"},
+- {"Regular"},
+- {"Directory"},
+- {"Symlink"},
+- {"Socket"},
+- {"Block device"},
+- {"Character device"},
+- {"FIFO"},
++ "Any kind",
++ "Regular",
++ "Directory",
++ "Symlink",
++ "Socket",
++ "Block device",
++ "Character device",
++ "FIFO",
+ NULL
+ };
+
diff --git a/x11-wm/ede/files/patch-esvrconf::ehacklist.h b/x11-wm/ede/files/patch-esvrconf::ehacklist.h
new file mode 100644
index 000000000000..a90950c6097d
--- /dev/null
+++ b/x11-wm/ede/files/patch-esvrconf::ehacklist.h
@@ -0,0 +1,389 @@
+--- esvrconf/ehacklist.h.orig Sat Feb 28 04:52:22 2004
++++ esvrconf/ehacklist.h Sat Feb 28 04:16:07 2004
+@@ -18,195 +18,194 @@
+
+ // This is from xscreensaver 4.0 XScreenSaver.ad
+
+-char hacks[] = " \
+- \"Qix (solid)\" qix -root -solid -segments 100 \n\
+- \"Qix (transparent)\" qix -root -count 4 -solid -transparent \n\
+- \"Qix (linear)\" qix -root -count 5 -solid -transparent \
+- -linear -segments 250 -size 100 \n\
+-- mono: \"Qix (xor)\" qix -root -linear -count 5 -size 200 \
+- -spread 30 -segments 75 -solid -xor \n\
+- \
+- \"Attraction (balls)\" attraction -root -mode balls \n\
+- \"Attraction (lines)\" attraction -root -mode lines -points 3
+- -segments 200 \n\
+-- \"Attraction (poly)\" attraction -root -mode polygons \n\
+- \"Attraction (splines)\" attraction -root -mode splines -segments \
+- 300 \n\
+- \"Attraction (orbital)\" attraction -root -mode lines -radius 300 \
+- -orbit -vmult 0.5 \n\
+- \
+- pyro -root \n\
+- rocks -root \n\
+- helix -root \n\
+- pedal -root \n\
+- rorschach -root -offset 7 \n\
+- hopalong -root \n\
+- greynetic -root \n\
+- imsmap -root \n\
+- slidescreen -root \n\
+- decayscreen -root \n\
+- jigsaw -root \n\
+- blitspin -root -grab \n\
+- slip -root \n\
+- distort -root \n\
+- spotlight -root \n\
+- \"Ripples (oily)\" ripples -root -oily -light 2 \n\
+- \"Ripples (stir)\" ripples -root -oily -light 2 -stir \n\
+- \"Ripples (desktop)\" ripples -root -water -light 6 \n\
+- hypercube -root \n\
+- hyperball -root \n\
+- halo -root \n\
+- maze -root \n\
+- noseguy -root \n\
+- flame -root \n\
+- lmorph -root \n\
+- deco -root \n\
+- moire -root \n\
+- moire2 -root \n\
+- lightning -root \n\
+- strange -root \n\
+- spiral -root \n\
+- laser -root \n\
+- grav -root \n\
+- \"Grav (trails)\" grav -root -trail -decay \n\
+- drift -root \n\
+- ifs -root \n\
+- julia -root \n\
+- penrose -root \n\
+- sierpinski -root \n\
+- braid -root \n\
+- galaxy -root \n\
+- bouboule -root \n\
+- swirl -root \n\
+- flag -root \n\
+- sphere -root \n\
+- forest -root \n\
+- lisa -root \n\
+- lissie -root \n\
+- goop -root -max-velocity 0.5 -elasticity \
+- 0.9 \n\
+- starfish -root \n\
+- \"Starfish (blob)\" starfish -root -blob \n\
+- munch -root \n\
+- fadeplot -root \n\
+- coral -root -delay 0 \n\
+- mountain -root \n\
+- triangle -root -delay 1 \n\
+- worm -root \n\
+- rotor -root \n\
+- ant -root \n\
+- demon -root \n\
+- loop -root \n\
+- vines -root \n\
+- kaleidescope -root \n\
+- xjack -root \n\
+- xlyap -root -randomize \n\
+- cynosure -root \n\
+- flow -root \n\
+- epicycle -root \n\
+- interference -root \n\
+- truchet -root -randomize \n\
+- bsod -root \n\
+- crystal -root \n\
+- discrete -root \n\
+- kumppa -root \n\
+- rd-bomb -root \n\
+- \"RD-Bomb (mobile)\" rd-bomb -root -speed 1 -size 0.1 \n\
+- sonar -root \n\
+- t3d -root \n\
+- penetrate -root \n\
+- deluxe -root \n\
+- compass -root \n\
+- squiral -root \n\
+- xflame -root \n\
+- wander -root \n\
+- \"Wander (spots)\" wander -root -advance 0 -size 10 -circles \
+- -length 10000 -reset 100000 \n\
+- critical -root \n\
+- phosphor -root \n\
+- xmatrix -root \n\
+- petri -root -size 2 -count 20 \n\
+- \"Petri 2\" petri -root -minlifespeed 0.02 \
+- -maxlifespeed 0.03 -minlifespan 1 \
+- -maxlifespan 1 -instantdeathchan 0 \
+- -minorchan 0 -anychan 0.3 \n\
+- shadebobs -root \n\
+- ccurve -root \n\
+- blaster -root \n\
+- bumps -root \n\
+- xteevee -root \n\
+- xspirograph -root \n\
+- nerverot -root \n\
+-- \"NerveRot (dense)\" nerverot -root -count 1000 \n\
+-- \"NerveRot (thick)\" nerverot -root -count 100 -line-width 4 \
+- -max-nerve-radius 0.8 -nervousness 0.5 -db \n\
+- xrayswarm -root \n\
+-- \"Zoom (Fatbits)\" zoom -root \n\
+- \"Zoom (Lenses)\" zoom -root -lenses \n\
+- rotzoomer -root \n\
+-- \"RotZoomer (mobile)\" rotzoomer -root -move \n\
+-- \"RotZoomer (sweep)\" rotzoomer -root -sweep \n\
+- whirlwindwarp -root \n\
+- \"WhirlyGig\" whirlygig -root \n\
+- \"SpeedMine\" speedmine -root \n\
+- \"SpeedWorm\" speedmine -root -worm \n\
+- vermiculate -root \n\
+- color: bubbles -root \n\
+- default-n: webcollage -root \n\
+- default-n: \"WebCollage (whacked)\" \
+- webcollage -root -filter \
+- 'vidwhacker -stdin -stdout' \n\
+-- default-n: vidwhacker -root \n\
+- \
+- GL: gears -root \n\
+- GL: \"Gears (planetary)\" gears -root -planetary \n\
+- GL: superquadrics -root \n\
+- GL: morph3d -root \n\
+- GL: cage -root \n\
+- GL: moebius -root \n\
+- GL: stairs -root \n\
+- GL: pipes -root \n\
+- GL: sproingies -root \n\
+- GL: rubik -root \n\
+- GL: atlantis -root \n\
+- GL: lament -root \n\
+- GL: bubble3d -root \n\
+- GL: glplanet -root \n\
+- GL: pulsar -root \n\
+-- GL: \"Pulsar (textures)\" \
+- pulsar -root -texture -mipmap \
+- -texture_quality -light -fog \n\
+-- GL: extrusion -root \n\
+- GL: sierpinski3d -root \n\
+- GL: menger -root \n\
+- GL: \"GFlux\" gflux -root \n\
+- GL: \"GFlux (grab)\" gflux -root -mode grab \n\
+- GL: stonerview -root \n\
+- GL: starwars -root \n\
+- GL: gltext -root \n\
+- GL: \"GLText (clock)\" gltext -text \"%A%n%d %b %Y%n%r\" -root \n\
+- GL: \"Molecule\" molecule -root \n\
+- GL: \"Molecule (lumpy)\" molecule -root -no-bonds -no-labels \n\
+- GL: dangerball -root \n\
+- GL: circuit -root \n\
+- GL: engine -root \n\
+- GL: flipscreen3d -root \n\
+- \
+-- xdaliclock -root -builtin3 -cycle \n\
+-- default-n: xearth -nofork -nostars -ncolors 50 \
+- -night 3 -wait 0 -timewarp 400.0 -pos \
+- sunrel/38/-30 \n\
+-- xplanetbg -xscreensaver -moonside \
+- -markerfile earth -wait 1 -timewarp 400 \n\
+-- ssystem -fullscreen :32 \n\
+-- xmountains -b -M -Z 0 -r 1 \n\
+-- \"XMountains (top)\" xmountains -b -M -Z 0 -r 1 -m \n\
+-- xaos -fullscreen -autopilot \
+- -incoloring -1 -outcoloring -1 \n\
+-- xfishtank -d -s \n\
+-- xsnow \n\
+-- goban -root \n\
+-- electricsheep \n\
+-- cosmos -root \n\
+-- GL: sphereEversion --root \n";
+-
++char hacks[] = " "\
++" \"Qix (solid)\" qix -root -solid -segments 100 \n"\
++" \"Qix (transparent)\" qix -root -count 4 -solid -transparent \n"\
++" \"Qix (linear)\" qix -root -count 5 -solid -transparent "\
++" -linear -segments 250 -size 100 \n"\
++"- mono: \"Qix (xor)\" qix -root -linear -count 5 -size 200 "\
++" -spread 30 -segments 75 -solid -xor \n"\
++" "\
++" \"Attraction (balls)\" attraction -root -mode balls \n"\
++" \"Attraction (lines)\" attraction -root -mode lines -points 3 "\
++" -segments 200 \n"\
++"- \"Attraction (poly)\" attraction -root -mode polygons \n"\
++" \"Attraction (splines)\" attraction -root -mode splines -segments "\
++" 300 \n"\
++" \"Attraction (orbital)\" attraction -root -mode lines -radius 300 "\
++" -orbit -vmult 0.5 \n"\
++" "\
++" pyro -root \n"\
++" rocks -root \n"\
++" helix -root \n"\
++" pedal -root \n"\
++" rorschach -root -offset 7 \n"\
++" hopalong -root \n"\
++" greynetic -root \n"\
++" imsmap -root \n"\
++" slidescreen -root \n"\
++" decayscreen -root \n"\
++" jigsaw -root \n"\
++" blitspin -root -grab \n"\
++" slip -root \n"\
++" distort -root \n"\
++" spotlight -root \n"\
++" \"Ripples (oily)\" ripples -root -oily -light 2 \n"\
++" \"Ripples (stir)\" ripples -root -oily -light 2 -stir \n"\
++" \"Ripples (desktop)\" ripples -root -water -light 6 \n"\
++" hypercube -root \n"\
++" hyperball -root \n"\
++" halo -root \n"\
++" maze -root \n"\
++" noseguy -root \n"\
++" flame -root \n"\
++" lmorph -root \n"\
++" deco -root \n"\
++" moire -root \n"\
++" moire2 -root \n"\
++" lightning -root \n"\
++" strange -root \n"\
++" spiral -root \n"\
++" laser -root \n"\
++" grav -root \n"\
++" \"Grav (trails)\" grav -root -trail -decay \n"\
++" drift -root \n"\
++" ifs -root \n"\
++" julia -root \n"\
++" penrose -root \n"\
++" sierpinski -root \n"\
++" braid -root \n"\
++" galaxy -root \n"\
++" bouboule -root \n"\
++" swirl -root \n"\
++" flag -root \n"\
++" sphere -root \n"\
++" forest -root \n"\
++" lisa -root \n"\
++" lissie -root \n"\
++" goop -root -max-velocity 0.5 -elasticity "\
++" 0.9 \n"\
++" starfish -root \n"\
++" \"Starfish (blob)\" starfish -root -blob \n"\
++" munch -root \n"\
++" fadeplot -root \n"\
++" coral -root -delay 0 \n"\
++" mountain -root \n"\
++" triangle -root -delay 1 \n"\
++" worm -root \n"\
++" rotor -root \n"\
++" ant -root \n"\
++" demon -root \n"\
++" loop -root \n"\
++" vines -root \n"\
++" kaleidescope -root \n"\
++" xjack -root \n"\
++" xlyap -root -randomize \n"\
++" cynosure -root \n"\
++" flow -root \n"\
++" epicycle -root \n"\
++" interference -root \n"\
++" truchet -root -randomize \n"\
++" bsod -root \n"\
++" crystal -root \n"\
++" discrete -root \n"\
++" kumppa -root \n"\
++" rd-bomb -root \n"\
++" \"RD-Bomb (mobile)\" rd-bomb -root -speed 1 -size 0.1 \n"\
++" sonar -root \n"\
++" t3d -root \n"\
++" penetrate -root \n"\
++" deluxe -root \n"\
++" compass -root \n"\
++" squiral -root \n"\
++" xflame -root \n"\
++" wander -root \n"\
++" \"Wander (spots)\" wander -root -advance 0 -size 10 -circles "\
++" -length 10000 -reset 100000 \n"\
++" critical -root \n"\
++" phosphor -root \n"\
++" xmatrix -root \n"\
++" petri -root -size 2 -count 20 \n"\
++" \"Petri 2\" petri -root -minlifespeed 0.02 "\
++" -maxlifespeed 0.03 -minlifespan 1 "\
++" -maxlifespan 1 -instantdeathchan 0 "\
++" -minorchan 0 -anychan 0.3 \n"\
++" shadebobs -root \n"\
++" ccurve -root \n"\
++" blaster -root \n"\
++" bumps -root \n"\
++" xteevee -root \n"\
++" xspirograph -root \n"\
++" nerverot -root \n"\
++"- \"NerveRot (dense)\" nerverot -root -count 1000 \n"\
++"- \"NerveRot (thick)\" nerverot -root -count 100 -line-width 4 "\
++" -max-nerve-radius 0.8 -nervousness 0.5 -db \n"\
++" xrayswarm -root \n"\
++"- \"Zoom (Fatbits)\" zoom -root \n"\
++" \"Zoom (Lenses)\" zoom -root -lenses \n"\
++" rotzoomer -root \n"\
++"- \"RotZoomer (mobile)\" rotzoomer -root -move \n"\
++"- \"RotZoomer (sweep)\" rotzoomer -root -sweep \n"\
++" whirlwindwarp -root \n"\
++" \"WhirlyGig\" whirlygig -root \n"\
++" \"SpeedMine\" speedmine -root \n"\
++" \"SpeedWorm\" speedmine -root -worm \n"\
++" vermiculate -root \n"\
++" color: bubbles -root \n"\
++" default-n: webcollage -root \n"\
++" default-n: \"WebCollage (whacked)\" "\
++" webcollage -root -filter "\
++" 'vidwhacker -stdin -stdout' \n"\
++"- default-n: vidwhacker -root \n"\
++" "\
++" GL: gears -root \n"\
++" GL: \"Gears (planetary)\" gears -root -planetary \n"\
++" GL: superquadrics -root \n"\
++" GL: morph3d -root \n"\
++" GL: cage -root \n"\
++" GL: moebius -root \n"\
++" GL: stairs -root \n"\
++" GL: pipes -root \n"\
++" GL: sproingies -root \n"\
++" GL: rubik -root \n"\
++" GL: atlantis -root \n"\
++" GL: lament -root \n"\
++" GL: bubble3d -root \n"\
++" GL: glplanet -root \n"\
++" GL: pulsar -root \n"\
++"- GL: \"Pulsar (textures)\" "\
++" pulsar -root -texture -mipmap "\
++" -texture_quality -light -fog \n"\
++"- GL: extrusion -root \n"\
++" GL: sierpinski3d -root \n"\
++" GL: menger -root \n"\
++" GL: \"GFlux\" gflux -root \n"\
++" GL: \"GFlux (grab)\" gflux -root -mode grab \n"\
++" GL: stonerview -root \n"\
++" GL: starwars -root \n"\
++" GL: gltext -root \n"\
++" GL: \"GLText (clock)\" gltext -text \"%A%n%d %b %Y%n%r\" -root \n"\
++" GL: \"Molecule\" molecule -root \n"\
++" GL: \"Molecule (lumpy)\" molecule -root -no-bonds -no-labels \n"\
++" GL: dangerball -root \n"\
++" GL: circuit -root \n"\
++" GL: engine -root \n"\
++" GL: flipscreen3d -root \n"\
++" "\
++"- xdaliclock -root -builtin3 -cycle \n"\
++"- default-n: xearth -nofork -nostars -ncolors 50 "\
++" -night 3 -wait 0 -timewarp 400.0 -pos "\
++" sunrel/38/-30 \n"\
++"- xplanetbg -xscreensaver -moonside "\
++" -markerfile earth -wait 1 -timewarp 400 \n"\
++"- ssystem -fullscreen :32 \n"\
++"- xmountains -b -M -Z 0 -r 1 \n"\
++"- \"XMountains (top)\" xmountains -b -M -Z 0 -r 1 -m \n"\
++"- xaos -fullscreen -autopilot "\
++" -incoloring -1 -outcoloring -1 \n"\
++"- xfishtank -d -s \n"\
++"- xsnow \n"\
++"- goban -root \n"\
++"- electricsheep \n"\
++"- cosmos -root \n"\
++"- GL: sphereEversion --root \n";
diff --git a/x11-wm/ede/files/patch-etimedate::fl_time.cpp b/x11-wm/ede/files/patch-etimedate::fl_time.cpp
new file mode 100644
index 000000000000..20c50780eec3
--- /dev/null
+++ b/x11-wm/ede/files/patch-etimedate::fl_time.cpp
@@ -0,0 +1,84 @@
+--- etimedate/fl_time.cpp.orig Sat Feb 28 04:50:39 2004
++++ etimedate/fl_time.cpp Sat Feb 28 04:00:25 2004
+@@ -86,7 +86,7 @@
+ gettimeofday(&current_tv, 0);
+ display_tv.tv_sec = current_tv.tv_sec;
+ display_tv.tv_usec = current_tv.tv_usec;
+- display_time_tm = localtime(&current_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&current_tv.tv_sec);
+
+ if(type() == FL_TIME_24HOUR) strftime(time_string, 19, "%2H:%2M", display_time_tm);
+ else strftime(time_string, 19, "%2I:%2M %p", display_time_tm);
+@@ -106,7 +106,7 @@
+ gettimeofday(&current_tv, 0);
+
+ display_tv.tv_sec = current_tv.tv_sec - different;
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+
+ if(type() == FL_TIME_24HOUR) strftime(time_string, 19, "%2H:%2M", display_time_tm);
+ else strftime(time_string, 19, "%2I:%2M %p", display_time_tm);
+@@ -120,7 +120,7 @@
+ {
+ struct tm *display_time_tm;
+
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+ return display_time_tm->tm_hour;
+ }
+
+@@ -129,7 +129,7 @@
+ {
+ struct tm *display_time_tm;
+
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+ return display_time_tm->tm_min;
+ }
+
+@@ -138,7 +138,7 @@
+ {
+ struct tm *display_time_tm;
+
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+
+ if(type() == FL_TIME_24HOUR) strftime(time_string, 19, "%2H:%2M", display_time_tm);
+ else strftime(time_string, 19, "%2I:%2M %p", display_time_tm);
+@@ -151,7 +151,7 @@
+ {
+ struct tm *display_time_tm;
+
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+ display_time_tm->tm_hour = value;
+ display_tv.tv_sec = mktime(display_time_tm);
+ }
+@@ -161,7 +161,7 @@
+ {
+ struct tm *display_time_tm;
+
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+ if(value < 0)
+ {
+ display_time_tm->tm_min = 59;
+@@ -182,10 +182,17 @@
+ void Fl_Time::settime()
+ {
+ struct tm *display_time_tm;
+- display_time_tm = localtime(&display_tv.tv_sec);
++ display_time_tm = localtime((time_t*)&display_tv.tv_sec);
+ // return display_time_tm->tm_min;
+ time_t ct = mktime (display_time_tm);
++#if defined(__FreeBSD__)
++ struct timeval tp;
++ tp.tv_sec=ct;
++ tp.tv_usec=0;
++ if (settimeofday(&tp,0)!=0)
++#else
+ if (stime(&ct)!=0)
++#endif
+ fl_alert(_("Error setting time. You are probably not superuser!"));
+ }
+
diff --git a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp
new file mode 100644
index 000000000000..2d8fc782731e
--- /dev/null
+++ b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.cpp
@@ -0,0 +1,11 @@
+--- eworkpanel/cpumonitor.cpp.orig Sat Feb 28 04:46:23 2004
++++ eworkpanel/cpumonitor.cpp Sat Feb 28 04:46:55 2004
+@@ -26,7 +26,7 @@
+ #include <kstat.h>
+ #endif
+
+-#if (defined(linux) || defined(HAVE_KSTAT_H))
++#if (defined(linux) || defined(__FreeBSD__) || defined(HAVE_KSTAT_H))
+
+ #define UPDATE_INTERVAL .5f
+
diff --git a/x11-wm/ede/files/patch-eworkpanel::cpumonitor.h b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.h
new file mode 100644
index 000000000000..2863a9cc4dbf
--- /dev/null
+++ b/x11-wm/ede/files/patch-eworkpanel::cpumonitor.h
@@ -0,0 +1,11 @@
+--- eworkpanel/cpumonitor.h.orig Sat Feb 28 04:46:26 2004
++++ eworkpanel/cpumonitor.h Sat Feb 28 04:47:10 2004
+@@ -3,7 +3,7 @@
+
+ #include <config.h>
+
+-#if (defined(linux) || defined(HAVE_KSTAT_H))
++#if (defined(linux) || defined(__FreeBSD__) || defined(HAVE_KSTAT_H))
+
+ #ifdef HAVE_KSTAT_H
+ #include <kstat.h>
diff --git a/x11-wm/ede/pkg-descr b/x11-wm/ede/pkg-descr
new file mode 100644
index 000000000000..d32fdc09b64f
--- /dev/null
+++ b/x11-wm/ede/pkg-descr
@@ -0,0 +1,5 @@
+Equinox Desktop Environment.
+Main goals of this project are simplicity, speed, minimal memory usage
+(if possible), good look and fell and stability.
+
+WWW: http://ede.sf.net
diff --git a/x11-wm/ede/pkg-plist b/x11-wm/ede/pkg-plist
new file mode 100644
index 000000000000..a353499c44ce
--- /dev/null
+++ b/x11-wm/ede/pkg-plist
@@ -0,0 +1,583 @@
+bin/ecolorconf
+bin/econtrol
+bin/edewm
+bin/edisplayconf
+bin/efinder
+bin/ehelpbook
+bin/eiconman
+bin/eiconsconf
+bin/einstaller
+bin/emenueditor
+bin/epanelconf
+bin/erun
+bin/esvrconf
+bin/etimedate
+bin/etip
+bin/ewmconf
+bin/eworkpanel
+bin/glob
+bin/startede
+share/ede/.ede/desktop/Internet.desktop
+share/ede/.ede/desktop/Terminal.desktop
+share/ede/.ede/ede.conf
+share/ede/.ede/efltk.conf
+share/ede/.ede/mime.conf
+share/ede/.ede/schemes/Active.scheme
+share/ede/.ede/schemes/Blueworld.scheme
+share/ede/.ede/schemes/Brown1.scheme
+share/ede/.ede/schemes/Brown2.scheme
+share/ede/.ede/schemes/Ede1.scheme
+share/ede/.ede/schemes/Ede2.scheme
+share/ede/.ede/schemes/Ede3.scheme
+share/ede/.ede/schemes/Futuristic.scheme
+share/ede/.ede/schemes/Gray1.scheme
+share/ede/.ede/schemes/GrayBrown.scheme
+share/ede/.ede/schemes/LightBrown.scheme
+share/ede/.ede/schemes/Lilola.scheme
+share/ede/.ede/schemes/None.scheme
+share/ede/.ede/schemes/Tubus.scheme
+share/ede/.ede/schemes/TypicalBrown.scheme
+share/ede/.ede/wmanager.conf
+share/ede/doc/ede-small.gif
+share/ede/doc/index.html
+share/ede/icons/16x16/3floppy_mount.png
+share/ede/icons/16x16/3floppy_unmount.png
+share/ede/icons/16x16/access.png
+share/ede/icons/16x16/access2.png
+share/ede/icons/16x16/applix.png
+share/ede/icons/16x16/archos_mount.png
+share/ede/icons/16x16/archos_unmount.png
+share/ede/icons/16x16/back.png
+share/ede/icons/16x16/back2.png
+share/ede/icons/16x16/back3.png
+share/ede/icons/16x16/binary.png
+share/ede/icons/16x16/blockdevice.png
+share/ede/icons/16x16/bookmark.png
+share/ede/icons/16x16/bookmark2.png
+share/ede/icons/16x16/bookmark_add.png
+share/ede/icons/16x16/bookmark_add2.png
+share/ede/icons/16x16/bookmark_folder.png
+share/ede/icons/16x16/bookmark_folder2.png
+share/ede/icons/16x16/bookmark_toolbar.png
+share/ede/icons/16x16/bookmark_toolbar2.png
+share/ede/icons/16x16/cancel.png
+share/ede/icons/16x16/cd-record.png
+share/ede/icons/16x16/cd_mount.png
+share/ede/icons/16x16/cd_unmount.png
+share/ede/icons/16x16/cdrom_mount.png
+share/ede/icons/16x16/cdrom_unmount.png
+share/ede/icons/16x16/cdtrack.png
+share/ede/icons/16x16/chardevice.png
+share/ede/icons/16x16/colorset.png
+share/ede/icons/16x16/configure.png
+share/ede/icons/16x16/core.png
+share/ede/icons/16x16/deb.png
+share/ede/icons/16x16/decrypted.png
+share/ede/icons/16x16/desktop.png
+share/ede/icons/16x16/document.png
+share/ede/icons/16x16/down.png
+share/ede/icons/16x16/edit.png
+share/ede/icons/16x16/editcopy.png
+share/ede/icons/16x16/editcut.png
+share/ede/icons/16x16/editdelete.png
+share/ede/icons/16x16/editpaste.png
+share/ede/icons/16x16/editshred.png
+share/ede/icons/16x16/edittrash.png
+share/ede/icons/16x16/empty2.png
+share/ede/icons/16x16/empty_ascii.png
+share/ede/icons/16x16/encrypted.png
+share/ede/icons/16x16/exec.png
+share/ede/icons/16x16/exit.png
+share/ede/icons/16x16/file_broken.png
+share/ede/icons/16x16/file_locked.png
+share/ede/icons/16x16/fileclose.png
+share/ede/icons/16x16/filefind.png
+share/ede/icons/16x16/filenew.png
+share/ede/icons/16x16/fileopen.png
+share/ede/icons/16x16/fileprint.png
+share/ede/icons/16x16/filesave.png
+share/ede/icons/16x16/find.png
+share/ede/icons/16x16/folder.png
+share/ede/icons/16x16/folder_green.png
+share/ede/icons/16x16/folder_home.png
+share/ede/icons/16x16/folder_image.png
+share/ede/icons/16x16/folder_mail.png
+share/ede/icons/16x16/folder_man.png
+share/ede/icons/16x16/folder_new.png
+share/ede/icons/16x16/folder_open.png
+share/ede/icons/16x16/folder_orange.png
+share/ede/icons/16x16/folder_red.png
+share/ede/icons/16x16/folder_sound.png
+share/ede/icons/16x16/folder_tar.png
+share/ede/icons/16x16/folder_video.png
+share/ede/icons/16x16/folder_violet.png
+share/ede/icons/16x16/folder_yellow.png
+share/ede/icons/16x16/font.png
+share/ede/icons/16x16/font_bitmap.png
+share/ede/icons/16x16/font_truetype.png
+share/ede/icons/16x16/font_type1.png
+share/ede/icons/16x16/forward.png
+share/ede/icons/16x16/forward2.png
+share/ede/icons/16x16/forward3.png
+share/ede/icons/16x16/frameprint.png
+share/ede/icons/16x16/gimp.png
+share/ede/icons/16x16/gimp2.png
+share/ede/icons/16x16/gnome-apps.png
+share/ede/icons/16x16/go.png
+share/ede/icons/16x16/go2.png
+share/ede/icons/16x16/gohome.png
+share/ede/icons/16x16/history.png
+share/ede/icons/16x16/history_clear.png
+share/ede/icons/16x16/html.png
+share/ede/icons/16x16/ica.png
+share/ede/icons/16x16/image.png
+share/ede/icons/16x16/info.png
+share/ede/icons/16x16/java_src.png
+share/ede/icons/16x16/kcontrol.png
+share/ede/icons/16x16/kde1.png
+share/ede/icons/16x16/kde2.png
+share/ede/icons/16x16/kde3.png
+share/ede/icons/16x16/kde4.png
+share/ede/icons/16x16/kde5.png
+share/ede/icons/16x16/kde6.png
+share/ede/icons/16x16/kdisknav.png
+share/ede/icons/16x16/key_enter.png
+share/ede/icons/16x16/kfm_home.png
+share/ede/icons/16x16/khelpcenter.png
+share/ede/icons/16x16/klipper.png
+share/ede/icons/16x16/klpq.png
+share/ede/icons/16x16/kmail.png
+share/ede/icons/16x16/kmultiple.png
+share/ede/icons/16x16/konqueror.png
+share/ede/icons/16x16/konqueror2.png
+share/ede/icons/16x16/konqueror3.png
+share/ede/icons/16x16/konsole.png
+share/ede/icons/16x16/konsole2.png
+share/ede/icons/16x16/konsole3.png
+share/ede/icons/16x16/kvirc.png
+share/ede/icons/16x16/licq.png
+share/ede/icons/16x16/lime.png
+share/ede/icons/16x16/linuxconf.png
+share/ede/icons/16x16/lock.png
+share/ede/icons/16x16/lockoverlay.png
+share/ede/icons/16x16/log.png
+share/ede/icons/16x16/mail_generic.png
+share/ede/icons/16x16/make.png
+share/ede/icons/16x16/midi.png
+share/ede/icons/16x16/mime_empty.png
+share/ede/icons/16x16/misc.png
+share/ede/icons/16x16/moc_src.png
+share/ede/icons/16x16/mozilla-m.png
+share/ede/icons/16x16/mozilla-mail.png
+share/ede/icons/16x16/mozilla.png
+share/ede/icons/16x16/nedit.png
+share/ede/icons/16x16/netscape.png
+share/ede/icons/16x16/network.png
+share/ede/icons/16x16/no.png
+share/ede/icons/16x16/noatun.png
+share/ede/icons/16x16/noatun2.png
+share/ede/icons/16x16/openterm.png
+share/ede/icons/16x16/opera.png
+share/ede/icons/16x16/package_application.png
+share/ede/icons/16x16/package_multimedia.png
+share/ede/icons/16x16/pdf-document.png
+share/ede/icons/16x16/quicktime.png
+share/ede/icons/16x16/real_doc.png
+share/ede/icons/16x16/reload.png
+share/ede/icons/16x16/remove.png
+share/ede/icons/16x16/resource.png
+share/ede/icons/16x16/rpm.png
+share/ede/icons/16x16/run.png
+share/ede/icons/16x16/scanner.png
+share/ede/icons/16x16/services.png
+share/ede/icons/16x16/shell1.png
+share/ede/icons/16x16/socket.png
+share/ede/icons/16x16/soffice.png
+share/ede/icons/16x16/sound.png
+share/ede/icons/16x16/source.png
+share/ede/icons/16x16/spreadsheet.png
+share/ede/icons/16x16/stop.png
+share/ede/icons/16x16/synaptic.png
+share/ede/icons/16x16/tar.png
+share/ede/icons/16x16/tex.png
+share/ede/icons/16x16/tgz.png
+share/ede/icons/16x16/trash.png
+share/ede/icons/16x16/trashcan_empty.png
+share/ede/icons/16x16/trashcan_full.png
+share/ede/icons/16x16/tux.png
+share/ede/icons/16x16/txt.png
+share/ede/icons/16x16/unknown.png
+share/ede/icons/16x16/unlock.png
+share/ede/icons/16x16/up.png
+share/ede/icons/16x16/video.png
+share/ede/icons/16x16/view_bottom.png
+share/ede/icons/16x16/view_choose.png
+share/ede/icons/16x16/view_detailed.png
+share/ede/icons/16x16/view_icon.png
+share/ede/icons/16x16/view_left_right.png
+share/ede/icons/16x16/view_multicolumn.png
+share/ede/icons/16x16/view_remove.png
+share/ede/icons/16x16/view_right.png
+share/ede/icons/16x16/view_sidetree.png
+share/ede/icons/16x16/view_text.png
+share/ede/icons/16x16/view_top_bottom.png
+share/ede/icons/16x16/view_tree.png
+share/ede/icons/16x16/viewmag+.png
+share/ede/icons/16x16/viewmag-.png
+share/ede/icons/16x16/viewmag.png
+share/ede/icons/16x16/vnc.png
+share/ede/icons/16x16/widget_doc.png
+share/ede/icons/16x16/window_fullscreen.png
+share/ede/icons/16x16/window_list.png
+share/ede/icons/16x16/window_new.png
+share/ede/icons/16x16/window_nofullscreen.png
+share/ede/icons/16x16/wizard.png
+share/ede/icons/16x16/www.png
+share/ede/icons/16x16/xmms.png
+share/ede/icons/16x16/xmms_classic.png
+share/ede/icons/16x16/zip.png
+share/ede/icons/16x16/zip_mount.png
+share/ede/icons/16x16/zip_unmount.png
+share/ede/icons/48x48/3floppy_mount.png
+share/ede/icons/48x48/3floppy_unmount.png
+share/ede/icons/48x48/access.png
+share/ede/icons/48x48/access2.png
+share/ede/icons/48x48/applix.png
+share/ede/icons/48x48/archos_mount.png
+share/ede/icons/48x48/archos_unmount.png
+share/ede/icons/48x48/ascii.png
+share/ede/icons/48x48/binary.png
+share/ede/icons/48x48/blockdevice.png
+share/ede/icons/48x48/cd.png
+share/ede/icons/48x48/cd_audio.png
+share/ede/icons/48x48/cd_video.png
+share/ede/icons/48x48/cdr.png
+share/ede/icons/48x48/cdrom_mount.png
+share/ede/icons/48x48/cdrom_unmount.png
+share/ede/icons/48x48/cdtrack.png
+share/ede/icons/48x48/cdwriter_mount.png
+share/ede/icons/48x48/cdwriter_unmount.png
+share/ede/icons/48x48/chardevice.png
+share/ede/icons/48x48/colorscm.png
+share/ede/icons/48x48/core.png
+share/ede/icons/48x48/core2.png
+share/ede/icons/48x48/deb.png
+share/ede/icons/48x48/desktop.png
+share/ede/icons/48x48/document.png
+share/ede/icons/48x48/document2.png
+share/ede/icons/48x48/dvd_mount.png
+share/ede/icons/48x48/dvd_unmount.png
+share/ede/icons/48x48/encrypted.png
+share/ede/icons/48x48/exec.png
+share/ede/icons/48x48/file_broken.png
+share/ede/icons/48x48/file_locked.png
+share/ede/icons/48x48/folder.png
+share/ede/icons/48x48/folder2_html.png
+share/ede/icons/48x48/folder2_html2.png
+share/ede/icons/48x48/folder2_sound.png
+share/ede/icons/48x48/folder2_video.png
+share/ede/icons/48x48/folder_cool.png
+share/ede/icons/48x48/folder_gray.png
+share/ede/icons/48x48/folder_green.png
+share/ede/icons/48x48/folder_gz.png
+share/ede/icons/48x48/folder_home.png
+share/ede/icons/48x48/folder_home1.png
+share/ede/icons/48x48/folder_html.png
+share/ede/icons/48x48/folder_image.png
+share/ede/icons/48x48/folder_locked.png
+share/ede/icons/48x48/folder_mail.png
+share/ede/icons/48x48/folder_man.png
+share/ede/icons/48x48/folder_orange.png
+share/ede/icons/48x48/folder_red.png
+share/ede/icons/48x48/folder_rpm.png
+share/ede/icons/48x48/folder_sound.png
+share/ede/icons/48x48/folder_tar.png
+share/ede/icons/48x48/folder_video.png
+share/ede/icons/48x48/folder_violet.png
+share/ede/icons/48x48/folder_yelow.png
+share/ede/icons/48x48/font.png
+share/ede/icons/48x48/font_truetype.png
+share/ede/icons/48x48/font_type1.png
+share/ede/icons/48x48/fonts_bitmap.png
+share/ede/icons/48x48/freeBSD_hdd_mount.png
+share/ede/icons/48x48/freeBSD_hdd_unmount.png
+share/ede/icons/48x48/ftp.png
+share/ede/icons/48x48/gimp.png
+share/ede/icons/48x48/gimp2.png
+share/ede/icons/48x48/gnome-apps.png
+share/ede/icons/48x48/go.png
+share/ede/icons/48x48/go2.png
+share/ede/icons/48x48/handheld.png
+share/ede/icons/48x48/hdd_mount.png
+share/ede/icons/48x48/hdd_unmount.png
+share/ede/icons/48x48/html.png
+share/ede/icons/48x48/html2.png
+share/ede/icons/48x48/ica.png
+share/ede/icons/48x48/image.png
+share/ede/icons/48x48/info.png
+share/ede/icons/48x48/kcalc.png
+share/ede/icons/48x48/kcontrol.png
+share/ede/icons/48x48/kdevelop1.png
+share/ede/icons/48x48/kdisknav.png
+share/ede/icons/48x48/kfm_home.png
+share/ede/icons/48x48/khelpcenter.png
+share/ede/icons/48x48/klpq.png
+share/ede/icons/48x48/kmail.png
+share/ede/icons/48x48/kmenu.png
+share/ede/icons/48x48/kmultiple.png
+share/ede/icons/48x48/knode.png
+share/ede/icons/48x48/konqueror.png
+share/ede/icons/48x48/konqueror2.png
+share/ede/icons/48x48/konqueror2a.png
+share/ede/icons/48x48/konsole.png
+share/ede/icons/48x48/konsole2.png
+share/ede/icons/48x48/konsole3.png
+share/ede/icons/48x48/kppp.png
+share/ede/icons/48x48/kvirc.png
+share/ede/icons/48x48/licq.png
+share/ede/icons/48x48/lime.png
+share/ede/icons/48x48/link.png
+share/ede/icons/48x48/linux-classic_hdd_mount.png
+share/ede/icons/48x48/linux-classic_hdd_unmount.png
+share/ede/icons/48x48/linux_hdd_mount.png
+share/ede/icons/48x48/linux_hdd_unmount.png
+share/ede/icons/48x48/linuxconf.png
+share/ede/icons/48x48/lockoverlay.png
+share/ede/icons/48x48/log.png
+share/ede/icons/48x48/mac_hdd_mount.png
+share/ede/icons/48x48/mac_hdd_unmount.png
+share/ede/icons/48x48/make.png
+share/ede/icons/48x48/make2.png
+share/ede/icons/48x48/message.png
+share/ede/icons/48x48/midi.png
+share/ede/icons/48x48/mime.png
+share/ede/icons/48x48/mime_html.png
+share/ede/icons/48x48/mime_soffice.png
+share/ede/icons/48x48/mime_sound.png
+share/ede/icons/48x48/mime_track.png
+share/ede/icons/48x48/mime_txt.png
+share/ede/icons/48x48/misc_doc.png
+share/ede/icons/48x48/mouse.png
+share/ede/icons/48x48/mozilla-m.png
+share/ede/icons/48x48/mozilla-mail.png
+share/ede/icons/48x48/mozilla.png
+share/ede/icons/48x48/mshdd_mount.png
+share/ede/icons/48x48/mshdd_unmount.png
+share/ede/icons/48x48/nedit.png
+share/ede/icons/48x48/netscape.png
+share/ede/icons/48x48/netscape_doc.png
+share/ede/icons/48x48/network.png
+share/ede/icons/48x48/network_local.png
+share/ede/icons/48x48/noatun.png
+share/ede/icons/48x48/noatun2.png
+share/ede/icons/48x48/opera.png
+share/ede/icons/48x48/package_multimedia.png
+share/ede/icons/48x48/pdf.png
+share/ede/icons/48x48/php.png
+share/ede/icons/48x48/postscript.png
+share/ede/icons/48x48/postscript2.png
+share/ede/icons/48x48/printer.png
+share/ede/icons/48x48/quicktime.png
+share/ede/icons/48x48/real_doc.png
+share/ede/icons/48x48/recycled.png
+share/ede/icons/48x48/resource.png
+share/ede/icons/48x48/rpm.png
+share/ede/icons/48x48/scanner.png
+share/ede/icons/48x48/shellscript.png
+share/ede/icons/48x48/socket.png
+share/ede/icons/48x48/soffice.png
+share/ede/icons/48x48/sound.png
+share/ede/icons/48x48/source.png
+share/ede/icons/48x48/source_c.png
+share/ede/icons/48x48/source_cpp.png
+share/ede/icons/48x48/source_f.png
+share/ede/icons/48x48/source_h.png
+share/ede/icons/48x48/source_java.png
+share/ede/icons/48x48/source_l.png
+share/ede/icons/48x48/source_moc.png
+share/ede/icons/48x48/source_o.png
+share/ede/icons/48x48/source_p.png
+share/ede/icons/48x48/source_pl.png
+share/ede/icons/48x48/source_s.png
+share/ede/icons/48x48/source_y.png
+share/ede/icons/48x48/spreadsheet.png
+share/ede/icons/48x48/synaptic.png
+share/ede/icons/48x48/tar.png
+share/ede/icons/48x48/template_source.png
+share/ede/icons/48x48/tex.png
+share/ede/icons/48x48/tgz.png
+share/ede/icons/48x48/trashcan_empty.png
+share/ede/icons/48x48/trashcan_full.png
+share/ede/icons/48x48/tux.png
+share/ede/icons/48x48/txt.png
+share/ede/icons/48x48/unknown.png
+share/ede/icons/48x48/unknown2.png
+share/ede/icons/48x48/vcalendar.png
+share/ede/icons/48x48/vcard.png
+share/ede/icons/48x48/video.png
+share/ede/icons/48x48/vmware.png
+share/ede/icons/48x48/vnc.png
+share/ede/icons/48x48/widget_doc.png
+share/ede/icons/48x48/window_list.png
+share/ede/icons/48x48/wmaker_apps.png
+share/ede/icons/48x48/wordprocessing.png
+share/ede/icons/48x48/www.png
+share/ede/icons/48x48/xmms2.png
+share/ede/icons/48x48/xmms_classic.png
+share/ede/icons/48x48/zip.png
+share/ede/icons/48x48/zip_mount.png
+share/ede/icons/48x48/zip_unmount.png
+share/ede/programs/.directory
+share/ede/programs/Applications/.directory
+share/ede/programs/Applications/Emacs.desktop
+share/ede/programs/Applications/Vim.desktop
+share/ede/programs/Applications/WordPerfect.desktop
+share/ede/programs/Applications/Xemacs.desktop
+share/ede/programs/Applications/abiword.desktop
+share/ede/programs/Applications/lyx.desktop
+share/ede/programs/Applications/notepad.desktop
+share/ede/programs/Applications/ooffice.desktop
+share/ede/programs/Development/.directory
+share/ede/programs/Development/cooledit.desktop
+share/ede/programs/Development/fluid.desktop
+share/ede/programs/Development/xwpe.desktop
+share/ede/programs/Development/xxgdb.desktop
+share/ede/programs/Games/.directory
+share/ede/programs/Games/Casino.desktop
+share/ede/programs/Games/Mastermind.desktop
+share/ede/programs/Games/Qubix.desktop
+share/ede/programs/Games/lbreak.desktop
+share/ede/programs/Games/xbill.desktop
+share/ede/programs/Graphics/.directory
+share/ede/programs/Graphics/GIMP.desktop
+share/ede/programs/Graphics/acroread.desktop
+share/ede/programs/Graphics/eimgviewer.desktop
+share/ede/programs/Graphics/gv.desktop
+share/ede/programs/Graphics/xdvi.desktop
+share/ede/programs/Graphics/xpdf.desktop
+share/ede/programs/Graphics/xsane.desktop
+share/ede/programs/Internet/.directory
+share/ede/programs/Internet/Mozilla.desktop
+share/ede/programs/Internet/Netscape.desktop
+share/ede/programs/Internet/Opera.desktop
+share/ede/programs/Internet/dialup.desktop
+share/ede/programs/Internet/lynx.desktop
+share/ede/programs/Internet/postoffice.desktop
+share/ede/programs/Multimedia/.directory
+share/ede/programs/Multimedia/alsaplayer.desktop
+share/ede/programs/Multimedia/ecdplayer.desktop
+share/ede/programs/Multimedia/esoundmixer.desktop
+share/ede/programs/Multimedia/mplayer.desktop
+share/ede/programs/Multimedia/realplayer.desktop
+share/ede/programs/Multimedia/x11amp.desktop
+share/ede/programs/Multimedia/xmms.desktop
+share/ede/programs/Settings/.directory
+share/ede/programs/Settings/colorsconf.desktop
+share/ede/programs/Settings/control.desktop
+share/ede/programs/Settings/edisplayconf.desktop
+share/ede/programs/Settings/ehardware.desktop
+share/ede/programs/Settings/eiconconf.desktop
+share/ede/programs/Settings/epanelconf.desktop
+share/ede/programs/Settings/etimedate.desktop
+share/ede/programs/Settings/ewmconf.desktop
+share/ede/programs/Settings/printers.desktop
+share/ede/programs/Settings/scrsaver.desktop
+share/ede/programs/System/.directory
+share/ede/programs/System/Eterm.desktop
+share/ede/programs/System/Kterm.desktop
+share/ede/programs/System/UNIX-regular.desktop
+share/ede/programs/System/UNIX.desktop
+share/ede/programs/System/Vnterm.desktop
+share/ede/programs/Utilities/.directory
+share/ede/programs/Utilities/calc.desktop
+share/ede/programs/Utilities/finder.desktop
+share/ede/programs/Utilities/fstabedit.desktop
+share/ede/programs/Utilities/sccalc.desktop
+share/ede/programs/Utilities/tips.desktop
+share/ede/programs/Utilities/xmag.desktop
+share/locale/fi/LC_MESSAGES/edewm.mo
+share/locale/id/LC_MESSAGES/ecolorconf.mo
+share/locale/id/LC_MESSAGES/econtrol.mo
+share/locale/id/LC_MESSAGES/edewm.mo
+share/locale/id/LC_MESSAGES/edisplayconf.mo
+share/locale/id/LC_MESSAGES/efinder.mo
+share/locale/id/LC_MESSAGES/ehelpbook.mo
+share/locale/id/LC_MESSAGES/eiconman.mo
+share/locale/id/LC_MESSAGES/eiconsconf.mo
+share/locale/id/LC_MESSAGES/emenueditor.mo
+share/locale/id/LC_MESSAGES/epanelconf.mo
+share/locale/id/LC_MESSAGES/erun.mo
+share/locale/id/LC_MESSAGES/etimedate.mo
+share/locale/id/LC_MESSAGES/etip.mo
+share/locale/id/LC_MESSAGES/ewmconf.mo
+share/locale/id/LC_MESSAGES/eworkpanel.mo
+share/locale/ru/LC_MESSAGES/ecolorconf.mo
+share/locale/ru/LC_MESSAGES/econtrol.mo
+share/locale/ru/LC_MESSAGES/edewm.mo
+share/locale/ru/LC_MESSAGES/edisplayconf.mo
+share/locale/ru/LC_MESSAGES/efinder.mo
+share/locale/ru/LC_MESSAGES/ehelpbook.mo
+share/locale/ru/LC_MESSAGES/eiconman.mo
+share/locale/ru/LC_MESSAGES/eiconsconf.mo
+share/locale/ru/LC_MESSAGES/einstaller.mo
+share/locale/ru/LC_MESSAGES/emenueditor.mo
+share/locale/ru/LC_MESSAGES/epanelconf.mo
+share/locale/ru/LC_MESSAGES/erun.mo
+share/locale/ru/LC_MESSAGES/esvrconf.mo
+share/locale/ru/LC_MESSAGES/etimedate.mo
+share/locale/ru/LC_MESSAGES/etip.mo
+share/locale/ru/LC_MESSAGES/ewmconf.mo
+share/locale/ru/LC_MESSAGES/eworkpanel.mo
+share/locale/sk/LC_MESSAGES/ecolorconf.mo
+share/locale/sk/LC_MESSAGES/econtrol.mo
+share/locale/sk/LC_MESSAGES/edewm.mo
+share/locale/sk/LC_MESSAGES/edisplayconf.mo
+share/locale/sk/LC_MESSAGES/efinder.mo
+share/locale/sk/LC_MESSAGES/ehelpbook.mo
+share/locale/sk/LC_MESSAGES/eiconman.mo
+share/locale/sk/LC_MESSAGES/eiconsconf.mo
+share/locale/sk/LC_MESSAGES/einstaller.mo
+share/locale/sk/LC_MESSAGES/emenueditor.mo
+share/locale/sk/LC_MESSAGES/epanelconf.mo
+share/locale/sk/LC_MESSAGES/erun.mo
+share/locale/sk/LC_MESSAGES/esvrconf.mo
+share/locale/sk/LC_MESSAGES/etimedate.mo
+share/locale/sk/LC_MESSAGES/etip.mo
+share/locale/sk/LC_MESSAGES/ewmconf.mo
+share/locale/sk/LC_MESSAGES/eworkpanel.mo
+share/locale/sr/LC_MESSAGES/ecolorconf.mo
+share/locale/sr/LC_MESSAGES/econtrol.mo
+share/locale/sr/LC_MESSAGES/edewm.mo
+share/locale/sr/LC_MESSAGES/edisplayconf.mo
+share/locale/sr/LC_MESSAGES/ehelpbook.mo
+share/locale/sr/LC_MESSAGES/eiconman.mo
+share/locale/sr/LC_MESSAGES/eiconsconf.mo
+share/locale/sr/LC_MESSAGES/emenueditor.mo
+share/locale/sr/LC_MESSAGES/epanelconf.mo
+share/locale/sr/LC_MESSAGES/erun.mo
+share/locale/sr/LC_MESSAGES/etimedate.mo
+share/locale/sr/LC_MESSAGES/etip.mo
+share/locale/sr/LC_MESSAGES/ewmconf.mo
+share/locale/sr/LC_MESSAGES/eworkpanel.mo
+@dirrm share/ede/programs/Utilities
+@dirrm share/ede/programs/System
+@dirrm share/ede/programs/Settings
+@dirrm share/ede/programs/Multimedia
+@dirrm share/ede/programs/Internet
+@dirrm share/ede/programs/Graphics
+@dirrm share/ede/programs/Games
+@dirrm share/ede/programs/Development
+@dirrm share/ede/programs/Applications
+@dirrm share/ede/programs
+@dirrm share/ede/icons/48x48
+@dirrm share/ede/icons/16x16
+@dirrm share/ede/icons
+@dirrm share/ede/doc
+@dirrm share/ede/apps
+@dirrm share/ede/.ede/schemes
+@dirrm share/ede/.ede/programs
+@dirrm share/ede/.ede/favourites
+@dirrm share/ede/.ede/desktop
+@dirrm share/ede/.ede/apps
+@dirrm share/ede/.ede
+@dirrm share/ede