diff options
Diffstat (limited to 'finance/xquote')
-rw-r--r-- | finance/xquote/Makefile | 22 | ||||
-rw-r--r-- | finance/xquote/distinfo | 1 | ||||
-rw-r--r-- | finance/xquote/files/patch-aa | 11 | ||||
-rw-r--r-- | finance/xquote/files/patch-ab | 14 | ||||
-rw-r--r-- | finance/xquote/files/patch-ad | 11 | ||||
-rw-r--r-- | finance/xquote/pkg-comment | 1 | ||||
-rw-r--r-- | finance/xquote/pkg-descr | 6 | ||||
-rw-r--r-- | finance/xquote/pkg-plist | 2 |
8 files changed, 0 insertions, 68 deletions
diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile deleted file mode 100644 index 30bea132fef5..000000000000 --- a/finance/xquote/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: xquote -# Date created: 4 Jan 1998 -# Whom: Ian Struble <ian@broken.net> -# -# $FreeBSD$ - -PORTNAME= xquote -PORTVERSION= 1.1 -CATEGORIES= misc -MASTER_SITES= http://sunsite.auc.dk/xinvest/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications - -MAINTAINER= mph@freebsd.org - -REQUIRES_MOTIF= yes - -USE_IMAKE= yes -USE_XPM= yes -NO_INSTALL_MANPAGES= yes - -.include <bsd.port.mk> diff --git a/finance/xquote/distinfo b/finance/xquote/distinfo deleted file mode 100644 index b93679490488..000000000000 --- a/finance/xquote/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xquote-1.1.tar.gz) = 5c76c694b10f83e772f3a2101e93611d diff --git a/finance/xquote/files/patch-aa b/finance/xquote/files/patch-aa deleted file mode 100644 index 73f1c1d9a65d..000000000000 --- a/finance/xquote/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- util.h.orig Tue Sep 23 01:50:46 1997 -+++ util.h Mon Nov 17 11:03:20 1997 -@@ -52,7 +52,7 @@ - int strncasecmp (char *, char *, int); - #endif - --#if defined(__FreeBSD__) || defined (__sgi) -+#if defined (__sgi) - char *strptime ( char *, char *, struct tm *); - #endif - diff --git a/finance/xquote/files/patch-ab b/finance/xquote/files/patch-ab deleted file mode 100644 index a65cfac404fd..000000000000 --- a/finance/xquote/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- util.c.orig Tue Sep 23 01:50:42 1997 -+++ util.c Mon Nov 17 11:06:50 1997 -@@ -239,9 +239,9 @@ - #endif - - --#if defined(__FreeBSD__) || defined (NEED_STRPTIME) -+#if defined (NEED_STRPTIME) - --/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime. -+/* Weird, IRIX 5 doesn't have this, but do have strftime. - ** This is a crippled implementation, only supporting the formats - ** actually used in the rest of Xinvest. Note that the return _value_ - ** does not conform to the man page either. diff --git a/finance/xquote/files/patch-ad b/finance/xquote/files/patch-ad deleted file mode 100644 index 67f9c4a5d2d8..000000000000 --- a/finance/xquote/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile.orig Sat Feb 13 16:01:41 1999 -+++ Imakefile Sat Feb 13 16:02:13 1999 -@@ -13,7 +13,7 @@ - - DEFINES = -DSHAPE -DXQUOTE - INCLUDES = -I$(INCROOT)/X11 --SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm - DEPLIBS = - - SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \ diff --git a/finance/xquote/pkg-comment b/finance/xquote/pkg-comment deleted file mode 100644 index ea9eb7ef535e..000000000000 --- a/finance/xquote/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A quote retrieval tool for X diff --git a/finance/xquote/pkg-descr b/finance/xquote/pkg-descr deleted file mode 100644 index cd1dc64a7eba..000000000000 --- a/finance/xquote/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of Xquote, a quote retrieval program that allows you -to retrieve stock, mutual fund, and currency quotes from your favorite -quote spouting website. - -- Ian -ian@broken.net diff --git a/finance/xquote/pkg-plist b/finance/xquote/pkg-plist deleted file mode 100644 index 2aa265b78741..000000000000 --- a/finance/xquote/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/Xquote -lib/X11/app-defaults/Xquote |