aboutsummaryrefslogtreecommitdiff
path: root/audio/beep
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-10 08:51:58 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-10 08:51:58 +0000
commite35f06458bbd249a9b225854a6e861aec88bae06 (patch)
treeaae2da6818c73349ef2e61ad840432bdf5f60f3f /audio/beep
parent151705e3e0f609cfa3f4bca941f1b09377966dc9 (diff)
downloadports-e35f06458bbd249a9b225854a6e861aec88bae06.tar.gz
ports-e35f06458bbd249a9b225854a6e861aec88bae06.zip
Notes
Diffstat (limited to 'audio/beep')
-rw-r--r--audio/beep/Makefile25
-rw-r--r--audio/beep/distinfo2
-rw-r--r--audio/beep/pkg-descr2
3 files changed, 0 insertions, 29 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile
deleted file mode 100644
index c162cb3b7035..000000000000
--- a/audio/beep/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Tyler Spivey
-# $FreeBSD$
-
-PORTNAME= beep
-PORTVERSION= 1.0
-CATEGORIES= audio
-MASTER_SITES= http://freebsd.unixfreunde.de/sources/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Beeps a certain duration and pitch out of the PC Speaker
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-ONLY_FOR_ARCHS= i386 amd64 pc98
-
-PLIST_FILES= bin/beep man/man1/beep.1.gz
-
-post-patch:
- ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
- ${WRKSRC}/beep.c
-
-.include <bsd.port.mk>
diff --git a/audio/beep/distinfo b/audio/beep/distinfo
deleted file mode 100644
index 7c42cb5a335f..000000000000
--- a/audio/beep/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (beep-1.0.tar.gz) = c25d2044d37adad08076d9d87543331650defaaaf1e13a144d4597d9c86ec80c
-SIZE (beep-1.0.tar.gz) = 3537
diff --git a/audio/beep/pkg-descr b/audio/beep/pkg-descr
deleted file mode 100644
index c16be870eb1e..000000000000
--- a/audio/beep/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This program will beep, using a
-duration and pitch specified on the command line or the program's defaults.