diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-04 22:08:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-04 22:08:13 +0000 |
commit | 0110b582469cbf74c7e80f2ed4ae4e376450d689 (patch) | |
tree | 336f9fb5cc66677e0e9868c41cbb2e0b9d3ee9a2 /audio/Makefile | |
parent | e6b8171730a0b653efb05344687e70bef1e2e1e7 (diff) | |
download | ports-0110b582469cbf74c7e80f2ed4ae4e376450d689.tar.gz ports-0110b582469cbf74c7e80f2ed4ae4e376450d689.zip |
Add Cantus, an mp3/ogg tagger.
Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files.
It has many features including mass tagging and renaming of MP3s, the ability to
generate a tag out of the filename, filter definitions for renaming, recursive
actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags,
and a lot more.
PR: ports/52607
Submitted by: Dmitry Dyomin <old@old.com.ua>
Notes
Notes:
svn path=/head/; revision=82295
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 47e7220935c4..f13ecd60b6cd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -27,6 +27,7 @@ SUBDIR += bonk SUBDIR += btc SUBDIR += cam + SUBDIR += cantus SUBDIR += ccaudio SUBDIR += cd-console SUBDIR += cd-discid |