Date: Thu, 18 Jan 2024 18:29:36 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2c157b46ac04 - main - x11-wm/w9wm: Remove expired port Message-ID: <202401181829.40IITahB083923@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c157b46ac04e2661c53cdba1533826af32f1a37 commit 2c157b46ac04e2661c53cdba1533826af32f1a37 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-18 18:27:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-18 18:29:13 +0000 x11-wm/w9wm: Remove expired port 2024-01-17 x11-wm/w9wm: Last upstream release was in 2002 --- MOVED | 1 + x11-wm/Makefile | 1 - x11-wm/w9wm/Makefile | 25 ------------------------- x11-wm/w9wm/distinfo | 2 -- x11-wm/w9wm/pkg-descr | 13 ------------- 5 files changed, 1 insertion(+), 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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401181829.40IITahB083923>