summaryrefslogtreecommitdiff
path: root/misc/wmstock
diff options
context:
space:
mode:
Diffstat (limited to 'misc/wmstock')
-rw-r--r--misc/wmstock/Makefile30
-rw-r--r--misc/wmstock/distinfo1
-rw-r--r--misc/wmstock/files/patch-aa28
-rw-r--r--misc/wmstock/files/patch-ab22
-rw-r--r--misc/wmstock/pkg-descr7
-rw-r--r--misc/wmstock/pkg-plist2
6 files changed, 0 insertions, 90 deletions
diff --git a/misc/wmstock/Makefile b/misc/wmstock/Makefile
deleted file mode 100644
index 669938b9b90a..000000000000
--- a/misc/wmstock/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: wmstock
-# Date created: 19 Jun 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmstock
-PORTVERSION= 0.11
-PORTREVISION= 2
-CATEGORIES= misc windowmaker finance
-MASTER_SITES= http://mattfischer.com/wmstock/src/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s)
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_PERL5_RUN= yes
-
-WRKSRC= ${WRKDIR}/wmstock/src
-USE_GMAKE= yes
-MAN1= wmstock.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/getquote ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1
-
-.include <bsd.port.mk>
diff --git a/misc/wmstock/distinfo b/misc/wmstock/distinfo
deleted file mode 100644
index 1c12305b8f1d..000000000000
--- a/misc/wmstock/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (wmstock-0.11.tar.gz) = 9dcc25199f786298cea980d79ee83dbe
diff --git a/misc/wmstock/files/patch-aa b/misc/wmstock/files/patch-aa
deleted file mode 100644
index 2cd644f1a901..000000000000
--- a/misc/wmstock/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- getquote Sun May 14 13:28:49 2000
-+++ getquote.new Sat May 20 01:37:30 2000
-@@ -1,6 +1,6 @@
- #!/usr/bin/perl
-
-- $wget_loc = "wget";
-+ $wget_loc = "fetch";
-
- # used to have some "which" here, replaced it..
-
-@@ -77,7 +77,7 @@
- #
-
- $tempfile = "stock.tmp.$$";
-- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$tempfile \"$URL\"";
-+ $wget_args = " -p -o $home/.wmstock/$tempfile \"$URL\"";
- $command = $wget_loc.$wget_args;
- $result = system ("$wget_loc$wget_args");
- if ($result != 0) {
-@@ -118,7 +118,7 @@
- $version = $_[0];
- $vtempfile = "newest";
- $vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile";
-- $wget_args = " --cache=off --tries 0 -q -O $home/.wmstock/$vtempfile \"$vers_url\"";
-+ $wget_args = " -p -o $home/.wmstock/$vtempfile \"$vers_url\"";
-
- $command = $wget_loc.$wget_args;
-
diff --git a/misc/wmstock/files/patch-ab b/misc/wmstock/files/patch-ab
deleted file mode 100644
index bde526c3a636..000000000000
--- a/misc/wmstock/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile Wed Apr 19 11:17:30 2000
-+++ Makefile.new Sat May 20 01:34:48 2000
-@@ -2,14 +2,15 @@
- # <mfischer@umr.edu>
- # based on wmWeather - see ../Credits for more information
-
--CC = gcc
-+CC ?= gcc
- DEBUG = -DMLF_DEBUG -DTIME_DEBUG
- GCOV = -fprofile-arcs -ftest-coverage
-
- #standard, should work for most Linux/Solaris (may need to be changed for HP)
--INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
--DESTDIR= /usr/X11R6
--LIBDIR = -L/usr/X11R6/lib
-+X11BASE ?= /usr/X11R6
-+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include
-+DESTDIR= ${PREFIX}
-+LIBDIR = -L${X11BASE}/lib
-
- # for linux
- LIBS = -lXpm -lX11 -lXext
diff --git a/misc/wmstock/pkg-descr b/misc/wmstock/pkg-descr
deleted file mode 100644
index 39fbeda036c8..000000000000
--- a/misc/wmstock/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-wmstock is a cool WindowMaker dockapp that shows stock
-ticker(s) that are retrieved from Yahoo.
-
-Author: Matt Fischer <mfischer@umr.edu>
-WWW: http://mattfischer.com/wmstock/
-
-- Will <andrews@technologist.com>
diff --git a/misc/wmstock/pkg-plist b/misc/wmstock/pkg-plist
deleted file mode 100644
index d10a246a5d8b..000000000000
--- a/misc/wmstock/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/wmstock
-bin/getquote