From owner-svn-ports-all@freebsd.org Mon Apr 20 00:59:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2FBAF2B0D1C; Mon, 20 Apr 2020 00:59:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4957d30JCTz4K7B; Mon, 20 Apr 2020 00:59:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0112E70CD; Mon, 20 Apr 2020 00:59:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03K0xIA5003505; Mon, 20 Apr 2020 00:59:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03K0xIng003501; Mon, 20 Apr 2020 00:59:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004200059.03K0xIng003501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 20 Apr 2020 00:59:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532170 - in head/audio: . lv2proc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . lv2proc X-SVN-Commit-Revision: 532170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2020 00:59:19 -0000 Author: yuri Date: Mon Apr 20 00:59:17 2020 New Revision: 532170 URL: https://svnweb.freebsd.org/changeset/ports/532170 Log: New port: audio/lv2proc: Simple command line effect processor using LV2 plugins Added: head/audio/lv2proc/ head/audio/lv2proc/Makefile (contents, props changed) head/audio/lv2proc/distinfo (contents, props changed) head/audio/lv2proc/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Apr 20 00:47:24 2020 (r532169) +++ head/audio/Makefile Mon Apr 20 00:59:17 2020 (r532170) @@ -473,6 +473,7 @@ SUBDIR += lv2 SUBDIR += lv2file SUBDIR += lv2lint + SUBDIR += lv2proc SUBDIR += lvtk SUBDIR += lxmusic SUBDIR += mac Added: head/audio/lv2proc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lv2proc/Makefile Mon Apr 20 00:59:17 2020 (r532170) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= lv2proc +DISTVERSION= 0.5.1 +CATEGORIES= audio +MASTER_SITES= SF/naspro/naspro/${DISTVERSION}/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple command line effect processor using LV2 plugins + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libserd-0.so:devel/serd \ + libsndfile.so:audio/libsndfile \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom + +USES= gmake pkgconfig tar:bz2 +GNU_CONFIGURE= yes + +PLIST_FILES= bin/lv2proc \ + man/man1/lv2proc.1.gz + +.include Added: head/audio/lv2proc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lv2proc/distinfo Mon Apr 20 00:59:17 2020 (r532170) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587343337 +SHA256 (lv2proc-0.5.1.tar.bz2) = 8c21a2a54a4c36f023e217ffa5debf34b88daa90cbe43549b05aa8e30c8d684c +SIZE (lv2proc-0.5.1.tar.bz2) = 96602 Added: head/audio/lv2proc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lv2proc/pkg-descr Mon Apr 20 00:59:17 2020 (r532170) @@ -0,0 +1,3 @@ +Simple command line effect processor using LV2 plugins. + +WWW: https://sourceforge.net/projects/naspro/