aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-03-09 21:38:12 +0000
committerRene Ladan <rene@FreeBSD.org>2023-03-09 21:38:37 +0000
commit594380020f6ac0febadaa610a149db98955f2563 (patch)
tree366b4555cb46cd26b4ae7770a35323def7b829a5
parent0f00ef1e8ccd9cc32030fc688588b9d7d1397b16 (diff)
downloadports-594380020f6ac0febadaa610a149db98955f2563.tar.gz
ports-594380020f6ac0febadaa610a149db98955f2563.zip
audio/ximp3/: Remove expired port:
2023-03-09 audio/ximp3: Has expired: Abandonware and obsolete, uses old decoder library and no ID3v2 support
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/ximp3/Makefile26
-rw-r--r--audio/ximp3/distinfo2
-rw-r--r--audio/ximp3/files/patch-lib_L3.h28
-rw-r--r--audio/ximp3/pkg-descr2
6 files changed, 1 insertions, 59 deletions
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 <bsd.port.mk>
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 <sys/types.h>
-+
-+#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.