aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBrian S. Dean <bsd@FreeBSD.org>2001-12-20 01:38:05 +0000
committerBrian S. Dean <bsd@FreeBSD.org>2001-12-20 01:38:05 +0000
commita95be1d7f0c5b6e6d2deac28a253c1d7227d9080 (patch)
tree5bb8a5a3f4c06a4fc6b5e432fed35706cd2081c6 /comms
parentdf4b735e2e62ea415f797c771ad2a78426884bb0 (diff)
downloadports-a95be1d7f0c5b6e6d2deac28a253c1d7227d9080.tar.gz
ports-a95be1d7f0c5b6e6d2deac28a253c1d7227d9080.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/scud/Makefile18
-rw-r--r--comms/scud/distinfo1
-rw-r--r--comms/scud/pkg-comment1
-rw-r--r--comms/scud/pkg-descr11
-rw-r--r--comms/scud/pkg-plist3
6 files changed, 35 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 4a5472bd4ffb..94d68e0dcf5a 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -26,6 +26,7 @@
SUBDIR += qico
SUBDIR += qpage
SUBDIR += ruby-termios
+ SUBDIR += scud
SUBDIR += seyon
SUBDIR += sms_client
SUBDIR += snooper
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