From owner-cvs-all@FreeBSD.ORG Sat Jul 2 07:11:53 2011 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 A750F1065686; Sat, 2 Jul 2011 07:11:53 +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 976888FC22; Sat, 2 Jul 2011 07:11:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p627BrkX018688; Sat, 2 Jul 2011 07:11:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p627BrVR018687; Sat, 2 Jul 2011 07:11:53 GMT (envelope-from miwi) Message-Id: <201107020711.p627BrVR018687@repoman.freebsd.org> From: Martin Wilke Date: Sat, 2 Jul 2011 07:11:53 +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/pure-audio Makefile distinfo pkg-descr pkg-plist 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: Sat, 02 Jul 2011 07:11:53 -0000 miwi 2011-07-02 07:11:53 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/pure-audio Makefile distinfo pkg-descr pkg-plist Log: pure-audio is a digital audio interface for the Pure programming language. It currently includes wrappers for PortAudio, FFTW3, libsndfile and libsamplerate, as well as a realtime module which gives Pure scripts access to realtime scheduling on systems which have a pthreads library with the POSIX realtime threads extension. WWW: http://docs.pure-lang.googlecode.com/hg/pure-audio.html PR: ports/156291 Submitted by: Zhihao Yuan Revision Changes Path 1.1175 +1 -0 ports/audio/Makefile 1.1 +46 -0 ports/audio/pure-audio/Makefile (new) 1.1 +2 -0 ports/audio/pure-audio/distinfo (new) 1.1 +7 -0 ports/audio/pure-audio/pkg-descr (new) 1.1 +11 -0 ports/audio/pure-audio/pkg-plist (new)