aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-12 15:18:49 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-12 15:18:49 +0000
commit31c81436903a688643ef8192648fdbe1b8117b8d (patch)
tree74840421e2501f5350da22629d959db4c80f8830 /x11-wm
parent8aa4b565a7d98380b94bd983dfff2e914707bce2 (diff)
downloadports-31c81436903a688643ef8192648fdbe1b8117b8d.tar.gz
ports-31c81436903a688643ef8192648fdbe1b8117b8d.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/tpager/Makefile29
-rw-r--r--x11-wm/tpager/distinfo3
-rw-r--r--x11-wm/tpager/files/patch-Makefile21
-rw-r--r--x11-wm/tpager/files/patch-tpager.c.diff13
-rw-r--r--x11-wm/tpager/pkg-descr16
6 files changed, 0 insertions, 83 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 00b1171d9063..083c64f40132 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -95,7 +95,6 @@
SUBDIR += skippy-xd
SUBDIR += swm
SUBDIR += tinywm
- SUBDIR += tpager
SUBDIR += transset-df
SUBDIR += treewm
SUBDIR += tvtwm
diff --git a/x11-wm/tpager/Makefile b/x11-wm/tpager/Makefile
deleted file mode 100644
index d30d8d2d6f8c..000000000000
--- a/x11-wm/tpager/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: tpager
-# Date created: Feb 12 2004
-# Whom: Florent Thoumie <flz@xbsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tpager
-PORTVERSION= 0.2
-CATEGORIES= x11-wm
-MASTER_SITES= http://s1x.homelinux.net/files/
-
-MAINTAINER= flz@FreeBSD.org
-COMMENT= Lightweight EMWH Compliant Pager
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-
-PLIST_FILES= bin/tpager
-
-DEPRECATED= Unmaintained and disappears from MASTER_SITE on a regular basis
-EXPIRATION_DATE=2006-12-07
-
-post-patch:
- @${REINPLACE_CMD} -e 's#/usr/X11R6#${X11BASE}#' ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/x11-wm/tpager/distinfo b/x11-wm/tpager/distinfo
deleted file mode 100644
index dceaa97f5d97..000000000000
--- a/x11-wm/tpager/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tpager-0.2.tar.bz2) = aa7bd0eccf4ec6871e4e8523282382f1
-SHA256 (tpager-0.2.tar.bz2) = dcbb26c4a597110390f41772cbf6281de68520b650fab281a1dfcda5fc2e8c98
-SIZE (tpager-0.2.tar.bz2) = 11016
diff --git a/x11-wm/tpager/files/patch-Makefile b/x11-wm/tpager/files/patch-Makefile
deleted file mode 100644
index 2148776dd1c0..000000000000
--- a/x11-wm/tpager/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile Wed May 7 19:45:54 2003
-+++ Makefile.new Thu Feb 12 00:47:45 2004
-@@ -1,10 +1,13 @@
--CC=gcc
--CFLAGS= -I/usr/X11R6/include
--LDFLAGS= -L/usr/X11R6/lib -lX11
-+CC?=gcc
-+CFLAGS+= -I/usr/X11R6/include
-+LDFLAGS+= -L/usr/X11R6/lib -lX11
-+PREFIX?=/usr/local
- PROGNAME=tpager
-+
-+all: $(PROGNAME)
-+
- $(PROGNAME): Makefile tpager.c root_properties.c client_properties.c
- $(CC) $(CFLAGS) $(LDFLAGS) tpager.c root_properties.c client_properties.c -o $(PROGNAME)
-- strip $(PROGNAME)
-
- install:
-- install $(PROGNAME) /usr/local/bin
-+ install $(PROGNAME) $(PREFIX)/bin
diff --git a/x11-wm/tpager/files/patch-tpager.c.diff b/x11-wm/tpager/files/patch-tpager.c.diff
deleted file mode 100644
index c12110b55e32..000000000000
--- a/x11-wm/tpager/files/patch-tpager.c.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- tpager.c.orig Thu May 8 13:08:39 2003
-+++ tpager.c Sat Feb 14 15:06:31 2004
-@@ -206,9 +206,9 @@
-
- int main (int argc, char *argv[]) {
- int i, x, y, w, h, horz, b, n, s, set;
-- x = y = w = h = horz = b = n = s = set = -1;
- char *temp;
- XEvent event;
-+ x = y = w = h = horz = b = n = s = set = -1;
- for (i = 1; i < argc; i++) {
- if (strcmp(argv[i],"-x") == 0) {
- if ( i + 1 >= argc ) {
diff --git a/x11-wm/tpager/pkg-descr b/x11-wm/tpager/pkg-descr
deleted file mode 100644
index 0fb3c9f09ffb..000000000000
--- a/x11-wm/tpager/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-tpager or Tiny Pager is a very lightweight aplication designed to be fast
-and small. It shows your workspaces and allows you to change between them.
-
-There are numerous arguments that you can use to change the pager's layout.
-
-The program is developed using C and Xlib so there is no big dependencies
-needed.
-
-This pager is in compliance with EWMH, so it is supported on Gnome, Kde,
-Xfce4, Rox, Openbox and every other window manager or desktop system that
-support these standarts.
-
-WWW: http://s1x.homelinux.net/tpager.php
-
-- Florent Thoumie
-flz@xbsd.org