Date: Wed, 19 Jun 2002 16:10:05 -0700 (PDT) From: tyler spivey <tspivey8@telus.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39062: beep: beep for a pitch and duration Message-ID: <200206192310.g5JNA5N24930@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39062; it has been noted by GNATS. From: tyler spivey <tspivey8@telus.net> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39062: beep: beep for a pitch and duration Date: Wed, 19 Jun 2002 17:03:03 -0600 Here is an updated file, provides more master sites and fixes all portlint errors. command line used: portlint -abtN # 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# New ports collection makefile for: beep X# Date Created: 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/ \ Xftp://ftp.megamirror.com/pub/ugh/unix/beep/ \ Xhttp://ftp.megamirror.com/pub/ugh/unix/beep/ X XMAINTAINER= tspivey8@telus.net X XMAN1= beep.1 XMANCOMPRESSED= maybe XWRKSRC= ${WRKDIR}/${PORTNAME} 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 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?200206192310.g5JNA5N24930>