mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Retire xquote. ok naddy@
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
SUBDIR += when
|
||||
SUBDIR += workrave
|
||||
SUBDIR += xinvest
|
||||
SUBDIR += xquote
|
||||
SUBDIR += yokadi
|
||||
SUBDIR += zim
|
||||
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
COMMENT= WWW quote retrieval tool
|
||||
|
||||
DISTNAME= xquote-2.6.10
|
||||
REVISION= 10
|
||||
CATEGORIES= productivity x11
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c m Xbae Xm
|
||||
|
||||
SITES= https://distfiles.sigtrap.nl/
|
||||
|
||||
LIB_DEPENDS= x11/xbae \
|
||||
x11/motif
|
||||
|
||||
CONFIGURE_STYLE= imake
|
||||
INSTALL_MAN= No # no manual page
|
||||
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Xquote ${PREFIX}/bin/xquote
|
||||
${INSTALL_DATA} ${WRKSRC}/Xquote.ad ${PREFIX}/lib/X11/app-defaults/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xquote
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xquote
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (xquote-2.6.10.tar.gz) = ehwfw3bDKc2o5sHJGdmockrlqjUEwBdgBDOL+4+nbTU=
|
||||
SIZE (xquote-2.6.10.tar.gz) = 106006
|
||||
@@ -1,11 +0,0 @@
|
||||
--- color.c.orig Sat May 1 21:57:42 2004
|
||||
+++ color.c Fri Mar 30 18:29:27 2007
|
||||
@@ -34,7 +34,7 @@ static char id[] = "$Header: /pack/anoncvs/xinvest/src
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
-#if !defined(__NetBSD__)
|
||||
+#if !defined(__OpenBSD__)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
Index: color.h
|
||||
--- color.h.orig
|
||||
+++ color.h
|
||||
@@ -34,7 +34,7 @@
|
||||
#define COLOR_H
|
||||
|
||||
/* List of colors we allocate, names used by internal routines */
|
||||
-enum {
|
||||
+enum Colors {
|
||||
USER0, /* defined in app defaults */
|
||||
USER1,
|
||||
USER2,
|
||||
@@ -53,7 +53,7 @@ enum {
|
||||
PRINT_ILLUSTRATIONS,
|
||||
|
||||
LAST_COLOR /* Do not add anything after this */
|
||||
-} Colors;
|
||||
+};
|
||||
|
||||
#define COLOR_NUM (USER7+1)
|
||||
#define COLOR_DEF (LAST_COLOR)
|
||||
@@ -1,11 +0,0 @@
|
||||
--- pixmap.c.orig Sat May 1 21:57:42 2004
|
||||
+++ pixmap.c Fri Mar 30 18:29:27 2007
|
||||
@@ -39,7 +39,7 @@ static char id[] = "$Header: /pack/anoncvs/xinvest/src
|
||||
#ifdef SHAPE
|
||||
#include <X11/extensions/shape.h>
|
||||
#endif
|
||||
-#include <xpm.h>
|
||||
+#include <X11/xpm.h>
|
||||
|
||||
#include "color.h"
|
||||
#include "pixmap.h"
|
||||
@@ -1,15 +0,0 @@
|
||||
Index: pixmap.h
|
||||
--- pixmap.h.orig
|
||||
+++ pixmap.h
|
||||
@@ -34,9 +34,9 @@
|
||||
#define PIXMAP_H
|
||||
|
||||
|
||||
-enum {
|
||||
+enum Pixtype {
|
||||
NORMAL, INSENS, MASK
|
||||
-} Pixtype;
|
||||
+};
|
||||
|
||||
#ifdef XQUOTE
|
||||
#include "pixnamePXq.h"
|
||||
@@ -1,15 +0,0 @@
|
||||
Index: pixnamePXq.h
|
||||
--- pixnamePXq.h.orig
|
||||
+++ pixnamePXq.h
|
||||
@@ -33,9 +33,9 @@
|
||||
#ifndef PIXNAME_H
|
||||
#define PIXNAME_H
|
||||
|
||||
-enum {
|
||||
+enum Pixmaps {
|
||||
PUP, PDOWN, PERROR, PPLAY, PSTOP, PEJECT, PICON, PSICON
|
||||
-} Pixmaps;
|
||||
+};
|
||||
|
||||
#define LASTINSENS PEJECT
|
||||
#define LASTPIXMAP PSICON
|
||||
@@ -1,8 +0,0 @@
|
||||
Xquote is a WWW ticker symbol quote retrieval program for UNIX
|
||||
systems using the X Window System. 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.
|
||||
@@ -1,5 +0,0 @@
|
||||
@pkgpath productivity/xquote,lesstif
|
||||
bin/xquote
|
||||
lib/X11/app-defaults/Xquote.ad
|
||||
share/doc/xquote/
|
||||
share/doc/xquote/README
|
||||
Reference in New Issue
Block a user