From owner-cvs-all@FreeBSD.ORG Sun Nov 23 22:52:44 2008 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 869F01065672; Sun, 23 Nov 2008 22:52:44 +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 746EE8FC22; Sun, 23 Nov 2008 22:52:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mANMqiiG047321; Sun, 23 Nov 2008 22:52:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mANMqitS047320; Sun, 23 Nov 2008 22:52:44 GMT (envelope-from miwi) Message-Id: <200811232252.mANMqitS047320@repoman.freebsd.org> From: Martin Wilke Date: Sun, 23 Nov 2008 22:52: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/lv2core Makefile distinfo pkg-descr pkg-plist ports/audio/lv2core/files patch-autowaf.py 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: Sun, 23 Nov 2008 22:52:44 -0000 miwi 2008-11-23 22:52:44 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/lv2core Makefile distinfo pkg-descr pkg-plist audio/lv2core/files patch-autowaf.py Log: LV2 is a standard for plugins and matching host applications, mainly targeted at audio processing and generation. LV2 is a simple but extensible successor of LADSPA, intended to address the limitations of LADSPA which many applications have outgrown. WWW: http://lv2plug.in/ PR: ports/129026 Submitted by: xaimus Revision Changes Path 1.1001 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/lv2core/Makefile (new) 1.1 +3 -0 ports/audio/lv2core/distinfo (new) 1.1 +11 -0 ports/audio/lv2core/files/patch-autowaf.py (new) 1.1 +6 -0 ports/audio/lv2core/pkg-descr (new) 1.1 +6 -0 ports/audio/lv2core/pkg-plist (new)