summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-18 15:22:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-18 15:22:54 +0000
commit609e437cfab0145a7c97646e0504a5c5d07e7e5d (patch)
treea09d9b43b8af9b429a49aea278066b1bf3fa056c /x11-wm
parent2007-08-29 security/vncrypt: not supported on any current version of FreeBSD (diff)
2007-09-15 x11-wm/obtuner: broken with recent Openbox and the project is not active anymore
2007-08-22 www/mapedit: Depends on obsolete version of jdk 2007-08-22 www/hotjava: Depends on obsolete version of jdk 2007-08-29 sysutils/cd9660_unicode: is obsolete. See mount_cd9660(8) 2007-09-11 net-mgmt/p5-Net-SNMP3: only runs with old, unsupported Perl versions
Notes
Notes: svn path=/head/; revision=199713
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/obtuner/Makefile31
-rw-r--r--x11-wm/obtuner/distinfo3
-rw-r--r--x11-wm/obtuner/files/patch-fthemes.h14
-rw-r--r--x11-wm/obtuner/pkg-descr3
5 files changed, 0 insertions, 52 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 702915265e6c..c999e62f7e66 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -88,7 +88,6 @@
SUBDIR += nickleby
SUBDIR += novawm
SUBDIR += obconf
- SUBDIR += obtuner
SUBDIR += olvwm
SUBDIR += openbox
SUBDIR += orion
diff --git a/x11-wm/obtuner/Makefile b/x11-wm/obtuner/Makefile
deleted file mode 100644
index f1520aa528be..000000000000
--- a/x11-wm/obtuner/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: obtuner
-# Date created: 2006-05-09
-# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= obtuner
-PORTVERSION= 0.3
-PORTREVISION= 2
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= novel@FreeBSD.org
-COMMENT= Configurator for Openbox with keybinding and mousebinding editor
-
-BUILD_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox
-
-BROKEN= does not compile with recent Openbox
-DEPRECATED= broken with recent Openbox and the project is not active anymore
-EXPIRATION_DATE= 2007-09-15
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_XLIB= yes
-USE_GNOME= libxml2 glib20 gtk20
-
-PLIST_FILES= bin/obtuner
-
-.include <bsd.port.mk>
diff --git a/x11-wm/obtuner/distinfo b/x11-wm/obtuner/distinfo
deleted file mode 100644
index 500fd74f7161..000000000000
--- a/x11-wm/obtuner/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (obtuner-0.3.tar.bz2) = 5d968a414c4f790a0ef6e3375b27df57
-SHA256 (obtuner-0.3.tar.bz2) = 247b63ddef3cbe3b7478709fedba7b3538d9f9544dcd336bd6b25df0f93431b1
-SIZE (obtuner-0.3.tar.bz2) = 75193
diff --git a/x11-wm/obtuner/files/patch-fthemes.h b/x11-wm/obtuner/files/patch-fthemes.h
deleted file mode 100644
index 8efcee56d8ad..000000000000
--- a/x11-wm/obtuner/files/patch-fthemes.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- fthemes.h.orig Wed Sep 14 08:53:37 2005
-+++ fthemes.h Mon May 22 12:21:54 2006
-@@ -7,6 +7,11 @@
- #include "rc.h"
- #include <gtk/gtk.h>
-
-+#include <sys/types.h>
-+#include <sys/time.h>
-+#include <unistd.h>
-+#include <sys/select.h>
-+
- namespace Themes {
- GtkWidget *face(Rc &rc);
- };
diff --git a/x11-wm/obtuner/pkg-descr b/x11-wm/obtuner/pkg-descr
deleted file mode 100644
index 8d10d67eea84..000000000000
--- a/x11-wm/obtuner/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Configurator for Openbox with keybinding and mousebinding editor.
-
-WWW: http://sourceforge.net/projects/obtuner/