From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:26:53 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 A433116A4CE; Sun, 28 Nov 2004 17:26:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE4643D49; Sun, 28 Nov 2004 17:26:53 +0000 (GMT) (envelope-from pav@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 iASHQrDJ025193; Sun, 28 Nov 2004 17:26:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHQrcX025192; Sun, 28 Nov 2004 17:26:53 GMT (envelope-from pav) Message-Id: <200411281726.iASHQrcX025192@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 17:26:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/listener Makefile distinfo pkg-descr pkg-plist ports/audio/listener/files patch-Makefile 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: Sun, 28 Nov 2004 17:26:53 -0000 pav 2004-11-28 17:26:53 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/listener Makefile distinfo pkg-descr pkg-plist audio/listener/files patch-Makefile Log: Add listener, a typical security-related program like the motion package (which detects motion on a Webcam): it listens for sound. If it detects any, it starts recording until the sound stops (or a bit later, which is configurable). It stores the audio in .WAV files. PR: ports/74348 Submitted by: David Thiel Revision Changes Path 1.570 +1 -0 ports/audio/Makefile 1.1 +28 -0 ports/audio/listener/Makefile (new) 1.1 +2 -0 ports/audio/listener/distinfo (new) 1.1 +34 -0 ports/audio/listener/files/patch-Makefile (new) 1.1 +6 -0 ports/audio/listener/pkg-descr (new) 1.1 +5 -0 ports/audio/listener/pkg-plist (new)