mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
audio/beep: beep for a pitch and duration
PR: ports/39062 Submitted by: Tyler Spivey <tspivey8@telus.net>
This commit is contained in:
parent
f03c467d53
commit
e773c4181e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78380
@ -22,6 +22,7 @@
|
||||
SUBDIR += autools
|
||||
SUBDIR += autozen
|
||||
SUBDIR += baudline
|
||||
SUBDIR += beep
|
||||
SUBDIR += bladeenc
|
||||
SUBDIR += blop
|
||||
SUBDIR += bonk
|
||||
|
21
audio/beep/Makefile
Normal file
21
audio/beep/Makefile
Normal file
@ -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>
|
1
audio/beep/distinfo
Normal file
1
audio/beep/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (beep-1.0.tar.gz) = 4e473b0922445d8dbd7103c24f47dc23
|
5
audio/beep/pkg-descr
Normal file
5
audio/beep/pkg-descr
Normal file
@ -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
|
1
audio/beep/pkg-plist
Normal file
1
audio/beep/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/beep
|
Loading…
Reference in New Issue
Block a user