Commit 2e4a9821 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

multimedia/ppm2fli: Remove expired port

2023-12-31 multimedia/ppm2fli: BROKEN on all supported versions after the EOL of 12
parent 9d5dcce7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -293,7 +293,6 @@
    SUBDIR += plexmediaserver-plexpass
    SUBDIR += podcastdl
    SUBDIR += poe
    SUBDIR += ppm2fli
    SUBDIR += projectx
    SUBDIR += ptx-kmod
    SUBDIR += pwcbsd

multimedia/ppm2fli/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
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>

multimedia/ppm2fli/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (ppm2fli-2.1.tar.gz) = 7c4e9ed288a5be356c272f5c81e1106f26c7e06965371bb434fdb02e30ce4a1c
SIZE (ppm2fli-2.1.tar.gz) = 46888

multimedia/ppm2fli/pkg-descr

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
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.
Loading