From owner-svn-ports-all@freebsd.org Sun Aug 13 22:34:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C68BDDDF770; Sun, 13 Aug 2017 22:34:01 +0000 (UTC) (envelope-from ultima@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 mx1.freebsd.org (Postfix) with ESMTPS id 9FF04203E; Sun, 13 Aug 2017 22:34:01 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7DMY0Ex005515; Sun, 13 Aug 2017 22:34:00 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7DMY05q005510; Sun, 13 Aug 2017 22:34:00 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708132234.v7DMY05q005510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sun, 13 Aug 2017 22:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447921 - in head/audio: . lvtk X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/audio: . lvtk X-SVN-Commit-Revision: 447921 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.23 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: Sun, 13 Aug 2017 22:34:01 -0000 Author: ultima Date: Sun Aug 13 22:34:00 2017 New Revision: 447921 URL: https://svnweb.freebsd.org/changeset/ports/447921 Log: This toolkit contains libraries that wrap the LV2 C API and extensions into easy to use C++ classes. The original work for this was mostly done by Lars Luthman in lv2-c++-tools. WWW: https://github.com/lvtk/lvtk PR: 221272 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12013 Added: head/audio/lvtk/ head/audio/lvtk/Makefile (contents, props changed) head/audio/lvtk/distinfo (contents, props changed) head/audio/lvtk/pkg-descr (contents, props changed) head/audio/lvtk/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Aug 13 22:31:58 2017 (r447920) +++ head/audio/Makefile Sun Aug 13 22:34:00 2017 (r447921) @@ -470,6 +470,7 @@ SUBDIR += lpac SUBDIR += lua51-mpd SUBDIR += lv2 + SUBDIR += lvtk SUBDIR += lxmusic SUBDIR += mac SUBDIR += madfufw Added: head/audio/lvtk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lvtk/Makefile Sun Aug 13 22:34:00 2017 (r447921) @@ -0,0 +1,21 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= lvtk +PORTVERSION= 1.2.0 +CATEGORIES= audio + +MAINTAINER= yuri@rawbw.com +COMMENT= Wraps the LV2 C API and extensions into easy to use C++ classes + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + ${LOCALBASE}/include/gtkmm-2.4/gtkmm.h:x11-toolkits/gtkmm24 + +USES= waf pkgconfig +USE_GITHUB= yes +GH_TAGNAME= 7c0ffdf + +.include Added: head/audio/lvtk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lvtk/distinfo Sun Aug 13 22:34:00 2017 (r447921) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502006846 +SHA256 (lvtk-lvtk-1.2.0-7c0ffdf_GH0.tar.gz) = a23a3f72637334fb82a141c6b117d91a68e54b84a1737ddc03422b572e55f9b4 +SIZE (lvtk-lvtk-1.2.0-7c0ffdf_GH0.tar.gz) = 188503 Added: head/audio/lvtk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lvtk/pkg-descr Sun Aug 13 22:34:00 2017 (r447921) @@ -0,0 +1,5 @@ +This toolkit contains libraries that wrap the LV2 C API and extensions into +easy to use C++ classes. The original work for this was mostly done by +Lars Luthman in lv2-c++-tools. + +WWW: https://github.com/lvtk/lvtk Added: head/audio/lvtk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lvtk/pkg-plist Sun Aug 13 22:34:00 2017 (r447921) @@ -0,0 +1,38 @@ +include/lvtk-2/lvtk/behaviors/write_midi.hpp +include/lvtk-2/lvtk/ext/atom.hpp +include/lvtk-2/lvtk/ext/bufsize.hpp +include/lvtk-2/lvtk/ext/common.h +include/lvtk-2/lvtk/ext/data_access.hpp +include/lvtk-2/lvtk/ext/event.hpp +include/lvtk-2/lvtk/ext/extra.hpp +include/lvtk-2/lvtk/ext/idle_interface.hpp +include/lvtk-2/lvtk/ext/instance_access.hpp +include/lvtk-2/lvtk/ext/log.hpp +include/lvtk-2/lvtk/ext/midi.hpp +include/lvtk-2/lvtk/ext/morph.hpp +include/lvtk-2/lvtk/ext/options.hpp +include/lvtk-2/lvtk/ext/patch.hpp +include/lvtk-2/lvtk/ext/resize_port.hpp +include/lvtk-2/lvtk/ext/state.hpp +include/lvtk-2/lvtk/ext/time.hpp +include/lvtk-2/lvtk/ext/units.hpp +include/lvtk-2/lvtk/ext/urid.hpp +include/lvtk-2/lvtk/ext/urimap.hpp +include/lvtk-2/lvtk/ext/worker.hpp +include/lvtk-2/lvtk/feature.hpp +include/lvtk-2/lvtk/gtkui.hpp +include/lvtk-2/lvtk/lvtk.hpp +include/lvtk-2/lvtk/plugin.hpp +include/lvtk-2/lvtk/private/debug.hpp +include/lvtk-2/lvtk/private/types.hpp +include/lvtk-2/lvtk/private/ui_features.hpp +include/lvtk-2/lvtk/qt4ui.hpp +include/lvtk-2/lvtk/synth.hpp +include/lvtk-2/lvtk/ui.hpp +include/lvtk-2/lvtk/version.h +lib/liblvtk_plugin2.a +lib/liblvtk_ui2.a +libdata/pkgconfig/lvtk-2.pc +libdata/pkgconfig/lvtk-gtkui-2.pc +libdata/pkgconfig/lvtk-plugin-2.pc +libdata/pkgconfig/lvtk-ui-2.pc