Bug 236633

Summary: [new port] comms/dsd: Decode several digital voice formats
Product: Ports & Packages Reporter: takefu
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: hamradio, swills, yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
dsd-1.6.0.shar
none
dsd-1.6.0.shar none

Description takefu 2019-03-19 08:03:51 UTC
Created attachment 202976 [details]
dsd-1.6.0.shar

DSD is able to decode several digital voice formats from discriminator tap audio and synthesize the decoded speech.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2019-03-19 16:09:22 UTC
Patching is overly complex.

DEST_BASE in the makefile can be replaced by simply adding MAKE_ARGS=DEST_BASE=...

/usr/local in the Makefile can be replaced with $(PREFIX), etc.

No need to define tags %%TAG%% and then replace them.
Comment 2 takefu 2019-03-20 01:00:18 UTC
Created attachment 202992 [details]
dsd-1.6.0.shar

%% TAG%% I'm getting better without rewriting it. :-)
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2019-03-20 01:28:10 UTC
> ===>   dsd-1.6.0 depends on shared library: libmbe.so - not found

Please always run 'make stage-qa && make check-plist'.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2019-03-20 16:35:42 UTC
stage-qa breaks:
> chgrp uucp /wrkdirs/usr/ports/comms/dsd/work/stage/usr/local/bin/dsd
> chgrp: you are not a member of group uucp
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-05-30 03:03:35 UTC
A commit references this bug:

Author: swills
Date: Thu May 30 03:03:08 UTC 2019
New revision: 503029
URL: https://svnweb.freebsd.org/changeset/ports/503029

Log:
  comms/dsd: create port

  DSD is able to decode several digital voice formats from discriminator
  tap audio and synthesize the decoded speech.

  WWW: https://github.com/szechyjs/dsd

  PR:		236633
  Submitted by:	takefu@airport.fm

Changes:
  head/comms/Makefile
  head/comms/dsd/
  head/comms/dsd/Makefile
  head/comms/dsd/distinfo
  head/comms/dsd/pkg-descr
Comment 6 Steve Wills freebsd_committer freebsd_triage 2019-05-30 03:04:53 UTC
Committed, thanks!