aboutsummaryrefslogtreecommitdiff
path: root/audio/beep
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 01:29:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-06 01:29:15 +0000
commite773c4181eb435c2d3009e03a0bee42e9d6863b3 (patch)
tree742ca0e9026f1bc498aea8710964c1a04f323ecd /audio/beep
parentf03c467d535c9a23f99bd3a468529112f9ca3a00 (diff)
downloadports-e773c4181eb435c2d3009e03a0bee42e9d6863b3.tar.gz
ports-e773c4181eb435c2d3009e03a0bee42e9d6863b3.zip
audio/beep: beep for a pitch and duration
PR: ports/39062 Submitted by: Tyler Spivey <tspivey8@telus.net>
Notes
Notes: svn path=/head/; revision=78380
Diffstat (limited to 'audio/beep')
-rw-r--r--audio/beep/Makefile21
-rw-r--r--audio/beep/distinfo1
-rw-r--r--audio/beep/pkg-descr5
-rw-r--r--audio/beep/pkg-plist1
4 files changed, 28 insertions, 0 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile
new file mode 100644
index 000000000000..75eb07a0d1a6
--- /dev/null
+++ b/audio/beep/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: beep
+# Date Created: June 9, 2002
+# Whom: Tyler Spivey
+#
+# $FreeBSD$
+
+PORTNAME= beep
+PORTVERSION= 1.0
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/beep/ \
+ ftp://ftp.megamirror.com/pub/ugh/unix/beep/ \
+ http://ftp.megamirror.com/pub/ugh/unix/beep/
+
+MAINTAINER= tspivey8@telus.net
+COMMENT= Beeps a certain duration and pitch out of the PC Speaker
+
+MAN1= beep.1
+MANCOMPRESSED= maybe
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/audio/beep/distinfo b/audio/beep/distinfo
new file mode 100644
index 000000000000..33477ee4b314
--- /dev/null
+++ b/audio/beep/distinfo
@@ -0,0 +1 @@
+MD5 (beep-1.0.tar.gz) = 4e473b0922445d8dbd7103c24f47dc23
diff --git a/audio/beep/pkg-descr b/audio/beep/pkg-descr
new file mode 100644
index 000000000000..2dfb3070f06f
--- /dev/null
+++ b/audio/beep/pkg-descr
@@ -0,0 +1,5 @@
+This program will beep, using a
+duration and pitch specified on the command line or the program's defaults.
+
+- Tyler Spivey
+tspivey8@telus.net
diff --git a/audio/beep/pkg-plist b/audio/beep/pkg-plist
new file mode 100644
index 000000000000..bca01666f23c
--- /dev/null
+++ b/audio/beep/pkg-plist
@@ -0,0 +1 @@
+bin/beep