Bug 221226

Summary: [NEW PORT] audio/sherlock-lv2: Investigative LV2 plugin bundle
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Richard Gallamore <ultima>
Status: Closed FIXED    
Severity: Affects Only Me CC: ultima
Priority: --- Keywords: feature
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar
none
shar none

Description Yuri Victorovich freebsd_committer freebsd_triage 2017-08-04 18:25:33 UTC
Created attachment 185025 [details]
shar

QAs:
* pourdriere
* portlint
* runs fine
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2017-08-11 05:53:50 UTC
Created attachment 185264 [details]
shar
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-08-19 06:14:52 UTC
Looks good, CMAKE_ARGS=	-DCMAKE_BUILD_TYPE="Release" is redundant with USES= cmake though, was removed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-08-19 17:50:41 UTC
A commit references this bug:

Author: ultima
Date: Sat Aug 19 17:49:44 UTC 2017
New revision: 448346
URL: https://svnweb.freebsd.org/changeset/ports/448346

Log:
  A set of utilities to inspect other plugins:
  * The Atom Inspector is meant as a monitor/debug tool for LV2 plugin and
    host authors. It captures all Atom events sent to its event input port
    and presents them on its user interface for convenient nested browsing.
  * The MIDI Inspector is meant as a monitor/debug tool for LV2 plugin and
    host authors. It captures all MIDI events sent to its event input port
    and presents them on its user interface for convenient nested browsing.
  * The OSC Inspector is meant as a monitor/debug tool for LV2 plugin and
    host authors. It captures all OSC events sent to its event input port
    and presents them on its user interface for convenient nested browsing.

  WWW: https://open-music-kontrollers.ch/lv2/sherlock/

  PR:		221226
  Submitted by:	Yuri Victorovich (maintainer)
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12080

Changes:
  head/audio/Makefile
  head/audio/sherlock-lv2/
  head/audio/sherlock-lv2/Makefile
  head/audio/sherlock-lv2/distinfo
  head/audio/sherlock-lv2/files/
  head/audio/sherlock-lv2/files/patch-pugl_pugl_pugl__x11.c
  head/audio/sherlock-lv2/pkg-descr
  head/audio/sherlock-lv2/pkg-plist
Comment 4 Richard Gallamore freebsd_committer freebsd_triage 2017-08-19 18:16:10 UTC
Committed, thanks!