diff options
author | garbled <garbled@pkgsrc.org> | 1998-12-26 16:03:46 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-12-26 16:03:46 +0000 |
commit | 9ff99c49577ee28cfb4541d95cf50d0b038eab35 (patch) | |
tree | 274a2a84692f8ab715a804ff703c361cc51e09c5 | |
parent | 58a127a799b2816e86868b1893bc9cdf6ac35ac6 (diff) | |
download | pkgsrc-9ff99c49577ee28cfb4541d95cf50d0b038eab35.tar.gz |
a WWW ticker symbol quote retrieval program.
Xquote-1.1
-rw-r--r-- | x11/xquote/Makefile | 25 | ||||
-rw-r--r-- | x11/xquote/files/md5 | 4 | ||||
-rw-r--r-- | x11/xquote/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xquote/pkg/DESCR | 9 | ||||
-rw-r--r-- | x11/xquote/pkg/PLIST | 3 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11/xquote/Makefile b/x11/xquote/Makefile new file mode 100644 index 00000000000..d5a2a699890 --- /dev/null +++ b/x11/xquote/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/26 16:03:46 garbled Exp $ + +DISTNAME= xquote-1.1 +CATEGORIES= x11 +MASTER_SITES= http://www.sunsite.auc.dk/xinvest/ \ + ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications +DISTFILES= ${DISTNAME}.tar.gz Xquote.ad + +MAINTAINER= root@garbled.net +HOMEPAGE= http://sunsite.auc.dk/xinvest/xquote.html + +DEPENDS+= xpm-3.4k:../../graphics/xpm + +USE_IMAKE= yes +USE_MOTIF= yes +NO_INSTALL_MANPAGES= yes + +post-patch: + ${TOUCH} ${WRKSRC}/Xquote.man + +post-install: + ${INSTALL_DATA} ${DISTDIR}/Xquote.ad ${X11BASE}/lib/X11/app-defaults/Xquote + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xquote/files/md5 b/x11/xquote/files/md5 new file mode 100644 index 00000000000..22df0142dec --- /dev/null +++ b/x11/xquote/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 1998/12/26 16:03:46 garbled Exp $ + +MD5 (xquote-1.1.tar.gz) = 5c76c694b10f83e772f3a2101e93611d +MD5 (Xquote.ad) = 7abd37c18bfa53b6d30f554c8734dab5 diff --git a/x11/xquote/pkg/COMMENT b/x11/xquote/pkg/COMMENT new file mode 100644 index 00000000000..c0549fba772 --- /dev/null +++ b/x11/xquote/pkg/COMMENT @@ -0,0 +1 @@ +a WWW ticker symbol quote retrieval program. diff --git a/x11/xquote/pkg/DESCR b/x11/xquote/pkg/DESCR new file mode 100644 index 00000000000..c78409a6e60 --- /dev/null +++ b/x11/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/x11/xquote/pkg/PLIST b/x11/xquote/pkg/PLIST new file mode 100644 index 00000000000..4dd56980a35 --- /dev/null +++ b/x11/xquote/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/26 16:03:46 garbled Exp $ +lib/X11/app-defaults/Xquote +bin/Xquote |