diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-12-27 23:38:51 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2022-12-27 23:49:04 +0000 |
commit | 2dc5f66b42268a1a202c48a8071e8dde08655075 (patch) | |
tree | 82a9559dd75eaf10d33f1428148a7ec2776f70b6 | |
parent | 4111a7af8836b9b0da73627e9f06d5dd4c8aee91 (diff) | |
download | ports-2dc5f66b42268a1a202c48a8071e8dde08655075.tar.gz ports-2dc5f66b42268a1a202c48a8071e8dde08655075.zip |
audio/crip: mark deprecated and prepare to remove
While the upstream distfile is still available, the last release was in
2007. The world has moved on since then. CDDB is legacy at best, and
freedb is dead so tagging is completely broken. crip has very limited
codec support, no checksum verification, isn't aware of pregrap, doesn't
use replaygain etc.
Suggest alternatives to any remaining users and set a removal date of
2023-03-31.
PR: 268577
-rw-r--r-- | audio/crip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/crip/Makefile b/audio/crip/Makefile index f1e4ab66712e..410ccca29975 100644 --- a/audio/crip/Makefile +++ b/audio/crip/Makefile @@ -8,6 +8,9 @@ MAINTAINER= philip@FreeBSD.org COMMENT= Terminal-based ripper/encoder/tagger WWW= http://bach.dynet.com/crip/ +DEPRECATED= Abandonware, last release in 2007. Please consider using audio/cyanrip or audio/abcde +EXPIRATION_DATE=2023-03-31 + OPTIONS_DEFINE= SOX DOCS SOX_DESC= SoX audio support |