From owner-cvs-ports@FreeBSD.ORG Tue Jun 22 14:34:50 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9627516A4CE; Tue, 22 Jun 2004 14:34:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1C343D1D; Tue, 22 Jun 2004 14:34:50 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5MEYGDi087074; Tue, 22 Jun 2004 14:34:16 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5MEYGaX087073; Tue, 22 Jun 2004 14:34:16 GMT (envelope-from krion) Message-Id: <200406221434.i5MEYGaX087073@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 22 Jun 2004 14:34:16 +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/phatbeat Makefile distinfo pkg-descr pkg-plist ports/audio/phatbeat/files patch-Makefile patch-phatbeat.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 14:34:50 -0000 krion 2004-06-22 14:34:16 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/phatbeat Makefile distinfo pkg-descr pkg-plist audio/phatbeat/files patch-Makefile patch-phatbeat.cpp Log: Add phatbeat 1.1, In a nutshell, PhatBeat is a cross-platform (Linux and Windows) beat counter for use by collectors, producers, DJs, and others interested in beat-oriented music. For now it requires users to tap in the beat during listening, after which it calculates and displays the track's BPM and the size of a measure in seconds. PR: ports/68198 Submitted by: Jean-Yves Lefort Revision Changes Path 1.521 +1 -0 ports/audio/Makefile 1.1 +26 -0 ports/audio/phatbeat/Makefile (new) 1.1 +2 -0 ports/audio/phatbeat/distinfo (new) 1.1 +82 -0 ports/audio/phatbeat/files/patch-Makefile (new) 1.1 +12 -0 ports/audio/phatbeat/files/patch-phatbeat.cpp (new) 1.1 +10 -0 ports/audio/phatbeat/pkg-descr (new) 1.1 +28 -0 ports/audio/phatbeat/pkg-plist (new)