From owner-cvs-all@FreeBSD.ORG Thu Dec 23 06:43:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8033316A4CE; Thu, 23 Dec 2004 06:43:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6956E43D4C; Thu, 23 Dec 2004 06:43:40 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBN6he5B018973; Thu, 23 Dec 2004 06:43:40 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBN6hemZ018972; Thu, 23 Dec 2004 06:43:40 GMT (envelope-from edwin) Message-Id: <200412230643.iBN6hemZ018972@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 23 Dec 2004 06:43:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/xbelld Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 06:43:40 -0000 edwin 2004-12-23 06:43:40 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/xbelld Makefile distinfo pkg-descr pkg-message Log: New port: x11/xbelld BellD is a small daemon for replacing the standard X Window System terminal bell with a more interesting set of sounds. This is useful for systems where the terminal bell is handled by the "PC Speaker," or where different sounds are desired for different classes of X clients. XBellD works by intercepting terminal bell requests on the server side, and then playing user-specified sounds through a PCM capable soundcard. The resource class of the client making a terminal bell request is used to match a corresponding sound file which should be played when such a request is made. WWW: http://www.meowfishies.com/xbelld.rhtml PR: ports/71815 Submitted by: Nosov Artem Revision Changes Path 1.536 +1 -0 ports/x11/Makefile 1.1 +31 -0 ports/x11/xbelld/Makefile (new) 1.1 +2 -0 ports/x11/xbelld/distinfo (new) 1.1 +16 -0 ports/x11/xbelld/pkg-descr (new) 1.1 +14 -0 ports/x11/xbelld/pkg-message (new)