aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ahwm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-26 01:12:54 +0800
committerbapt <bapt@FreeBSD.org>2012-10-26 01:12:54 +0800
commit9d227e70d065ba445bc30a82af0c1146e436152d (patch)
treebf62f8bf62ef7453bf71671321dfdb5ef4ae5c34 /x11-wm/ahwm
parentfbd2a4d2586b3baefa536aa37db5547a447f6517 (diff)
downloadfreebsd-ports-gnome-9d227e70d065ba445bc30a82af0c1146e436152d.tar.gz
freebsd-ports-gnome-9d227e70d065ba445bc30a82af0c1146e436152d.tar.zst
freebsd-ports-gnome-9d227e70d065ba445bc30a82af0c1146e436152d.zip
2012-10-20 x11-wm/wmcp: No more public distfiles
2012-10-20 x11-wm/skippy-xd: Abandonware, upstream disappeared 2012-10-20 x11-wm/skippy: Abandonware, upstream disappeared 2012-10-20 x11-wm/matchbox: Abandonware, upstream disappeared 2012-10-20 x11-wm/e16utils: No more public distfiles 2012-10-20 x11-wm/blwm: Abandonware, upstream disappeared 2012-10-20 x11-wm/badwm: Development ceased 2012-10-20 x11-wm/amaterus: Abandonware, upstream disappeared 2012-10-20 x11-wm/ahwm: Abandoned upstream Remove some obsolete wm Feature safe: yes
Diffstat (limited to 'x11-wm/ahwm')
-rw-r--r--x11-wm/ahwm/Makefile34
-rw-r--r--x11-wm/ahwm/distinfo2
-rw-r--r--x11-wm/ahwm/files/patch-move-resize.c36
-rw-r--r--x11-wm/ahwm/files/patch-prefs.c20
-rw-r--r--x11-wm/ahwm/pkg-descr3
5 files changed, 0 insertions, 95 deletions
diff --git a/x11-wm/ahwm/Makefile b/x11-wm/ahwm/Makefile
deleted file mode 100644
index 3500db6ce3f3..000000000000
--- a/x11-wm/ahwm/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: ahwm
-# Date created: 2003-01-22
-# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ahwm
-PORTVERSION= 0.90
-PORTREVISION= 2
-CATEGORIES= x11-wm
-MASTER_SITES= http://people.cs.uchicago.edu/~ahiorean/ahwm/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An X11 window manager
-
-DEPRECATED= Abandoned upstream
-EXPIRATION_DATE= 2012-10-20
-
-USE_XORG= x11 xext
-
-GNU_CONFIGURE= yes
-MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX}
-
-MAN5= ahwmrc.5
-MLINKS= ahwmrc.5 ahwm.5
-PLIST_FILES= bin/ahwm
-
-post-patch:
- @${REINPLACE_CMD} -e 's,@prefix@@,@,g' \
- ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11-wm/ahwm/distinfo b/x11-wm/ahwm/distinfo
deleted file mode 100644
index b89942cdcb43..000000000000
--- a/x11-wm/ahwm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ahwm-0.90.tar.gz) = 3c25be43caed257508dad975ba09abc611c16657e467b3a596ff161420313d7b
-SIZE (ahwm-0.90.tar.gz) = 238356
diff --git a/x11-wm/ahwm/files/patch-move-resize.c b/x11-wm/ahwm/files/patch-move-resize.c
deleted file mode 100644
index f29e945ec28e..000000000000
--- a/x11-wm/ahwm/files/patch-move-resize.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- move-resize.c.orig Sun Feb 17 04:58:21 2002
-+++ move-resize.c Fri Aug 6 21:39:09 2004
-@@ -794,7 +794,8 @@
- x_start = client->x + client->width;
- y_start = client->y + client->height;
- break;
-- default: /* shuts up compiler warning */
-+ default:
-+ ; /* shuts up compiler warning */
- }
- }
- xrefresh();
-@@ -1056,6 +1057,7 @@
- *old = WEST;
- break;
- default:
-+ ;
- }
- }
-
-@@ -1200,6 +1202,7 @@
- }
- break;
- default:
-+ ;
- }
- }
-
-@@ -1236,6 +1239,7 @@
- }
- break;
- default:
-+ ;
- }
- }
-
diff --git a/x11-wm/ahwm/files/patch-prefs.c b/x11-wm/ahwm/files/patch-prefs.c
deleted file mode 100644
index b1b665435d41..000000000000
--- a/x11-wm/ahwm/files/patch-prefs.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- prefs.c.orig Sun Feb 24 16:31:27 2002
-+++ prefs.c Fri Aug 6 21:36:57 2004
-@@ -642,7 +642,7 @@
- mouseunbinding_apply(client, lp->line_value.mouseunbinding);
- break;
- default:
-- /* nothing */
-+ ; /* nothing */
- }
- }
- }
-@@ -839,7 +839,7 @@
- p->raise_delay_set = opt->option_setting;
- break;
- default:
-- /* nothing */
-+ ; /* nothing */
- }
- }
-
diff --git a/x11-wm/ahwm/pkg-descr b/x11-wm/ahwm/pkg-descr
deleted file mode 100644
index 9885bebab3f4..000000000000
--- a/x11-wm/ahwm/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-AHWM is an X11 window manager.
-
-WWW: http://people.cs.uchicago.edu/~ahiorean/ahwm/