git: b737b29bc323 - main - audio/tagtool: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:01:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b737b29bc323e214ef8caa311ba87eb7f1d096ed commit b737b29bc323e214ef8caa311ba87eb7f1d096ed Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-25 13:35:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-30 23:59:33 +0000 audio/tagtool: Remove expired port: 2023-03-31 audio/tagtool: Abandonware and obsolete, doesn't properly support ID3v2 tagging --- MOVED | 1 + audio/Makefile | 1 - audio/tagtool/Makefile | 28 ------------------------ audio/tagtool/distinfo | 2 -- audio/tagtool/files/patch-configure | 21 ------------------ audio/tagtool/files/patch-src_Makefile.in | 11 ---------- audio/tagtool/files/patch-src_main.c | 10 --------- audio/tagtool/pkg-descr | 14 ------------ audio/tagtool/pkg-plist | 36 ------------------------------- 9 files changed, 1 insertion(+), 123 deletions(-) diff --git a/MOVED b/MOVED index 5e709b7a546b..51f6069be77e 100644 --- a/MOVED +++ b/MOVED @@ -17841,3 +17841,4 @@ audio/mp3c||2023-03-31|Has expired: Abandonware, last release in 2009. Please co audio/soundkonverter||2023-03-31|Has expired: Unsupported upstream, consider using audio/cyanrip or audio/abcde (ripping CDs), audio/rsgain (ReplayGain scanning) and multimedia/ffmpeg (transcoding) audio/splaytk||2023-03-31|Has expired: Abandonware, no development in 20 years and uses obsolete decoding library audio/splay||2023-03-31|Has expired: Abandonware, no development in 20 years and uses obsolete decoding library +audio/tagtool||2023-03-31|Has expired: Abandonware and obsolete, doesn't properly support ID3v2 tagging diff --git a/audio/Makefile b/audio/Makefile index 0e11432c5fb7..a821a7724ab2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -794,7 +794,6 @@ SUBDIR += taglib SUBDIR += taglib-extras SUBDIR += taglookup - SUBDIR += tagtool SUBDIR += tagutil SUBDIR += tamgamp-lv2 SUBDIR += tap-plugins diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile deleted file mode 100644 index 8ee428208738..000000000000 --- a/audio/tagtool/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= tagtool -PORTVERSION= 0.12.3 -PORTREVISION= 18 -CATEGORIES= audio -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME MP3/Ogg file tagger -WWW= http://pwp.netcabo.pt/paol/tagtool/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Abandonware and obsolete, doesn't properly support ID3v2 tagging -EXPIRATION_DATE=2023-03-31 - -LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex \ - libid3.so:audio/id3lib \ - libvorbis.so:audio/libvorbis - -USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \ - pathfix pkgconfig tar:bzip2 -USE_GNOME= intlhack libglade2 -GNU_CONFIGURE= yes - -LDFLAGS+= -lpthread -logg -lm - -.include <bsd.port.mk> diff --git a/audio/tagtool/distinfo b/audio/tagtool/distinfo deleted file mode 100644 index 5ba1c0cbc069..000000000000 --- a/audio/tagtool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tagtool-0.12.3.tar.bz2) = 273f41031dd2ad80c09d1865fdc71d9052831a5ce9cd8c53705cc518a9d3d411 -SIZE (tagtool-0.12.3.tar.bz2) = 303743 diff --git a/audio/tagtool/files/patch-configure b/audio/tagtool/files/patch-configure deleted file mode 100644 index a8874a3fcc05..000000000000 --- a/audio/tagtool/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2007-02-27 20:34:14 UTC -+++ configure -@@ -9044,8 +9044,10 @@ echo "${ECHO_T}$LINGUAS" >&6; } - - glib_save_prefix="$prefix" - glib_save_exec_prefix="$exec_prefix" -+glib_save_datarootdir="$datarootdir" - test "x$prefix" = xNONE && prefix=$ac_default_prefix - test "x$exec_prefix" = xNONE && exec_prefix=$prefix -+datarootdir=`eval echo "${datarootdir}"` - if test "x$CATOBJEXT" = "x.mo" ; then - localedir=`eval echo "${libdir}/locale"` - else -@@ -9053,6 +9055,7 @@ else - fi - prefix="$glib_save_prefix" - exec_prefix="$glib_save_exec_prefix" -+datarootdir="$glib_save_datarootdir" - - cat >>confdefs.h <<_ACEOF - #define LOCALEDIR "$localedir" diff --git a/audio/tagtool/files/patch-src_Makefile.in b/audio/tagtool/files/patch-src_Makefile.in deleted file mode 100644 index 6c2e8626b9c0..000000000000 --- a/audio/tagtool/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2007-02-27 20:34:13 UTC -+++ src/Makefile.in -@@ -193,7 +193,7 @@ tagtool_CFLAGS = -Wall -Wno-pointer-sign - ${vorbis_cflags} -DDATADIR='"$(datadir)/${PACKAGE_NAME}"' - - --tagtool_LDFLAGS = -export-dynamic -+tagtool_LDFLAGS = -export-dynamic -rdynamic - tagtool_LDADD = $(GTK_LIBS) - - tagtool_SOURCES = file_list.c file_list.h file_util.c file_util.h \ diff --git a/audio/tagtool/files/patch-src_main.c b/audio/tagtool/files/patch-src_main.c deleted file mode 100644 index e6a4e7882cf2..000000000000 --- a/audio/tagtool/files/patch-src_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main.c.orig 2006-12-17 18:01:22 UTC -+++ src/main.c -@@ -120,6 +120,7 @@ int main(int argc, char *argv[]) - } - } - -+ gtk_set_locale(); - gtk_init(&argc, &argv); - - if (argc > 1) diff --git a/audio/tagtool/pkg-descr b/audio/tagtool/pkg-descr deleted file mode 100644 index 6b28bea4c14b..000000000000 --- a/audio/tagtool/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Audio Tag Tool is a program to manage the information fields in MP3 and -Ogg Vorbis files, commonly called tags. Tag Tool can be used to edit tags -one-by-one, but the most useful features are the ability to easily tag or -rename hundreds of files at once, in any desired format. - -Tag Tool's features include: - * Tag Editor - * Multiple File Tagger - * Clear Tags - * Move/Rename Multiple Files - * Create Playlists - -The mass tag and mass rename features can handle filenames in any format -thanks to an easily configurable format template. diff --git a/audio/tagtool/pkg-plist b/audio/tagtool/pkg-plist deleted file mode 100644 index 358e10999ee9..000000000000 --- a/audio/tagtool/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/tagtool -share/applications/tagtool.desktop -share/icons/hicolor/48x48/apps/TagTool.png -share/icons/hicolor/scalable/apps/TagTool.svg -share/locale/bg/LC_MESSAGES/tagtool.mo -share/locale/cs/LC_MESSAGES/tagtool.mo -share/locale/de/LC_MESSAGES/tagtool.mo -share/locale/en_GB/LC_MESSAGES/tagtool.mo -share/locale/es/LC_MESSAGES/tagtool.mo -share/locale/fr/LC_MESSAGES/tagtool.mo -share/locale/it/LC_MESSAGES/tagtool.mo -share/locale/lt/LC_MESSAGES/tagtool.mo -share/locale/nl/LC_MESSAGES/tagtool.mo -share/locale/pl/LC_MESSAGES/tagtool.mo -share/locale/pt/LC_MESSAGES/tagtool.mo -share/locale/pt_BR/LC_MESSAGES/tagtool.mo -share/locale/ru/LC_MESSAGES/tagtool.mo -share/locale/sv/LC_MESSAGES/tagtool.mo -share/locale/ua/LC_MESSAGES/tagtool.mo -%%DATADIR%%/TagTool.png -%%DATADIR%%/edit.png -%%DATADIR%%/fail.png -%%DATADIR%%/file.png -%%DATADIR%%/folder.png -%%DATADIR%%/graydot.png -%%DATADIR%%/greendot.png -%%DATADIR%%/info.png -%%DATADIR%%/ok.png -%%DATADIR%%/preferences.dtd -%%DATADIR%%/tab_clear.png -%%DATADIR%%/tab_edit.png -%%DATADIR%%/tab_playlist.png -%%DATADIR%%/tab_rename.png -%%DATADIR%%/tab_tag.png -%%DATADIR%%/tagtool.glade -%%DATADIR%%/warn.png