From owner-cvs-all@FreeBSD.ORG Tue Jan 19 23:24:45 2010 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 00F62106566B; Tue, 19 Jan 2010 23:24:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9AD98FC08; Tue, 19 Jan 2010 23:24:44 +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 o0JNOiqO038376; Tue, 19 Jan 2010 23:24:44 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0JNOieQ038375; Tue, 19 Jan 2010 23:24:44 GMT (envelope-from wen) Message-Id: <201001192324.o0JNOieQ038375@repoman.freebsd.org> From: Wen Heping Date: Tue, 19 Jan 2010 23:24:44 +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/liquidsoap Makefile distinfo pkg-descr pkg-plist ports/audio/liquidsoap/files liquidsoap.sh.in patch-Makefile.in patch-liquidsoap-0.9.2__Makefile patch-liquidsoap-0.9.2__Makefile.defs.in patch-liquidsoap-0.9.2__examples__Makefile patch-ocaml-faad-0.1.3__bootstrap ... 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, 19 Jan 2010 23:24:45 -0000 wen 2010-01-19 23:24:44 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/liquidsoap Makefile distinfo pkg-descr pkg-plist audio/liquidsoap/files liquidsoap.sh.in patch-Makefile.in patch-liquidsoap-0.9.2__Makefile patch-liquidsoap-0.9.2__Makefile.defs.in patch-liquidsoap-0.9.2__examples__Makefile patch-ocaml-faad-0.1.3__bootstrap patch-ocaml-faad-0.1.3__configure.ac patch-ocaml-faad-0.1.3__src__Makefile.in patch-ocaml-faad-0.1.3__src__faad_stubs.c patch-ocaml-soundtouch-0.1.5__configure.ac patch-ocaml-soundtouch-0.1.5__src__Makefile.in pkg-install.in Log: Liquidsoap is the audio stream generator of the Savonet project, notably used for generating the stream of netradios. It has tons of features, it's free and it's open-source! Liquidsoap lets you to describe your streams in a powerful and flexible way. Allowing arbitrarily deep-nested composition of streams, it gives you more power than you need for creating an original netradio. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together. WWW: http://savonet.sourceforge.net/ PR: ports/142546 Submitted by: Mykola Dzham Revision Changes Path 1.1089 +1 -0 ports/audio/Makefile 1.1 +148 -0 ports/audio/liquidsoap/Makefile (new) 1.1 +3 -0 ports/audio/liquidsoap/distinfo (new) 1.1 +32 -0 ports/audio/liquidsoap/files/liquidsoap.sh.in (new) 1.1 +25 -0 ports/audio/liquidsoap/files/patch-Makefile.in (new) 1.1 +13 -0 ports/audio/liquidsoap/files/patch-liquidsoap-0.9.2__Makefile (new) 1.1 +10 -0 ports/audio/liquidsoap/files/patch-liquidsoap-0.9.2__Makefile.defs.in (new) 1.1 +10 -0 ports/audio/liquidsoap/files/patch-liquidsoap-0.9.2__examples__Makefile (new) 1.1 +10 -0 ports/audio/liquidsoap/files/patch-ocaml-faad-0.1.3__bootstrap (new) 1.1 +14 -0 ports/audio/liquidsoap/files/patch-ocaml-faad-0.1.3__configure.ac (new) 1.1 +10 -0 ports/audio/liquidsoap/files/patch-ocaml-faad-0.1.3__src__Makefile.in (new) 1.1 +10 -0 ports/audio/liquidsoap/files/patch-ocaml-faad-0.1.3__src__faad_stubs.c (new) 1.1 +11 -0 ports/audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__configure.ac (new) 1.1 +11 -0 ports/audio/liquidsoap/files/patch-ocaml-soundtouch-0.1.5__src__Makefile.in (new) 1.1 +40 -0 ports/audio/liquidsoap/files/pkg-install.in (new) 1.1 +9 -0 ports/audio/liquidsoap/pkg-descr (new) 1.1 +248 -0 ports/audio/liquidsoap/pkg-plist (new)