1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +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:
Edwin Groothuis 2003-04-06 01:29:15 +00:00
parent f03c467d53
commit e773c4181e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78380
5 changed files with 29 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += autools
SUBDIR += autozen
SUBDIR += baudline
SUBDIR += beep
SUBDIR += bladeenc
SUBDIR += blop
SUBDIR += bonk

21
audio/beep/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
MD5 (beep-1.0.tar.gz) = 4e473b0922445d8dbd7103c24f47dc23

5
audio/beep/pkg-descr Normal file
View 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
View File

@ -0,0 +1 @@
bin/beep