diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /x11-wm/wmx | |
parent | 3ab6376b17819778c4697ee2b5cd379257644eae (diff) | |
download | ports-11ea174ccbc9cebd4134768e8fb92c6a3dc2c559.tar.gz ports-11ea174ccbc9cebd4134768e8fb92c6a3dc2c559.zip |
Notes
Diffstat (limited to 'x11-wm/wmx')
-rw-r--r-- | x11-wm/wmx/Makefile | 34 | ||||
-rw-r--r-- | x11-wm/wmx/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/wmx/files/patch-ae | 22 | ||||
-rw-r--r-- | x11-wm/wmx/files/patch-af | 29 | ||||
-rw-r--r-- | x11-wm/wmx/pkg-descr | 11 | ||||
-rw-r--r-- | x11-wm/wmx/pkg-plist | 8 | ||||
-rw-r--r-- | x11-wm/wmx/scripts/configure | 3 |
7 files changed, 0 insertions, 109 deletions
diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile deleted file mode 100644 index 3ea62c2a3bc3..000000000000 --- a/x11-wm/wmx/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: wmx -# Date created: 11. Jan 1998 -# Whom: Stefan Zehl <sec@42.org> -# -# $FreeBSD$ -# - -PORTNAME= wmx -PORTVERSION= 6.p1 -CATEGORIES= x11-wm -MASTER_SITES= http://www.all-day-breakfast.com/wmx/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pl/} - -MAINTAINER= sec@42.org -COMMENT= Extended version of wm2 - A simple window manager for X - -IGNORE= contains a severe bug, which will be fixed by the maintainer -EXPIRATION_DATE=2005-02-18 -DEPRECATED= "${IGNORE}" - -USE_X_PREFIX= yes -USE_XPM= yes -GNU_CONFIGURE= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/X11/wmx/menu -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/wmx - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmx - ${INSTALL_DATA} ${WRKSRC}/README.contrib ${PREFIX}/share/doc/wmx -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/wmx/distinfo b/x11-wm/wmx/distinfo deleted file mode 100644 index bbca36208f4d..000000000000 --- a/x11-wm/wmx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (wmx-6pl1.tar.gz) = 212297d70acef90bbc9dac254de39cb8 -SIZE (wmx-6pl1.tar.gz) = 90209 diff --git a/x11-wm/wmx/files/patch-ae b/x11-wm/wmx/files/patch-ae deleted file mode 100644 index 2fa54301934b..000000000000 --- a/x11-wm/wmx/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ ---- Config.h.orig Mon Apr 23 17:48:31 2001 -+++ Config.h Thu May 20 02:26:43 2004 -@@ -75,8 +75,8 @@ - - // What to run to get a new window (from the "New" menu option) - #define CONFIG_NEW_WINDOW_LABEL "New" --//#define CONFIG_NEW_WINDOW_COMMAND "xterm" --#define CONFIG_NEW_WINDOW_COMMAND "/home/chris/.wmx/terminal" -+#define CONFIG_NEW_WINDOW_COMMAND "xterm" -+//#define CONFIG_NEW_WINDOW_COMMAND "/home/chris/.wmx/terminal" - #define CONFIG_NEW_WINDOW_COMMAND_OPTIONS 0 - // or, for example, - //#define CONFIG_NEW_WINDOW_COMMAND_OPTIONS "-ls","-sb","-sl","1024",0 -@@ -91,7 +91,7 @@ - // middle-button menu - #define CONFIG_COMMAND_MENU ".wmx" - // only used if COMMAND_MENU is not found; ignored if invalid directory: --#define CONFIG_SYSTEM_COMMAND_MENU "/usr/local/lib/wmx/menu" -+#define CONFIG_SYSTEM_COMMAND_MENU "/usr/X11R6/lib/wmx/menu" - // append screennumber to COMMAND_MENU directory; - // use non screen style as fallback - #define CONFIG_ADD_SCREEN_TO_COMMAND_MENU False diff --git a/x11-wm/wmx/files/patch-af b/x11-wm/wmx/files/patch-af deleted file mode 100644 index 48bf81ca96b1..000000000000 --- a/x11-wm/wmx/files/patch-af +++ /dev/null @@ -1,29 +0,0 @@ ---- Menu.C.org Fri Nov 29 12:25:19 2002 -+++ Menu.C Fri Nov 29 12:26:57 2002 -@@ -588,7 +588,7 @@ - - - CommandMenu::CommandMenu(WindowManager *manager, XEvent *e, -- char* otherdir = NULL) -+ char* otherdir) - : Menu(manager, e) - { - const char *home = getenv("HOME"); ---- Border.C.orig Sat May 15 15:54:18 1999 -+++ Border.C Fri Nov 29 13:03:51 2002 -@@ -631,11 +631,10 @@ - } - - int final = rl.count(); -- rl.append(rl.item(final-1)); -- rl.item(final).x -= 1; -- rl.item(final).y += rl.item(final).height; -- rl.item(final).width += 1; -- rl.item(final).height = h - rl.item(final).height + 2; -+ rl.append(rl.item(final-1).x - 1, -+ rl.item(final-1).y + rl.item(final-1).height, -+ rl.item(final-1).width + 1, -+ h - rl.item(final-1).height + 2); - - XShapeCombineRectangles(display(), m_parent, ShapeBounding, - 0, 0, rl.xrectangles(), rl.count(), diff --git a/x11-wm/wmx/pkg-descr b/x11-wm/wmx/pkg-descr deleted file mode 100644 index aeaec59da065..000000000000 --- a/x11-wm/wmx/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -wmx -- another window manager -============================= - -wmx is another window manager for X. It is based on wm2 and provides -a similarly unusual style of window decoration; but in place of wm2's -minimal functionality, it offers many of the features of more -conventional managers in the most simplistic implementations -imaginable. wmx is, however, still not configurable except by editing -the source and recompiling the code. - -WWW: http://www.all-day-breakfast.com/wmx/ diff --git a/x11-wm/wmx/pkg-plist b/x11-wm/wmx/pkg-plist deleted file mode 100644 index 0a48721bc311..000000000000 --- a/x11-wm/wmx/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/wmx -share/doc/wmx/README -share/doc/wmx/README.contrib -@dirrm share/doc/wmx -@exec mkdir -p %D/lib/X11/wmx -@exec mkdir -p %D/lib/X11/wmx/menu -@dirrm lib/X11/wmx/menu -@dirrm lib/X11/wmx diff --git a/x11-wm/wmx/scripts/configure b/x11-wm/wmx/scripts/configure deleted file mode 100644 index 0a47e51ee0a5..000000000000 --- a/x11-wm/wmx/scripts/configure +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -/usr/bin/perl -pi -e 's|%%PREFIX%%|'${X11BASE}'|g' ${WRKSRC}/*.h ${WRKSRC}/*.C |