From owner-freebsd-ports Sun Jun 9 11:40:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1DF237B405 for ; Sun, 9 Jun 2002 11:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g59Ie2493360; Sun, 9 Jun 2002 11:40:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 9 Jun 2002 11:40:02 -0700 (PDT) Message-Id: <200206091840.g59Ie2493360@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: tyler spivey Subject: Re: ports/39062 Reply-To: tyler spivey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39062; it has been noted by GNATS. From: tyler spivey To: bug-followup@freebsd.org Cc: Subject: Re: ports/39062 Date: Sun, 9 Jun 2002 12:39:07 -0600 new shar archive to fix errors: # 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/ X XMAINTAINER= tspivey8@telus.net X XMAN1= beep.1 XMANCOMPRESSED= maybe XWRKSRC= ${WRKDIR}/${PORTNAME} X.include 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