summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorwiz <wiz>2005-01-01 04:20:38 +0000
committerwiz <wiz>2005-01-01 04:20:38 +0000
commit2d81524842aa0c7b4171601e06a3911aa31fe81d (patch)
tree8e2f7eba60aa815f71d75a18c049a561552d0f30 /finance
parent1e2a2a129efb7632ae58b00289f1922ea0363428 (diff)
downloadpkgsrc-2d81524842aa0c7b4171601e06a3911aa31fe81d.tar.gz
Update to 2.6.10:
1. Alert handling : Xquote can send e.g. an E-mail when some value exceeds boundaries set by the user. 2. Enhanced the use of XbaeMatrix : allow the user to change settings on the matrix directly instead of via custom dialogs. 3. Publish full documentation at http://xinvest.sunsite.dk/htmldocs.html
Diffstat (limited to 'finance')
-rw-r--r--finance/xquote/Makefile4
-rw-r--r--finance/xquote/distinfo7
-rw-r--r--finance/xquote/patches/patch-aa25
3 files changed, 5 insertions, 31 deletions
diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile
index 43979c962fa..1530caa683c 100644
--- a/finance/xquote/Makefile
+++ b/finance/xquote/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2004/11/23 17:07:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/01/01 04:20:38 wiz Exp $
-DISTNAME= xquote-2.6.9
+DISTNAME= xquote-2.6.10
CATEGORIES= finance x11
MASTER_SITES= http://xinvest.sunsite.dk/
diff --git a/finance/xquote/distinfo b/finance/xquote/distinfo
index b81d22cb92c..129ffaa7248 100644
--- a/finance/xquote/distinfo
+++ b/finance/xquote/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/11/23 17:07:35 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/01/01 04:20:38 wiz Exp $
-SHA1 (xquote-2.6.9.tar.gz) = 8dbe8e7eb1b3447098a88000f6a3ad8416a6529e
-Size (xquote-2.6.9.tar.gz) = 97913 bytes
-SHA1 (patch-aa) = 16262c1f2412a5fd686cc0a294811a948bdefdc1
+SHA1 (xquote-2.6.10.tar.gz) = d88abe72b9994375d454ff749c00fffd09fda05a
+Size (xquote-2.6.10.tar.gz) = 106006 bytes
diff --git a/finance/xquote/patches/patch-aa b/finance/xquote/patches/patch-aa
deleted file mode 100644
index 4b80d75cc5b..00000000000
--- a/finance/xquote/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/11/23 17:07:35 wiz Exp $
-
---- Imakefile.orig 2004-05-01 16:45:28.000000000 +0200
-+++ Imakefile
-@@ -13,16 +13,16 @@ XCOMM price communication.
-
- 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 =
-
- 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)