diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-16 06:49:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-16 06:49:39 +0000 |
commit | aa918bb2da1457ce1a311f9095ec607e6325142c (patch) | |
tree | 86aa280a21990ac0f71b580e86be096123275944 /finance/tclticker | |
parent | a22a77304487ff9a723b635b76fec4eda3f1a9dc (diff) | |
download | pkgsrc-aa918bb2da1457ce1a311f9095ec607e6325142c.tar.gz |
finance/tclticker: remove the package
This package got its stock quotes from web sites that were active around
2000 and that no longer exist. It had not resolved the PREFIX
placeholder, which meant it could not even ask the web sites for the
quotes. Therefore chances are high that this package is not used by
anyone.
Diffstat (limited to 'finance/tclticker')
-rw-r--r-- | finance/tclticker/DESCR | 7 | ||||
-rw-r--r-- | finance/tclticker/Makefile | 33 | ||||
-rw-r--r-- | finance/tclticker/PLIST | 9 | ||||
-rw-r--r-- | finance/tclticker/distinfo | 8 | ||||
-rw-r--r-- | finance/tclticker/patches/patch-aa | 23 | ||||
-rw-r--r-- | finance/tclticker/patches/patch-ab | 21 |
6 files changed, 0 insertions, 101 deletions
diff --git a/finance/tclticker/DESCR b/finance/tclticker/DESCR deleted file mode 100644 index bf59c036e76..00000000000 --- a/finance/tclticker/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -TCLTicker is a simple stock tickertape, using HTTP requests to fetch -quotes. It includes 'mailquote', which can email quotes. TclTicker -uses a plug-in architecture for quote services. Currently, quote -service modules are written for Yahoo (one for U.S. markets, another -for Euro markets) and Quote.com. User configuration includes tuning -the ticker scroll rate and data refresh dates, fonts, http proxy, smtp -host, rounding, always on top, and ticker symbol lists. diff --git a/finance/tclticker/Makefile b/finance/tclticker/Makefile deleted file mode 100644 index af0d5c58fc8..00000000000 --- a/finance/tclticker/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2019/05/23 19:23:00 rillig Exp $ -# - -DISTNAME= tclticker-1.1 -PKGREVISION= 1 -CATEGORIES= finance tk -MASTER_SITES= ${MASTER_SITE_BACKUP} - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Stock-quote ticker tape application - -DEPENDS+= tk>=8.3.2:../../x11/tk - -USE_TOOLS+= pax - -NO_CONFIGURE= yes -NO_BUILD= yes - -SUBST_CLASSES+= paths -SUBST_MESSAGE.paths= Fixing hardcoded paths and command names. -SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= tclticker mailquote -SUBST_VARS.paths= PREFIX - -INSTALLATION_DIRS= bin - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC:Q}/tclticker ${DESTDIR}${PREFIX:Q}/bin - ${INSTALL_SCRIPT} ${WRKSRC:Q}/mailquote ${DESTDIR}${PREFIX:Q}/bin - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX:Q}/share/tclticker - cd ${WRKSRC:Q}/lib && pax -rw . ${DESTDIR}${PREFIX:Q}/share/tclticker - -.include "../../mk/bsd.pkg.mk" diff --git a/finance/tclticker/PLIST b/finance/tclticker/PLIST deleted file mode 100644 index c5a8ad27587..00000000000 --- a/finance/tclticker/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2006/03/10 23:53:49 rillig Exp $ -bin/mailquote -bin/tclticker -share/tclticker/finance.uk.yahoo.com.tcl -share/tclticker/finance.yahoo.com.tcl -share/tclticker/rebuild_tclIndex.sh -share/tclticker/tclIndex -share/tclticker/ticker.lib -share/tclticker/www.quote.com.tcl diff --git a/finance/tclticker/distinfo b/finance/tclticker/distinfo deleted file mode 100644 index f742fe7e1e0..00000000000 --- a/finance/tclticker/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:12:15 agc Exp $ - -SHA1 (tclticker-1.1.tar.gz) = 803a40dae1828a6f489336a7386eef6d6dae1dd0 -RMD160 (tclticker-1.1.tar.gz) = ce9e808a1ccc894d83125384ebf9cb3dc35bd22e -SHA512 (tclticker-1.1.tar.gz) = 609066a7b2522d24930c33eaea56f31484fda7070d21e7465ef9e9f4ba835b93b9a8b69a0abcbb4d46d8c2a8333395c17d8e53c134207a08516ed9a9a64a7feb -Size (tclticker-1.1.tar.gz) = 11420 bytes -SHA1 (patch-aa) = 104fc5906b691c6e3fdaba19d520c4ff1810ce9d -SHA1 (patch-ab) = 4acee8182fa6ace202077f916434312445abe7ae diff --git a/finance/tclticker/patches/patch-aa b/finance/tclticker/patches/patch-aa deleted file mode 100644 index c7712fc4e13..00000000000 --- a/finance/tclticker/patches/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/11/14 11:55:17 agc Exp $ - ---- tclticker.orig Mon Dec 20 15:27:02 1999 -+++ tclticker Wed Aug 30 21:00:36 2000 -@@ -1,6 +1,6 @@ - #!/bin/sh - # restart using wish \ -- exec wish8.0 "$0" ${1+"$@"} -+ exec wish "$0" ${1+"$@"} - - # stock ticker - # copyright 1999 tom poindexter <tpoindex@nyx.net> -@@ -43,7 +43,9 @@ - # authors grant the U.S. Government and others acting in its behalf - # permission to use and distribute the software in accordance with the - # terms specified in this license. -- -+ -+# set this explicitly -+set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker" - - if {! [info exists env(TCLTICKER_LIB)]} { - lappend auto_path [file join [file dirname $argv0] lib] diff --git a/finance/tclticker/patches/patch-ab b/finance/tclticker/patches/patch-ab deleted file mode 100644 index 8b0f43d1ea6..00000000000 --- a/finance/tclticker/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/11/14 11:55:17 agc Exp $ ---- mailquote.orig Mon Dec 20 15:10:24 1999 -+++ mailquote Wed Aug 30 21:00:30 2000 -@@ -1,6 +1,6 @@ - #!/bin/sh - # restart using wish \ -- exec tclsh8.0 "$0" ${1+"$@"} -+ exec tclsh "$0" ${1+"$@"} - - # mailquote - # copyright 1999 tom poindexter <tpoindex@nyx.net> -@@ -46,6 +46,9 @@ - # permission to use and distribute the software in accordance with the - # terms specified in this license. - -+# set this explicitly -+set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker" -+ - - if {! [info exists env(TCLTICKER_LIB)]} { - lappend auto_path [file join [file dirname $argv0] lib] |