summaryrefslogtreecommitdiff
path: root/x11/xquote
diff options
context:
space:
mode:
authorgarbled <garbled>1998-12-26 16:03:46 +0000
committergarbled <garbled>1998-12-26 16:03:46 +0000
commit285ea80d175ab6b4565793974bdb46940fdc5924 (patch)
tree274a2a84692f8ab715a804ff703c361cc51e09c5 /x11/xquote
parent24b75e1a2a6ab2912dff9a9d94d4a02a7c621762 (diff)
downloadpkgsrc-285ea80d175ab6b4565793974bdb46940fdc5924.tar.gz
a WWW ticker symbol quote retrieval program.
Xquote-1.1
Diffstat (limited to 'x11/xquote')
-rw-r--r--x11/xquote/Makefile25
-rw-r--r--x11/xquote/files/md54
-rw-r--r--x11/xquote/pkg/COMMENT1
-rw-r--r--x11/xquote/pkg/DESCR9
-rw-r--r--x11/xquote/pkg/PLIST3
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