diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2001-12-20 01:38:05 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2001-12-20 01:38:05 +0000 |
commit | a95be1d7f0c5b6e6d2deac28a253c1d7227d9080 (patch) | |
tree | 5bb8a5a3f4c06a4fc6b5e432fed35706cd2081c6 /comms/scud | |
parent | Update to 0.98p2 which fixes a local buffer overflow exploit (diff) |
Add "scud" - Selected Caller id and Unavailable Deterrent; have your
modem answer calls from "unavailable" (which usually are
telemarketers).
Submitted by: David Quattlebaum <drq@bsdwins.com>
Notes
Notes:
svn path=/head/; revision=51872
Diffstat (limited to 'comms/scud')
-rw-r--r-- | comms/scud/Makefile | 18 | ||||
-rw-r--r-- | comms/scud/distinfo | 1 | ||||
-rw-r--r-- | comms/scud/pkg-comment | 1 | ||||
-rw-r--r-- | comms/scud/pkg-descr | 11 | ||||
-rw-r--r-- | comms/scud/pkg-plist | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/comms/scud/Makefile b/comms/scud/Makefile new file mode 100644 index 000000000000..9aef23702d29 --- /dev/null +++ b/comms/scud/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: scud +# Date created: 18 December 2001 +# Whom: David Quattlebaum <drq@bsdwins.com> +# +# $FreeBSD$ +# + +PORTNAME= scud +PORTVERSION= 1.0 +CATEGORIES= comms +MASTER_SITES= http://bsdone.bsdwins.com/scud/downloads/ + +MAINTAINER= drq@bsdwins.com + +MAN8= scud.8 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/comms/scud/distinfo b/comms/scud/distinfo new file mode 100644 index 000000000000..39b99a1009d3 --- /dev/null +++ b/comms/scud/distinfo @@ -0,0 +1 @@ +MD5 (scud-1.0.tar.gz) = fe05b6debae3be5743f53f86bd87e710 diff --git a/comms/scud/pkg-comment b/comms/scud/pkg-comment new file mode 100644 index 000000000000..9c82a29fe923 --- /dev/null +++ b/comms/scud/pkg-comment @@ -0,0 +1 @@ +Tell your CID capable modem to answer those annoying calls diff --git a/comms/scud/pkg-descr b/comms/scud/pkg-descr new file mode 100644 index 000000000000..3f46af816926 --- /dev/null +++ b/comms/scud/pkg-descr @@ -0,0 +1,11 @@ +If you have the caller id service from your phone provider and your +modem has caller id capability (accepts AT+VCID=2 or AT#CID=2 commands), +This port can cause the modem to answer the call giving the caller an +earful. + +I built scud to hopefully remove my phone number from telemarketers' +phone lists. Don't know if it will work or not, but at least I smile +each time I hear my phone only ring once. + +Create a file: /usr/local/etc/scud.conf to hold command line options +you want used each time it is started. diff --git a/comms/scud/pkg-plist b/comms/scud/pkg-plist new file mode 100644 index 000000000000..406b0400f9b6 --- /dev/null +++ b/comms/scud/pkg-plist @@ -0,0 +1,3 @@ +sbin/scud +etc/rc.d/scud.sh.sample +etc/scud.conf.sample |