summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e16/Makefile44
-rw-r--r--x11-wm/e16/distinfo2
-rw-r--r--x11-wm/e16/files/patch-e_gen_menu29
-rw-r--r--x11-wm/e16/pkg-descr4
-rw-r--r--x11-wm/e16/pkg-plist498
-rw-r--r--x11-wm/enlightenment-devel/Makefile44
-rw-r--r--x11-wm/enlightenment-devel/distinfo2
-rw-r--r--x11-wm/enlightenment-devel/files/patch-e_gen_menu29
-rw-r--r--x11-wm/enlightenment-devel/pkg-descr4
-rw-r--r--x11-wm/enlightenment-devel/pkg-plist498
-rw-r--r--x11-wm/fvwm24/Makefile103
-rw-r--r--x11-wm/fvwm24/distinfo4
-rw-r--r--x11-wm/fvwm24/files/patch-ad11
-rw-r--r--x11-wm/fvwm24/files/patch-fvwm::Makefile.in15
-rw-r--r--x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c11
-rw-r--r--x11-wm/fvwm24/files/patch-utils::Makefile.in13
-rw-r--r--x11-wm/fvwm24/pkg-descr10
-rw-r--r--x11-wm/fvwm24/pkg-plist412
-rw-r--r--x11-wm/ion3/Makefile37
-rw-r--r--x11-wm/ion3/distinfo2
-rw-r--r--x11-wm/ion3/files/patch-rules.mk10
-rw-r--r--x11-wm/ion3/files/patch-system.mk92
-rw-r--r--x11-wm/ion3/pkg-descr20
-rw-r--r--x11-wm/ion3/pkg-plist63
-rw-r--r--x11-wm/wmanager/files/pkg-message.in3
-rw-r--r--x11-wm/wmcp/Makefile24
-rw-r--r--x11-wm/wmcp/distinfo2
-rw-r--r--x11-wm/wmcp/files/patch-aa25
-rw-r--r--x11-wm/wmcp/files/patch-wmcp.c73
-rw-r--r--x11-wm/wmcp/pkg-descr6
30 files changed, 0 insertions, 2090 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
deleted file mode 100644
index 218f006c0952..000000000000
--- a/x11-wm/e16/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: enlightenment
-# Date created: 10 June 1997
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= enlightenment
-PORTVERSION= 0.16.7.2
-PORTREVISION= 1
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= vanilla@FreeBSD.org
-COMMENT= A very artistic X window manager
-
-LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
-
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-USE_GNOME= esound
-USE_ICONV= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-MAN1= enlightenment.1
-
-.include <bsd.port.pre.mk>
-
-.if (${MACHINE} == "alpha") && (${X_WINDOW_SYSTEM:L} == xfree86-3)
-CONFIGURE_ARGS+= --disable-zoom
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's| wctype.h||g ; \
- s|-ldl||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/scripts/e_gen_menu
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo
deleted file mode 100644
index b451fe9fe6a9..000000000000
--- a/x11-wm/e16/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (enlightenment-0.16.7.2.tar.gz) = 78747d34f882676eafe26eef22a448be
-SIZE (enlightenment-0.16.7.2.tar.gz) = 1860412
diff --git a/x11-wm/e16/files/patch-e_gen_menu b/x11-wm/e16/files/patch-e_gen_menu
deleted file mode 100644
index 332bd3341ea5..000000000000
--- a/x11-wm/e16/files/patch-e_gen_menu
+++ /dev/null
@@ -1,29 +0,0 @@
---- scripts/e_gen_menu.orig Fri Oct 1 02:31:47 2004
-+++ scripts/e_gen_menu Tue Dec 21 02:34:02 2004
-@@ -25,7 +25,7 @@
- ##############################################################################
-
- # Likely prefixes
--$Prefixes = "/usr/local:/usr:/opt::/opt/kde:$ENV{'KDEDIR'}";
-+$Prefixes = "/usr/local:/usr/X11R6::/opt/kde:$ENV{'KDEDIR'}";
- $Prefixes = RemoveDuplcates($Prefixes);
-
- # Where to look for GNOME2/KDE2,3 stuff
-@@ -53,7 +53,7 @@
- $loc1 = "" if ($loc1 eq $loc2);
-
- $EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser;
--$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot;
-+$EdirRoot = "%%PREFIX%%/share/enlightenment" unless $EdirRoot;
- $EdirBin = "/usr/bin" unless $EdirBin;
-
- $dbg = "$ENV{'E_MENUGEN_DBG'}";
-@@ -112,7 +112,7 @@
- "x:Firefox:firefox",
- "x:Galeon:galeon",
- "x:Opera:opera",
-- "x:Electric Eyes:ee",
-+ "x:Electric Eyes:ElectricEyes",
- "x:Gmplayer:gmplayer",
- "x:Xine:xine",
- "x:The GIMP:gimp",
diff --git a/x11-wm/e16/pkg-descr b/x11-wm/e16/pkg-descr
deleted file mode 100644
index ff8e39aa4118..000000000000
--- a/x11-wm/e16/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A very artistic X window manager. Among other attributes,
-Enlightenment makes for quite impressive screen shots.
-
-WWW: http://www.enlightenment.org/
diff --git a/x11-wm/e16/pkg-plist b/x11-wm/e16/pkg-plist
deleted file mode 100644
index 05c6883ed42e..000000000000
--- a/x11-wm/e16/pkg-plist
+++ /dev/null
@@ -1,498 +0,0 @@
-bin/edox
-bin/eesh
-bin/enlightenment
-bin/epp
-bin/starte16
-etc/X11/dm/Sessions/enlightenment.desktop
-%%DATADIR%%/config/actionclasses.cfg
-%%DATADIR%%/config/actionclasses.cfg.ja
-%%DATADIR%%/config/actionclasses.cfg.ko
-%%DATADIR%%/config/actionclasses.cfg.pl
-%%DATADIR%%/config/backup-borders.cfg
-%%DATADIR%%/config/backup-colormodifiers.cfg
-%%DATADIR%%/config/backup-cursors.cfg
-%%DATADIR%%/config/backup-imageclasses.cfg
-%%DATADIR%%/config/backup-textclasses.cfg
-%%DATADIR%%/config/backup-tooltips.cfg
-%%DATADIR%%/config/control.cfg
-%%DATADIR%%/config/definitions
-%%DATADIR%%/config/icondefs.cfg
-%%DATADIR%%/config/keybindings.cfg
-%%DATADIR%%/config/keybindings.cfg.ja
-%%DATADIR%%/config/keybindings.cfg.ko
-%%DATADIR%%/config/keybindings.cfg.pl
-%%DATADIR%%/config/keybindings.gmc.cfg.ja
-%%DATADIR%%/config/keybindings.gmc.cfg.ko
-%%DATADIR%%/config/keybindings.gmc.cfg.pl
-%%DATADIR%%/config/keybindings.nogmc.cfg.ja
-%%DATADIR%%/config/keybindings.nogmc.cfg.ko
-%%DATADIR%%/config/keybindings.nogmc.cfg.pl
-%%DATADIR%%/config/keybindings.rh.cfg.pl
-%%DATADIR%%/config/menus.cfg
-%%DATADIR%%/config/menus.cfg.ja
-%%DATADIR%%/config/menus.cfg.ko
-%%DATADIR%%/config/menus.cfg.pl
-%%DATADIR%%/config/pix/about.png
-%%DATADIR%%/config/pix/apple.png
-%%DATADIR%%/config/pix/areas.png
-%%DATADIR%%/config/pix/bg.png
-%%DATADIR%%/config/pix/calc.png
-%%DATADIR%%/config/pix/clock.png
-%%DATADIR%%/config/pix/desktops.png
-%%DATADIR%%/config/pix/easter.png
-%%DATADIR%%/config/pix/elogo48.png
-%%DATADIR%%/config/pix/focus.png
-%%DATADIR%%/config/pix/fx.png
-%%DATADIR%%/config/pix/key_blank.png
-%%DATADIR%%/config/pix/key_ctrl.png
-%%DATADIR%%/config/pix/key_lock.png
-%%DATADIR%%/config/pix/key_mod1.png
-%%DATADIR%%/config/pix/key_mod2.png
-%%DATADIR%%/config/pix/key_mod3.png
-%%DATADIR%%/config/pix/key_mod4.png
-%%DATADIR%%/config/pix/key_mod5.png
-%%DATADIR%%/config/pix/key_shift.png
-%%DATADIR%%/config/pix/mon.png
-%%DATADIR%%/config/pix/mouse_0.png
-%%DATADIR%%/config/pix/mouse_1.png
-%%DATADIR%%/config/pix/mouse_2.png
-%%DATADIR%%/config/pix/mouse_3.png
-%%DATADIR%%/config/pix/mouse_4.png
-%%DATADIR%%/config/pix/mouse_5.png
-%%DATADIR%%/config/pix/mouse_any.png
-%%DATADIR%%/config/pix/moveres.png
-%%DATADIR%%/config/pix/note.png
-%%DATADIR%%/config/pix/pager.png
-%%DATADIR%%/config/pix/pawn.png
-%%DATADIR%%/config/pix/place.png
-%%DATADIR%%/config/pix/pumpkin.png
-%%DATADIR%%/config/pix/raise.png
-%%DATADIR%%/config/pix/snapshots.png
-%%DATADIR%%/config/pix/sound.png
-%%DATADIR%%/config/pix/spider.png
-%%DATADIR%%/config/pix/tips.png
-%%DATADIR%%/config/pix/tv2.png
-%%DATADIR%%/config/pix/wait1.png
-%%DATADIR%%/config/pix/wait10.png
-%%DATADIR%%/config/pix/wait11.png
-%%DATADIR%%/config/pix/wait12.png
-%%DATADIR%%/config/pix/wait2.png
-%%DATADIR%%/config/pix/wait3.png
-%%DATADIR%%/config/pix/wait4.png
-%%DATADIR%%/config/pix/wait5.png
-%%DATADIR%%/config/pix/wait6.png
-%%DATADIR%%/config/pix/wait7.png
-%%DATADIR%%/config/pix/wait8.png
-%%DATADIR%%/config/pix/wait9.png
-%%DATADIR%%/config/pix/world.png
-%%DATADIR%%/misc/E-GNOME
-%%DATADIR%%/misc/E-KDE
-%%DATADIR%%/misc/E16
-%%DATADIR%%/misc/starte16
-%%DATADIR%%/misc/Xclients.e-gnome
-%%DATADIR%%/misc/Xclients.e-kde
-%%DATADIR%%/misc/Xclients.enlightenment
-%%DATADIR%%/misc/e-gnome.desktop
-%%DATADIR%%/misc/e-kde.desktop
-%%DATADIR%%/misc/enlightenment.desktop
-%%DATADIR%%/scripts/e_cache_clean
-%%DATADIR%%/scripts/e_cache_query
-%%DATADIR%%/scripts/e_gen_menu
-%%DATADIR%%/themes/winter/ABOUT/MAIN
-%%DATADIR%%/themes/winter/ABOUT/MAIN.ko
-%%DATADIR%%/themes/winter/ABOUT/bg.png
-%%DATADIR%%/themes/winter/ABOUT/vixar.ttf
-%%DATADIR%%/themes/winter/README
-%%DATADIR%%/themes/winter/README.ko
-%%DATADIR%%/themes/winter/backgrounds/backgrounds.cfg
-%%DATADIR%%/themes/winter/backgrounds/images/startup-bg.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_logo.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_blue.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_green.png
-%%DATADIR%%/themes/winter/borders/BORDERLESS/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/bl.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/br.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/horiz.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tl.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tr.png
-%%DATADIR%%/themes/winter/borders/DEFAULT/border.cfg
-%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg
-%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg~
-%%DATADIR%%/themes/winter/borders/FIXED_SIZE/border.cfg
-%%DATADIR%%/themes/winter/borders/ICONBOX/border.cfg
-%%DATADIR%%/themes/winter/borders/MENU/border.cfg
-%%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb1.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb2.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb3.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb4.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb5.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb6.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb8.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb9l.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb9r.png
-%%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT/border.cfg
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/border.cfg
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb1.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb2.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb3.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb4.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb5.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb6.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb8.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9l.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9r.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT/border.cfg
-%%DATADIR%%/themes/winter/borders/SHAPED/border.cfg
-%%DATADIR%%/themes/winter/borders/TRANSIENT/border.cfg
-%%DATADIR%%/themes/winter/borders/borders.cfg
-%%DATADIR%%/themes/winter/borders/borders.cfg.ko
-%%DATADIR%%/themes/winter/borders/common/Winter.Changelog
-%%DATADIR%%/themes/winter/borders/common/border.cfg
-%%DATADIR%%/themes/winter/borders/common/border.cfg.ko
-%%DATADIR%%/themes/winter/borders/common/images/border-bl-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bl.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom-blue_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-br-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-br.png
-%%DATADIR%%/themes/winter/borders/common/images/border-button.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-dot1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-dot2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-lr.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-minus.png
-%%DATADIR%%/themes/winter/borders/common/images/border-minus2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-plus1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-plus2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_text.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox_blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_text.png
-%%DATADIR%%/themes/winter/borders/common/images/border-topmiddle.png
-%%DATADIR%%/themes/winter/borders/common/images/ic_border-l.png
-%%DATADIR%%/themes/winter/borders/common/images/ic_border-r.png
-%%DATADIR%%/themes/winter/borders/common/images/menu-border-bottom.png
-%%DATADIR%%/themes/winter/borders/common/images/menu-border-top.png
-%%DATADIR%%/themes/winter/borders.cfg
-%%DATADIR%%/themes/winter/borders.cfg.ko
-%%DATADIR%%/themes/winter/buttons/buttons.cfg
-%%DATADIR%%/themes/winter/buttons.cfg
-%%DATADIR%%/themes/winter/buttons.cfg.ko
-%%DATADIR%%/themes/winter/colormodifiers.cfg
-%%DATADIR%%/themes/winter/common/images/blank.png
-%%DATADIR%%/themes/winter/common/images/blue_bar.png
-%%DATADIR%%/themes/winter/common/images/light_brushed.png
-%%DATADIR%%/themes/winter/coords/coords.cfg
-%%DATADIR%%/themes/winter/coords/coords.cfg.ko
-%%DATADIR%%/themes/winter/cursors/cursors.cfg
-%%DATADIR%%/themes/winter/cursors.cfg
-%%DATADIR%%/themes/winter/desktops.cfg
-%%DATADIR%%/themes/winter/dialogs/dialogs.cfg
-%%DATADIR%%/themes/winter/dialogs/dialogs.cfg.ko
-%%DATADIR%%/themes/winter/dialogs/images/arrow-down.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-left.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-right.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-up.png
-%%DATADIR%%/themes/winter/dialogs/images/bg.png
-%%DATADIR%%/themes/winter/dialogs/images/button-clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/button-over.png
-%%DATADIR%%/themes/winter/dialogs/images/button-up.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/indent.png
-%%DATADIR%%/themes/winter/dialogs/images/ondent.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/radio.png
-%%DATADIR%%/themes/winter/dialogs/images/radio_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/radio_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-bar-vert.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-down.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-left.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-right.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-horiz.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-vert.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-up.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz-deco.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-vert-deco.png
-%%DATADIR%%/themes/winter/dialogs/images/separator.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_on.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_on.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough-h.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough-v.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough.png
-%%DATADIR%%/themes/winter/dialogs/images/trough.png
-%%DATADIR%%/themes/winter/dialogs/images/window-base.png
-%%DATADIR%%/themes/winter/dock/dock.cfg
-%%DATADIR%%/themes/winter/dragbar/dragbar.cfg
-%%DATADIR%%/themes/winter/dragbar/images/a1.png
-%%DATADIR%%/themes/winter/dragbar/images/a1b.png
-%%DATADIR%%/themes/winter/dragbar/images/a2.png
-%%DATADIR%%/themes/winter/dragbar/images/a2b.png
-%%DATADIR%%/themes/winter/dragbar/images/dragbar_horiz.png
-%%DATADIR%%/themes/winter/dragbar/images/dragbar_vert.png
-%%DATADIR%%/themes/winter/epplets/epplets.cfg
-%%DATADIR%%/themes/winter/epplets/epplets.cfg.ko
-%%DATADIR%%/themes/winter/epplets/images/ar_d1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_d2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_d3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u3.png
-%%DATADIR%%/themes/winter/epplets/images/b1.png
-%%DATADIR%%/themes/winter/epplets/images/b2.png
-%%DATADIR%%/themes/winter/epplets/images/b3.png
-%%DATADIR%%/themes/winter/epplets/images/bb1.png
-%%DATADIR%%/themes/winter/epplets/images/bb2.png
-%%DATADIR%%/themes/winter/epplets/images/bg.png
-%%DATADIR%%/themes/winter/epplets/images/bg_v.png
-%%DATADIR%%/themes/winter/epplets/images/blank1.png
-%%DATADIR%%/themes/winter/epplets/images/blank2.png
-%%DATADIR%%/themes/winter/epplets/images/blank3.png
-%%DATADIR%%/themes/winter/epplets/images/close1.png
-%%DATADIR%%/themes/winter/epplets/images/close2.png
-%%DATADIR%%/themes/winter/epplets/images/close3.png
-%%DATADIR%%/themes/winter/epplets/images/config1.png
-%%DATADIR%%/themes/winter/epplets/images/config2.png
-%%DATADIR%%/themes/winter/epplets/images/config3.png
-%%DATADIR%%/themes/winter/epplets/images/da.png
-%%DATADIR%%/themes/winter/epplets/images/eject1.png
-%%DATADIR%%/themes/winter/epplets/images/eject2.png
-%%DATADIR%%/themes/winter/epplets/images/eject3.png
-%%DATADIR%%/themes/winter/epplets/images/ff1.png
-%%DATADIR%%/themes/winter/epplets/images/ff2.png
-%%DATADIR%%/themes/winter/epplets/images/ff3.png
-%%DATADIR%%/themes/winter/epplets/images/help1.png
-%%DATADIR%%/themes/winter/epplets/images/help2.png
-%%DATADIR%%/themes/winter/epplets/images/help3.png
-%%DATADIR%%/themes/winter/epplets/images/next1.png
-%%DATADIR%%/themes/winter/epplets/images/next2.png
-%%DATADIR%%/themes/winter/epplets/images/next3.png
-%%DATADIR%%/themes/winter/epplets/images/pause1.png
-%%DATADIR%%/themes/winter/epplets/images/pause2.png
-%%DATADIR%%/themes/winter/epplets/images/pause3.png
-%%DATADIR%%/themes/winter/epplets/images/pb_h.png
-%%DATADIR%%/themes/winter/epplets/images/pb_v.png
-%%DATADIR%%/themes/winter/epplets/images/play1.png
-%%DATADIR%%/themes/winter/epplets/images/play2.png
-%%DATADIR%%/themes/winter/epplets/images/play3.png
-%%DATADIR%%/themes/winter/epplets/images/prev1.png
-%%DATADIR%%/themes/winter/epplets/images/prev2.png
-%%DATADIR%%/themes/winter/epplets/images/prev3.png
-%%DATADIR%%/themes/winter/epplets/images/repeat1.png
-%%DATADIR%%/themes/winter/epplets/images/repeat2.png
-%%DATADIR%%/themes/winter/epplets/images/repeat3.png
-%%DATADIR%%/themes/winter/epplets/images/rw1.png
-%%DATADIR%%/themes/winter/epplets/images/rw2.png
-%%DATADIR%%/themes/winter/epplets/images/rw3.png
-%%DATADIR%%/themes/winter/epplets/images/s_h.png
-%%DATADIR%%/themes/winter/epplets/images/s_k1.png
-%%DATADIR%%/themes/winter/epplets/images/s_k2.png
-%%DATADIR%%/themes/winter/epplets/images/s_k3.png
-%%DATADIR%%/themes/winter/epplets/images/s_v.png
-%%DATADIR%%/themes/winter/epplets/images/skip1.png
-%%DATADIR%%/themes/winter/epplets/images/skip2.png
-%%DATADIR%%/themes/winter/epplets/images/skip3.png
-%%DATADIR%%/themes/winter/epplets/images/stop1.png
-%%DATADIR%%/themes/winter/epplets/images/stop2.png
-%%DATADIR%%/themes/winter/epplets/images/stop3.png
-%%DATADIR%%/themes/winter/eterm/eterm.cfg
-%%DATADIR%%/themes/winter/eterm/images/a_d_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_d_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_l_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_l_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_r_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_r_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_u_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_u_2.png
-%%DATADIR%%/themes/winter/eterm/images/bg.jpg
-%%DATADIR%%/themes/winter/eterm/images/bt.png
-%%DATADIR%%/themes/winter/eterm/images/mb2.png
-%%DATADIR%%/themes/winter/eterm/images/mb3.png
-%%DATADIR%%/themes/winter/eterm/images/sb1.png
-%%DATADIR%%/themes/winter/eterm/images/sb2.png
-%%DATADIR%%/themes/winter/eterm/images/t.png
-%%DATADIR%%/themes/winter/focuslist/focuslist.cfg
-%%DATADIR%%/themes/winter/focuslist/focuslist.cfg.ko
-%%DATADIR%%/themes/winter/focuslist/images/hbar.png
-%%DATADIR%%/themes/winter/focuslist/images/hbar2.png
-%%DATADIR%%/themes/winter/iconbox/iconbox.cfg
-%%DATADIR%%/themes/winter/iconbox/iconbox.cfg.ko
-%%DATADIR%%/themes/winter/iconbox/images/base_.png
-%%DATADIR%%/themes/winter/iconbox/images/bg.png
-%%DATADIR%%/themes/winter/iconbox/images/blank.png
-%%DATADIR%%/themes/winter/iconbox/images/button-h.png
-%%DATADIR%%/themes/winter/iconbox/images/cover.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-base_h.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-base_v.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_active.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_clicked.png
-%%DATADIR%%/themes/winter/iconbox/images/unused.png
-%%DATADIR%%/themes/winter/imageclasses.cfg
-%%DATADIR%%/themes/winter/imageclasses.cfg.ko
-%%DATADIR%%/themes/winter/init/images/btn3.png
-%%DATADIR%%/themes/winter/init/images/progress_bar.png
-%%DATADIR%%/themes/winter/init/images/text_bg.png
-%%DATADIR%%/themes/winter/init/init.cfg
-%%DATADIR%%/themes/winter/init/init.cfg.ko
-%%DATADIR%%/themes/winter/init.cfg
-%%DATADIR%%/themes/winter/init.cfg.ko
-%%DATADIR%%/themes/winter/menustyles/images/menu-arrow-sel.png
-%%DATADIR%%/themes/winter/menustyles/images/menu-arrow.png
-%%DATADIR%%/themes/winter/menustyles/images/menu-sel.png
-%%DATADIR%%/themes/winter/menustyles/menustyles.cfg
-%%DATADIR%%/themes/winter/menustyles/menustyles.cfg.ko
-%%DATADIR%%/themes/winter/menustyles.cfg
-%%DATADIR%%/themes/winter/menustyles.cfg.ko
-%%DATADIR%%/themes/winter/pager/images/p_bg.png
-%%DATADIR%%/themes/winter/pager/images/p_sel.png
-%%DATADIR%%/themes/winter/pager/images/p_win.png
-%%DATADIR%%/themes/winter/pager/pager.cfg
-%%DATADIR%%/themes/winter/pager/pager.cfg.ko
-%%DATADIR%%/themes/winter/slideouts/slideouts.cfg
-%%DATADIR%%/themes/winter/slideouts.cfg
-%%DATADIR%%/themes/winter/sound/sound.cfg
-%%DATADIR%%/themes/winter/sound.cfg
-%%DATADIR%%/themes/winter/tooltips/images/clear.png
-%%DATADIR%%/themes/winter/tooltips/images/tooltipbg.png
-%%DATADIR%%/themes/winter/tooltips/tooltips.cfg
-%%DATADIR%%/themes/winter/tooltips/tooltips.cfg.ko
-%%DATADIR%%/themes/winter/tooltips.cfg
-%%DATADIR%%/themes/winter/tooltips.cfg.ko
-%%DATADIR%%/themes/winter/ttfonts/COPYRIGHT.Vera
-%%DATADIR%%/themes/winter/ttfonts/LICENSE.Vera
-%%DATADIR%%/themes/winter/ttfonts/Vera.ttf
-%%DATADIR%%/themes/winter/ttfonts/VeraBd.ttf
-%%DATADIR%%/themes/winter/windowmatches.cfg
-share/locale/bg/LC_MESSAGES/enlightenment.mo
-share/locale/bs/LC_MESSAGES/enlightenment.mo
-share/locale/da/LC_MESSAGES/enlightenment.mo
-share/locale/de/LC_MESSAGES/enlightenment.mo
-share/locale/en_US/LC_MESSAGES/enlightenment.mo
-share/locale/es/LC_MESSAGES/enlightenment.mo
-share/locale/fr/LC_MESSAGES/enlightenment.mo
-share/locale/hu/LC_MESSAGES/enlightenment.mo
-share/locale/ja/LC_MESSAGES/enlightenment.mo
-share/locale/ko/LC_MESSAGES/enlightenment.mo
-share/locale/nl/LC_MESSAGES/enlightenment.mo
-share/locale/no/LC_MESSAGES/enlightenment.mo
-share/locale/pl/LC_MESSAGES/enlightenment.mo
-share/locale/pt/LC_MESSAGES/enlightenment.mo
-share/locale/pt_BR/LC_MESSAGES/enlightenment.mo
-share/locale/ru/LC_MESSAGES/enlightenment.mo
-share/locale/sv/LC_MESSAGES/enlightenment.mo
-share/locale/tr/LC_MESSAGES/enlightenment.mo
-@dirrm %%DATADIR%%/themes/winter/ABOUT
-@dirrm %%DATADIR%%/themes/winter/backgrounds/images
-@dirrm %%DATADIR%%/themes/winter/backgrounds
-@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS/images
-@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS
-@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY/images
-@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY
-@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT/images
-@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT
-@dirrm %%DATADIR%%/themes/winter/borders/DIALOG/images
-@dirrm %%DATADIR%%/themes/winter/borders/DIALOG
-@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE/images
-@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE
-@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX/images
-@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX
-@dirrm %%DATADIR%%/themes/winter/borders/MENU/images
-@dirrm %%DATADIR%%/themes/winter/borders/MENU
-@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/images
-@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY
-@dirrm %%DATADIR%%/themes/winter/borders/PAGER/images
-@dirrm %%DATADIR%%/themes/winter/borders/PAGER
-@dirrm %%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT
-@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images
-@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER
-@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT
-@dirrm %%DATADIR%%/themes/winter/borders/SHAPED/images
-@dirrm %%DATADIR%%/themes/winter/borders/SHAPED
-@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT/images
-@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT
-@dirrm %%DATADIR%%/themes/winter/borders/common/images
-@dirrm %%DATADIR%%/themes/winter/borders/common
-@dirrm %%DATADIR%%/themes/winter/borders
-@dirrm %%DATADIR%%/themes/winter/buttons/images
-@dirrm %%DATADIR%%/themes/winter/buttons
-@dirrm %%DATADIR%%/themes/winter/common/images
-@dirrm %%DATADIR%%/themes/winter/common
-@dirrm %%DATADIR%%/themes/winter/coords/images
-@dirrm %%DATADIR%%/themes/winter/coords
-@dirrm %%DATADIR%%/themes/winter/cursors
-@dirrm %%DATADIR%%/themes/winter/dialogs/images
-@dirrm %%DATADIR%%/themes/winter/dialogs
-@dirrm %%DATADIR%%/themes/winter/dock/images
-@dirrm %%DATADIR%%/themes/winter/dock
-@dirrm %%DATADIR%%/themes/winter/dragbar/images
-@dirrm %%DATADIR%%/themes/winter/dragbar
-@dirrm %%DATADIR%%/themes/winter/epplets/images
-@dirrm %%DATADIR%%/themes/winter/epplets
-@dirrm %%DATADIR%%/themes/winter/eterm/images
-@dirrm %%DATADIR%%/themes/winter/eterm
-@dirrm %%DATADIR%%/themes/winter/focuslist/images
-@dirrm %%DATADIR%%/themes/winter/focuslist
-@dirrm %%DATADIR%%/themes/winter/iconbox/images
-@dirrm %%DATADIR%%/themes/winter/iconbox
-@dirrm %%DATADIR%%/themes/winter/init/images
-@dirrm %%DATADIR%%/themes/winter/init
-@dirrm %%DATADIR%%/themes/winter/menustyles/images
-@dirrm %%DATADIR%%/themes/winter/menustyles
-@dirrm %%DATADIR%%/themes/winter/pager/images
-@dirrm %%DATADIR%%/themes/winter/pager
-@dirrm %%DATADIR%%/themes/winter/slideouts/images
-@dirrm %%DATADIR%%/themes/winter/slideouts
-@dirrm %%DATADIR%%/themes/winter/sound/samples
-@dirrm %%DATADIR%%/themes/winter/sound
-@dirrm %%DATADIR%%/themes/winter/tooltips/images
-@dirrm %%DATADIR%%/themes/winter/tooltips
-@dirrm %%DATADIR%%/themes/winter/ttfonts
-@dirrm %%DATADIR%%/themes/winter
-@dirrm %%DATADIR%%/themes
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/misc
-@dirrm %%DATADIR%%/config/pix
-@dirrm %%DATADIR%%/config
-@dirrm %%DATADIR%%
-@unexec rmdir %D/etc/X11/dm/Sessions 2> /dev/null || true
-@unexec rmdir %D/etc/X11/dm 2> /dev/null || true
-@unexec rmdir %D/etc/X11 2> /dev/null || true
-@unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/en_US 2> /dev/null || true
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
deleted file mode 100644
index 218f006c0952..000000000000
--- a/x11-wm/enlightenment-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: enlightenment
-# Date created: 10 June 1997
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= enlightenment
-PORTVERSION= 0.16.7.2
-PORTREVISION= 1
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= vanilla@FreeBSD.org
-COMMENT= A very artistic X window manager
-
-LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
-
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-USE_GNOME= esound
-USE_ICONV= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-MAN1= enlightenment.1
-
-.include <bsd.port.pre.mk>
-
-.if (${MACHINE} == "alpha") && (${X_WINDOW_SYSTEM:L} == xfree86-3)
-CONFIGURE_ARGS+= --disable-zoom
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's| wctype.h||g ; \
- s|-ldl||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/scripts/e_gen_menu
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/enlightenment-devel/distinfo b/x11-wm/enlightenment-devel/distinfo
deleted file mode 100644
index b451fe9fe6a9..000000000000
--- a/x11-wm/enlightenment-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (enlightenment-0.16.7.2.tar.gz) = 78747d34f882676eafe26eef22a448be
-SIZE (enlightenment-0.16.7.2.tar.gz) = 1860412
diff --git a/x11-wm/enlightenment-devel/files/patch-e_gen_menu b/x11-wm/enlightenment-devel/files/patch-e_gen_menu
deleted file mode 100644
index 332bd3341ea5..000000000000
--- a/x11-wm/enlightenment-devel/files/patch-e_gen_menu
+++ /dev/null
@@ -1,29 +0,0 @@
---- scripts/e_gen_menu.orig Fri Oct 1 02:31:47 2004
-+++ scripts/e_gen_menu Tue Dec 21 02:34:02 2004
-@@ -25,7 +25,7 @@
- ##############################################################################
-
- # Likely prefixes
--$Prefixes = "/usr/local:/usr:/opt::/opt/kde:$ENV{'KDEDIR'}";
-+$Prefixes = "/usr/local:/usr/X11R6::/opt/kde:$ENV{'KDEDIR'}";
- $Prefixes = RemoveDuplcates($Prefixes);
-
- # Where to look for GNOME2/KDE2,3 stuff
-@@ -53,7 +53,7 @@
- $loc1 = "" if ($loc1 eq $loc2);
-
- $EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser;
--$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot;
-+$EdirRoot = "%%PREFIX%%/share/enlightenment" unless $EdirRoot;
- $EdirBin = "/usr/bin" unless $EdirBin;
-
- $dbg = "$ENV{'E_MENUGEN_DBG'}";
-@@ -112,7 +112,7 @@
- "x:Firefox:firefox",
- "x:Galeon:galeon",
- "x:Opera:opera",
-- "x:Electric Eyes:ee",
-+ "x:Electric Eyes:ElectricEyes",
- "x:Gmplayer:gmplayer",
- "x:Xine:xine",
- "x:The GIMP:gimp",
diff --git a/x11-wm/enlightenment-devel/pkg-descr b/x11-wm/enlightenment-devel/pkg-descr
deleted file mode 100644
index ff8e39aa4118..000000000000
--- a/x11-wm/enlightenment-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A very artistic X window manager. Among other attributes,
-Enlightenment makes for quite impressive screen shots.
-
-WWW: http://www.enlightenment.org/
diff --git a/x11-wm/enlightenment-devel/pkg-plist b/x11-wm/enlightenment-devel/pkg-plist
deleted file mode 100644
index 05c6883ed42e..000000000000
--- a/x11-wm/enlightenment-devel/pkg-plist
+++ /dev/null
@@ -1,498 +0,0 @@
-bin/edox
-bin/eesh
-bin/enlightenment
-bin/epp
-bin/starte16
-etc/X11/dm/Sessions/enlightenment.desktop
-%%DATADIR%%/config/actionclasses.cfg
-%%DATADIR%%/config/actionclasses.cfg.ja
-%%DATADIR%%/config/actionclasses.cfg.ko
-%%DATADIR%%/config/actionclasses.cfg.pl
-%%DATADIR%%/config/backup-borders.cfg
-%%DATADIR%%/config/backup-colormodifiers.cfg
-%%DATADIR%%/config/backup-cursors.cfg
-%%DATADIR%%/config/backup-imageclasses.cfg
-%%DATADIR%%/config/backup-textclasses.cfg
-%%DATADIR%%/config/backup-tooltips.cfg
-%%DATADIR%%/config/control.cfg
-%%DATADIR%%/config/definitions
-%%DATADIR%%/config/icondefs.cfg
-%%DATADIR%%/config/keybindings.cfg
-%%DATADIR%%/config/keybindings.cfg.ja
-%%DATADIR%%/config/keybindings.cfg.ko
-%%DATADIR%%/config/keybindings.cfg.pl
-%%DATADIR%%/config/keybindings.gmc.cfg.ja
-%%DATADIR%%/config/keybindings.gmc.cfg.ko
-%%DATADIR%%/config/keybindings.gmc.cfg.pl
-%%DATADIR%%/config/keybindings.nogmc.cfg.ja
-%%DATADIR%%/config/keybindings.nogmc.cfg.ko
-%%DATADIR%%/config/keybindings.nogmc.cfg.pl
-%%DATADIR%%/config/keybindings.rh.cfg.pl
-%%DATADIR%%/config/menus.cfg
-%%DATADIR%%/config/menus.cfg.ja
-%%DATADIR%%/config/menus.cfg.ko
-%%DATADIR%%/config/menus.cfg.pl
-%%DATADIR%%/config/pix/about.png
-%%DATADIR%%/config/pix/apple.png
-%%DATADIR%%/config/pix/areas.png
-%%DATADIR%%/config/pix/bg.png
-%%DATADIR%%/config/pix/calc.png
-%%DATADIR%%/config/pix/clock.png
-%%DATADIR%%/config/pix/desktops.png
-%%DATADIR%%/config/pix/easter.png
-%%DATADIR%%/config/pix/elogo48.png
-%%DATADIR%%/config/pix/focus.png
-%%DATADIR%%/config/pix/fx.png
-%%DATADIR%%/config/pix/key_blank.png
-%%DATADIR%%/config/pix/key_ctrl.png
-%%DATADIR%%/config/pix/key_lock.png
-%%DATADIR%%/config/pix/key_mod1.png
-%%DATADIR%%/config/pix/key_mod2.png
-%%DATADIR%%/config/pix/key_mod3.png
-%%DATADIR%%/config/pix/key_mod4.png
-%%DATADIR%%/config/pix/key_mod5.png
-%%DATADIR%%/config/pix/key_shift.png
-%%DATADIR%%/config/pix/mon.png
-%%DATADIR%%/config/pix/mouse_0.png
-%%DATADIR%%/config/pix/mouse_1.png
-%%DATADIR%%/config/pix/mouse_2.png
-%%DATADIR%%/config/pix/mouse_3.png
-%%DATADIR%%/config/pix/mouse_4.png
-%%DATADIR%%/config/pix/mouse_5.png
-%%DATADIR%%/config/pix/mouse_any.png
-%%DATADIR%%/config/pix/moveres.png
-%%DATADIR%%/config/pix/note.png
-%%DATADIR%%/config/pix/pager.png
-%%DATADIR%%/config/pix/pawn.png
-%%DATADIR%%/config/pix/place.png
-%%DATADIR%%/config/pix/pumpkin.png
-%%DATADIR%%/config/pix/raise.png
-%%DATADIR%%/config/pix/snapshots.png
-%%DATADIR%%/config/pix/sound.png
-%%DATADIR%%/config/pix/spider.png
-%%DATADIR%%/config/pix/tips.png
-%%DATADIR%%/config/pix/tv2.png
-%%DATADIR%%/config/pix/wait1.png
-%%DATADIR%%/config/pix/wait10.png
-%%DATADIR%%/config/pix/wait11.png
-%%DATADIR%%/config/pix/wait12.png
-%%DATADIR%%/config/pix/wait2.png
-%%DATADIR%%/config/pix/wait3.png
-%%DATADIR%%/config/pix/wait4.png
-%%DATADIR%%/config/pix/wait5.png
-%%DATADIR%%/config/pix/wait6.png
-%%DATADIR%%/config/pix/wait7.png
-%%DATADIR%%/config/pix/wait8.png
-%%DATADIR%%/config/pix/wait9.png
-%%DATADIR%%/config/pix/world.png
-%%DATADIR%%/misc/E-GNOME
-%%DATADIR%%/misc/E-KDE
-%%DATADIR%%/misc/E16
-%%DATADIR%%/misc/starte16
-%%DATADIR%%/misc/Xclients.e-gnome
-%%DATADIR%%/misc/Xclients.e-kde
-%%DATADIR%%/misc/Xclients.enlightenment
-%%DATADIR%%/misc/e-gnome.desktop
-%%DATADIR%%/misc/e-kde.desktop
-%%DATADIR%%/misc/enlightenment.desktop
-%%DATADIR%%/scripts/e_cache_clean
-%%DATADIR%%/scripts/e_cache_query
-%%DATADIR%%/scripts/e_gen_menu
-%%DATADIR%%/themes/winter/ABOUT/MAIN
-%%DATADIR%%/themes/winter/ABOUT/MAIN.ko
-%%DATADIR%%/themes/winter/ABOUT/bg.png
-%%DATADIR%%/themes/winter/ABOUT/vixar.ttf
-%%DATADIR%%/themes/winter/README
-%%DATADIR%%/themes/winter/README.ko
-%%DATADIR%%/themes/winter/backgrounds/backgrounds.cfg
-%%DATADIR%%/themes/winter/backgrounds/images/startup-bg.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_logo.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_blue.png
-%%DATADIR%%/themes/winter/backgrounds/images/winter_ui_green.png
-%%DATADIR%%/themes/winter/borders/BORDERLESS/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/border.cfg
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/bl.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/br.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/horiz.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tl.png
-%%DATADIR%%/themes/winter/borders/BORDER_ONLY/images/tr.png
-%%DATADIR%%/themes/winter/borders/DEFAULT/border.cfg
-%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg
-%%DATADIR%%/themes/winter/borders/DIALOG/border.cfg~
-%%DATADIR%%/themes/winter/borders/FIXED_SIZE/border.cfg
-%%DATADIR%%/themes/winter/borders/ICONBOX/border.cfg
-%%DATADIR%%/themes/winter/borders/MENU/border.cfg
-%%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER/border.cfg
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb1.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb2.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb3.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb4.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb5.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb6.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb8.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb9l.png
-%%DATADIR%%/themes/winter/borders/PAGER/images/pb9r.png
-%%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT/border.cfg
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/border.cfg
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb1.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb2.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb3.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb4.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb5.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb6.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb8.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9l.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images/pb9r.png
-%%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT/border.cfg
-%%DATADIR%%/themes/winter/borders/SHAPED/border.cfg
-%%DATADIR%%/themes/winter/borders/TRANSIENT/border.cfg
-%%DATADIR%%/themes/winter/borders/borders.cfg
-%%DATADIR%%/themes/winter/borders/borders.cfg.ko
-%%DATADIR%%/themes/winter/borders/common/Winter.Changelog
-%%DATADIR%%/themes/winter/borders/common/border.cfg
-%%DATADIR%%/themes/winter/borders/common/border.cfg.ko
-%%DATADIR%%/themes/winter/borders/common/images/border-bl-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bl.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom-blue_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom.png
-%%DATADIR%%/themes/winter/borders/common/images/border-bottom_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-br-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-br.png
-%%DATADIR%%/themes/winter/borders/common/images/border-button.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-close2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-dot1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-dot2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-iconify2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-lr.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max1_hilited.png
-%%DATADIR%%/themes/winter/borders/common/images/border-max2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-minus.png
-%%DATADIR%%/themes/winter/borders/common/images/border-minus2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-plus1.png
-%%DATADIR%%/themes/winter/borders/common/images/border-plus2.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top-blue_text.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_alternative.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_iconbox_blue.png
-%%DATADIR%%/themes/winter/borders/common/images/border-top_text.png
-%%DATADIR%%/themes/winter/borders/common/images/border-topmiddle.png
-%%DATADIR%%/themes/winter/borders/common/images/ic_border-l.png
-%%DATADIR%%/themes/winter/borders/common/images/ic_border-r.png
-%%DATADIR%%/themes/winter/borders/common/images/menu-border-bottom.png
-%%DATADIR%%/themes/winter/borders/common/images/menu-border-top.png
-%%DATADIR%%/themes/winter/borders.cfg
-%%DATADIR%%/themes/winter/borders.cfg.ko
-%%DATADIR%%/themes/winter/buttons/buttons.cfg
-%%DATADIR%%/themes/winter/buttons.cfg
-%%DATADIR%%/themes/winter/buttons.cfg.ko
-%%DATADIR%%/themes/winter/colormodifiers.cfg
-%%DATADIR%%/themes/winter/common/images/blank.png
-%%DATADIR%%/themes/winter/common/images/blue_bar.png
-%%DATADIR%%/themes/winter/common/images/light_brushed.png
-%%DATADIR%%/themes/winter/coords/coords.cfg
-%%DATADIR%%/themes/winter/coords/coords.cfg.ko
-%%DATADIR%%/themes/winter/cursors/cursors.cfg
-%%DATADIR%%/themes/winter/cursors.cfg
-%%DATADIR%%/themes/winter/desktops.cfg
-%%DATADIR%%/themes/winter/dialogs/dialogs.cfg
-%%DATADIR%%/themes/winter/dialogs/dialogs.cfg.ko
-%%DATADIR%%/themes/winter/dialogs/images/arrow-down.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-left.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-right.png
-%%DATADIR%%/themes/winter/dialogs/images/arrow-up.png
-%%DATADIR%%/themes/winter/dialogs/images/bg.png
-%%DATADIR%%/themes/winter/dialogs/images/button-clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/button-over.png
-%%DATADIR%%/themes/winter/dialogs/images/button-up.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox-checked_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/checkbox_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/indent.png
-%%DATADIR%%/themes/winter/dialogs/images/ondent.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/radio-on_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/radio.png
-%%DATADIR%%/themes/winter/dialogs/images/radio_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/radio_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-bar-vert.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-down.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-left.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-right.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-horiz.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-trough-vert.png
-%%DATADIR%%/themes/winter/dialogs/images/scroll-up.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz-deco.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-horiz.png
-%%DATADIR%%/themes/winter/dialogs/images/scrollbar-vert-deco.png
-%%DATADIR%%/themes/winter/dialogs/images/separator.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-h_on.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_clicked.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_hilited.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-handle-v_on.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough-h.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough-v.png
-%%DATADIR%%/themes/winter/dialogs/images/slider-trough.png
-%%DATADIR%%/themes/winter/dialogs/images/trough.png
-%%DATADIR%%/themes/winter/dialogs/images/window-base.png
-%%DATADIR%%/themes/winter/dock/dock.cfg
-%%DATADIR%%/themes/winter/dragbar/dragbar.cfg
-%%DATADIR%%/themes/winter/dragbar/images/a1.png
-%%DATADIR%%/themes/winter/dragbar/images/a1b.png
-%%DATADIR%%/themes/winter/dragbar/images/a2.png
-%%DATADIR%%/themes/winter/dragbar/images/a2b.png
-%%DATADIR%%/themes/winter/dragbar/images/dragbar_horiz.png
-%%DATADIR%%/themes/winter/dragbar/images/dragbar_vert.png
-%%DATADIR%%/themes/winter/epplets/epplets.cfg
-%%DATADIR%%/themes/winter/epplets/epplets.cfg.ko
-%%DATADIR%%/themes/winter/epplets/images/ar_d1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_d2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_d3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_l3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_r3.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u1.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u2.png
-%%DATADIR%%/themes/winter/epplets/images/ar_u3.png
-%%DATADIR%%/themes/winter/epplets/images/b1.png
-%%DATADIR%%/themes/winter/epplets/images/b2.png
-%%DATADIR%%/themes/winter/epplets/images/b3.png
-%%DATADIR%%/themes/winter/epplets/images/bb1.png
-%%DATADIR%%/themes/winter/epplets/images/bb2.png
-%%DATADIR%%/themes/winter/epplets/images/bg.png
-%%DATADIR%%/themes/winter/epplets/images/bg_v.png
-%%DATADIR%%/themes/winter/epplets/images/blank1.png
-%%DATADIR%%/themes/winter/epplets/images/blank2.png
-%%DATADIR%%/themes/winter/epplets/images/blank3.png
-%%DATADIR%%/themes/winter/epplets/images/close1.png
-%%DATADIR%%/themes/winter/epplets/images/close2.png
-%%DATADIR%%/themes/winter/epplets/images/close3.png
-%%DATADIR%%/themes/winter/epplets/images/config1.png
-%%DATADIR%%/themes/winter/epplets/images/config2.png
-%%DATADIR%%/themes/winter/epplets/images/config3.png
-%%DATADIR%%/themes/winter/epplets/images/da.png
-%%DATADIR%%/themes/winter/epplets/images/eject1.png
-%%DATADIR%%/themes/winter/epplets/images/eject2.png
-%%DATADIR%%/themes/winter/epplets/images/eject3.png
-%%DATADIR%%/themes/winter/epplets/images/ff1.png
-%%DATADIR%%/themes/winter/epplets/images/ff2.png
-%%DATADIR%%/themes/winter/epplets/images/ff3.png
-%%DATADIR%%/themes/winter/epplets/images/help1.png
-%%DATADIR%%/themes/winter/epplets/images/help2.png
-%%DATADIR%%/themes/winter/epplets/images/help3.png
-%%DATADIR%%/themes/winter/epplets/images/next1.png
-%%DATADIR%%/themes/winter/epplets/images/next2.png
-%%DATADIR%%/themes/winter/epplets/images/next3.png
-%%DATADIR%%/themes/winter/epplets/images/pause1.png
-%%DATADIR%%/themes/winter/epplets/images/pause2.png
-%%DATADIR%%/themes/winter/epplets/images/pause3.png
-%%DATADIR%%/themes/winter/epplets/images/pb_h.png
-%%DATADIR%%/themes/winter/epplets/images/pb_v.png
-%%DATADIR%%/themes/winter/epplets/images/play1.png
-%%DATADIR%%/themes/winter/epplets/images/play2.png
-%%DATADIR%%/themes/winter/epplets/images/play3.png
-%%DATADIR%%/themes/winter/epplets/images/prev1.png
-%%DATADIR%%/themes/winter/epplets/images/prev2.png
-%%DATADIR%%/themes/winter/epplets/images/prev3.png
-%%DATADIR%%/themes/winter/epplets/images/repeat1.png
-%%DATADIR%%/themes/winter/epplets/images/repeat2.png
-%%DATADIR%%/themes/winter/epplets/images/repeat3.png
-%%DATADIR%%/themes/winter/epplets/images/rw1.png
-%%DATADIR%%/themes/winter/epplets/images/rw2.png
-%%DATADIR%%/themes/winter/epplets/images/rw3.png
-%%DATADIR%%/themes/winter/epplets/images/s_h.png
-%%DATADIR%%/themes/winter/epplets/images/s_k1.png
-%%DATADIR%%/themes/winter/epplets/images/s_k2.png
-%%DATADIR%%/themes/winter/epplets/images/s_k3.png
-%%DATADIR%%/themes/winter/epplets/images/s_v.png
-%%DATADIR%%/themes/winter/epplets/images/skip1.png
-%%DATADIR%%/themes/winter/epplets/images/skip2.png
-%%DATADIR%%/themes/winter/epplets/images/skip3.png
-%%DATADIR%%/themes/winter/epplets/images/stop1.png
-%%DATADIR%%/themes/winter/epplets/images/stop2.png
-%%DATADIR%%/themes/winter/epplets/images/stop3.png
-%%DATADIR%%/themes/winter/eterm/eterm.cfg
-%%DATADIR%%/themes/winter/eterm/images/a_d_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_d_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_l_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_l_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_r_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_r_2.png
-%%DATADIR%%/themes/winter/eterm/images/a_u_1.png
-%%DATADIR%%/themes/winter/eterm/images/a_u_2.png
-%%DATADIR%%/themes/winter/eterm/images/bg.jpg
-%%DATADIR%%/themes/winter/eterm/images/bt.png
-%%DATADIR%%/themes/winter/eterm/images/mb2.png
-%%DATADIR%%/themes/winter/eterm/images/mb3.png
-%%DATADIR%%/themes/winter/eterm/images/sb1.png
-%%DATADIR%%/themes/winter/eterm/images/sb2.png
-%%DATADIR%%/themes/winter/eterm/images/t.png
-%%DATADIR%%/themes/winter/focuslist/focuslist.cfg
-%%DATADIR%%/themes/winter/focuslist/focuslist.cfg.ko
-%%DATADIR%%/themes/winter/focuslist/images/hbar.png
-%%DATADIR%%/themes/winter/focuslist/images/hbar2.png
-%%DATADIR%%/themes/winter/iconbox/iconbox.cfg
-%%DATADIR%%/themes/winter/iconbox/iconbox.cfg.ko
-%%DATADIR%%/themes/winter/iconbox/images/base_.png
-%%DATADIR%%/themes/winter/iconbox/images/bg.png
-%%DATADIR%%/themes/winter/iconbox/images/blank.png
-%%DATADIR%%/themes/winter/iconbox/images/button-h.png
-%%DATADIR%%/themes/winter/iconbox/images/cover.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-base_h.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-base_v.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_active.png
-%%DATADIR%%/themes/winter/iconbox/images/scroll-knob_clicked.png
-%%DATADIR%%/themes/winter/iconbox/images/unused.png
-%%DATADIR%%/themes/winter/imageclasses.cfg
-%%DATADIR%%/themes/winter/imageclasses.cfg.ko
-%%DATADIR%%/themes/winter/init/images/btn3.png
-%%DATADIR%%/themes/winter/init/images/progress_bar.png
-%%DATADIR%%/themes/winter/init/images/text_bg.png
-%%DATADIR%%/themes/winter/init/init.cfg
-%%DATADIR%%/themes/winter/init/init.cfg.ko
-%%DATADIR%%/themes/winter/init.cfg
-%%DATADIR%%/themes/winter/init.cfg.ko
-%%DATADIR%%/themes/winter/menustyles/images/menu-arrow-sel.png
-%%DATADIR%%/themes/winter/menustyles/images/menu-arrow.png
-%%DATADIR%%/themes/winter/menustyles/images/menu-sel.png
-%%DATADIR%%/themes/winter/menustyles/menustyles.cfg
-%%DATADIR%%/themes/winter/menustyles/menustyles.cfg.ko
-%%DATADIR%%/themes/winter/menustyles.cfg
-%%DATADIR%%/themes/winter/menustyles.cfg.ko
-%%DATADIR%%/themes/winter/pager/images/p_bg.png
-%%DATADIR%%/themes/winter/pager/images/p_sel.png
-%%DATADIR%%/themes/winter/pager/images/p_win.png
-%%DATADIR%%/themes/winter/pager/pager.cfg
-%%DATADIR%%/themes/winter/pager/pager.cfg.ko
-%%DATADIR%%/themes/winter/slideouts/slideouts.cfg
-%%DATADIR%%/themes/winter/slideouts.cfg
-%%DATADIR%%/themes/winter/sound/sound.cfg
-%%DATADIR%%/themes/winter/sound.cfg
-%%DATADIR%%/themes/winter/tooltips/images/clear.png
-%%DATADIR%%/themes/winter/tooltips/images/tooltipbg.png
-%%DATADIR%%/themes/winter/tooltips/tooltips.cfg
-%%DATADIR%%/themes/winter/tooltips/tooltips.cfg.ko
-%%DATADIR%%/themes/winter/tooltips.cfg
-%%DATADIR%%/themes/winter/tooltips.cfg.ko
-%%DATADIR%%/themes/winter/ttfonts/COPYRIGHT.Vera
-%%DATADIR%%/themes/winter/ttfonts/LICENSE.Vera
-%%DATADIR%%/themes/winter/ttfonts/Vera.ttf
-%%DATADIR%%/themes/winter/ttfonts/VeraBd.ttf
-%%DATADIR%%/themes/winter/windowmatches.cfg
-share/locale/bg/LC_MESSAGES/enlightenment.mo
-share/locale/bs/LC_MESSAGES/enlightenment.mo
-share/locale/da/LC_MESSAGES/enlightenment.mo
-share/locale/de/LC_MESSAGES/enlightenment.mo
-share/locale/en_US/LC_MESSAGES/enlightenment.mo
-share/locale/es/LC_MESSAGES/enlightenment.mo
-share/locale/fr/LC_MESSAGES/enlightenment.mo
-share/locale/hu/LC_MESSAGES/enlightenment.mo
-share/locale/ja/LC_MESSAGES/enlightenment.mo
-share/locale/ko/LC_MESSAGES/enlightenment.mo
-share/locale/nl/LC_MESSAGES/enlightenment.mo
-share/locale/no/LC_MESSAGES/enlightenment.mo
-share/locale/pl/LC_MESSAGES/enlightenment.mo
-share/locale/pt/LC_MESSAGES/enlightenment.mo
-share/locale/pt_BR/LC_MESSAGES/enlightenment.mo
-share/locale/ru/LC_MESSAGES/enlightenment.mo
-share/locale/sv/LC_MESSAGES/enlightenment.mo
-share/locale/tr/LC_MESSAGES/enlightenment.mo
-@dirrm %%DATADIR%%/themes/winter/ABOUT
-@dirrm %%DATADIR%%/themes/winter/backgrounds/images
-@dirrm %%DATADIR%%/themes/winter/backgrounds
-@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS/images
-@dirrm %%DATADIR%%/themes/winter/borders/BORDERLESS
-@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY/images
-@dirrm %%DATADIR%%/themes/winter/borders/BORDER_ONLY
-@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT/images
-@dirrm %%DATADIR%%/themes/winter/borders/DEFAULT
-@dirrm %%DATADIR%%/themes/winter/borders/DIALOG/images
-@dirrm %%DATADIR%%/themes/winter/borders/DIALOG
-@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE/images
-@dirrm %%DATADIR%%/themes/winter/borders/FIXED_SIZE
-@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX/images
-@dirrm %%DATADIR%%/themes/winter/borders/ICONBOX
-@dirrm %%DATADIR%%/themes/winter/borders/MENU/images
-@dirrm %%DATADIR%%/themes/winter/borders/MENU
-@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY/images
-@dirrm %%DATADIR%%/themes/winter/borders/MENU_BORDER_ONLY
-@dirrm %%DATADIR%%/themes/winter/borders/PAGER/images
-@dirrm %%DATADIR%%/themes/winter/borders/PAGER
-@dirrm %%DATADIR%%/themes/winter/borders/PAGER_SHADE_RIGHT
-@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER/images
-@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER
-@dirrm %%DATADIR%%/themes/winter/borders/RIGHT_PAGER_SHADE_LEFT
-@dirrm %%DATADIR%%/themes/winter/borders/SHAPED/images
-@dirrm %%DATADIR%%/themes/winter/borders/SHAPED
-@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT/images
-@dirrm %%DATADIR%%/themes/winter/borders/TRANSIENT
-@dirrm %%DATADIR%%/themes/winter/borders/common/images
-@dirrm %%DATADIR%%/themes/winter/borders/common
-@dirrm %%DATADIR%%/themes/winter/borders
-@dirrm %%DATADIR%%/themes/winter/buttons/images
-@dirrm %%DATADIR%%/themes/winter/buttons
-@dirrm %%DATADIR%%/themes/winter/common/images
-@dirrm %%DATADIR%%/themes/winter/common
-@dirrm %%DATADIR%%/themes/winter/coords/images
-@dirrm %%DATADIR%%/themes/winter/coords
-@dirrm %%DATADIR%%/themes/winter/cursors
-@dirrm %%DATADIR%%/themes/winter/dialogs/images
-@dirrm %%DATADIR%%/themes/winter/dialogs
-@dirrm %%DATADIR%%/themes/winter/dock/images
-@dirrm %%DATADIR%%/themes/winter/dock
-@dirrm %%DATADIR%%/themes/winter/dragbar/images
-@dirrm %%DATADIR%%/themes/winter/dragbar
-@dirrm %%DATADIR%%/themes/winter/epplets/images
-@dirrm %%DATADIR%%/themes/winter/epplets
-@dirrm %%DATADIR%%/themes/winter/eterm/images
-@dirrm %%DATADIR%%/themes/winter/eterm
-@dirrm %%DATADIR%%/themes/winter/focuslist/images
-@dirrm %%DATADIR%%/themes/winter/focuslist
-@dirrm %%DATADIR%%/themes/winter/iconbox/images
-@dirrm %%DATADIR%%/themes/winter/iconbox
-@dirrm %%DATADIR%%/themes/winter/init/images
-@dirrm %%DATADIR%%/themes/winter/init
-@dirrm %%DATADIR%%/themes/winter/menustyles/images
-@dirrm %%DATADIR%%/themes/winter/menustyles
-@dirrm %%DATADIR%%/themes/winter/pager/images
-@dirrm %%DATADIR%%/themes/winter/pager
-@dirrm %%DATADIR%%/themes/winter/slideouts/images
-@dirrm %%DATADIR%%/themes/winter/slideouts
-@dirrm %%DATADIR%%/themes/winter/sound/samples
-@dirrm %%DATADIR%%/themes/winter/sound
-@dirrm %%DATADIR%%/themes/winter/tooltips/images
-@dirrm %%DATADIR%%/themes/winter/tooltips
-@dirrm %%DATADIR%%/themes/winter/ttfonts
-@dirrm %%DATADIR%%/themes/winter
-@dirrm %%DATADIR%%/themes
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/misc
-@dirrm %%DATADIR%%/config/pix
-@dirrm %%DATADIR%%/config
-@dirrm %%DATADIR%%
-@unexec rmdir %D/etc/X11/dm/Sessions 2> /dev/null || true
-@unexec rmdir %D/etc/X11/dm 2> /dev/null || true
-@unexec rmdir %D/etc/X11 2> /dev/null || true
-@unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir %D/share/locale/en_US 2> /dev/null || true
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile
deleted file mode 100644
index 096a74442679..000000000000
--- a/x11-wm/fvwm24/Makefile
+++ /dev/null
@@ -1,103 +0,0 @@
-# New ports collection makefile for: Fvwm2
-# Date created: 20 Jan 1996
-# Whom: peter
-#
-# $FreeBSD$
-#
-
-PORTNAME= fvwm
-PORTVERSION= 2.4.19
-CATEGORIES= x11-wm
-MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
- http://www.fvwm.org/generated/icon_download/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= Popular virtual window manager for X
-
-RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-.if defined(WITH_STROKE)
-LIB_DEPENDS+= stroke.0:${PORTSDIR}/devel/libstroke
-.endif
-
-# Other ports reference this port's Makefile
-.if defined(PKGNAMESUFFIX)
-LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-.else
-LATEST_LINK= ${PORTNAME}2
-.endif
-USE_REINPLACE= yes
-USE_GMAKE= yes
-USE_XPM= yes
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-WANT_GNOME= yes
-
-.include <bsd.port.pre.mk>
-
-GNU_CONFIGURE= yes
-
-.if defined(WITH_STROKE)
-CONFIGURE_ARGS+= --with-stroke --with-stroke-library=${LOCALBASE}/lib \
- --with-stroke-includes=${LOCALBASE}/include
-.endif
-
-.if defined(WITHOUT_SESSION_MGMT)
-CONFIGURE_ARGS+= --disable-sm
-.endif
-
-.if defined(WITHOUT_SHAPE)
-CONFIGURE_ARGS+= --disable-shape
-.endif
-
-.if defined(WITH_MULTIBYTE)
-CONFIGURE_ARGS+= --enable-multibyte
-.endif
-
-PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
-
-.if ${HAVE_GNOME:Mimlib}!=""
-USE_GNOME= imlib
-PKGNAMESUFFIX= -imlib
-CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \
- --enable-gtktest --enable-imlibtest
-PLIST_SUB+= GTK=""
-.else
-CONFIGURE_ARGS+= --without-gnome --disable-gnome-hints \
- --disable-gtktest --disable-imlibtest \
- --with-gtk-prefix=/no/dir --with-imlib-prefix=/no/dir
-PLIST_SUB+= GTK="@comment not installed: "
-.endif
-
-MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
- FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \
- FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmIconBox.1 \
- FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
- FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 FvwmTaskBar.1 \
- FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 fvwm-menu-desktop.1 \
- fvwm-menu-directory.1 fvwm-menu-headlines.1 fvwm-menu-xlock.1 \
- fvwm2.1 fvwm24_convert.1 fvwmbug.1 fvwmrc_convert.1 xpmroot.1 \
- fvwm-config.1
-
-post-extract:
- @${MKDIR} ${WRKDIR}/icons
- @${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons
-
-post-patch:
- @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \
- ${WRKSRC}/modules/FvwmM4/FvwmM4.c
-
-post-install:
- @${INSTALL_DATA} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc \
- ${PREFIX}/etc/system.fvwm2rc.dist
- @if [ ! -e ${PREFIX}/etc/system.fvwm2rc ]; then \
- ${INSTALL_DATA} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc \
- ${PREFIX}/etc/system.fvwm2rc; \
- fi
- @${MKDIR} ${PREFIX}/share/fvwm2/pixmaps
- ${INSTALL_DATA} ${WRKDIR}/icons/fvwm_icons/*.xpm \
- ${PREFIX}/share/fvwm2/pixmaps
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/fvwm24/distinfo b/x11-wm/fvwm24/distinfo
deleted file mode 100644
index aa0a2c71e249..000000000000
--- a/x11-wm/fvwm24/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (fvwm-2.4.19.tar.bz2) = 57264300ab70af7f0f46d3db9e92b532
-SIZE (fvwm-2.4.19.tar.bz2) = 1390705
-MD5 (fvwm_icons.tgz) = de6c2822f1f6d43a0e1daddd0c7a8665
-SIZE (fvwm_icons.tgz) = 363406
diff --git a/x11-wm/fvwm24/files/patch-ad b/x11-wm/fvwm24/files/patch-ad
deleted file mode 100644
index 2497c3e5458d..000000000000
--- a/x11-wm/fvwm24/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/FvwmCommand/FvwmCommand.c.orig Wed Jul 4 22:35:50 2001
-+++ modules/FvwmCommand/FvwmCommand.c Wed Jul 4 22:35:52 2001
-@@ -927,7 +927,7 @@
- {
- printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n",
- "new page",
-- body[0], body[1], body[2], body[3], body[4]);
-+ body[0], body[0], body[2], body[3], body[4]);
- }
-
- /*************************************************************************
diff --git a/x11-wm/fvwm24/files/patch-fvwm::Makefile.in b/x11-wm/fvwm24/files/patch-fvwm::Makefile.in
deleted file mode 100644
index 0928c9397003..000000000000
--- a/x11-wm/fvwm24/files/patch-fvwm::Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- fvwm/Makefile.in.orig Sun Aug 11 08:10:41 2002
-+++ fvwm/Makefile.in Mon Sep 9 06:47:19 2002
-@@ -654,8 +654,8 @@
- echo "Warning: $(bindir)/fvwm symlink was not created"
-
- install-data-local:
-- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1 || true
-- @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \
-+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1.gz || true
-+ @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1.gz $(DESTDIR)$(mandir)/man1/fvwm.1.gz || \
-- echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created"
-+ echo "Warning: $(mandir)/man1/fvwm.1.gz symlink was not created"
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c b/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
deleted file mode 100644
index 9a104c20023f..000000000000
--- a/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/FvwmM4/FvwmM4.c.orig Wed Nov 21 17:46:27 2001
-+++ modules/FvwmM4/FvwmM4.c Wed Nov 21 17:47:06 2001
-@@ -71,7 +71,7 @@
- int m4_prefix_defines; /* Add "m4_" to the names of the defines */
- char m4_options[BUFSIZ]; /* Command line options to m4 */
- char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */
--char *m4_prog = "m4"; /* Name of the m4 program */
-+char *m4_prog = "%%LOCALBASE%%/bin/gm4"; /* Name of the m4 program */
- int m4_default_quotes; /* Use default m4 quotes */
- char *m4_startquote = "`"; /* Left quote characters for m4 */
- char *m4_endquote = "'"; /* Right quote characters for m4 */
diff --git a/x11-wm/fvwm24/files/patch-utils::Makefile.in b/x11-wm/fvwm24/files/patch-utils::Makefile.in
deleted file mode 100644
index 2db2962389e3..000000000000
--- a/x11-wm/fvwm24/files/patch-utils::Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- utils/Makefile.in.orig Sun Aug 11 08:10:50 2002
-+++ utils/Makefile.in Mon Sep 9 06:46:39 2002
-@@ -478,8 +478,8 @@
- echo "Warning: $(bindir)/fvwm-root symlink was not created"
-
- install-data-local:
-- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1 || true
-- @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1 $(DESTDIR)$(mandir)/man1/fvwm-root.1 || \
-+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || true
-+ @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1.gz $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || \
- echo "Warning: $(mandir)/man1/fvwm-root.1 symlink was not created"
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/x11-wm/fvwm24/pkg-descr b/x11-wm/fvwm24/pkg-descr
deleted file mode 100644
index e43494a36477..000000000000
--- a/x11-wm/fvwm24/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Fvwm is a very famous window manager for X, which provides a
-virtual/multiple disjoint desktop, a 3-D look for windows decorations,
-shaped/color icons. It gives a very good emulation of mwm. A nice
-button-bar can be used to provide convenient access to frequently used
-functions or programs.
-
-WWW: http://www.fvwm.org/
-
-- Pete
-petef@databits.net
diff --git a/x11-wm/fvwm24/pkg-plist b/x11-wm/fvwm24/pkg-plist
deleted file mode 100644
index ecf16ab08392..000000000000
--- a/x11-wm/fvwm24/pkg-plist
+++ /dev/null
@@ -1,412 +0,0 @@
-bin/FvwmCommand
-bin/fvwm-config
-bin/fvwm-menu-desktop
-bin/fvwm-menu-directory
-bin/fvwm-menu-headlines
-bin/fvwm-menu-xlock
-bin/fvwm2
-bin/fvwm
-bin/fvwm-root
-bin/fvwm24_convert
-bin/fvwmbug
-bin/xpmroot
-@unexec if cmp -s %D/etc/system.fvwm2rc %D/etc/system.fvwm2rc.dist; then rm -f %D/etc/system.fvwm2rc; fi
-etc/system.fvwm2rc.dist
-@exec [ -f %B/system.fvwm2rc ] || cp %B/%f %B/system.fvwm2rc
-libexec/fvwm/%%FVWM_VERSION%%/FvwmAnimate
-libexec/fvwm/%%FVWM_VERSION%%/FvwmAudio
-libexec/fvwm/%%FVWM_VERSION%%/FvwmAuto
-libexec/fvwm/%%FVWM_VERSION%%/FvwmBacker
-libexec/fvwm/%%FVWM_VERSION%%/FvwmBanner
-libexec/fvwm/%%FVWM_VERSION%%/FvwmButtons
-libexec/fvwm/%%FVWM_VERSION%%/FvwmCascade
-libexec/fvwm/%%FVWM_VERSION%%/FvwmCommand.pm
-libexec/fvwm/%%FVWM_VERSION%%/FvwmCommand.sh
-libexec/fvwm/%%FVWM_VERSION%%/FvwmCommandS
-libexec/fvwm/%%FVWM_VERSION%%/FvwmConsole
-libexec/fvwm/%%FVWM_VERSION%%/FvwmConsoleC
-libexec/fvwm/%%FVWM_VERSION%%/FvwmConsoleC.pl
-libexec/fvwm/%%FVWM_VERSION%%/FvwmCpp
-libexec/fvwm/%%FVWM_VERSION%%/FvwmDebug
-libexec/fvwm/%%FVWM_VERSION%%/FvwmDragWell
-libexec/fvwm/%%FVWM_VERSION%%/FvwmEvent
-libexec/fvwm/%%FVWM_VERSION%%/FvwmForm
-%%GTK%%libexec/fvwm/%%FVWM_VERSION%%/FvwmGtk
-libexec/fvwm/%%FVWM_VERSION%%/FvwmIconBox
-libexec/fvwm/%%FVWM_VERSION%%/FvwmIconMan
-libexec/fvwm/%%FVWM_VERSION%%/FvwmIdent
-libexec/fvwm/%%FVWM_VERSION%%/FvwmM4
-libexec/fvwm/%%FVWM_VERSION%%/FvwmPager
-libexec/fvwm/%%FVWM_VERSION%%/FvwmRearrange
-libexec/fvwm/%%FVWM_VERSION%%/FvwmSave
-libexec/fvwm/%%FVWM_VERSION%%/FvwmSaveDesk
-libexec/fvwm/%%FVWM_VERSION%%/FvwmScript
-libexec/fvwm/%%FVWM_VERSION%%/FvwmScroll
-libexec/fvwm/%%FVWM_VERSION%%/FvwmTalk
-libexec/fvwm/%%FVWM_VERSION%%/FvwmTaskBar
-libexec/fvwm/%%FVWM_VERSION%%/FvwmTheme
-libexec/fvwm/%%FVWM_VERSION%%/FvwmTile
-libexec/fvwm/%%FVWM_VERSION%%/FvwmWharf
-libexec/fvwm/%%FVWM_VERSION%%/FvwmWinList
-@comment The following are here because they are symlinks
-man/man1/fvwm.1.gz
-man/man1/fvwm-root.1.gz
-@comment End of symlink list
-share/fvwm2/pixmaps/Jlock.xpm
-share/fvwm2/pixmaps/Jnews.xpm
-share/fvwm2/pixmaps/Jrecycle.xpm
-share/fvwm2/pixmaps/Jxlock.xpm
-share/fvwm2/pixmaps/Monitor.xpm
-share/fvwm2/pixmaps/Mosaic.xpm
-share/fvwm2/pixmaps/Xfm.xpm
-share/fvwm2/pixmaps/arrdown2.xpm
-share/fvwm2/pixmaps/arrows2.xpm
-share/fvwm2/pixmaps/arrup2.xpm
-share/fvwm2/pixmaps/banner.fvwm_blue_cursive.xpm
-share/fvwm2/pixmaps/banner.fvwm_bracket.xpm
-share/fvwm2/pixmaps/banner.fvwm_cat_thing.xpm
-share/fvwm2/pixmaps/banner.fvwm_red_3D.xpm
-share/fvwm2/pixmaps/banner.fvwm_red_cursive.xpm
-share/fvwm2/pixmaps/banner.fvwm_tiger.xpm
-share/fvwm2/pixmaps/banner.fvwm_tiger_tail.xpm
-share/fvwm2/pixmaps/bckgnd1.xpm
-share/fvwm2/pixmaps/bckgnd3.xpm
-share/fvwm2/pixmaps/bell.xpm
-share/fvwm2/pixmaps/bomb.xpm
-share/fvwm2/pixmaps/button-close.xpm
-share/fvwm2/pixmaps/button-horiz.xpm
-share/fvwm2/pixmaps/button-max.xpm
-share/fvwm2/pixmaps/button-vert.xpm
-share/fvwm2/pixmaps/button.xpm
-share/fvwm2/pixmaps/clamp.xpm
-share/fvwm2/pixmaps/date.xpm
-share/fvwm2/pixmaps/datebook.xpm
-share/fvwm2/pixmaps/default.xpm
-share/fvwm2/pixmaps/desk.xpm
-share/fvwm2/pixmaps/desktop.xpm
-share/fvwm2/pixmaps/dialog_box.xpm
-share/fvwm2/pixmaps/display.xpm
-share/fvwm2/pixmaps/documents.xpm
-share/fvwm2/pixmaps/doomface.xpm
-share/fvwm2/pixmaps/editres.xpm
-share/fvwm2/pixmaps/eps.xpm
-share/fvwm2/pixmaps/exit.xpm
-share/fvwm2/pixmaps/find1.xpm
-share/fvwm2/pixmaps/flow_chart.xpm
-share/fvwm2/pixmaps/folder.xpm
-share/fvwm2/pixmaps/folder2.xpm
-share/fvwm2/pixmaps/folders.xpm
-share/fvwm2/pixmaps/fvwm.xpm
-share/fvwm2/pixmaps/fvwm2.xpm
-share/fvwm2/pixmaps/fvwm2_big.xpm
-share/fvwm2/pixmaps/fvwm3.xpm
-share/fvwm2/pixmaps/gimp.xpm
-share/fvwm2/pixmaps/gnu-animal.xpm
-share/fvwm2/pixmaps/graphs.xpm
-share/fvwm2/pixmaps/gv.xpm
-share/fvwm2/pixmaps/help.xpm
-share/fvwm2/pixmaps/jx.xpm
-share/fvwm2/pixmaps/keyboard.xpm
-share/fvwm2/pixmaps/lemacs.xpm
-share/fvwm2/pixmaps/mag_glass.xpm
-share/fvwm2/pixmaps/mail1.xpm
-share/fvwm2/pixmaps/mail2.xpm
-share/fvwm2/pixmaps/map.xpm
-share/fvwm2/pixmaps/math4.xpm
-share/fvwm2/pixmaps/menu.xpm
-share/fvwm2/pixmaps/mini.arch.xpm
-share/fvwm2/pixmaps/mini.audiovol.xpm
-share/fvwm2/pixmaps/mini.audiovol2.xpm
-share/fvwm2/pixmaps/mini.ball.xpm
-share/fvwm2/pixmaps/mini.ball2.xpm
-share/fvwm2/pixmaps/mini.bball.xpm
-share/fvwm2/pixmaps/mini.blah.xpm
-share/fvwm2/pixmaps/mini.bomb.xpm
-share/fvwm2/pixmaps/mini.bomb2.xpm
-share/fvwm2/pixmaps/mini.book1.xpm
-share/fvwm2/pixmaps/mini.book2.xpm
-share/fvwm2/pixmaps/mini.book3.xpm
-share/fvwm2/pixmaps/mini.book4.xpm
-share/fvwm2/pixmaps/mini.books.xpm
-share/fvwm2/pixmaps/mini.briefcase.xpm
-share/fvwm2/pixmaps/mini.bug1.xpm
-share/fvwm2/pixmaps/mini.bug2.xpm
-share/fvwm2/pixmaps/mini.bx2.xpm
-share/fvwm2/pixmaps/mini.calc.xpm
-share/fvwm2/pixmaps/mini.calc2.xpm
-share/fvwm2/pixmaps/mini.calendar.xpm
-share/fvwm2/pixmaps/mini.camera.xpm
-share/fvwm2/pixmaps/mini.cat.xpm
-share/fvwm2/pixmaps/mini.cave.xpm
-share/fvwm2/pixmaps/mini.cd.xpm
-share/fvwm2/pixmaps/mini.cdlabel.xpm
-share/fvwm2/pixmaps/mini.chart.xpm
-share/fvwm2/pixmaps/mini.checkmark.xpm
-share/fvwm2/pixmaps/mini.chinese.xpm
-share/fvwm2/pixmaps/mini.clipboard.xpm
-share/fvwm2/pixmaps/mini.clock.xpm
-share/fvwm2/pixmaps/mini.clock2.xpm
-share/fvwm2/pixmaps/mini.colors.xpm
-share/fvwm2/pixmaps/mini.connect.xpm
-share/fvwm2/pixmaps/mini.crosbone.xpm
-share/fvwm2/pixmaps/mini.cross.xpm
-share/fvwm2/pixmaps/mini.cut.xpm
-share/fvwm2/pixmaps/mini.delete.xpm
-share/fvwm2/pixmaps/mini.desktop.xpm
-share/fvwm2/pixmaps/mini.destroy.xpm
-share/fvwm2/pixmaps/mini.diff.xpm
-share/fvwm2/pixmaps/mini.directory.xpm
-share/fvwm2/pixmaps/mini.dirlink.xpm
-share/fvwm2/pixmaps/mini.diskette.xpm
-share/fvwm2/pixmaps/mini.display.xpm
-share/fvwm2/pixmaps/mini.doc.xpm
-share/fvwm2/pixmaps/mini.doc1.xpm
-share/fvwm2/pixmaps/mini.dog.xpm
-share/fvwm2/pixmaps/mini.ear.xpm
-share/fvwm2/pixmaps/mini.edit.xpm
-share/fvwm2/pixmaps/mini.espada.xpm
-share/fvwm2/pixmaps/mini.excl.xpm
-share/fvwm2/pixmaps/mini.exclam.xpm
-share/fvwm2/pixmaps/mini.exit.xpm
-share/fvwm2/pixmaps/mini.exp.xpm
-share/fvwm2/pixmaps/mini.eye.xpm
-share/fvwm2/pixmaps/mini.eye2.xpm
-share/fvwm2/pixmaps/mini.eyes.xpm
-share/fvwm2/pixmaps/mini.f1.xpm
-share/fvwm2/pixmaps/mini.fax.xpm
-share/fvwm2/pixmaps/mini.fdisk.xpm
-share/fvwm2/pixmaps/mini.file.xpm
-share/fvwm2/pixmaps/mini.filelink.xpm
-share/fvwm2/pixmaps/mini.filemgr.xpm
-share/fvwm2/pixmaps/mini.floppy.xpm
-share/fvwm2/pixmaps/mini.folder.xpm
-share/fvwm2/pixmaps/mini.font.xpm
-share/fvwm2/pixmaps/mini.fractal.xpm
-share/fvwm2/pixmaps/mini.frame.xpm
-share/fvwm2/pixmaps/mini.ftp.xpm
-share/fvwm2/pixmaps/mini.fvwm.xpm
-share/fvwm2/pixmaps/mini.gball.xpm
-share/fvwm2/pixmaps/mini.gimp.xpm
-share/fvwm2/pixmaps/mini.gnome.xpm
-share/fvwm2/pixmaps/mini.gnu.xpm
-share/fvwm2/pixmaps/mini.go.xpm
-share/fvwm2/pixmaps/mini.gopher.xpm
-share/fvwm2/pixmaps/mini.graph.xpm
-share/fvwm2/pixmaps/mini.graph2.xpm
-share/fvwm2/pixmaps/mini.gv.xpm
-share/fvwm2/pixmaps/mini.hammer.xpm
-share/fvwm2/pixmaps/mini.happy.xpm
-share/fvwm2/pixmaps/mini.hdisk.xpm
-share/fvwm2/pixmaps/mini.heart.xpm
-share/fvwm2/pixmaps/mini.hex.xpm
-share/fvwm2/pixmaps/mini.hextris.xpm
-share/fvwm2/pixmaps/mini.ibm.xpm
-share/fvwm2/pixmaps/mini.iconify.xpm
-share/fvwm2/pixmaps/mini.iconify1.xpm
-share/fvwm2/pixmaps/mini.icons.xpm
-share/fvwm2/pixmaps/mini.kde.xpm
-share/fvwm2/pixmaps/mini.keyboard.xpm
-share/fvwm2/pixmaps/mini.keys.xpm
-share/fvwm2/pixmaps/mini.letter.xpm
-share/fvwm2/pixmaps/mini.line.xpm
-share/fvwm2/pixmaps/mini.lock.xpm
-share/fvwm2/pixmaps/mini.lower.xpm
-share/fvwm2/pixmaps/mini.lower2.xpm
-share/fvwm2/pixmaps/mini.lower3.xpm
-share/fvwm2/pixmaps/mini.mag.xpm
-share/fvwm2/pixmaps/mini.mail.xpm
-share/fvwm2/pixmaps/mini.mail2.xpm
-share/fvwm2/pixmaps/mini.manual.xpm
-share/fvwm2/pixmaps/mini.max1.xpm
-share/fvwm2/pixmaps/mini.maximize-horiz.xpm
-share/fvwm2/pixmaps/mini.maximize-horiz1.xpm
-share/fvwm2/pixmaps/mini.maximize-vert.xpm
-share/fvwm2/pixmaps/mini.maximize-vert1.xpm
-share/fvwm2/pixmaps/mini.maximize.xpm
-share/fvwm2/pixmaps/mini.maximize1.xpm
-share/fvwm2/pixmaps/mini.maximize2.xpm
-share/fvwm2/pixmaps/mini.maze.xpm
-share/fvwm2/pixmaps/mini.modules.xpm
-share/fvwm2/pixmaps/mini.monitor.xpm
-share/fvwm2/pixmaps/mini.mouse.xpm
-share/fvwm2/pixmaps/mini.move.xpm
-share/fvwm2/pixmaps/mini.move1.xpm
-share/fvwm2/pixmaps/mini.move2.xpm
-share/fvwm2/pixmaps/mini.move3.xpm
-share/fvwm2/pixmaps/mini.mwm.xpm
-share/fvwm2/pixmaps/mini.netscape.xpm
-share/fvwm2/pixmaps/mini.news.xpm
-share/fvwm2/pixmaps/mini.nscape.xpm
-share/fvwm2/pixmaps/mini.ofolder.xpm
-share/fvwm2/pixmaps/mini.olwm.xpm
-share/fvwm2/pixmaps/mini.pager.xpm
-share/fvwm2/pixmaps/mini.paint.xpm
-share/fvwm2/pixmaps/mini.paint2.xpm
-share/fvwm2/pixmaps/mini.palette.xpm
-share/fvwm2/pixmaps/mini.paper.xpm
-share/fvwm2/pixmaps/mini.pdf.xpm
-share/fvwm2/pixmaps/mini.pencil.xpm
-share/fvwm2/pixmaps/mini.penguin.xpm
-share/fvwm2/pixmaps/mini.perf.xpm
-share/fvwm2/pixmaps/mini.picture.xpm
-share/fvwm2/pixmaps/mini.question.xpm
-share/fvwm2/pixmaps/mini.rainbow.xpm
-share/fvwm2/pixmaps/mini.raise.xpm
-share/fvwm2/pixmaps/mini.raise2.xpm
-share/fvwm2/pixmaps/mini.raise3.xpm
-share/fvwm2/pixmaps/mini.ray.xpm
-share/fvwm2/pixmaps/mini.rball.xpm
-share/fvwm2/pixmaps/mini.refresh.xpm
-share/fvwm2/pixmaps/mini.resize.xpm
-share/fvwm2/pixmaps/mini.resize2.xpm
-share/fvwm2/pixmaps/mini.resize3.xpm
-share/fvwm2/pixmaps/mini.resize4.xpm
-share/fvwm2/pixmaps/mini.roach.xpm
-share/fvwm2/pixmaps/mini.run.xpm
-share/fvwm2/pixmaps/mini.sh.xpm
-share/fvwm2/pixmaps/mini.sh1.xpm
-share/fvwm2/pixmaps/mini.shade1.xpm
-share/fvwm2/pixmaps/mini.slon.xpm
-share/fvwm2/pixmaps/mini.sound.xpm
-share/fvwm2/pixmaps/mini.start.xpm
-share/fvwm2/pixmaps/mini.stick.xpm
-share/fvwm2/pixmaps/mini.stick1.xpm
-share/fvwm2/pixmaps/mini.stick2.xpm
-share/fvwm2/pixmaps/mini.stickpressed.xpm
-share/fvwm2/pixmaps/mini.stop.xpm
-share/fvwm2/pixmaps/mini.telnet.xpm
-share/fvwm2/pixmaps/mini.term.xpm
-share/fvwm2/pixmaps/mini.term2.xpm
-share/fvwm2/pixmaps/mini.tetris.xpm
-share/fvwm2/pixmaps/mini.trebol.xpm
-share/fvwm2/pixmaps/mini.turn.xpm
-share/fvwm2/pixmaps/mini.twm.xpm
-share/fvwm2/pixmaps/mini.winXX-close.xpm
-share/fvwm2/pixmaps/mini.winXX-maximize.xpm
-share/fvwm2/pixmaps/mini.winXX-minimize.xpm
-share/fvwm2/pixmaps/mini.winXX-normalize.xpm
-share/fvwm2/pixmaps/mini.winXX-sysmenu.xpm
-share/fvwm2/pixmaps/mini.window.xpm
-share/fvwm2/pixmaps/mini.window2.xpm
-share/fvwm2/pixmaps/mini.windows.xpm
-share/fvwm2/pixmaps/mini.windowshade.xpm
-share/fvwm2/pixmaps/mini.x.xpm
-share/fvwm2/pixmaps/mini.x2.xpm
-share/fvwm2/pixmaps/mini.xaniroc.xpm
-share/fvwm2/pixmaps/mini.xarchie.xpm
-share/fvwm2/pixmaps/mini.xbiff.xpm
-share/fvwm2/pixmaps/mini.xboing.xpm
-share/fvwm2/pixmaps/mini.xfig.xpm
-share/fvwm2/pixmaps/mini.xjewel.xpm
-share/fvwm2/pixmaps/mini.xkeycaps.xpm
-share/fvwm2/pixmaps/mini.xlander.xpm
-share/fvwm2/pixmaps/mini.xlock.xpm
-share/fvwm2/pixmaps/mini.xmag.xpm
-share/fvwm2/pixmaps/mini.xmahjongg.xpm
-share/fvwm2/pixmaps/mini.xman.xpm
-share/fvwm2/pixmaps/mini.xpaint.xpm
-share/fvwm2/pixmaps/mini.xsnow.xpm
-share/fvwm2/pixmaps/mini.xterm.xpm
-share/fvwm2/pixmaps/mini.xv.xpm
-share/fvwm2/pixmaps/mini.zircon.xpm
-share/fvwm2/pixmaps/mini.zoom.xpm
-share/fvwm2/pixmaps/modules.xpm
-share/fvwm2/pixmaps/nscape.xpm
-share/fvwm2/pixmaps/page.xpm
-share/fvwm2/pixmaps/page2.xpm
-share/fvwm2/pixmaps/pointer.xpm
-share/fvwm2/pixmaps/programs.xpm
-share/fvwm2/pixmaps/ps.xpm
-share/fvwm2/pixmaps/question.xpm
-share/fvwm2/pixmaps/rbomb.xpm
-share/fvwm2/pixmaps/rbomb2.xpm
-share/fvwm2/pixmaps/rcalc.xpm
-share/fvwm2/pixmaps/rcalc2.xpm
-share/fvwm2/pixmaps/resize.rainbow.xpm
-share/fvwm2/pixmaps/rterm.xpm
-share/fvwm2/pixmaps/rterm2.xpm
-share/fvwm2/pixmaps/run.xpm
-share/fvwm2/pixmaps/screen.xpm
-share/fvwm2/pixmaps/settings.xpm
-share/fvwm2/pixmaps/shells.xpm
-share/fvwm2/pixmaps/shutdown.xpm
-share/fvwm2/pixmaps/shutdown2.xpm
-share/fvwm2/pixmaps/side.fvwm2.xpm
-share/fvwm2/pixmaps/side.fvwm2_1.xpm
-share/fvwm2/pixmaps/side.fvwm2_2.xpm
-share/fvwm2/pixmaps/side.utilities.xpm
-share/fvwm2/pixmaps/small.Paint2.xpm
-share/fvwm2/pixmaps/small.Shell2.xpm
-share/fvwm2/pixmaps/small.exit.xpm
-share/fvwm2/pixmaps/small.lock.xpm
-share/fvwm2/pixmaps/small.man.next.xpm
-share/fvwm2/pixmaps/small.note.next.xpm
-share/fvwm2/pixmaps/small.tools2_3d.xpm
-share/fvwm2/pixmaps/term.xpm
-share/fvwm2/pixmaps/textedit.xpm
-share/fvwm2/pixmaps/tiff2.xpm
-share/fvwm2/pixmaps/toolbox.xpm
-share/fvwm2/pixmaps/unknown1.xpm
-share/fvwm2/pixmaps/wierd_page3.xpm
-share/fvwm2/pixmaps/window.xpm
-share/fvwm2/pixmaps/word_processor.xpm
-share/fvwm2/pixmaps/wterm.xpm
-share/fvwm2/pixmaps/xcalc.xpm
-share/fvwm2/pixmaps/xemacs.xpm
-share/fvwm2/pixmaps/xlock.xpm
-share/fvwm2/pixmaps/xman.xpm
-share/fvwm2/pixmaps/xpaint.xpm
-share/fvwm2/pixmaps/xterm-axp.xpm
-share/fvwm2/pixmaps/xterm-blank.xpm
-share/fvwm2/pixmaps/xterm-bsd.xpm
-share/fvwm2/pixmaps/xterm-dec.xpm
-share/fvwm2/pixmaps/xterm-linux.xpm
-share/fvwm2/pixmaps/xterm-sgi.xpm
-share/fvwm2/pixmaps/xterm-sol.xpm
-share/fvwm2/pixmaps/xterm-sun.xpm
-share/fvwm2/pixmaps/xterm.xpm
-share/fvwm2/pixmaps/xv.xpm
-share/fvwm2/pixmaps/xv2.xpm
-share/fvwm2/pixmaps/xview.xpm
-share/fvwm/ConfigFvwmBacker
-share/fvwm/ConfigFvwmButtons
-share/fvwm/ConfigFvwmDefaults
-share/fvwm/ConfigFvwmIconBox
-share/fvwm/ConfigFvwmIconMan
-share/fvwm/ConfigFvwmIdent
-share/fvwm/ConfigFvwmPager
-share/fvwm/ConfigFvwmScroll
-share/fvwm/ConfigFvwmSetup
-share/fvwm/ConfigFvwmTaskBar
-share/fvwm/ConfigFvwmWinList
-share/fvwm/FvwmForm-Capture
-share/fvwm/FvwmForm-Form
-share/fvwm/FvwmForm-QuitVerify
-share/fvwm/FvwmForm-Rlogin
-share/fvwm/FvwmForm-RootCursor
-share/fvwm/FvwmForm-Setup
-share/fvwm/FvwmForm-Talk
-share/fvwm/FvwmForm-TalkHelp
-share/fvwm/FvwmScript-BaseConfig
-share/fvwm/FvwmScript-BellSetup
-share/fvwm/FvwmScript-Buttons
-share/fvwm/FvwmScript-Colorset
-share/fvwm/FvwmScript-ComExample
-share/fvwm/FvwmScript-Date
-share/fvwm/FvwmScript-FileBrowser
-share/fvwm/FvwmScript-Find
-share/fvwm/FvwmScript-KeyboardSetup
-share/fvwm/FvwmScript-PointerSetup
-share/fvwm/FvwmScript-Quit
-share/fvwm/FvwmScript-ScreenDump
-share/fvwm/FvwmScript-ScreenSetup
-share/fvwm/FvwmScript-Setup95
-share/fvwm/FvwmScript-WidgetDemo
-share/fvwm/fvwm-script-ComExample.pl
-share/fvwm/fvwm-script-setup95.pl
-share/fvwm/system.fvwm2rc-sample-95
-@dirrm share/fvwm
-@dirrm share/fvwm2/pixmaps
-@dirrm share/fvwm2
-@dirrm libexec/fvwm/%%FVWM_VERSION%%
-@dirrm libexec/fvwm
diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile
deleted file mode 100644
index abcd49d0cd75..000000000000
--- a/x11-wm/ion3/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: ion-2
-# Date created: 20 August 2003
-# Whom: anthony.ginepro@laposte.net
-# Original ion port: ricci@cs.utah.edu
-#
-# $FreeBSD$
-#
-
-PORTNAME= ion-2
-PORTVERSION= 20040729
-CATEGORIES= x11-wm
-MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/
-
-MAINTAINER= anthony.ginepro@laposte.net
-COMMENT= Ion is a tiling tabbed window manager
-
-LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua
-
-CONFLICTS= ion-2002* ion-devel-* pwm-*
-
-USE_LIBLTDL= yes
-USE_LIBTOOL_VER=15
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-MAKE_ENV= DEFINES="${IONDEFINES}"
-
-.if !defined(WITH_MULTIBYTE)
-IONDEFINES+= -DCF_NO_MB_SUPPORT
-.endif
-
-MAN1= ion.1 pwm.1
-DOCSDIR= share/doc/ion
-
-# NO, I don't want to use configure but ion's author system.mk
-do-configure:
-
-.include <bsd.port.mk>
diff --git a/x11-wm/ion3/distinfo b/x11-wm/ion3/distinfo
deleted file mode 100644
index 552464d4df53..000000000000
--- a/x11-wm/ion3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ion-2-20040729.tar.gz) = d7d98baa41635c1989e423adf76eb2ac
-SIZE (ion-2-20040729.tar.gz) = 399367
diff --git a/x11-wm/ion3/files/patch-rules.mk b/x11-wm/ion3/files/patch-rules.mk
deleted file mode 100644
index 0dbc8606502d..000000000000
--- a/x11-wm/ion3/files/patch-rules.mk
+++ /dev/null
@@ -1,10 +0,0 @@
---- rules.mk Wed Apr 7 09:15:54 2004
-+++ rules.mk.bsd Sun Apr 11 12:55:10 2004
-@@ -91,6 +91,7 @@
- module_install:
- $(INSTALLDIR) $(MODULEDIR)
- $(LIBTOOL) --mode=install $(INSTALL) -s -m $(BIN_MODE) $(MODULE).la $(MODULEDIR)
-+ $(INSTALL) -m $(BIN_MODE) $(MODULE).la $(MODULEDIR)
-
- clean_objs:
- $(RM) -f $(OBJS)
diff --git a/x11-wm/ion3/files/patch-system.mk b/x11-wm/ion3/files/patch-system.mk
deleted file mode 100644
index a3770bb2bf14..000000000000
--- a/x11-wm/ion3/files/patch-system.mk
+++ /dev/null
@@ -1,92 +0,0 @@
---- system.mk.orig Tue Jun 1 16:35:23 2004
-+++ system.mk Sat Jun 5 13:27:08 2004
-@@ -7,7 +7,7 @@
- ## Installation paths
- ##
-
--PREFIX=/usr/local
-+#PREFIX=/usr/local
-
- # Unless you are creating a package conforming to some OS's standards, you
- # probably do not want to modify the following directories:
-@@ -19,7 +19,7 @@
- # Some .lua files and ion-* shell scripts
- SHAREDIR=$(PREFIX)/share/ion
- # Manual pages
--MANDIR=$(PREFIX)/share/man
-+MANDIR=$(PREFIX)/man
- # Some documents
- DOCDIR=$(PREFIX)/share/doc/ion
- # Nothing at the moment
-@@ -42,11 +42,11 @@
- # libtool because even more-recent-than-libtool-1.4.3 releases of those
- # OSes only have an _ancient_ 1.3.x libtool that _will_ _not_ _work even
- # though a lot of libltdl-using apps require 1.4.3.
--LIBTOOL=libtool
-+LIBTOOL=$(LOCALBASE)/bin/libtool15 --tag=CC
-
- # Settings for compiling and linking to ltdl
--LTDL_INCLUDES=
--LTDL_LIBS=-lltdl
-+LTDL_INCLUDES=-I$(LOCALBASE)/include
-+LTDL_LIBS=-L$(LOCALBASE)/lib -lltdl
-
- # The following should do it if you have manually installed libtool 1.5 in
- # $(LIBTOOLDIR).
-@@ -72,7 +72,7 @@
-
- # If you have installed Lua 5.0 from the official tarball without changing
- # paths, this should do it.
--LUA_DIR=/usr/local
-+LUA_DIR=$(LOCALBASE)
- LUA_LIBS = -L$(LUA_DIR)/lib -R$(LUA_DIR)/lib -llua -llualib
- LUA_INCLUDES = -I$(LUA_DIR)/include
- LUA=$(LUA_DIR)/bin/lua
-@@ -90,7 +90,7 @@
- ## X libraries, includes and options
- ##
-
--X11_PREFIX=/usr/X11R6
-+X11_PREFIX=$(X11BASE)
- # SunOS/Solaris
- #X11_PREFIX=/usr/openwin
-
-@@ -119,7 +119,7 @@
- # asprintf and vasprintf in the c library. (gnu libc has.)
- # If HAS_SYSTEM_ASPRINTF is not defined, an implementation
- # in sprintf_2.2/ is used.
--#HAS_SYSTEM_ASPRINTF=1
-+HAS_SYSTEM_ASPRINTF=1
-
-
- # If you're on an archaic system (such as relatively recent *BSD releases)
-@@ -132,16 +132,16 @@
- ## C compiler
- ##
-
--CC=gcc
-+CC?=gcc
-
- # Same as '-Wall -pedantic' without '-Wunused' as callbacks often
- # have unused variables.
- WARN= -W -Wimplicit -Wreturn-type -Wswitch -Wcomment \
- -Wtrigraphs -Wformat -Wchar-subscripts \
-- -Wparentheses -pedantic -Wuninitialized
-+ -Wparentheses -Wuninitialized
-
--CFLAGS=-g -Os $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
--LDFLAGS=-g -Os $(EXTRA_LIBS) $(LIBS)
-+CFLAGS+= $(WARN) $(DEFINES) $(EXTRA_INCLUDES) $(INCLUDES)
-+LDFLAGS= $(EXTRA_LIBS) $(LIBS)
-
- # The following options are mainly for development use and can be used
- # to check that the code seems to conform to some standards. Depending
-@@ -154,7 +154,7 @@
- #POSIX_SOURCE=-D_POSIX_SOURCE
-
- # Most systems
--#XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
-+XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
- # SunOS, (Irix)
- #XOPEN_SOURCE=-D__EXTENSIONS__
-
diff --git a/x11-wm/ion3/pkg-descr b/x11-wm/ion3/pkg-descr
deleted file mode 100644
index 20d61b9ef91b..000000000000
--- a/x11-wm/ion3/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Ion (based on PWM) is a new kind of window manager that brings a
-text-editorish, keyboard friendly user interface to window management.
-
-Modern GUIs are unusable. Overlapping windows are hard to manage, especially
-from the keyboard, and the user often ends up in a jungle. Not to mention the
-application programs, which are even worse. Mouse-based search-and-click
-interfaces are slow - keyboard is fast having learnt the commands. Ion (the
-last three letters of vision =-) was written as an example and an experiment of
-something presumably better (just the window manager, though).
-
-Ion simply divides the screen into frames that take the whole screen. Big
-displays have so much space that this is convenient and smaller displays
-couldn't show more than one window at a time anyway. The frames can be split
-and growing the size of one will shrink others. Alike in PWM, clients can be
-moved between frames and multiple clients can be attached to one frame.
-
-With Ion you will hardly ever have to touch the mouse again for navigation
-between windows and the windows are always in order.
-
-WWW: http://modeemi.cs.tut.fi/~tuomov/ion/
diff --git a/x11-wm/ion3/pkg-plist b/x11-wm/ion3/pkg-plist
deleted file mode 100644
index f024e5ddc4ea..000000000000
--- a/x11-wm/ion3/pkg-plist
+++ /dev/null
@@ -1,63 +0,0 @@
-bin/ion
-bin/pwm
-etc/ion/dock-draw.lua
-etc/ion/dock.lua
-etc/ion/draw.lua
-etc/ion/floatws.lua
-etc/ion/ion-bindings.lua
-etc/ion/ion-menus.lua
-etc/ion/ion.lua
-etc/ion/ionws.lua
-etc/ion/kludges.lua
-etc/ion/look-brownsteel.lua
-etc/ion/look-clean.lua
-etc/ion/look-cleanios.lua
-etc/ion/look-cleanviolet.lua
-etc/ion/look-dusky.lua
-etc/ion/look-greyviolet.lua
-etc/ion/look-ios.lua
-etc/ion/look-simpleblue.lua
-etc/ion/look-wheat2.lua
-etc/ion/menu.lua
-etc/ion/pwm-bindings.lua
-etc/ion/pwm-menus.lua
-etc/ion/pwm.lua
-etc/ion/query.lua
-lib/ion/de.la
-lib/ion/de.so
-lib/ion/dock.la
-lib/ion/dock.so
-lib/ion/floatws.la
-lib/ion/floatws.so
-lib/ion/ion-completefile
-lib/ion/ionws.la
-lib/ion/ionws.so
-lib/ion/menu.la
-lib/ion/menu.so
-lib/ion/query.la
-lib/ion/query.so
-lib/ion/lc/ioncore-efbb.lc
-lib/ion/lc/ioncorelib.lc
-lib/ion/lc/ioncorelib-mplexfns.lc
-lib/ion/lc/menulib.lc
-lib/ion/lc/querylib.lc
-share/ion/delib.lua
-share/ion/ion-edit
-share/ion/ion-man
-share/ion/ion-runinxterm
-share/ion/ion-ssh
-share/ion/ion-view
-share/ion/ioncore-efbb.lua
-share/ion/ioncorelib-mplexfns.lua
-share/ion/ioncorelib.lua
-share/ion/menulib.lua
-share/ion/querylib.lua
-share/ion/welcome_message.txt
-share/doc/ion/README
-share/doc/ion/LICENSE
-share/doc/ion/ChangeLog
-@dirrm lib/ion/lc
-@dirrm lib/ion
-@dirrm share/ion
-@dirrm share/doc/ion
-@unexec rmdir %D/etc/ion 2>/dev/null || true
diff --git a/x11-wm/wmanager/files/pkg-message.in b/x11-wm/wmanager/files/pkg-message.in
deleted file mode 100644
index 53ee339c45f4..000000000000
--- a/x11-wm/wmanager/files/pkg-message.in
+++ /dev/null
@@ -1,3 +0,0 @@
-Docs have been installed in /usr/X11R6/share/wmanager/.
-You are advised to have a look at the sample .wmanagerrc
-and .xinitrc's available there.
diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile
deleted file mode 100644
index 705603133c51..000000000000
--- a/x11-wm/wmcp/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: wmcp
-# Date created: 10 February 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmcp
-PORTVERSION= 1.2.8
-CATEGORIES= misc windowmaker
-MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A dockable pager for Window Maker
-
-PLIST_FILES= bin/wmcp
-USE_X_PREFIX= yes
-USE_XPM= yes
-ALL_TARGET= clean wmcp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/x11-wm/wmcp/distinfo b/x11-wm/wmcp/distinfo
deleted file mode 100644
index 0f963bb9078a..000000000000
--- a/x11-wm/wmcp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (wmcp-1.2.8.tar.gz) = 6f347dd6fb0b017de868081088cdcf13
-SIZE (wmcp-1.2.8.tar.gz) = 8673
diff --git a/x11-wm/wmcp/files/patch-aa b/x11-wm/wmcp/files/patch-aa
deleted file mode 100644
index 5465a9235164..000000000000
--- a/x11-wm/wmcp/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Thu May 27 16:17:20 1999
-+++ Makefile Fri Aug 11 02:28:17 2000
-@@ -1,7 +1,7 @@
-
-
--INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
--LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
-+INCLUDES = -I${X11BASE}/include/X11 -I${X11BASE}/include
-+LIBINC = -L${X11BASE}/lib
- LIBS = -lm -lX11 -lXpm -lXext
-
- TARGET = wmcp
-@@ -31,10 +31,10 @@
- ###################################################################
-
- ${OBJECTS}: ${SOURCE}
-- gcc -g -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o
-+ ${CC} ${CFLAGS} -c ${INCLUDES} ${FLAGS} $< -o $@
-
- ${TARGET}: ${OBJECTS}
-- gcc -g -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
-+ ${CC} ${CFLAGS} -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
-
- clean::
- for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done
diff --git a/x11-wm/wmcp/files/patch-wmcp.c b/x11-wm/wmcp/files/patch-wmcp.c
deleted file mode 100644
index ce31d26e151a..000000000000
--- a/x11-wm/wmcp/files/patch-wmcp.c
+++ /dev/null
@@ -1,73 +0,0 @@
---- wmcp.c.orig Sat Jan 3 17:14:42 2004
-+++ wmcp.c Sat Jan 3 17:15:43 2004
-@@ -806,38 +806,38 @@
- void show_usage()
- {
-
--fprintf(stderr,"
--
--%s
--This software is GPL -- do as you wish with it.
--
--Origional Author:
-- Ben Cohen <buddog@aztec.asu.edu>
--
--Contributors:
-- Thomas Nemeth <tnemeth@multimania.com>
-- Craig Maloney <craig@ic.net>
-- Gert Beumer <Gert@scintilla.utwente.nl>
--
--
--
--usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
-- [-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]
--
--
---g geometry: ie: 64x64+10+10
---d dpy: Display. ie: 127.0.0.1:0.0
---n workspaces: How many buttons to start with.
---a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
---w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
---s y/n: Shaped window: yes or no (default y)
---c Sends CTRL + ALT + Key (default only sends ALT + key)
---v Verbose. 0=off, 1=on (default 0)
---x Number of buttons on the x-direction (1,2,3, or 4)
---y Number of buttons in the y-direction (1,2,3, or 4)
---h Help. This screen.
--
--
-+fprintf(stderr,"\n\
-+\n\
-+%s\n\
-+This software is GPL -- do as you wish with it.\n\
-+\n\
-+Origional Author:\n\
-+ Ben Cohen <buddog@aztec.asu.edu>\n\
-+\n\
-+Contributors:\n\
-+ Thomas Nemeth <tnemeth@multimania.com>\n\
-+ Craig Maloney <craig@ic.net>\n\
-+ Gert Beumer <Gert@scintilla.utwente.nl>\n\
-+\n\
-+\n\
-+\n\
-+usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]\n\
-+ [-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]\n\
-+\n\
-+\n\
-+-g geometry: ie: 64x64+10+10\n\
-+-d dpy: Display. ie: 127.0.0.1:0.0\n\
-+-n workspaces: How many buttons to start with.\n\
-+-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).\n\
-+-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)\n\
-+-s y/n: Shaped window: yes or no (default y)\n\
-+-c Sends CTRL + ALT + Key (default only sends ALT + key)\n\
-+-v Verbose. 0=off, 1=on (default 0)\n\
-+-x Number of buttons on the x-direction (1,2,3, or 4)\n\
-+-y Number of buttons in the y-direction (1,2,3, or 4)\n\
-+-h Help. This screen.\n\
-+\n\
-+\n\
- ",VERSION);
-
- exit(-1);
diff --git a/x11-wm/wmcp/pkg-descr b/x11-wm/wmcp/pkg-descr
deleted file mode 100644
index 44bf3fd43b02..000000000000
--- a/x11-wm/wmcp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-A very simple dockable pager for Window Maker. Up to nine workspaces
-my be selected with buttons that send the appropriate synthetic ALT
-1..9 key code to the root window. If you love Window Maker but can't
-live without a pager, this app may be of use to you.
-
-- Jim <jim@FreeBSD.org>