git: 53cd65fc5501 - main - audio/aacgain: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Sep 2023 02:23:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53cd65fc55017e5b84806e9ab2a5c08fac015791

commit 53cd65fc55017e5b84806e9ab2a5c08fac015791
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 23:28:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 02:22:46 +0000

    audio/aacgain: Remove expired port
    
    2023-09-30 audio/aacgain: Obsolete way of handling volume adjustment, consider using audio/rsgain
---
 MOVED                                            |  1 +
 audio/Makefile                                   |  1 -
 audio/aacgain/Makefile                           | 23 -----------------------
 audio/aacgain/distinfo                           |  2 --
 audio/aacgain/files/patch-faad2_libfaad_common.h | 19 -------------------
 audio/aacgain/pkg-descr                          |  7 -------
 6 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/MOVED b/MOVED
index 0f97aa9dcd41..b26bc075a55a 100644
--- a/MOVED
+++ b/MOVED
@@ -7864,3 +7864,4 @@ x11-fonts/sourcecodepro-ttf|x11-fonts/source-code-pro-ttf|2023-09-30|Move x11-fo
 x11-fonts/sourceserifpro-ttf|x11-fonts/source-serif-ttf|2023-09-30|Move x11-fonts/sourceserifpro-ttf to x11-fonts/source-serif-ttf
 www/pserv||2023-09-30|Has expired: Abandonware, last release in 2005. Consider migrating to www/apache24 , www/lighttpd or www/nginx
 www/polipo||2023-09-30|Has expired: No longer maintained upstream
+audio/aacgain||2023-09-30|Has expired: Obsolete way of handling volume adjustment, consider using audio/rsgain
diff --git a/audio/Makefile b/audio/Makefile
index f7cc9d97ca8c..d717469d4199 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -4,7 +4,6 @@
     SUBDIR += HVSC-Update
     SUBDIR += Maaate
     SUBDIR += a2jmidid
-    SUBDIR += aacgain
     SUBDIR += abcde
     SUBDIR += abcselect
     SUBDIR += abgate-lv2
diff --git a/audio/aacgain/Makefile b/audio/aacgain/Makefile
deleted file mode 100644
index 781ecacb6b5b..000000000000
--- a/audio/aacgain/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME=	aacgain
-PORTVERSION=	1.8
-PORTREVISION=	2
-CATEGORIES=	audio
-MASTER_SITES=	http://aacgain.altosdesign.com/alvarez/
-
-MAINTAINER=	multimedia@FreeBSD.org
-COMMENT=	Normalizes the volume of MP3 and AAC (MP4/M4A/QuickTime) media files
-WWW=		http://aacgain.altosdesign.com/
-
-LICENSE=	GPLv2
-
-BROKEN=		Unfetchable
-DEPRECATED=	Obsolete way of handling volume adjustment, consider using audio/rsgain
-EXPIRATION_DATE=2023-09-30
-
-GNU_CONFIGURE=	yes
-USES=		gmake libtool tar:bzip2
-PLIST_FILES=	bin/aacgain
-
-CXXFLAGS+=	--std=c++98
-
-.include <bsd.port.mk>
diff --git a/audio/aacgain/distinfo b/audio/aacgain/distinfo
deleted file mode 100644
index ce0b84335170..000000000000
--- a/audio/aacgain/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aacgain-1.8.tar.bz2) = 2bb8e27aa8f8434a4861fdbc70adb9cb4b47e1dfe472910d62d6042cb80a2ee1
-SIZE (aacgain-1.8.tar.bz2) = 1188680
diff --git a/audio/aacgain/files/patch-faad2_libfaad_common.h b/audio/aacgain/files/patch-faad2_libfaad_common.h
deleted file mode 100644
index dfb19b59e344..000000000000
--- a/audio/aacgain/files/patch-faad2_libfaad_common.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- faad2/libfaad/common.h.orig	2004-09-08 09:43:12 UTC
-+++ faad2/libfaad/common.h
-@@ -302,6 +302,7 @@ char *strchr(), *strrchr();
-         return i;
-     }
-   #elif (defined(__i386__) && defined(__GNUC__))
-+#if 0
-     #define HAS_LRINTF
-     // from http://www.stereopsis.com/FPU.html
-     static INLINE int lrintf(float f)
-@@ -315,7 +316,7 @@ char *strchr(), *strrchr();
-         return i;
-     }
-   #endif
--
-+#endif
- 
-   #ifdef __ICL /* only Intel C compiler has fmath ??? */
- 
diff --git a/audio/aacgain/pkg-descr b/audio/aacgain/pkg-descr
deleted file mode 100644
index 10818dd4638b..000000000000
--- a/audio/aacgain/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-aacgain is a modification to Glen Sawyer's excellent mp3gain program, and
-supports AAC (MP4/M4A/QuickTime) audio files in addition to MP3 files.
-
-aacgain normalizes the volume of digital music files using the Replay Gain
-algorithm, by modifying the global_gain fields in the AAC samples.  Free-
-form metadata tags are added to the file to save undo information, making
-the normalization process reversible.