From owner-cvs-all@FreeBSD.ORG Tue Dec 29 11:08:56 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DE89106566C; Tue, 29 Dec 2009 11:08:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F3688FC12; Tue, 29 Dec 2009 11:08:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBTB8uVC062678; Tue, 29 Dec 2009 11:08:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBTB8uWA062677; Tue, 29 Dec 2009 11:08:56 GMT (envelope-from miwi) Message-Id: <200912291108.nBTB8uWA062677@repoman.freebsd.org> From: Martin Wilke Date: Tue, 29 Dec 2009 11:08:56 +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/arss Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 11:08:56 -0000 miwi 2009-12-29 11:08:56 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/arss Makefile distinfo pkg-descr Log: The Analysis & Resynthesis Sound Spectrograph (formerly known as the Analysis & Reconstruction Sound Engine), or ARSS, is a program that analyses a sound file into a spectrogram and is able to synthesise this spectrogram, or any other user-created image, back into a sound. ARSS is now superseded by Photosounder, which makes use of most of the techniques offered by ARSS in a simple to use and powerful graphical user interface and built in editor. WWW: http://arss.sourceforge.net/ PR: ports/142062 Submitted by: Timothy Beyer Revision Changes Path 1.1082 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/arss/Makefile (new) 1.1 +3 -0 ports/audio/arss/distinfo (new) 1.1 +10 -0 ports/audio/arss/pkg-descr (new)