diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-11-09 08:55:20 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-11-09 08:55:20 +0000 |
commit | 20eb0805bb081e64544ce6b74677228429eadc26 (patch) | |
tree | cbeabfdfbd94ce747638533e8e60a89c261d1a80 /x11-wm | |
parent | a504f6cf9943a518805ab1c901739029d5aa5bd1 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/icepref/Makefile | 42 | ||||
-rw-r--r-- | x11-wm/icepref/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/icepref/files/patch-aa | 22 | ||||
-rw-r--r-- | x11-wm/icepref/pkg-descr | 4 |
5 files changed, 0 insertions, 72 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 74df31b543ba..698af89cb643 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -52,7 +52,6 @@ SUBDIR += golem SUBDIR += gwm SUBDIR += hackedbox - SUBDIR += icepref SUBDIR += icewm SUBDIR += ion SUBDIR += ion-2 diff --git a/x11-wm/icepref/Makefile b/x11-wm/icepref/Makefile deleted file mode 100644 index 3f5451e9f5e7..000000000000 --- a/x11-wm/icepref/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: icepref -# Date created: 06 June 2000 -# Whom: Michael Urban <murban@tznet.com> -# -# $FreeBSD$ -# - -PORTNAME= icepref -PORTVERSION= 1.1 -PORTREVISION= 2 -CATEGORIES= x11-wm -MASTER_SITES= ${MASTER_SITE_NETBSD} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A small graphical configuration utility for the Ice Window Manager - -DEPRECATED= is for IceWM version 1.04 (6 years old) -EXPIRATION_DATE=2006-11-05 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk - -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes -USE_PYTHON= yes -USE_GNOME= gtk12 -NO_BUILD= yes -MAN1= icepref.1 - -PORTDOCS= README FAQ LICENSE -PLIST_FILES= bin/icepref - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/icepref ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/icepref.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for DOC in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/icepref/distinfo b/x11-wm/icepref/distinfo deleted file mode 100644 index 699d4f27e82e..000000000000 --- a/x11-wm/icepref/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (icepref-1.1.tar.gz) = 25d1af96450d34b82d4026b1b18ca61b -SHA256 (icepref-1.1.tar.gz) = b5436c3d3d2897b65a24bb6eddc465ebaf623bc6c0083425b138531960030c19 -SIZE (icepref-1.1.tar.gz) = 29418 diff --git a/x11-wm/icepref/files/patch-aa b/x11-wm/icepref/files/patch-aa deleted file mode 100644 index 9eadf03c33c0..000000000000 --- a/x11-wm/icepref/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- icepref.orig Wed Jan 5 17:16:04 2000 -+++ icepref Tue Jun 6 23:26:56 2000 -@@ -1898,8 +1898,8 @@ - # 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('killall -HUP icewm') -+ os.system('killall -HUP icewm-gnome') - - # this is the callback for the OK button - -@@ -2090,7 +2090,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) diff --git a/x11-wm/icepref/pkg-descr b/x11-wm/icepref/pkg-descr deleted file mode 100644 index 6d39c9b89328..000000000000 --- a/x11-wm/icepref/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a port of IcePref, a graphical configuration utility for the -Ice Window Manager that uses Python and GTK. This port fixes the -problem with the Restart button not working in FreeBSD if you install -from the original source. |