[Midnightbsd-cvs] mports: mports/x11-wm: Remove pekwm.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 9 13:23:39 EDT 2008


Log Message:
-----------
Remove pekwm.  The author keeps moving his website and now the distfiles aren't even available.  When he gets organized we can evaluate the demand for this software.

Modified Files:
--------------
    mports/x11-wm:
        Makefile (r1.24 -> r1.25)

Removed Files:
-------------
    mports/x11-wm/pekwm:
        Makefile
        distinfo
        pkg-descr
        pkg-plist
    mports/x11-wm/pekwm/files:
        patch-aa
        patch-ab

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -L x11-wm/Makefile -L x11-wm/Makefile -u -r1.24 -r1.25
--- x11-wm/Makefile
+++ x11-wm/Makefile
@@ -21,7 +21,6 @@
     SUBDIR += mlvwm
     SUBDIR += obconf
     SUBDIR += openbox
-    SUBDIR += pekwm
     SUBDIR += ratpoison
     SUBDIR += skippy-xd
     SUBDIR += twm
--- x11-wm/pekwm/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-A windowmanager based on aewm++.
-
-Here is a compact list of changes between the originial aewm++-1.1.16 code and 
-pekwm, pekwms code is also alot restructured and reformatted.
-
-    * Possibility to group windows in a single frame
-    * Configurable keygrabber
-    * Configurable rootmenu
-    * Configration file
-    * Xinerama support
-    * "Smart" window placement
-    * Basic pixmap theming, with configurable buttons
-    * Some nifty extra bugs! ;)
-
-WWW:  http://pekwm.org
--- x11-wm/pekwm/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/pekwm
-etc/pekwm/autoproperties
-etc/pekwm/config
-etc/pekwm/keys
-etc/pekwm/menu
-etc/pekwm/mouse
-etc/pekwm/start
-etc/pekwm/vars
-%%DATADIR%%/scripts/pekwm_themeset.pl
-%%DATADIR%%/scripts/pekwm_themeset.sh
-%%DATADIR%%/scripts/pekwm_ws_menu.pl
-%%DATADIR%%/themes/default/theme
- at dirrm %%DATADIR%%/scripts
- at dirrm %%DATADIR%%/themes/default
- at dirrm %%DATADIR%%/themes
- at dirrm %%DATADIR%%
- at dirrm etc/pekwm
--- x11-wm/pekwm/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Ports collection makefile for:	pekwm
-# Date created:			Nov 1, 2002
-# Whom:				anders at hack.org
-#
-# $MidnightBSD: mports/x11-wm/pekwm/Makefile,v 1.6 2008/05/01 03:33:31 laffer1 Exp $
-# $FreeBSD: ports/x11-wm/pekwm/Makefile,v 1.23 2006/04/28 21:30:24 pav Exp $
-#
-
-PORTNAME=	pekwm
-PORTVERSION=	0.1.6
-PORTREVISION=	3
-CATEGORIES=	x11-wm
-MASTER_SITES=	http://bsd-unix.org/downloads/ \
-		http://pekwm.org/files/ \
-		http://projects/pekdon.net/files/download/15
-DISTNAME=	${PORTNAME}-0.1.6
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A windowmanager based on aewm++
-LICENSE=	gpl2
-
-LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
-		png.5:${PORTSDIR}/graphics/png
-
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_XORG=	xft xpm x11
-
-GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
-CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
-		--enable-xft --disable-pcre --enable-image-xpm \
-		--enable-image-jpeg --enable-image-png --disable-debug \
-		--disable-pedantic --enable-menus --enable-harbour
-
-post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/pekwm
-
-.include <bsd.port.mk>
--- x11-wm/pekwm/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pekwm-0.1.6.tar.bz2) = 551358cbe15cfe7be3a7f614c49c1d00
-SHA256 (pekwm-0.1.6.tar.bz2) = 2cf2f3a59c83273c022419d50e627b9e8f1f629cad89c1c91dffe7a4bc1b4c44
-SIZE (pekwm-0.1.6.tar.bz2) = 275703
--- x11-wm/pekwm/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/scripts/pekwm_themeset.sh.orig	Tue Jan 13 06:42:34 2004
-+++ data/scripts/pekwm_themeset.sh	Tue Dec 21 06:27:44 2004
-@@ -44,7 +44,7 @@
- 		sed -e "s/Theme\ =\ \".*\"/Theme\ =\ \"$THEME\"/" $PEKWM_CONFIG_FILE > $TMPFILE;
- 		cp $TMPFILE $PEKWM_CONFIG_FILE;
- 		rm $TMPFILE
--		pkill -HUP pekwm;
-+		killall -HUP pekwm;
- fi;
- 
- exit 0
--- x11-wm/pekwm/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/scripts/pekwm_themeset.pl.orig	Sun Feb 27 14:52:08 2005
-+++ data/scripts/pekwm_themeset.pl	Sun Mar 13 16:38:13 2005
-@@ -51,7 +51,7 @@
- 	close $fh
- 		or die "Failed to write $cfg_file successfully: $!\n";
- 
--	system 'pkill', -HUP => 'pekwm'; # tell pekwm to reread its config
-+	system("killall -HUP pekwm"); # tell pekwm to reread its config
- }
- 
- if( @ARGV == 1 ) {


More information about the Midnightbsd-cvs mailing list