diff options
author | pav <pav@FreeBSD.org> | 2005-07-13 22:34:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-13 22:34:26 +0800 |
commit | a73769b786b0694d71f63e8dc6a178b9470cd2a5 (patch) | |
tree | 1e15cecd28e5a23b589eb07ee13d46dd341e001b /www | |
parent | f346fbb560c9111ecc4dd8489faf3b4b4b6ac19c (diff) | |
download | freebsd-ports-gnome-a73769b786b0694d71f63e8dc6a178b9470cd2a5.tar.gz freebsd-ports-gnome-a73769b786b0694d71f63e8dc6a178b9470cd2a5.tar.zst freebsd-ports-gnome-a73769b786b0694d71f63e8dc6a178b9470cd2a5.zip |
- Remove www/wmnetselect, it's dead (last release 2000), no longer useful
and unfetchable
PR: ports/83184
Submitted by: David McNett <nugget@slacker.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/wmnetselect/Makefile | 23 | ||||
-rw-r--r-- | www/wmnetselect/distinfo | 2 | ||||
-rw-r--r-- | www/wmnetselect/files/patch-aa | 8 | ||||
-rw-r--r-- | www/wmnetselect/pkg-descr | 15 |
5 files changed, 0 insertions, 49 deletions
diff --git a/www/Makefile b/www/Makefile index 1128675c8543..99bc09670827 100644 --- a/www/Makefile +++ b/www/Makefile @@ -801,7 +801,6 @@ SUBDIR += wiliki SUBDIR += winhelpcgi SUBDIR += wml - SUBDIR += wmnetselect SUBDIR += wnews SUBDIR += wordpress SUBDIR += wordpress-mu diff --git a/www/wmnetselect/Makefile b/www/wmnetselect/Makefile deleted file mode 100644 index d8f20db86a63..000000000000 --- a/www/wmnetselect/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: wmnetselect -# Date created: 7 March 1999 -# Whom: David McNett <nugget@slacker.com> -# -# $FreeBSD$ -# - -PORTNAME= wmnetselect -PORTVERSION= 0.8 -CATEGORIES= www windowmaker -MASTER_SITES= http://home.att.net/~apathos/code/ - -MAINTAINER= nugget@slacker.com -COMMENT= WindowMaker Netscape launcher to display urls from X selection - -PLIST_FILES= bin/wmnetselect -USE_IMAKE= yes -USE_XPM= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmnetselect ${X11BASE}/bin - -.include <bsd.port.mk> diff --git a/www/wmnetselect/distinfo b/www/wmnetselect/distinfo deleted file mode 100644 index 45d235e8b492..000000000000 --- a/www/wmnetselect/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (wmnetselect-0.8.tar.gz) = 6086c2bf0135999b548c4b7b1381112e -SIZE (wmnetselect-0.8.tar.gz) = 69519 diff --git a/www/wmnetselect/files/patch-aa b/www/wmnetselect/files/patch-aa deleted file mode 100644 index 914d8dc0a67a..000000000000 --- a/www/wmnetselect/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- Imakefile.orig Sat Apr 17 23:10:44 1999 -+++ Imakefile Wed Nov 1 09:06:49 2000 -@@ -9,4 +9,4 @@ - SRCS = wmnetselect.c - OBJS = wmnetselect.o - --ComplexProgramTarget(wmnetselect) -+ComplexProgramTargetNoMan(wmnetselect) diff --git a/www/wmnetselect/pkg-descr b/www/wmnetselect/pkg-descr deleted file mode 100644 index c00d2c09ee43..000000000000 --- a/www/wmnetselect/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -wmnetselect is a WindowMaker docked applet designed to make launching netscape -simpler and more featureful. It offers the following features: - - Double click left mouse button to launch Netscape - (Just like any docked window maker appicon). - - Single click middle mouse button to send X selection to - Netscape, (causes Netscape to go to URL represented by selection). - - Ctrl-click middle mouse button to instruct Netscape to open - a new window with URL. - - Trims whitespace from X selection. - -WWW: http://home.att.net/~apathos/wmnetsel.html |