Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

22 lines
856 B
Plaintext

PortSystem 1.0
name scud
version 1.5.5
categories comms
license GPL-2+
maintainers nomaintainer
description Tell your CID capable modem to answer those annoying calls
long_description 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.
homepage http://www.drqware.com/scud
platforms darwin freebsd
master_sites ${homepage}/downloads/
checksums md5 c49f6f8b65ff5a2dbd4316d67da08398
patchfiles patch-Makefile
use_configure no
build.type bsd
build.args PREFIX=${prefix}
destroot.destdir PREFIX=${destroot}${prefix}