aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/skippy-xd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 17:12:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 17:12:54 +0000
commite25f6f921b74b49da3a25b0dbc2879eff8631d67 (patch)
treebf62f8bf62ef7453bf71671321dfdb5ef4ae5c34 /x11-wm/skippy-xd
parentc879b44cb6e3ccfea9da13ac1b564672e5d6d6ff (diff)
downloadports-e25f6f921b74b49da3a25b0dbc2879eff8631d67.tar.gz
ports-e25f6f921b74b49da3a25b0dbc2879eff8631d67.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
Notes
Notes: svn path=/head/; revision=306388
Diffstat (limited to 'x11-wm/skippy-xd')
-rw-r--r--x11-wm/skippy-xd/Makefile54
-rw-r--r--x11-wm/skippy-xd/distinfo2
-rw-r--r--x11-wm/skippy-xd/files/patch-config.c22
-rw-r--r--x11-wm/skippy-xd/files/patch-skippy.h10
-rw-r--r--x11-wm/skippy-xd/pkg-descr12
-rw-r--r--x11-wm/skippy-xd/pkg-message14
6 files changed, 0 insertions, 114 deletions
diff --git a/x11-wm/skippy-xd/Makefile b/x11-wm/skippy-xd/Makefile
deleted file mode 100644
index b7da8dd89294..000000000000
--- a/x11-wm/skippy-xd/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: skippy-xd
-# Date created: 2004-05-19
-# Whom: michael johnson <ahze@ahze.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= skippy-xd
-PORTVERSION= 0.5.0
-PORTREVISION= 2
-CATEGORIES= x11-wm
-MASTER_SITES= http://cdn.thegraveyard.org/releases/skippy/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A full-screen X11 task-switcher like Apple's Expose
-
-DEPRECATED= Abandonware, upstream disappeared
-EXPIRATION_DATE= 2012-10-20
-
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
-
-USE_BZIP2= yes
-USE_XORG= x11 xft xcomposite xdamage xfixes xrender xinerama xext xmu
-USE_PKGCONFIG= yes
-PLIST_FILES= bin/skippy-xd \
- %%DATADIR%%/skippy-xd.rc-default
-PLIST_DIRS= %%DATADIR%%
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|; \
- s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
- ${WRKSRC}/Makefile
-
-.if ${ARCH} == "amd64"
- @${REINPLACE_CMD} -e 's|CARD32|CARD64|g' \
- ${WRKSRC}/clientwin.c ${WRKSRC}/skippy.c \
- ${WRKSRC}/wm.c ${WRKSRC}/wm.h
-.endif
-
-post-build:
- @${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/skippy-xd ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/skippy-xd.rc-default ${DATADIR}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/skippy-xd/distinfo b/x11-wm/skippy-xd/distinfo
deleted file mode 100644
index 4efad08f7365..000000000000
--- a/x11-wm/skippy-xd/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (skippy-xd-0.5.0.tar.bz2) = 52ff7476b3580a92c385167f1855583c2cf74ae1898a6a5e8446ce67c80bc139
-SIZE (skippy-xd-0.5.0.tar.bz2) = 23970
diff --git a/x11-wm/skippy-xd/files/patch-config.c b/x11-wm/skippy-xd/files/patch-config.c
deleted file mode 100644
index 4dfcce54a0fa..000000000000
--- a/x11-wm/skippy-xd/files/patch-config.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- config.c.orig Mon Jul 5 22:36:39 2004
-+++ config.c Mon Jul 5 23:32:25 2004
-@@ -72,9 +72,9 @@
- int ix = 0, l_ix = 0;
- dlist *new_config = 0;
-
-- regcomp(&re_section, "^[[:space:]]*\\[[[:space:]]*([[:alnum:]]*?)[[:space:]]*\\][[:space:]]*$", REG_EXTENDED);
-+ regcomp(&re_section, "^[[:space:]]*\\[[[:space:]]*([[:alnum:]]*)[[:space:]]*\\][[:space:]]*$", REG_EXTENDED);
- regcomp(&re_empty, "^[[:space:]]*#|^[[:space:]]*$", REG_EXTENDED);
-- regcomp(&re_entry, "^[[:space:]]*([[:alnum:]]+)[[:space:]]*=[[:space:]]*(.*?)[[:space:]]*$", REG_EXTENDED);
-+ regcomp(&re_entry, "^[[:space:]]*([[:alnum:]]+)[[:space:]]*=[[:space:]]*(.*)[[:space:]]*$", REG_EXTENDED);
-
- while(1)
- {
-@@ -148,6 +148,7 @@
- fclose(fin);
- return 0;
- }
-+ data[flen] = '\0';
-
- fclose(fin);
-
diff --git a/x11-wm/skippy-xd/files/patch-skippy.h b/x11-wm/skippy-xd/files/patch-skippy.h
deleted file mode 100644
index 399e91f56fb8..000000000000
--- a/x11-wm/skippy-xd/files/patch-skippy.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- skippy.h.orig Sat May 15 19:33:08 2004
-+++ skippy.h Sat May 15 19:33:44 2004
-@@ -20,6 +20,7 @@
- #ifndef SKIPPY_H
- #define SKIPPY_H
-
-+#include <ft2build.h>
- #include <X11/Xlib.h>
- #include <X11/Xmd.h>
- #include <X11/Xatom.h>
diff --git a/x11-wm/skippy-xd/pkg-descr b/x11-wm/skippy-xd/pkg-descr
deleted file mode 100644
index 0fd31ff74e0b..000000000000
--- a/x11-wm/skippy-xd/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and
-XFixes extensions to provide you with 'live' versions of the windows.
-
-Skippy-XD is best described as a full-screen task-switcher for X11. It tries to
-provide an alternative when taskbars or regular task-switchers aren't the most
-efficient way of switching tasks (like when you have a lot of applications open)
-When activated (currently only through a hotkey), it will arrange and scale
-snapshots of all windows on the current desktop and it'll let you pick a
-window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
-Expose.
-
-WWW: http://thegraveyard.org/skippy.php
diff --git a/x11-wm/skippy-xd/pkg-message b/x11-wm/skippy-xd/pkg-message
deleted file mode 100644
index 5b1bf3b46218..000000000000
--- a/x11-wm/skippy-xd/pkg-message
+++ /dev/null
@@ -1,14 +0,0 @@
-*******************************************************************************
-A sample configuration file, skippy-xd.rc-default, has been installed in
-%%DATADIR%%. To edit the default confiuration of skippy please
-'cp %%DATADIR%%/skippy-xd.rc-default ~/.skippy-xd.rc'
-
-You will also need to manually enable the X Composite Extension from Xorg
-by adding the following to your xorg.conf file which is normally found
-in /etc/X11/xorg.conf.
-
- Section "Extensions"
- Option "Composite" "Enable"
- EndSection
-
-*******************************************************************************