diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-11 14:15:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-11 14:15:31 +0000 |
commit | 91cc83d59d3131ec271b5f34e460767c5ec1c4ee (patch) | |
tree | 93cb6b9b5ca34e64c7fb72c58b53e78b447a996b /x11 | |
parent | 6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f (diff) | |
download | pkgsrc-91cc83d59d3131ec271b5f34e460767c5ec1c4ee.tar.gz |
Add new finance category to main Makefile; remove moved packages from old
locations (moved to finance).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 | ||||
-rw-r--r-- | x11/xquote/Makefile | 20 | ||||
-rw-r--r-- | x11/xquote/files/md5 | 3 | ||||
-rw-r--r-- | x11/xquote/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xquote/pkg/DESCR | 9 | ||||
-rw-r--r-- | x11/xquote/pkg/PLIST | 3 |
6 files changed, 1 insertions, 38 deletions
diff --git a/x11/Makefile b/x11/Makefile index dffb89d3329..79f5335c353 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2000/12/05 22:58:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.189 2000/12/11 14:15:32 wiz Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -159,7 +159,6 @@ SUBDIR += xpmicons SUBDIR += xpmroot SUBDIR += xpns - SUBDIR += xquote SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscribble diff --git a/x11/xquote/Makefile b/x11/xquote/Makefile deleted file mode 100644 index 31c56be1199..00000000000 --- a/x11/xquote/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:34 tron Exp $ - -DISTNAME= xquote-2.1 -CATEGORIES= x11 -MASTER_SITES= http://www.sunsite.auc.dk/xinvest/ \ - ${MASTER_SITE_XCONTRIB:=applications/} - -MAINTAINER= root@garbled.net -HOMEPAGE= http://sunsite.auc.dk/xinvest/xquote.html - -USE_IMAKE= YES -USE_MOTIF= YES -USE_XPM= YES - -NO_INSTALL_MANPAGES= YES - -post-patch: - ${TOUCH} ${WRKSRC}/Xquote.man - -.include "../../mk/bsd.pkg.mk" diff --git a/x11/xquote/files/md5 b/x11/xquote/files/md5 deleted file mode 100644 index dc4edc63302..00000000000 --- a/x11/xquote/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 2000/04/17 16:55:26 fredb Exp $ - -MD5 (xquote-2.1.tar.gz) = 6b9cd7ecb8f5bc93287ea96349437162 diff --git a/x11/xquote/pkg/COMMENT b/x11/xquote/pkg/COMMENT deleted file mode 100644 index 08eb49505ae..00000000000 --- a/x11/xquote/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -WWW ticker symbol quote retrieval program diff --git a/x11/xquote/pkg/DESCR b/x11/xquote/pkg/DESCR deleted file mode 100644 index c78409a6e60..00000000000 --- a/x11/xquote/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -Xquote is a WWW ticker symbol quote retrieval program for UNIX systems -using the X Window System. Xquote requires Motif 1.2 or later and XPM. - -Xquote retrieves quotes from a number of net sources. It takes a ticker -symbol (stock, mutual fund, currency) and displays info in a table or -ticker tape. The table data displayed is selectable, and includes price, -date, change, volume, yield, 52 week high/low, day high/low, P/E, -dividend, full name, basically whatever can be reliably retrieved from -multiple sources. diff --git a/x11/xquote/pkg/PLIST b/x11/xquote/pkg/PLIST deleted file mode 100644 index 4dd56980a35..00000000000 --- a/x11/xquote/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/26 16:03:46 garbled Exp $ -lib/X11/app-defaults/Xquote -bin/Xquote |