Created attachment 243829 [details] puddletag-2.2.0.patch Description: puddletag is an audio tag editor (primarily created) for GNU/Linux similar to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable. The usual tag editor features are supported like extracting tag information from filenames, renaming files based on their tags by using patterns and basic tag editing. Then there're Functions, which can do things like replace text, trim it, do case conversions, etc. Actions can automate repetitive tasks. Doing web lookups using Amazon (including cover art), Discogs (does cover art too!), FreeDB and MusicBrainz is also supported. Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv). WWW: https://puddletag.net QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.2-RELEASE, amd64)
LGTM
Seems pretty much to be identical to Picard?
URL is also dead so that needs to be fixed...
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=93ad9829d84901f0407e800f21c4e29254ec67ac commit 93ad9829d84901f0407e800f21c4e29254ec67ac Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-08-03 23:02:23 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-06 12:42:46 +0000 audio/puddletag: New port: Powerful, simple, audio tag editor puddletag is an audio tag editor (primarily created) for GNU/Linux similar to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable. The usual tag editor features are supported like extracting tag information from filenames, renaming files based on their tags by using patterns and basic tag editing. Then there're Functions, which can do things like replace text, trim it, do case conversions, etc. Actions can automate repetitive tasks. Doing web lookups using Amazon (including cover art), Discogs (does cover art too!), FreeDB and MusicBrainz is also supported. Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and WavPack (wv). WWW: https://puddletag.net PR: 272925 MOVED | 1 - audio/Makefile | 1 + audio/puddletag/Makefile (new) | 25 +++++++++++++++++++++++++ audio/puddletag/distinfo (new) | 3 +++ audio/puddletag/pkg-descr (new) | 17 +++++++++++++++++ 5 files changed, 46 insertions(+), 1 deletion(-)
Thank you for your contribution.