git: 2e4a98210b52 - main - multimedia/ppm2fli: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 00:08:03 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e4a98210b52a8e9053cadce7bca474647533eb2

commit 2e4a98210b52a8e9053cadce7bca474647533eb2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 22:41:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:24 +0000

    multimedia/ppm2fli: Remove expired port
    
    2023-12-31 multimedia/ppm2fli: BROKEN on all supported versions after the EOL of 12
---
 MOVED                        |  1 +
 multimedia/Makefile          |  1 -
 multimedia/ppm2fli/Makefile  | 29 -----------------------------
 multimedia/ppm2fli/distinfo  |  2 --
 multimedia/ppm2fli/pkg-descr | 17 -----------------
 multimedia/ppm2fli/pkg-plist |  4 ----
 6 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/MOVED b/MOVED
index ef602c42958f..b329e3061b4a 100644
--- a/MOVED
+++ b/MOVED
@@ -8233,3 +8233,4 @@ net/skstream||2023-12-31|Has expired: There has been no release for most of the
 mail/libspf||2023-12-31|Has expired: Abandonware, last commit upstream 14 years ago. Consider migrating to mail/libspf2
 graphics/sage||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
 dns/updatedd||2023-12-31|Has expired: Last release in 2006 and upstream is dead. Consider migrating to dns/inadyn, dns/ddclient or dns/godns
+multimedia/ppm2fli||2023-12-31|Has expired: BROKEN on all supported versions after the EOL of 12
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 19d0220667e3..0a2e49a2989a 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -293,7 +293,6 @@
     SUBDIR += plexmediaserver-plexpass
     SUBDIR += podcastdl
     SUBDIR += poe
-    SUBDIR += ppm2fli
     SUBDIR += projectx
     SUBDIR += ptx-kmod
     SUBDIR += pwcbsd
diff --git a/multimedia/ppm2fli/Makefile b/multimedia/ppm2fli/Makefile
deleted file mode 100644
index 6d7fe3839ed3..000000000000
--- a/multimedia/ppm2fli/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	ppm2fli
-PORTVERSION=	2.1
-PORTREVISION=	1
-CATEGORIES=	multimedia graphics
-MASTER_SITES=	http://vento.pi.tu-berlin.de/ppm2fli/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Utilities to merge PPM files into animated FLI and backwards
-WWW=		http://vento.pi.tu-berlin.de/ppm2fli/main.html
-
-DEPRECATED=	BROKEN on all supported versions after the EOL of 12
-EXPIRATION_DATE=	2023-12-31
-BROKEN_FreeBSD_13=	ld: error: duplicate symbol: Xorigin
-BROKEN_FreeBSD_14=	ld: error: duplicate symbol: Xorigin
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-pre-patch:
-	@${REINPLACE_CMD} -e 's|^C|#C|g ; \
-		 s|gcc |\$${CC} |g' ${WRKSRC}/Makefile
-
-do-install:
-.for f in ppm2fli unflick
-	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-.endfor
-
-.include <bsd.port.mk>
diff --git a/multimedia/ppm2fli/distinfo b/multimedia/ppm2fli/distinfo
deleted file mode 100644
index 16018d23e4fb..000000000000
--- a/multimedia/ppm2fli/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ppm2fli-2.1.tar.gz) = 7c4e9ed288a5be356c272f5c81e1106f26c7e06965371bb434fdb02e30ce4a1c
-SIZE (ppm2fli-2.1.tar.gz) = 46888
diff --git a/multimedia/ppm2fli/pkg-descr b/multimedia/ppm2fli/pkg-descr
deleted file mode 100644
index 2e1be5962671..000000000000
--- a/multimedia/ppm2fli/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-PPM2FLI can read directly PPM,PGM,PBM and FBM files. If necessary it
-performs a quantization. The filters of the NETPBM, PBMPLUS and FBM package
-can be used as read filters. Together with one of this packages
-a large number of image formats can be handled.
-
-UNFLICK writes images in PPM or FBM format.
-
-In contrast to FBM2FLI no additional package is required to build
-PPM2FLI and UNFLICK. So it can be used without any of the above mentioned
-packages, if another source of PPM,PGM,PBM or FBM images is available.
-For example, PS images can be animated using ghostscript.
-
-The current version is call `beta' because some parts are relative new
-and not totally tested. I made tests on SUN sparc-stations (various versions
-of SUN-OS), on PC running LINUX and under MSDOS using the DJGPP DOS-extender.
-In all cases the GCC compiler was used. Under MSDOS I used a modified
-makefile. Anyway, in some environments changes in the makefile are necessary.
diff --git a/multimedia/ppm2fli/pkg-plist b/multimedia/ppm2fli/pkg-plist
deleted file mode 100644
index 729157bda847..000000000000
--- a/multimedia/ppm2fli/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/ppm2fli
-bin/unflick
-man/man1/ppm2fli.1.gz
-man/man1/unflick.1.gz