head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.42 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.40 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.38 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.36 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.24 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.22 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.20 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.18 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.16 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.14 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.12 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.10 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.8 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.6 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.4 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.20 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2005.03.24.02.53.34; author jlam; state dead; branches; next 1.2; 1.2 date 2000.01.17.16.02.34; author jlam; state Exp; branches; next 1.1; 1.1 date 99.10.11.05.48.25; author jlam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.10.11.05.48.25; author jlam; state Exp; branches; next ; desc @@ 1.3 log @SpeakFreely is officially "abandonware" since January 14, 2004. Since this package hasn't built in quite a while, remove it from pkgsrc. @ text @$NetBSD: patch-ae,v 1.2 2000/01/17 16:02:34 jlam Exp $ --- sfspeaker.1.in.orig Sat Sep 18 15:23:01 1999 +++ sfspeaker.1.in Mon Jan 17 01:26:08 2000 @@@@ -140,7 +140,7 @@@@ .I busy_command is supplied, a default of: .ce 1 --b"sleep 10; sfmike %s busy.au" +-b"sleep 10; sfmike %s @@SOUNDDIR@@/busy.au" is used. The ten second delay is intended to allow users with half duplex audio hardware to receive the busy signal transmission after sending an initial greeting and switching @@@@ -177,6 +177,8 @@@@ is used to decrypt sound received using the International Data Encryption Algorithm (IDEA). +This option is not available unless speakfreely was compiled +to support IDEA. .TP .BI \-j delay , idle Jitter compensation is enabled. This delays playing sound @@@@ -354,6 +356,8 @@@@ .B pgp via a command line argument when it is invoked to decode the session key. +This option is not available unless speakfreely was compiled +to support IDEA. .SH "LOOK WHO'S LISTENING" Speak Freely's Look Who's Listening mechanism allows you to publish information in an electronic telephone directory at a cooperating @ 1.2 log @Merge net/speakfreely and net/speakfreely-crypto. Allow building without using patented IDEA algorithm. Uses two new make variables which may be defined in mk.conf: USE_CRYPTO: YES, NO USE_IDEA: YES, NO Defaults to building with crypto but without IDEA. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 29 a31 22 --- speaker.c.orig Tue Sep 14 05:53:42 1999 +++ speaker.c Mon Oct 11 01:38:35 1999 @@@@ -10,6 +10,10 @@@@ #include "speakfree.h" #include "version.h" +#ifndef SOUNDDIR +#define SOUNDDIR +#endif + static int audiok = FALSE; /* Audio initialised flag */ static int audiotime = 0; /* Audio timeout counter */ static int debugging = FALSE; /* Debugging enabled */ @@@@ -53,7 +57,7 @@@@ static char *replyfile = NULL; /* Reply file pathname */ static char *replycmdexe = NULL; static char *replycmd = "sfmike -t"; /* Default reply command */ -static char *busysignal = "sleep 10; sfmike %s busy.au"; /* Default busy signal command */ +static char *busysignal = "sleep 10; sfmike %s " SOUNDDIR "busy.au"; /* Default busy signal command */ static int busytimeout = 60 * 1000000L; /* Busy signal timeout interval */ static int dobusy = FALSE; /* Reject calls when busy ? */ #ifdef HALF_DUPLEX @ 1.1.1.1 log @Initial import of speakfreely-7.1, an Internet phone for UN*X. * Converted to use gsm package and NetBSD's md5 routines. @ text @@