diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-03 22:59:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-03 22:59:34 +0000 |
commit | 5f82b6d00b0f4b05afd4c32b9e1f7a8eb165c556 (patch) | |
tree | 5dbd596404f58b9e29250b845da6d94ad221d25a /comms | |
parent | - fix build with manpages (diff) |
2013-02-27 security/lep: No more upstream, no more public distfiles
2013-02-27 devel/cvsmapfs: No more upstream, no more public distfiles
2013-02-27 devel/sid: No more upstream, no more public distfiles
2013-02-27 net-mgmt/nrpep: No more upstream, no more public distfiles
2013-02-27 devel/py-ez_xml: No more upstream, no more public distfiles
2013-02-27 security/IMHear: No more upstream, no more public distfiles
2013-02-27 comms/scud: No more upstream, no more public distfiles
2013-02-27 devel/lexi: No more upstream, no more public distfiles
2013-02-27 games/pentix: No more upstream, no more public distfiles
2013-02-27 net/py-mp-random: No more upstream, no more public distfiles
2013-02-27 sysutils/rcsedit: No more upstream, no more public distfiles
2013-02-27 sysutils/bsdsar: No more upstream, no more public distfiles
2013-02-27 sysutils/sarah: No more upstream, no more public distfiles
Notes
Notes:
svn path=/head/; revision=313384
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/scud/Makefile | 19 | ||||
-rw-r--r-- | comms/scud/distinfo | 2 | ||||
-rw-r--r-- | comms/scud/pkg-descr | 11 | ||||
-rw-r--r-- | comms/scud/pkg-plist | 3 |
5 files changed, 0 insertions, 36 deletions
diff --git a/comms/Makefile b/comms/Makefile index 69fd2aedbd9e..043f7837eaa7 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -133,7 +133,6 @@ SUBDIR += rubygem-ruby-termios SUBDIR += rxtx SUBDIR += scmxx - SUBDIR += scud SUBDIR += ser2net SUBDIR += serialoverip SUBDIR += seyon diff --git a/comms/scud/Makefile b/comms/scud/Makefile deleted file mode 100644 index c0e6c85631f1..000000000000 --- a/comms/scud/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: David Quattlebaum <drq@bsdwins.com> -# $FreeBSD$ - -PORTNAME= scud -PORTVERSION= 1.5.5 -CATEGORIES= comms -MASTER_SITES= http://www.drqware.com/scud/downloads/ \ - http://bsdone.bsdwins.com/dist/scud/downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tell your CID capable modem to answer those annoying calls - -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2013-02-27 - -MAN8= scud.8 -MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/comms/scud/distinfo b/comms/scud/distinfo deleted file mode 100644 index 784f2b05a1de..000000000000 --- a/comms/scud/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scud-1.5.5.tar.gz) = b53406108d5198ea7beff8eeed66cd0a406004cbe0eb737a3a0b25edefa938d1 -SIZE (scud-1.5.5.tar.gz) = 23244 diff --git a/comms/scud/pkg-descr b/comms/scud/pkg-descr deleted file mode 100644 index 3f46af816926..000000000000 --- a/comms/scud/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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 deleted file mode 100644 index 406b0400f9b6..000000000000 --- a/comms/scud/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/scud -etc/rc.d/scud.sh.sample -etc/scud.conf.sample |