diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-23 17:07:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-23 17:07:35 +0000 |
commit | dd9d6a1f2ebe56532ad4e870aa14deed5039b2a5 (patch) | |
tree | 8894701de01dbe3895cad22d9d9d491ecc96b65b /finance/xquote/patches | |
parent | 64a1bd339646a0190f66ee7799281c3bce0595e9 (diff) | |
download | pkgsrc-dd9d6a1f2ebe56532ad4e870aa14deed5039b2a5.tar.gz |
Update to 2.6.9, requested in PR 28394.
Xquote 2.6.9 is a stable pre-release of Xquote.
The version number bump from 2.3 is caused by a simultaneous release of
Xinvest, Xquote, and QuoteFilter.
Xquote is now released under a completely free license: the BSD license.
Xquote now uses the XbaeMatrix widget to display its information in a
nicely laid out tabular format.
Basic functionality remains unchanged, but there have been quite a number
of small changes :
- use of XbaeMatrix
- simplified widget tree
- source code cleanup
- update of the user interface after each individual quote query
(so you can see the table contents change as the information comes in)
- use of BSD license
- user interface changes (don't show the version number in the status field)
- remove sessionXq.c, merge with the Xinvest version of the same file.
- do more effort to read info from an HTTP server when it returns 400 replies.
- Figure out whether the site is using European (on hundred is 100,00) or
American (100.00) punctuation to forward the right format to Xinvest
in a live update.
- Avoid crashes when xquote-rc file contains invalid data.
- Fix a problem with the type list not being taken fully into account for
other than the first server.
- Allow running Xquote 24 hours per day by setting start and end time to
the same value.
- Document "-restore" option in the syntax() error message.
- Make the help window resizable, and respond to a single click.
Diffstat (limited to 'finance/xquote/patches')
-rw-r--r-- | finance/xquote/patches/patch-aa | 31 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ab | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ac | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ad | 12 | ||||
-rw-r--r-- | finance/xquote/patches/patch-ae | 12 |
5 files changed, 22 insertions, 57 deletions
diff --git a/finance/xquote/patches/patch-aa b/finance/xquote/patches/patch-aa index 148fdc6bcb9..4b80d75cc5b 100644 --- a/finance/xquote/patches/patch-aa +++ b/finance/xquote/patches/patch-aa @@ -1,12 +1,25 @@ -$NetBSD: patch-aa,v 1.1 2000/12/28 03:54:58 fredb Exp $ +$NetBSD: patch-aa,v 1.2 2004/11/23 17:07:35 wiz Exp $ ---- file.c.orig Mon Nov 20 18:20:39 2000 -+++ file.c Wed Dec 27 20:25:21 2000 -@@ -24,6 +24,7 @@ - */ +--- Imakefile.orig 2004-05-01 16:45:28.000000000 +0200 ++++ Imakefile +@@ -13,16 +13,16 @@ XCOMM price communication. - #include <errno.h> -+#include <stdio.h> - #include <sys/stat.h> + DEFINES = -DSHAPE -DXQUOTE + INCLUDES = -I$(INCROOT)/X11 +-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm ++SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm + DEPLIBS = - #include <Xm/XmAll.h> + SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \ + opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c \ +- sessionXq.c status.c tape.c util.c view.c xquote.c xutil.c ++ sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c + + OBJS = about.o color.o fileXq.o help.o optdetail.o option.o optnet.o \ + opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o \ +- sessionXq.o status.o tape.o util.o view.o xquote.o xutil.o ++ sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o + +-ComplexProgramTarget(Xquote) ++ComplexProgramTargetNoMan(Xquote) + InstallAppDefaults(Xquote) diff --git a/finance/xquote/patches/patch-ab b/finance/xquote/patches/patch-ab deleted file mode 100644 index 911d92ca6b4..00000000000 --- a/finance/xquote/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2000/12/28 03:54:58 fredb Exp $ - ---- optdetail.c.orig Mon Nov 20 18:20:39 2000 -+++ optdetail.c Wed Dec 27 21:35:04 2000 -@@ -23,6 +23,7 @@ - */ - - #include <stdlib.h> -+#include <stdio.h> - #include <string.h> - #include <time.h> - diff --git a/finance/xquote/patches/patch-ac b/finance/xquote/patches/patch-ac deleted file mode 100644 index 215683be38a..00000000000 --- a/finance/xquote/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2000/12/28 03:54:58 fredb Exp $ - ---- option.c.orig Mon Nov 20 18:20:39 2000 -+++ option.c Wed Dec 27 21:40:15 2000 -@@ -24,6 +24,7 @@ - */ - - #include <stdlib.h> -+#include <stdio.h> - #include <string.h> - - #include <Xm/XmAll.h> diff --git a/finance/xquote/patches/patch-ad b/finance/xquote/patches/patch-ad deleted file mode 100644 index 38b9a482e35..00000000000 --- a/finance/xquote/patches/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2000/12/28 03:54:58 fredb Exp $ - ---- optnet.c.orig Mon Nov 20 18:20:39 2000 -+++ optnet.c Wed Dec 27 21:45:08 2000 -@@ -25,6 +25,7 @@ - - #include <sys/types.h> - #include <stdlib.h> -+#include <stdio.h> - #include <arpa/inet.h> - #include <netinet/in.h> - #include <sys/socket.h> diff --git a/finance/xquote/patches/patch-ae b/finance/xquote/patches/patch-ae deleted file mode 100644 index 13a8156d7f7..00000000000 --- a/finance/xquote/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2000/12/28 03:54:59 fredb Exp $ - ---- status.c.orig Mon Nov 20 18:20:40 2000 -+++ status.c Wed Dec 27 21:47:06 2000 -@@ -23,6 +23,7 @@ - */ - - #include <stdlib.h> -+#include <stdio.h> - - #include <Xm/DialogS.h> - #include <Xm/Form.h> |