diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-11 13:53:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-11 13:53:25 +0000 |
commit | 6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f (patch) | |
tree | f3e3f27ce227b4b22e4501e1918d8c0730db34c5 /finance/xquote | |
parent | 6c06179a66948178d802b9e3249161df3a3dcc2b (diff) | |
download | pkgsrc-6d5ed9569d114d6fccff4d49b3ddc1f9cfef146f.tar.gz |
Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest,
and x11/xquote to new finance category; only change is addition of 'finance'
to CATEGORIES in the Makefiles.
Diffstat (limited to 'finance/xquote')
-rw-r--r-- | finance/xquote/Makefile | 20 | ||||
-rw-r--r-- | finance/xquote/files/md5 | 3 | ||||
-rw-r--r-- | finance/xquote/pkg/COMMENT | 1 | ||||
-rw-r--r-- | finance/xquote/pkg/DESCR | 9 | ||||
-rw-r--r-- | finance/xquote/pkg/PLIST | 3 |
5 files changed, 36 insertions, 0 deletions
diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile new file mode 100644 index 00000000000..47099ba8f0d --- /dev/null +++ b/finance/xquote/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $ + +DISTNAME= xquote-2.1 +CATEGORIES= finance 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/finance/xquote/files/md5 b/finance/xquote/files/md5 new file mode 100644 index 00000000000..5fa54917f6d --- /dev/null +++ b/finance/xquote/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $ + +MD5 (xquote-2.1.tar.gz) = 6b9cd7ecb8f5bc93287ea96349437162 diff --git a/finance/xquote/pkg/COMMENT b/finance/xquote/pkg/COMMENT new file mode 100644 index 00000000000..08eb49505ae --- /dev/null +++ b/finance/xquote/pkg/COMMENT @@ -0,0 +1 @@ +WWW ticker symbol quote retrieval program diff --git a/finance/xquote/pkg/DESCR b/finance/xquote/pkg/DESCR new file mode 100644 index 00000000000..c78409a6e60 --- /dev/null +++ b/finance/xquote/pkg/DESCR @@ -0,0 +1,9 @@ +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/finance/xquote/pkg/PLIST b/finance/xquote/pkg/PLIST new file mode 100644 index 00000000000..b04013763d1 --- /dev/null +++ b/finance/xquote/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $ +lib/X11/app-defaults/Xquote +bin/Xquote |