aboutsummaryrefslogtreecommitdiff
path: root/audio/beep
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-06-02 13:00:37 +0000
committerRenato Botelho <garga@FreeBSD.org>2015-06-02 13:00:37 +0000
commitd35843ae56890196fac5af1e8e2f75618cdc9f6e (patch)
treeea801e74cddd684797d53e52d6028a78ef24f1cc /audio/beep
parent868d3d02f0944b84ad9115548f2ef71e24d88198 (diff)
downloadports-d35843ae56890196fac5af1e8e2f75618cdc9f6e.tar.gz
ports-d35843ae56890196fac5af1e8e2f75618cdc9f6e.zip
Ressurrect audio/beep and host source on my local area
Sponsored by: Netgate
Notes
Notes: svn path=/head/; revision=388347
Diffstat (limited to 'audio/beep')
-rw-r--r--audio/beep/Makefile24
-rw-r--r--audio/beep/distinfo2
-rw-r--r--audio/beep/pkg-descr2
3 files changed, 28 insertions, 0 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile
new file mode 100644
index 000000000000..3920e71e96d6
--- /dev/null
+++ b/audio/beep/Makefile
@@ -0,0 +1,24 @@
+# Created by: Tyler Spivey
+# $FreeBSD$
+
+PORTNAME= beep
+PORTVERSION= 1.0
+CATEGORIES= audio
+MASTER_SITES= LOCAL/garga/${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Beeps a certain duration and pitch out of the PC Speaker
+
+LICENSE= BSD4CLAUSE
+
+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
new file mode 100644
index 000000000000..7c42cb5a335f
--- /dev/null
+++ b/audio/beep/distinfo
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 000000000000..c16be870eb1e
--- /dev/null
+++ b/audio/beep/pkg-descr
@@ -0,0 +1,2 @@
+This program will beep, using a
+duration and pitch specified on the command line or the program's defaults.