head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.54 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.52 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.50 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.48 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.46 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.44 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.42 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.40 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.38 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.36 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.34 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.32 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.30 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.28 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.26 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.24 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.22 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.20 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.18 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.16 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.14 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.12 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.10 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 buildlink2-base:1.7 netbsd-1-5-RELEASE:1.6 netbsd-1-4-PATCH003:1.6 netbsd-1-4-PATCH002:1.6 comdex-fall-1999:1.6 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.7 date 2000.12.17.09.39.53; author hubertf; state dead; branches; next 1.6; 1.6 date 99.10.28.02.40.24; author hubertf; state Exp; branches; next 1.5; 1.5 date 99.10.04.20.57.01; author is; state Exp; branches; next 1.4; 1.4 date 99.01.01.07.58.29; author garbled; state Exp; branches; next 1.3; 1.3 date 98.11.05.05.32.19; author mycroft; state dead; branches; next 1.2; 1.2 date 98.08.07.11.10.01; author agc; state Exp; branches; next 1.1; 1.1 date 98.06.18.10.45.55; author is; state Exp; branches; next ; desc @@ 1.7 log @Update sdr to 3.0. Changes: 3.0 K.Hasler/E.Whelan 22 Aug 2000 - new 'application' media type for session directories - fixed byte ordering of headers on intel machines - fixed IP6 address allocation for unix IP6 stacks - Authentication and encryption code fixed to allow for extra space for IPv6 addresses - Added IPv6 flags to configure scripts "--enable-ipv6" 3.0 K.Hasler 6 Dec 1999 - changed use of option get to use the resource procs in generic.tcl - store_address now returns if it already has the address. 3.0 C.Perkins 16 Nov 1999 - Remove TTL scoping option 2.9 K.Hasler 26 Oct 1999 - created a directory type for the directory icon, so that the directory icon is displayed for directory sessions in the main SDR window. - Fix reshow_sessions to delete sessbox when they exist - fixes problem when using the Apply button from the preferences window. 2.9 E.Whelan 25 Oct 1999 - fixed window problems caused by adding directories - fixes problems with passphrase window. - eg geometry option and key passphrase window at startup - FAQ has also been updated - Fixed problem which quit from SDR when closed directory windows 2.8 K.Hasler 9 Sep 1999 - fixdaysinmonth proc fixes daysinmonth variable for leap years. Used when creating a new session and in calendar. - Fix convert_vars to recognise other variable separators (ie not just /). - Fixed set_fmt_menu in create_proc_menu which had attributes in wrong order. - Directory SDP Patches from: http://www.live.com/sdrpatch.html 2.7e K.Hasler 15 July 1999 - enabled pgp @ text @$NetBSD: patch-ah,v 1.6 1999/10/28 02:40:24 hubertf Exp $ --- sdr/src/polluted.c.orig Sat Oct 2 20:39:08 1999 +++ sdr/src/polluted.c Sat Oct 2 20:45:03 1999 @@@@ -1,3 +1,6 @@@@ +#ifdef HAVE_SYS_INTTYPES_H +#include +#endif #include "sdr.h" #include "prototypes.h" #include "prototypes_crypt.h" @ 1.6 log @add RCS IDs to patches, fix patchsum and move out of X11BASE @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Upgrade to sdr-2.7. @ text @d1 2 @ 1.4 log @Make this pkg compile on alpha again: LP64 fixes to deal with -Werror Re-enable INTTYPES stuff that was lost in the recent update. Thanks to Matt for helping me with a nasty.. ;) @ text @d1 2 a2 3 $NetBSD$ --- src/polluted.c.orig Thu Dec 31 23:09:13 1998 +++ src/polluted.c Thu Dec 31 23:11:35 1998 a9 12 @@@@ -200,7 +203,11 @@@@ #ifdef NEVER encrypt_announcement(adstr, &encdata, &(addata->length), key); #else +#ifdef HAVE_SYS_INTTYPES_H + encrypt_announcement(adstr, &encdata, (intptr_t)addata->length, key); +#else encrypt_announcement(adstr, &encdata, (int *)addata->length, key); +#endif #endif addata->data=malloc(addata->length); memcpy(addata->data, encdata, addata->length); @ 1.3 log @2.5.8 @ text @d1 22 a22 97 $NetBSD: patch-ah,v 1.2 1998/08/07 11:10:01 agc Exp $ --- /tmp/src/sdr.tcl Tue Jan 20 22:04:15 1998 +++ src/sdr.tcl Wed Jun 17 16:05:59 1998 @@@@ -2,6 +2,7 @@@@ #Copyright University College London 1995, 1996 #see ui_fns.c for information on usage and redistribution of this file #and for a DISCLAIMER OF ALL WARRANTIES. +#changes for record C.Fleck 12/97 set initWait 400 set last_widget foo @@@@ -584,9 +585,9 @@@@ set interval [parse_rpt_time [lindex $repeat($i,$r) 0]] if {$interval>0} { set duration [parse_rpt_time [lindex $repeat($i,$r) 1]] - # If the duration is longer than or equal to the interval, then it + # If the duration is longer than the interval, then it # effectively means "the whole time". - if {$duration >= $interval} { + if {$duration > $interval} { # XXX # Need to increment the start of the session by the # first offset if it's not 0. @@@@ -1155,11 +1156,7 @@@@ after 120000 timeout_expired_sessions proc popdown {aid} { - global ldata set wname .desc$aid - global [set wname].f.visible - unset [set wname].f.visible - set $ldata($aid,is_popped) -1 highlight_tag $aid popdown catch "destroy $wname" update @@@@ -1956,10 +1953,10 @@@@ start_recorder $aid $file $rname destroy .record } else { - timedmsgpopup [tt "Recording Prepared"] \ - "[tt "The recording will start at "$ldata($aid,tfrom)" 6000 +# C.Fleck + timedmsgpopup [tt "Recording Prepared"] "" 3000 +# end msgpopup [tt "Error"] [tt "feature is not yet implemented - sorry"] - destroy .record } } @@@@ -3130,7 +3127,7 @@@@ incr mon -12 incr year } -# set cal [exec cal $mon $year] + set cal [exec cal $mon $year] .cal.f0.c addtag mon$i withtag \ [.cal.f0.c create text [expr $i*$fw*32] 0 -anchor nw\ -fill $fg -font $font] --- /tmp/src/new.tcl Tue May 13 01:00:32 1997 +++ src/new.tcl Wed Jun 17 16:00:59 1998 @@@@ -3,6 +3,7 @@@@ #new.tcl Copyright (c) 1995 University College London #see ui_fns.c for information on usage and redistribution of this file #and for a DISCLAIMER OF ALL WARRANTIES. +#changes for scopes scrollbar C.Fleck 12/97 proc new {aid} { global ifstyle ldata @@@@ -380,8 +381,15 @@@@ pack .new.f3.admin.l -side top -anchor w frame .new.f3.admin.f -relief sunken -borderwidth 1 pack .new.f3.admin.f -side top -fill both -expand true - text .new.f3.admin.f.lb -width 15 -height 6 -relief flat -wrap none +# C.Fleck + text .new.f3.admin.f.lb -width 35 -height 5 -relief flat\ + -relief sunken -borderwidth 1 -yscroll ".new.f3.admin.f.sb set" \ + -highlightthickness 0 + scrollbar .new.f3.admin.f.sb -borderwidth 1 -command ".new.f3.admin.f.lb yview" \ + -highlightthickness 0 + pack .new.f3.admin.f.sb -side right -fill y -expand true pack .new.f3.admin.f.lb -side top -fill both -expand true +# end for {set i 0} {$i < $zone(no_of_zones)} {incr i} { .new.f3.admin.f.lb insert [expr $i+1].0 "$zone(name,$i)" .new.f3.admin.f.lb tag add line$i [expr $i+1].0 end-1c @@@@ -431,7 +439,9 @@@@ Specify the smallest scope that will reach the people you want to communicate with."] - label .new.f3.rr.l -text [tt "Scope"] +# C.Fleck + label .new.f3.rr.l -text [tt "Scope:"] +# end radiobutton .new.f3.rr.r1 -relief flat -text [tt "Site"] -variable ttl\ -highlightthickness 0 \ -value 15 -command {disable_scope_entry 15} @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Upgrade sdr to 2.4a7 (with the TU Dresden Multimedia Reference Center bug fixes added). @ text @d1 2 @