git: 0f5355f56c6c - main - graphics/fotofix: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 23 Jun 2023 20:10:04 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f5355f56c6cdeb798dcbcb9605cbad81e3868f9

commit 0f5355f56c6cdeb798dcbcb9605cbad81e3868f9
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-06-23 20:09:15 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-06-23 20:09:57 +0000

    graphics/fotofix: Remove expired port
    
    2023-06-21 graphics/fotofix: Depends on expired graphics/IPA
---
 MOVED                      |  1 +
 graphics/Makefile          |  1 -
 graphics/fotofix/Makefile  | 37 -------------------------------------
 graphics/fotofix/distinfo  |  2 --
 graphics/fotofix/pkg-descr |  5 -----
 5 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index 34bf05aeda27..c98045ba8eaa 100644
--- a/MOVED
+++ b/MOVED
@@ -7651,3 +7651,4 @@ games/poker-eval||2023-06-20|Upstream vanished
 graphics/3d-ascii-viewer-c|graphics/3d-ascii-viewer|2023-06-21|Project was renamed
 archivers/libunrar6|archivers/libunrar|2023-06-21|Moved to unversioned origin. Use archivers/libunrar instead
 japanese/font-plemoljp-nfj||2023-06-22|Removed by upstream
+graphics/fotofix||2023-06-23|Has expired: Depends on expired graphics/IPA
diff --git a/graphics/Makefile b/graphics/Makefile
index 93715c16549c..426fcd3c61a2 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -201,7 +201,6 @@
     SUBDIR += flphoto
     SUBDIR += fly
     SUBDIR += fortytwo
-    SUBDIR += fotofix
     SUBDIR += fotoxx
     SUBDIR += founts
     SUBDIR += fpc-cairo
diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile
deleted file mode 100644
index 7a79b87dd493..000000000000
--- a/graphics/fotofix/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME=	fotofix
-PORTVERSION=	0.01.1.88
-PORTREVISION=	1
-CATEGORIES=	graphics
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Simple image viewer
-WWW=		http://www.prima.eu.org/fotofix/
-
-DEPRECATED=	Depends on expired graphics/IPA
-EXPIRATION_DATE=2023-06-21
-
-RUN_DEPENDS=	IPA>=1.03:graphics/IPA \
-		p5-Prima>=1.22:x11-toolkits/p5-Prima
-
-NO_ARCH=	yes
-
-USES=		perl5 shebangfix
-SHEBANG_FILES=	fotofix
-USE_GITHUB=	yes
-GH_ACCOUNT=	dk
-GH_TAGNAME=	2a4706c
-
-PLIST_FILES=	bin/fotofix man/man1/fotofix.1.gz
-
-DESKTOP_ENTRIES="FotoFix" "" "" "fotofix" "" ""
-
-do-build:
-	(cd ${WRKSRC} && pod2man fotofix fotofix.1)
-
-do-install:
-	(cd ${WRKSRC} && ${INSTALL_SCRIPT} fotofix \
-		${STAGEDIR}${PREFIX}/bin)
-	(cd ${WRKSRC} && ${INSTALL_MAN} fotofix.1 \
-		${STAGEDIR}${MANPREFIX}/man/man1)
-
-.include <bsd.port.mk>
diff --git a/graphics/fotofix/distinfo b/graphics/fotofix/distinfo
deleted file mode 100644
index fdb377b37bbb..000000000000
--- a/graphics/fotofix/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (dk-fotofix-0.01.1.88-2a4706c_GH0.tar.gz) = 81d521aa8b602f49c54e0d1b3e075c4a980418e3572517e6ed858b6f1aa9d3cb
-SIZE (dk-fotofix-0.01.1.88-2a4706c_GH0.tar.gz) = 28817
diff --git a/graphics/fotofix/pkg-descr b/graphics/fotofix/pkg-descr
deleted file mode 100644
index 12d2e03be4df..000000000000
--- a/graphics/fotofix/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-FotoFix is a simple image viewer with simple capabilities to take care
-of freshly downloaded photos from your camera - can walk image lists,
-rotate images, and remove red eyes (if lucky). It was inspired by
-IrfanView for Windows, a great but unfortunately non-portable and
-closed-source product.