Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2002 08:04:39 -0700 (PDT)
From:      Tyler Spivey <tspivey8@telus.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39062: beep: beep for a pitch and duration
Message-ID:  <200206091504.g59F4dPC013639@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         39062
>Category:       ports
>Synopsis:       beep: beep for a pitch and duration
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 09 08:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tyler Spivey
>Release:        4.5
>Organization:
>Environment:
FreeBSD fast 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Jun  8 18:46:44 GMT 2002     root@fast:/usr/src/sys/compile/FAST  i386
>Description:
new port.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	beep
#	beep/Makefile
#	beep/pkg-comment
#	beep/pkg-descr
#	beep/pkg-plist
#	beep/distinfo
#
echo c - beep
mkdir -p beep > /dev/null 2>&1
echo x - beep/Makefile
sed 's/^X//' >beep/Makefile << 'END-of-beep/Makefile'
X# Name: beep
X# Date: June 9, 2002
X# Whom: Tyler Spivey
X#$FreeBSD$
X
XPORTNAME = beep
XPORTVERSION = 1.0
XCATEGORIES = audio
XMASTER_SITES = \
Xftp://ftp.ugh.net.au/pub/unix/beep/
X
XWRKSRC=     ${WRKDIR}/${PORTNAME}
XMAINTAINER = tspivey8@telus.net
XMAN1 = beep.1
XMANCOMPRESSED = yes
X.include <bsd.port.mk>
END-of-beep/Makefile
echo x - beep/pkg-comment
sed 's/^X//' >beep/pkg-comment << 'END-of-beep/pkg-comment'
XBeeps a certain duration and pitch out of the PC Speaker
END-of-beep/pkg-comment
echo x - beep/pkg-descr
sed 's/^X//' >beep/pkg-descr << 'END-of-beep/pkg-descr'
XThis program will beep, using a 
Xduration and pitch specified on the command line or the program's defaults.
X
X- Tyler Spivey
Xtspivey8@telus.net
END-of-beep/pkg-descr
echo x - beep/pkg-plist
sed 's/^X//' >beep/pkg-plist << 'END-of-beep/pkg-plist'
Xbin/beep
END-of-beep/pkg-plist
echo x - beep/distinfo
sed 's/^X//' >beep/distinfo << 'END-of-beep/distinfo'
XMD5 (beep-1.0.tar.gz) = 4e473b0922445d8dbd7103c24f47dc23
END-of-beep/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206091504.g59F4dPC013639>