Bug 221226 - [NEW PORT] audio/sherlock-lv2: Investigative LV2 plugin bundle
Summary: [NEW PORT] audio/sherlock-lv2: Investigative LV2 plugin bundle
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Richard Gallamore
URL:
Keywords: feature
Depends on:
Blocks:
 
Reported: 2017-08-04 18:25 UTC by Yuri Victorovich
Modified: 2017-08-19 18:16 UTC (History)
1 user (show)

See Also:


Attachments
shar (3.67 KB, text/plain)
2017-08-04 18:25 UTC, Yuri Victorovich
no flags Details
shar (3.68 KB, text/plain)
2017-08-11 05:53 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!