aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-18 18:27:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-18 18:29:13 +0000
commit2c157b46ac04e2661c53cdba1533826af32f1a37 (patch)
tree2ccec42af4dc4ef3cb4640ca03cd4012d507cf6c
parentb8f4ba2ca32b0e3e1424741f4b74bebf337518bd (diff)
downloadports-2c157b46ac04e2661c53cdba1533826af32f1a37.tar.gz
ports-2c157b46ac04e2661c53cdba1533826af32f1a37.zip
x11-wm/w9wm: Remove expired port
2024-01-17 x11-wm/w9wm: Last upstream release was in 2002
-rw-r--r--MOVED1
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/w9wm/Makefile25
-rw-r--r--x11-wm/w9wm/distinfo2
-rw-r--r--x11-wm/w9wm/pkg-descr13
5 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index 4d717786f2d4..955f1023c284 100644
--- a/MOVED
+++ b/MOVED
@@ -2952,3 +2952,4 @@ editors/led||2024-01-17|Has expired: Last upstream release was in 2002 reconside
editors/jove||2024-01-18|Has expired: No upstream update in last 23 years
editors/impress||2024-01-18|Has expired: Upstream last release was in 2000
biology/sim4||2024-01-18|Has expired: Upstream last update was in 2005
+x11-wm/w9wm||2024-01-18|Has expired: Last upstream release was in 2002
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 2d950f039134..8d9451f7e33e 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -118,7 +118,6 @@
SUBDIR += tvtwm
SUBDIR += twm
SUBDIR += vtwm
- SUBDIR += w9wm
SUBDIR += wayfire
SUBDIR += wayfire-plugins-extra
SUBDIR += windowmaker
diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile
deleted file mode 100644
index 671b002e6fc4..000000000000
--- a/x11-wm/w9wm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= w9wm
-PORTVERSION= 0.4.2
-PORTREVISION= 2
-CATEGORIES= x11-wm
-MASTER_SITES= http://www.drieu.org/code/w9wm/src/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Hack of 9wm to give virtual screens
-WWW= http://www.grassouille.org/code/w9wm.en.html
-
-DEPRECATED= Last upstream release was in 2002
-EXPIRATION_DATE= 2024-01-17
-
-USES= imake xorg
-USE_XORG= x11 xext
-
-WRKSRC= ${WRKDIR}/${DISTNAME}.orig
-
-PLIST_FILES= bin/w9wm \
- man/man1/w9wm.1.gz
-
-post-patch:
- @${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/client.c
-
-.include <bsd.port.mk>
diff --git a/x11-wm/w9wm/distinfo b/x11-wm/w9wm/distinfo
deleted file mode 100644
index afa1caf28db8..000000000000
--- a/x11-wm/w9wm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (w9wm-0.4.2.tar.gz) = 2b45ced81fe460f984464e28d9a283e6f1c67c97d4a293dd026aee013d330c9c
-SIZE (w9wm-0.4.2.tar.gz) = 24505
diff --git a/x11-wm/w9wm/pkg-descr b/x11-wm/w9wm/pkg-descr
deleted file mode 100644
index 8a737f03c1c7..000000000000
--- a/x11-wm/w9wm/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-w9wm is a quick & dirty hack based on 9wm, the wonderful "template"
-window manager made by David Hogan.
-
-9wm is really nice for all day use (I mean, a large Emacs window
-covering the whole screen and a terminal to use Lynx and browse the
-web ;-)) provided that you do not have a large number of windows on
-your screen. But in some occasions it is not the case (ie. you have
-to telnet to 4-5 remote machines), which is painful with 9wm.
-
-This need for virtual screens motivated this about 50 lines hack.
-w9wm brings support for virtual screens (provided you use the second
-button, aka middle button to select one virtual screen) as well as for
-key bindings (to switch from one window to another).