mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
2dc5f66b42
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
37 lines
1.0 KiB
Makefile
37 lines
1.0 KiB
Makefile
PORTNAME= crip
|
|
PORTVERSION= 3.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://bach.dynet.com/crip/src/
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \
|
|
cdparanoia:audio/cdparanoia \
|
|
oggenc:audio/vorbis-tools \
|
|
vorbisgain:audio/vorbisgain
|
|
|
|
SOX_RUN_DEPENDS+= sox:audio/sox
|
|
PORTDOCS= Changelog README criprc_example
|
|
|
|
USES= shebangfix perl5
|
|
SHEBANG_FILES= crip editcomment editfilenames
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/crip ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/editcomment ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/editfilenames ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|