head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2000.12.11.14.15.34; author wiz; state dead; branches; next 1.2; 1.2 date 2000.08.31.01.13.59; author jwise; state Exp; branches; next 1.1; 1.1 date 99.12.21.12.47.30; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.12.21.12.47.30; author agc; state Exp; branches; next ; desc @@ 1.3 log @Add new finance category to main Makefile; remove moved packages from old locations (moved to finance). @ text @$NetBSD: patch-aa,v 1.2 2000/08/31 01:13:59 jwise 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 @@@@ -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) "/usr/pkg/share/tclticker" if {! [info exists env(TCLTICKER_LIB)]} { lappend auto_path [file join [file dirname $argv0] lib] @ 1.2 log @Adapt to tk-8.3.2 @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d2 10 a11 3 --- tclticker 1999/12/21 12:35:29 1.1 +++ tclticker 1999/12/21 12:38:00 d19 1 a19 1 +set env(TCLTICKER_LIB) "@@PREFIX@@/share/tclticker" @ 1.1.1.1 log @Import tclticker into the NetBSD packages collection. 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. @ text @@