git: 98d2d7d13a69 - main - multimedia/acidrip: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 17 Jan 2024 17:24:57 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98d2d7d13a693fbee079de37296c41b2b7be6e1c

commit 98d2d7d13a693fbee079de37296c41b2b7be6e1c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-17 17:12:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-17 17:24:43 +0000

    multimedia/acidrip: Remove expired port
    
    2024-01-16 multimedia/acidrip: Last upstream release was in 2004
---
 MOVED                                              |  1 +
 multimedia/Makefile                                |  1 -
 multimedia/acidrip/Makefile                        | 43 ----------------------
 multimedia/acidrip/distinfo                        |  2 -
 multimedia/acidrip/files/patch-AcidRip__acidrip.pm | 33 -----------------
 multimedia/acidrip/pkg-descr                       | 12 ------
 multimedia/acidrip/pkg-plist                       |  7 ----
 7 files changed, 1 insertion(+), 98 deletions(-)

diff --git a/MOVED b/MOVED
index 503c6fe4686b..f72332dc783b 100644
--- a/MOVED
+++ b/MOVED
@@ -2944,3 +2944,4 @@ editors/fte||2024-01-17|Has expired: Upstream last release was in 2001
 chinese/celvis||2024-01-17|Has expired: Last upstream release was in 2001
 x11-clocks/intclock||2024-01-17|Has expired: Upstream website vaporized
 hebrew/he2||2024-01-17|Has expired: Upstream last release was in 2001
+multimedia/acidrip||2024-01-17|Has expired: Last upstream release was in 2004
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 786b07fff6e6..e8c6bf78e30c 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -3,7 +3,6 @@
     SUBDIR += Bento4
     SUBDIR += ab-av1
     SUBDIR += ab25
-    SUBDIR += acidrip
     SUBDIR += aegisub
     SUBDIR += alass
     SUBDIR += aom
diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile
deleted file mode 100644
index 9cbcc2c5d8db..000000000000
--- a/multimedia/acidrip/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME=	acidrip
-PORTVERSION=	0.14
-PORTREVISION=	13
-CATEGORIES=	multimedia
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20Your%20two-wheeled%20knife
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs
-WWW=		https://sourceforge.net/projects/acidrip/
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Last upstream release was in 2004
-EXPIRATION_DATE=	2024-01-16
-
-BUILD_DEPENDS=	lsdvd:multimedia/lsdvd \
-		mencoder:multimedia/mencoder \
-		p5-Gtk2>=0:x11-toolkits/p5-Gtk2
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-USES=		perl5
-USE_PERL5=	configure
-
-.if defined(WITH_DVD_DEVICE)
-DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
-.else
-DEFAULT_DVD_DEVICE=/dev/acd0
-.endif
-
-pre-everything::
-.if !defined(WITH_DVD_DEVICE)
-	@${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}"
-	@${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default"
-	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' ${WRKSRC}/AcidRip/acidrip.pm
-	@${RM} ${WRKSRC}/AcidRip/*.bak
-	@${RM} ${WRKSRC}/AcidRip/*.orig
-
-.include <bsd.port.mk>
diff --git a/multimedia/acidrip/distinfo b/multimedia/acidrip/distinfo
deleted file mode 100644
index 588a6cb20f58..000000000000
--- a/multimedia/acidrip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (acidrip-0.14.tar.gz) = 51bb84174e8dae733ddd1f69a16b90d875e4455135ed20a024a79b98ae7d58c1
-SIZE (acidrip-0.14.tar.gz) = 92086
diff --git a/multimedia/acidrip/files/patch-AcidRip__acidrip.pm b/multimedia/acidrip/files/patch-AcidRip__acidrip.pm
deleted file mode 100644
index 827d868755b4..000000000000
--- a/multimedia/acidrip/files/patch-AcidRip__acidrip.pm
+++ /dev/null
@@ -1,33 +0,0 @@
---- AcidRip/acidrip.pm.orig	2004-07-25 14:03:09 UTC
-+++ AcidRip/acidrip.pm
-@@ -218,7 +218,29 @@ sub get_parameters {
-     $menc{'video'} .= ":pass=$::settings->{'video_pass'}" if $::settings->{'video_passes'} > 1;
-   }
-   if ( $::settings->{'video_codec'} eq 'xvid' ) {
--    $menc{'video'} = "-ovc xvid -xvidencopts $::settings->{'xvid_options'}:bitrate=$::settings->{'video_bitrate'}";
-+#----------------
-+#ORIGINAL    $menc{'video'} = "-ovc xvid -xvidencopts $::settings->{'xvid_options'}:bitrate=$::settings->{'video_bitrate'}";
-+             $menc{'video'} = "-ovc xvid -xvidencopts ";
-+		if ( $::settings->{'xvid_options'} eq '' ) 
-+			{ 
-+    			# my $msgaa = "AA You have no xvid_options set.";
-+    			# message($msgaa);
-+    			# print $msgaa . "\n";
-+    			# my $msgbb = "BB You have no xvid_options set.";
-+    			# message($msgbb);
-+    			# print $msgbb . "\n";
-+			} 
-+		else 
-+			{
-+    			# my $msgaa = "AA You do have some xvid_options set.";
-+    			# message($msgaa);
-+    			# print $msgaa . "\n";
-+    			# my $msgbb = "BB You do have some xvid_options set.";
-+    			# message($msgbb);
-+    			# print $msgbb . "\n";
-+	     		$menc{'video'} .= "$::settings->{'xvid_options'}:" ; 
-+			}
-+	     $menc{'video'} .= "bitrate=$::settings->{'video_bitrate'}";
-     $menc{'video'} .= ":pass=$::settings->{'video_pass'}" if $::settings->{'video_passes'} > 1;
-   }
-   if ( $::settings->{'video_codec'} eq 'nuv' ) {
diff --git a/multimedia/acidrip/pkg-descr b/multimedia/acidrip/pkg-descr
deleted file mode 100644
index d861a6cb6d72..000000000000
--- a/multimedia/acidrip/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-AcidRip is a Gtk2::Perl  application for ripping and encoding DVD's.
-It neatly wraps MPlayer and MEncoder, seeing as MPlayer is by far the best
-bit of video playing kit around for Linux (and FreeBSD). As well as creating
-a simple Graphical Interface for those scared of getting down and dirty with
-MEncoders command line interface, It also automates the process in a number of
-ways:
-
- o Parses DVD into contents tree
- o Finds longest title
- o Calculate video bitrate for given filesize
- o Finds black bands and crops them
- o Gives suggestions for improved performance
diff --git a/multimedia/acidrip/pkg-plist b/multimedia/acidrip/pkg-plist
deleted file mode 100644
index e345d3978056..000000000000
--- a/multimedia/acidrip/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/acidrip
-%%SITE_PERL%%/AcidRip/acidrip.pm
-%%SITE_PERL%%/AcidRip/interface.pm
-%%SITE_PERL%%/AcidRip/logo.png
-%%SITE_PERL%%/AcidRip/messages.pm
-%%SITE_PERL%%/AcidRip/signals.pm
-%%PERL5_MAN1%%/acidrip.1.gz