From owner-cvs-ports@FreeBSD.ORG Sun Aug 24 18:04:07 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1DFE106564A; Sun, 24 Aug 2008 18:04:07 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D31478FC1A; Sun, 24 Aug 2008 18:04:07 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7OI47sv038683; Sun, 24 Aug 2008 18:04:07 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7OI47jE038682; Sun, 24 Aug 2008 18:04:07 GMT (envelope-from trasz) Message-Id: <200808241804.m7OI47jE038682@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Sun, 24 Aug 2008 18:04:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/aubio Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 24 Aug 2008 18:04:08 -0000 trasz 2008-08-24 18:04:07 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/aubio Makefile distinfo pkg-descr pkg-plist Log: aubio is a library for audio labelling. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. The name aubio comes from 'audio' with a typo: several transcription errors are likely to be found in the results too. The aim of this project is to provide these automatic labelling features to other audio softwares. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments. WWW: http://aubio.org/ Revision Changes Path 1.980 +1 -0 ports/audio/Makefile 1.1 +30 -0 ports/audio/aubio/Makefile (new) 1.1 +3 -0 ports/audio/aubio/distinfo (new) 1.1 +12 -0 ports/audio/aubio/pkg-descr (new) 1.1 +53 -0 ports/audio/aubio/pkg-plist (new)