mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
audio/mp3rename: Remove expired port
audio/mp3rename
This commit is contained in:
parent
9aac520173
commit
ed6629a45f
1
MOVED
1
MOVED
@ -2998,3 +2998,4 @@ devel/py-setuptools_scm|devel/py-setuptools-scm|2024-02-29|Package name changed
|
||||
audio/sweep||2024-02-29|Has expired: Abandonware, last release in 2008 and upstream is dead. Consider using audio/audacity
|
||||
audio/gnormalize||2024-02-29|Has expired: Last release in 2008, upstream is dead, depends on deprecated library GTK2 and uses legacy workarounds that can potentially cause lossy conversions. Consider using audio/rsgain and audio/cyanrip
|
||||
audio/mp3ck||2024-02-29|Has expired: Last release in 2005 and dead upstream, consider using multimedia/ffmpeg
|
||||
audio/mp3rename||2024-02-29|Has expired: Doesn't support ID3v2 tags properly
|
||||
|
@ -481,7 +481,6 @@
|
||||
SUBDIR += mp3lint
|
||||
SUBDIR += mp3mover
|
||||
SUBDIR += mp3plot
|
||||
SUBDIR += mp3rename
|
||||
SUBDIR += mp3riot
|
||||
SUBDIR += mp3splt
|
||||
SUBDIR += mp3stat
|
||||
|
@ -1,25 +0,0 @@
|
||||
PORTNAME= mp3rename
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= DEBIAN_POOL
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Renaming program for MP3 files based on their ID3 tag
|
||||
|
||||
DEPRECATED= Doesn't support ID3v2 tags properly
|
||||
EXPIRATION_DATE=2024-02-29
|
||||
|
||||
CONFLICTS_INSTALL= p5-MP3-Tag-Utils # bin/mp3rename
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
|
||||
|
||||
PLIST_FILES= bin/mp3rename
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -o mp3rename mp3rename.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mp3rename ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (mp3rename_0.6.orig.tar.gz) = 3bd0c73d542901a012ace7a16957ff79a8b297ed98a412004320a22dcfdc8c5e
|
||||
SIZE (mp3rename_0.6.orig.tar.gz) = 11061
|
@ -1,3 +0,0 @@
|
||||
This program renames mp3's based on their id3tag,
|
||||
it also allows to change id3tags and you can specify
|
||||
your own mp3 filename look.
|
Loading…
Reference in New Issue
Block a user