1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 2.6.9

- new MASTER_SITE
- requires libXbae

PR:		ports/67360
Submitted by:	Roman Neuhauser
Approved by:	maintainer timeout
This commit is contained in:
Volker Stolz 2004-07-14 09:25:24 +00:00
parent c17d1fc995
commit a0a0d51953
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113618
7 changed files with 23 additions and 39 deletions

View File

@ -5,17 +5,21 @@
# $FreeBSD$
PORTNAME= xquote
PORTVERSION= 1.1
PORTVERSION= 2.6.9
CATEGORIES= finance
MASTER_SITES= http://sunsite.dk/xinvest/ \
MASTER_SITES= http://xinvest.sunsite.dk/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= mph@freebsd.org
COMMENT= A quote retrieval tool for X
LIB_DEPENDS= Xbae.4:${PORTSDIR}/x11-toolkits/xbae
USE_MOTIF= yes
USE_IMAKE= yes
USE_XPM= yes
PLIST_FILES= bin/Xquote lib/X11/app-defaults/Xquote
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (xquote-1.1.tar.gz) = 5c76c694b10f83e772f3a2101e93611d
SIZE (xquote-1.1.tar.gz) = 74722
MD5 (xquote-2.6.9.tar.gz) = e51f40e74acc476cd2a2e0129cb054cc
SIZE (xquote-2.6.9.tar.gz) = 97913

View File

@ -1,11 +0,0 @@
--- util.h.orig Tue Sep 23 01:50:46 1997
+++ util.h Mon Nov 17 11:03:20 1997
@@ -52,7 +52,7 @@
int strncasecmp (char *, char *, int);
#endif
-#if defined(__FreeBSD__) || defined (__sgi)
+#if defined (__sgi)
char *strptime ( char *, char *, struct tm *);
#endif

View File

@ -1,14 +0,0 @@
--- util.c.orig Tue Sep 23 01:50:42 1997
+++ util.c Mon Nov 17 11:06:50 1997
@@ -239,9 +239,9 @@
#endif
-#if defined(__FreeBSD__) || defined (NEED_STRPTIME)
+#if defined (NEED_STRPTIME)
-/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime.
+/* Weird, IRIX 5 doesn't have this, but do have strftime.
** This is a crippled implementation, only supporting the formats
** actually used in the rest of Xinvest. Note that the return _value_
** does not conform to the man page either.

View File

@ -1,17 +1,22 @@
--- Imakefile.orig Wed Nov 5 08:13:15 1997
+++ Imakefile Wed Nov 1 10:38:34 2000
@@ -13,7 +13,7 @@
--- Imakefile.orig Sat May 1 16:45:28 2004
+++ Imakefile Sun May 30 00:55:59 2004
@@ -13,16 +13,16 @@
DEFINES = -DSHAPE -DXQUOTE
INCLUDES = -I$(INCROOT)/X11
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm -lXbae
DEPLIBS =
SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \
@@ -24,5 +24,5 @@
opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \
status.o tape.o util.o view.o xquote.o xutil.o
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)

View File

@ -2,5 +2,7 @@ This is a port of Xquote, a quote retrieval program that allows you
to retrieve stock, mutual fund, and currency quotes from your favorite
quote spouting website.
WWW: http://xinvest.sunsite.dk/
- Ian
ian@broken.net

View File

@ -1,2 +0,0 @@
bin/Xquote
lib/X11/app-defaults/Xquote