From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 10 20:40:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 259EA16A4CE for ; Tue, 10 Aug 2004 20:40:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 076E943D49 for ; Tue, 10 Aug 2004 20:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7AKeSvI065746 for ; Tue, 10 Aug 2004 20:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7AKeSjc065745; Tue, 10 Aug 2004 20:40:28 GMT (envelope-from gnats) Resent-Date: Tue, 10 Aug 2004 20:40:28 GMT Resent-Message-Id: <200408102040.i7AKeSjc065745@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D62D16A4CE for ; Tue, 10 Aug 2004 20:32:40 +0000 (GMT) Received: from beaver.critical.ch (217-162-255-231.dclient.hispeed.ch [217.162.255.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9725E43D4C for ; Tue, 10 Aug 2004 20:32:37 +0000 (GMT) (envelope-from ehaupt@eha.no-ip.com) Received: from eha.no-ip.com (localhost [127.0.0.1]) by beaver.critical.ch (8.12.10/8.12.10) with ESMTP id i7AKWpQp051361 for ; Tue, 10 Aug 2004 22:32:53 +0200 (CEST) (envelope-from ehaupt@eha.no-ip.com) Received: (from root@localhost) by eha.no-ip.com (8.12.10/8.12.10/Submit) id i7AKWokt051360; Tue, 10 Aug 2004 22:32:50 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200408102032.i7AKWokt051360@eha.no-ip.com> Date: Tue, 10 Aug 2004 22:32:50 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70277: New port: audio/yell (A command line speaker bell using machine/speaker.h) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 20:40:29 -0000 >Number: 70277 >Category: ports >Synopsis: New port: audio/yell (A command line speaker bell using machine/speaker.h) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 10 20:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: Emanuel Haupt http://www.critical.ch >Environment: System: FreeBSD beaver.critical.ch 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Tue Jul 6 14:59:22 CEST 2004 root@beaver.critical.ch:/usr/obj/usr/src/sys/BEAVER i386 >Description: New port: audio/yell Yell is a little command line utility playing a short tune on your speaker device. I mainly use it to yell the "sysop" on a remote machine. It could also be used as a notification for finished tasks (eg. make buildworld && yell). # 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: # # yell # yell/pkg-descr # yell/distinfo # yell/Makefile # yell/pkg-message # echo c - yell mkdir -p yell > /dev/null 2>&1 echo x - yell/pkg-descr sed 's/^X//' >yell/pkg-descr << 'END-of-yell/pkg-descr' XYell is a little command line utility playing a short tune on your Xspeaker device. I mainly use it to yell the "sysop" on a remote Xmachine. It could also be used as a notification for finished tasks X(eg. make buildworld && yell). X XWWW: http://www.critical.ch/yell X X- ehaupt Xehaupt@critical.ch END-of-yell/pkg-descr echo x - yell/distinfo sed 's/^X//' >yell/distinfo << 'END-of-yell/distinfo' XMD5 (yell-1.0.tar.gz) = 63b682dd3e34e953197ef2294ad80a5f XSIZE (yell-1.0.tar.gz) = 914 END-of-yell/distinfo echo x - yell/Makefile sed 's/^X//' >yell/Makefile << 'END-of-yell/Makefile' X# New ports collection makefile for: yell X# Date created: 10 August 2004 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= yell XPORTVERSION= 1.0 XCATEGORIES= audio XMASTER_SITES= http://www.critical.ch/yell/ X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A command line speaker bell using machine/speaker.h X XPLIST_FILES= bin/yell X Xpre-everything:: X.if !defined(WITH_SUID) X @${ECHO_CMD} "" X @${ECHO_CMD} "You can define WITH_SUID if you want yell to be installed with" X @${ECHO_CMD} "the sticky bit (mode 4110)" X @${ECHO_CMD} "" X.endif X Xdo-build: X ${CC} ${WRKSRC}/yell.c ${CFLAGS} -o ${WRKSRC}/${PORTNAME} X Xdo-install: X.if defined(WITH_SUID) X ${INSTALL_PROGRAM} -m 4110 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X.else X ${INSTALL_PROGRAM} -m 0100 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-yell/Makefile echo x - yell/pkg-message sed 's/^X//' >yell/pkg-message << 'END-of-yell/pkg-message' X******************************************************************************* Xyell is now installed. Make sure that speaker.ko is loaded on your system. XUnder FreeBSD 5.x you can put atspeaker_load="YES" in your /boot/loader.conf. XYou can manually load speaker.ko by typing "kldload speaker" or recompile your Xkernel with "device speaker". X******************************************************************************* END-of-yell/pkg-message exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: