summaryrefslogtreecommitdiff
path: root/wm/icepref
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icepref')
-rw-r--r--wm/icepref/DESCR4
-rw-r--r--wm/icepref/Makefile26
-rw-r--r--wm/icepref/PLIST3
-rw-r--r--wm/icepref/distinfo7
-rw-r--r--wm/icepref/patches/patch-aa14
-rw-r--r--wm/icepref/patches/patch-ab32
6 files changed, 0 insertions, 86 deletions
diff --git a/wm/icepref/DESCR b/wm/icepref/DESCR
deleted file mode 100644
index 72d427986df..00000000000
--- a/wm/icepref/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-IcePref is a graphical configuration utility for IceWM. It is written
-in python and uses the Gtk toolkit via the PyGTK bindings. It is
-capable of configuring all of the settings contained in the
-'preferences' file. More features are forthcoming.
diff --git a/wm/icepref/Makefile b/wm/icepref/Makefile
deleted file mode 100644
index da6075ed83c..00000000000
--- a/wm/icepref/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2007/02/03 11:46:56 rillig Exp $
-#
-
-DISTNAME= icepref-1.1
-PKGREVISION= 7
-CATEGORIES= wm
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-# This homepage no longer exists - agc 21 June 2002
-#HOMEPAGE= http://members.xoom.com/SaintChoj/icepref.html
-COMMENT= Graphical configuration utility for IceWM
-
-WRKSRC= ${WRKDIR}/icepref
-
-PYTHON_PATCH_SCRIPTS= icepref
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/icepref ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/icepref.1 ${PREFIX}/${PKGMANDIR}/man1/
-
-.include "../../lang/python/application.mk"
-.include "../../x11/pygtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wm/icepref/PLIST b/wm/icepref/PLIST
deleted file mode 100644
index aae496d978a..00000000000
--- a/wm/icepref/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/21 15:09:47 agc Exp $
-bin/icepref
-man/man1/icepref.1
diff --git a/wm/icepref/distinfo b/wm/icepref/distinfo
deleted file mode 100644
index 583f56441d0..00000000000
--- a/wm/icepref/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.7 2005/07/18 00:37:19 kristerw Exp $
-
-SHA1 (icepref-1.1.tar.gz) = 025c0390f7acb6768ee0b41c733bf9a3e59949b8
-RMD160 (icepref-1.1.tar.gz) = 68fbc682deb81143b8a57d1c34194a3091d5a259
-Size (icepref-1.1.tar.gz) = 29418 bytes
-SHA1 (patch-aa) = 0eee7cad3aaa787f68f0ae7a8428b4cd7d312f9b
-SHA1 (patch-ab) = 6e0f9cfff26daceeaff1233d7b34e0a264a58f70
diff --git a/wm/icepref/patches/patch-aa b/wm/icepref/patches/patch-aa
deleted file mode 100644
index 99ee4545238..00000000000
--- a/wm/icepref/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/07/18 00:37:19 kristerw Exp $
-
---- Makefile.orig Tue Dec 28 20:53:24 1999
-+++ Makefile Mon Jul 18 02:20:43 2005
-@@ -1,6 +1,8 @@
- # Makefile for icepref installation
--PREFIX=/usr/X11R6
-+PREFIX=${LOCALBASE}
- VERSION=1.0Beta
-+all:
-+ echo "no compilling needed"
- install:
- cp -f icepref $(PREFIX)/bin/icepref
- cp -f icepref.1 $(PREFIX)/man/man1/icepref.1
diff --git a/wm/icepref/patches/patch-ab b/wm/icepref/patches/patch-ab
deleted file mode 100644
index 3661dbac503..00000000000
--- a/wm/icepref/patches/patch-ab
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/02/04 13:00:10 rillig Exp $
-
---- icepref.orig Thu Jan 6 00:16:04 2000
-+++ icepref
-@@ -1710,7 +1710,7 @@
-
- exec_path = commands.getoutput('whereis icewm')
- exec_path = split(exec_path) # split output of whereis into tokens at whitespace
-- exec_path = exec_path[1] # get second token (should be executable)
-+ exec_path = exec_path[0] # get second token (should be executable)
-
- if DEBUG:
- print 'The icewm execuatable is located at %s' % exec_path
-@@ -1898,8 +1898,7 @@
- # work on other non Linux systems. Under Debian, this function requires
- # the installation of the psmisc package.
-
-- os.system('killall -HUP -q icewm')
-- os.system('killall -HUP -q icewm-gnome')
-+ os.system('kill -HUP `pgrep icewm; pgrep icewm-gnome`')
-
- # this is the callback for the OK button
-
-@@ -2090,7 +2089,7 @@
- button.show()
-
- # Disable the Restart button in the OS is BSD or the user is root
-- if item[0] == 'Restart' and ( self.os == 'BSD' or USER == 'root'):
-+ if item[0] == 'Restart' and ( USER == 'root'):
- button.set_sensitive(FALSE)
-
- bbox.pack_start(button, TRUE, FALSE, 0)