From 594380020f6ac0febadaa610a149db98955f2563 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 9 Mar 2023 22:38:12 +0100 Subject: audio/ximp3/: Remove expired port: 2023-03-09 audio/ximp3: Has expired: Abandonware and obsolete, uses old decoder library and no ID3v2 support --- MOVED | 1 + audio/Makefile | 1 - audio/ximp3/Makefile | 26 -------------------------- audio/ximp3/distinfo | 2 -- audio/ximp3/files/patch-lib_L3.h | 28 ---------------------------- audio/ximp3/pkg-descr | 2 -- 6 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 audio/ximp3/Makefile delete mode 100644 audio/ximp3/distinfo delete mode 100644 audio/ximp3/files/patch-lib_L3.h delete mode 100644 audio/ximp3/pkg-descr diff --git a/MOVED b/MOVED index dfb110b327b7..53fbfec3ff20 100644 --- a/MOVED +++ b/MOVED @@ -17785,3 +17785,4 @@ databases/postgresql10-plperl||2023-03-07|Has expired: PostgreSQL 10 has reached databases/postgresql10-plpython||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life databases/postgresql10-pltcl||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life databases/postgresql10-server||2023-03-07|Has expired: PostgreSQL 10 has reached end-of-life +audio/ximp3||2023-03-09|Has expired: Abandonware and obsolete, uses old decoder library and no ID3v2 support diff --git a/audio/Makefile b/audio/Makefile index dd46ce93873e..df3a97040133 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -889,7 +889,6 @@ SUBDIR += xfce4-mpc-plugin SUBDIR += xfce4-pulseaudio-plugin SUBDIR += xfmpc - SUBDIR += ximp3 SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile deleted file mode 100644 index 25e2880e49a0..000000000000 --- a/audio/ximp3/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= ximp3 -PORTVERSION= 0.1.15 -CATEGORIES= audio -MASTER_SITES= SUNSITE/apps/sound/players/mp3 - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Simple console MP3 player - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATE= Abandonware and obsolete, uses old decoder library and no ID3v2 support -EXPIRATION_DATE=2023-03-09 - -GNU_CONFIGURE= yes -PORTDOCS= * - -PLIST_FILES= bin/${PORTNAME} - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include diff --git a/audio/ximp3/distinfo b/audio/ximp3/distinfo deleted file mode 100644 index 240678678352..000000000000 --- a/audio/ximp3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ximp3-0.1.15.tar.gz) = 0e4498ece79489994e9fb4fb36cb90a1635fb3c5017bd8bd40b3cc14c96a6b1b -SIZE (ximp3-0.1.15.tar.gz) = 129015 diff --git a/audio/ximp3/files/patch-lib_L3.h b/audio/ximp3/files/patch-lib_L3.h deleted file mode 100644 index f141af8d74f9..000000000000 --- a/audio/ximp3/files/patch-lib_L3.h +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/L3.h.orig 2001-10-27 14:05:42 UTC -+++ lib/L3.h -@@ -39,6 +39,16 @@ ________________________________________ - #define GLOBAL_GAIN_SCALE (4*15) - /* #define GLOBAL_GAIN_SCALE 0 */ - -+#include -+ -+#ifdef BYTE_ORDER -+#if BYTE_ORDER == LITTLE_ENDIAN -+#define L_ENDIAN 1 -+#else -+#define L_ENDIAN 0 -+#endif -+#else -+ - #ifdef i386 - #define L_ENDIAN 1 - #endif -@@ -55,6 +65,8 @@ ________________________________________ - #define L_ENDIAN 0 - #endif - -+#endif -+ - #ifndef L_ENDIAN - #error Layer III L_ENDIAN must be defined 0 or 1 - #endif diff --git a/audio/ximp3/pkg-descr b/audio/ximp3/pkg-descr deleted file mode 100644 index 51129daa760c..000000000000 --- a/audio/ximp3/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A simple console MP3 player. It is based on the GPL'ed Xing decoder also -used in Zinf. -- cgit v1.2.3