From 3d37ec6c3498b7ea296727e4219e30a9f2cd048c Mon Sep 17 00:00:00 2001 From: matthieu Date: Thu, 4 Jun 2026 17:14:26 +0000 Subject: [PATCH] Retire xquote. ok naddy@ --- productivity/Makefile | 1 - productivity/xquote/Makefile | 29 ------------------- productivity/xquote/distinfo | 2 -- productivity/xquote/patches/patch-color_c | 11 ------- productivity/xquote/patches/patch-color_h | 21 -------------- productivity/xquote/patches/patch-pixmap_c | 11 ------- productivity/xquote/patches/patch-pixmap_h | 15 ---------- .../xquote/patches/patch-pixnamePXq_h | 15 ---------- productivity/xquote/pkg/DESCR | 8 ----- productivity/xquote/pkg/PLIST | 5 ---- 10 files changed, 118 deletions(-) delete mode 100644 productivity/xquote/Makefile delete mode 100644 productivity/xquote/distinfo delete mode 100644 productivity/xquote/patches/patch-color_c delete mode 100644 productivity/xquote/patches/patch-color_h delete mode 100644 productivity/xquote/patches/patch-pixmap_c delete mode 100644 productivity/xquote/patches/patch-pixmap_h delete mode 100644 productivity/xquote/patches/patch-pixnamePXq_h delete mode 100644 productivity/xquote/pkg/DESCR delete mode 100644 productivity/xquote/pkg/PLIST diff --git a/productivity/Makefile b/productivity/Makefile index 13470de130d..c0b5543ae8f 100644 --- a/productivity/Makefile +++ b/productivity/Makefile @@ -61,7 +61,6 @@ SUBDIR += when SUBDIR += workrave SUBDIR += xinvest - SUBDIR += xquote SUBDIR += yokadi SUBDIR += zim diff --git a/productivity/xquote/Makefile b/productivity/xquote/Makefile deleted file mode 100644 index 78cefa8b67c..00000000000 --- a/productivity/xquote/Makefile +++ /dev/null @@ -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 diff --git a/productivity/xquote/distinfo b/productivity/xquote/distinfo deleted file mode 100644 index 909e69d4ca7..00000000000 --- a/productivity/xquote/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xquote-2.6.10.tar.gz) = ehwfw3bDKc2o5sHJGdmockrlqjUEwBdgBDOL+4+nbTU= -SIZE (xquote-2.6.10.tar.gz) = 106006 diff --git a/productivity/xquote/patches/patch-color_c b/productivity/xquote/patches/patch-color_c deleted file mode 100644 index 4af09293757..00000000000 --- a/productivity/xquote/patches/patch-color_c +++ /dev/null @@ -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 - --#if !defined(__NetBSD__) -+#if !defined(__OpenBSD__) - #include - #endif - diff --git a/productivity/xquote/patches/patch-color_h b/productivity/xquote/patches/patch-color_h deleted file mode 100644 index b50191d6c10..00000000000 --- a/productivity/xquote/patches/patch-color_h +++ /dev/null @@ -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) diff --git a/productivity/xquote/patches/patch-pixmap_c b/productivity/xquote/patches/patch-pixmap_c deleted file mode 100644 index 22789ee8614..00000000000 --- a/productivity/xquote/patches/patch-pixmap_c +++ /dev/null @@ -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 - #endif --#include -+#include - - #include "color.h" - #include "pixmap.h" diff --git a/productivity/xquote/patches/patch-pixmap_h b/productivity/xquote/patches/patch-pixmap_h deleted file mode 100644 index 4435a9f5b96..00000000000 --- a/productivity/xquote/patches/patch-pixmap_h +++ /dev/null @@ -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" diff --git a/productivity/xquote/patches/patch-pixnamePXq_h b/productivity/xquote/patches/patch-pixnamePXq_h deleted file mode 100644 index 574d03b9392..00000000000 --- a/productivity/xquote/patches/patch-pixnamePXq_h +++ /dev/null @@ -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 diff --git a/productivity/xquote/pkg/DESCR b/productivity/xquote/pkg/DESCR deleted file mode 100644 index db40627215b..00000000000 --- a/productivity/xquote/pkg/DESCR +++ /dev/null @@ -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. diff --git a/productivity/xquote/pkg/PLIST b/productivity/xquote/pkg/PLIST deleted file mode 100644 index 46abc6497a8..00000000000 --- a/productivity/xquote/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@pkgpath productivity/xquote,lesstif -bin/xquote -lib/X11/app-defaults/Xquote.ad -share/doc/xquote/ -share/doc/xquote/README