Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+9
View File
@@ -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.
+26
View File
@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.21 2013/01/19 20:23:34 riastradh Exp $
DISTNAME= xquote-2.6.10
PKGREVISION= 4
CATEGORIES= finance x11
MASTER_SITES= http://xinvest.sunsite.dk/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xinvest.sunsite.dk/xquote.html
COMMENT= WWW ticker symbol quote retrieval program
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
# needs a symbol that appeared after 4.9.1
BUILDLINK_API_DEPENDS.Xbae+= Xbae>=4.50
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/Xbae/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+3
View File
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:01:15 zuntum Exp $
lib/X11/app-defaults/Xquote
bin/Xquote
+7
View File
@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.8 2006/01/12 22:06:16 joerg Exp $
SHA1 (xquote-2.6.10.tar.gz) = d88abe72b9994375d454ff749c00fffd09fda05a
RMD160 (xquote-2.6.10.tar.gz) = bde5b7ec201eab96c5ff4b98b6bbc5abc3adb4fc
Size (xquote-2.6.10.tar.gz) = 106006 bytes
SHA1 (patch-aa) = 93ff1e31d29673a71bf0cd312b14b6b7334a659c
SHA1 (patch-ab) = 4897b972e6636e11b01e87fa08a1fe5d77ec8536
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.4 2006/01/12 22:06:16 joerg Exp $
--- color.c.orig 2006-01-12 21:24:54.000000000 +0000
+++ color.c
@@ -34,7 +34,7 @@ static char id[] = "$Header: /pack/anonc
#include <stdio.h>
-#if !defined(__NetBSD__)
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
#include <values.h>
#endif
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.3 2006/01/12 22:06:16 joerg Exp $
--- Imakefile.orig 2006-01-12 22:00:09.000000000 +0000
+++ Imakefile
@@ -13,7 +13,7 @@ XCOMM price communication.
DEFINES = -DSHAPE -DXQUOTE
INCLUDES = -I$(INCROOT)/X11
-SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = -Wl,-R${PREFIX}/lib -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
DEPLIBS =
SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \