summaryrefslogtreecommitdiff
path: root/finance/xquote/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-23 17:07:35 +0000
committerwiz <wiz@pkgsrc.org>2004-11-23 17:07:35 +0000
commitdd9d6a1f2ebe56532ad4e870aa14deed5039b2a5 (patch)
tree8894701de01dbe3895cad22d9d9d491ecc96b65b /finance/xquote/patches/patch-aa
parent64a1bd339646a0190f66ee7799281c3bce0595e9 (diff)
downloadpkgsrc-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/patch-aa')
-rw-r--r--finance/xquote/patches/patch-aa31
1 files changed, 22 insertions, 9 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)