diff options
author | pat <pat@FreeBSD.org> | 2001-12-31 09:34:45 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-31 09:34:45 +0800 |
commit | 09a60336f70d57c3b9c07c4da745e56679ea7e28 (patch) | |
tree | 2ddd1c343582d7e0a9a4aa7fcfe20ccbad58cf02 /net | |
parent | 6977588fd10788e661af6511192dcc3197992978 (diff) | |
download | freebsd-ports-graphics-09a60336f70d57c3b9c07c4da745e56679ea7e28.tar.gz freebsd-ports-graphics-09a60336f70d57c3b9c07c4da745e56679ea7e28.tar.zst freebsd-ports-graphics-09a60336f70d57c3b9c07c4da745e56679ea7e28.zip |
remove wmqmon. author nolonger developing it, website is dead,
no response from author for months.
Diffstat (limited to 'net')
-rw-r--r-- | net/wmqmon/Makefile | 40 | ||||
-rw-r--r-- | net/wmqmon/distinfo | 1 | ||||
-rw-r--r-- | net/wmqmon/files/patch-Makefile | 29 | ||||
-rw-r--r-- | net/wmqmon/files/patch-wmqmon.c | 17 | ||||
-rw-r--r-- | net/wmqmon/pkg-comment | 1 | ||||
-rw-r--r-- | net/wmqmon/pkg-descr | 12 | ||||
-rw-r--r-- | net/wmqmon/pkg-message | 14 | ||||
-rw-r--r-- | net/wmqmon/pkg-plist | 6 |
8 files changed, 0 insertions, 120 deletions
diff --git a/net/wmqmon/Makefile b/net/wmqmon/Makefile deleted file mode 100644 index 9f78e0c3022..00000000000 --- a/net/wmqmon/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: wmqmon -# Date created: Mon May 28 13:59:51 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# -# $FreeBSD$ -# - -PORTNAME= wmqmon -PORTVERSION= 0.7 -CATEGORIES= net windowmaker games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pat -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= pat@FreeBSD.org - -ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME} -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XPM= yes - -pre-patch: - @${PERL} -pi -ne "s|/usr/X11R6/|${X11BASE}/|" \ - ${WRKSRC}/Makefile - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/wmqmon.rcfile.example \ - ${PREFIX}/share/examples/${PORTNAME} -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in BUGS README - @${INSTALL_DATA} ${WRKSRC}/../${file} ${DOCSDIR} -.endfor -.endif # !NOPORTDOCS - @${SED} -e "s|/usr/X11R6/|${PREFIX}/|" ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net/wmqmon/distinfo b/net/wmqmon/distinfo deleted file mode 100644 index c3687853fd3..00000000000 --- a/net/wmqmon/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (wmqmon.0.7.tar.gz) = 9cf9f48c7e6e1d65c071d764dcabfa0d diff --git a/net/wmqmon/files/patch-Makefile b/net/wmqmon/files/patch-Makefile deleted file mode 100644 index 50746665727..00000000000 --- a/net/wmqmon/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Fri Feb 23 06:47:50 2001 -+++ Makefile Tue May 29 15:39:34 2001 -@@ -21,14 +21,14 @@ - # - # - --CC = gcc --CFLAGS = -O2 -Wall --INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include -+CFLAGS += -Wall -+INCDIR = -I/usr/X11R6/include - DESTDIR= /usr/local - LIBDIR = -L/usr/X11R6/lib - - # for Linux - LIBS = -lXpm -lX11 -lXext -+LIBS+= -lcompat - - # for Solaris - # LIBS = -lXpm -lX11 -lXext -lsocket -lnsl -@@ -39,7 +39,7 @@ - ../wmgeneral/misc.o \ - ../wmgeneral/list.o - --.cpp.o: -+.c.o: - $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) - - diff --git a/net/wmqmon/files/patch-wmqmon.c b/net/wmqmon/files/patch-wmqmon.c deleted file mode 100644 index b762bfea6db..00000000000 --- a/net/wmqmon/files/patch-wmqmon.c +++ /dev/null @@ -1,17 +0,0 @@ ---- wmqmon.c.orig Fri Feb 23 04:57:29 2001 -+++ wmqmon.c Mon May 28 15:01:01 2001 -@@ -33,13 +33,13 @@ - #define EMAIL "w1nter@gibfest.org" - #define WEBPAGE "http://www.gibfest.org/~w1nter/" - --#include <sys/socket.h> - #include <sys/time.h> - #include <sys/timeb.h> - #include <sys/poll.h> - #include <sys/wait.h> - #include <sys/param.h> - #include <sys/types.h> -+#include <sys/socket.h> - - #include <stdio.h> - #include <stdlib.h> diff --git a/net/wmqmon/pkg-comment b/net/wmqmon/pkg-comment deleted file mode 100644 index 7e69be10eec..00000000000 --- a/net/wmqmon/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Window Maker dockapp that monitors Quake 3 and Half-Life servers diff --git a/net/wmqmon/pkg-descr b/net/wmqmon/pkg-descr deleted file mode 100644 index 2a64fd823d5..00000000000 --- a/net/wmqmon/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -wmqmon allows you to keep an eye on any number of Quake 3 Arena -and Half-Life servers. This of course includes CounterStrike. The -display currently includes the ping time, number of players, and -the current map. Note that wmqmon does not interrogate a master -server for a list of running games. It is intended only to monitor -a collection of favorite servers that you set up by hand. The -default configuration file it reads from is $HOME/.wmqmon - -WWW: http://www.gibfest.org/~w1nter/ -Author: Jon Pile <w1nter@gibfest.org> - --Patrick Li <pat@FreeBSD.org> diff --git a/net/wmqmon/pkg-message b/net/wmqmon/pkg-message deleted file mode 100644 index 6838ede2885..00000000000 --- a/net/wmqmon/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -The wmqmon configuration file example has been installed to: - - (/usr/X11R6/share/examples/wmqmon/wmqmon.rcfile.example) - -Default configuration file that wmqmon looks for is ${HOME}/.wmqmon -Follow the example configuration file and also read the README file -located at: - - (/usr/X11R6/share/doc/wmqmon/README) - -Do not forget to replace /usr/X11R6 with your appropriate installation -prefix if you do not use the port's system default. - -(default: /usr/X11R6/) diff --git a/net/wmqmon/pkg-plist b/net/wmqmon/pkg-plist deleted file mode 100644 index 86a9a967ac4..00000000000 --- a/net/wmqmon/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/wmqmon -%%PORTDOCS%%share/doc/wmqmon/BUGS -%%PORTDOCS%%share/doc/wmqmon/README -share/examples/wmqmon/wmqmon.rcfile.example -@dirrm share/examples/wmqmon -%%PORTDOCS%%@dirrm share/doc/wmqmon |