diff options
author | vd <vd@FreeBSD.org> | 2006-11-09 08:55:20 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-11-09 08:55:20 +0000 |
commit | 8b9bdb99beb12ee0b3f2bcf1956190874794acb3 (patch) | |
tree | 1d0270b216d87090a9c5770f4cb51ef30ad7f027 /x11-wm | |
parent | a3c1b360c6a45b2441b7a7e95ac014cbffd8a988 (diff) | |
download | FreeBSD-ports-8b9bdb99beb12ee0b3f2bcf1956190874794acb3.zip FreeBSD-ports-8b9bdb99beb12ee0b3f2bcf1956190874794acb3.tar.gz |
Remove expired ports:
2006-11-05 deskutils/offix-trash: development ceased in 1996
2006-11-04 devel/mingw: use mingw32-* ports instead
2006-11-04 devel/mingw-binutils: use mingw32-* ports instead
2006-11-04 devel/mingw-bin-msvcrt: use mingw32-* ports instead
2006-11-04 devel/mingw-gcc: use mingw32-* ports instead
2006-11-04 devel/mingw-opengl-headers: use mingw32-* ports instead
2006-11-05 editors/offix-editor: developement ceased in 1996
2006-11-05 print/offix-printer: development ceased in 1996
2006-11-05 sysutils/wmmon: no longer available from mastersite
2006-11-04 sysutils/xsysinfo: no longer available from mastersite
2006-11-04 textproc/xmlada: no longer available from mastersite; 2.0 is available
2006-11-05 www/p5-CGI-Application-ValidateRM: no longer available from mastersites
2006-11-05 x11/offix-clipboard: development ceased in 1996
2006-11-05 x11/offix-execute: development ceased in 1996
2006-11-05 x11-fm/offix-files: development ceased in 1996
2006-11-05 x11-wm/icepref: is for IceWM version 1.04 (6 years old)
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 74df31b..698af89 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 3f5451e..0000000 --- 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 699d4f2..0000000 --- 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 9eadf03..0000000 --- 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 6d39c9b..0000000 --- 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. |