Created attachment 224820 [details] v1 Pamixer is a tiny console-only software used to control pulseaudio mixer. WWW: https://github.com/cdemoulins/pamixer
Created attachment 224839 [details] patch with some refinements, v2 Hi Daniel, Thanks for the patch of this interesting small tool. I had a look at the patch and did some changes: - As a new port it needs an entry in audio/Makefile - Using USE_GITHUB to access a commit between two versions, like described in Portes Handbook, Example 5.14 - Move the only two files from pkg-plist to PLIST_FILES - Suggested text for a bit more description of the port in pkg-descr This patch is tested on Poudriere and with portlint and portclippy already and seems to build and install as expected. If you are fine with these changes, I would commit the patch. Otherwise, feel free to make further changes if you want to. Best wishes, Rainer
I think it's fine.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb229ba83e23a5a9c8462a23549bc1567d794a66 commit cb229ba83e23a5a9c8462a23549bc1567d794a66 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-05-18 05:14:49 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-05-18 05:17:36 +0000 New port: audio/pamixer: Console-only mixer for pulseaudio https://github.com/cdemoulins/pamixer PR: 255761 Reported by: Daniel Menelkir <menelkir@itroll.org> (maintainer) audio/Makefile | 1 + audio/pamixer/Makefile (new) | 23 +++++++++++++++++++++++ audio/pamixer/distinfo (new) | 3 +++ audio/pamixer/pkg-descr (new) | 18 ++++++++++++++++++ 4 files changed, 45 insertions(+)
Committed, thanks :)