git: 408d645af239 - main - graphics/pixen: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 24 May 2025 15:08:47 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=408d645af2390d1bfba1daf9045ed124c2eb1cf8

commit 408d645af2390d1bfba1daf9045ed124c2eb1cf8
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-24 15:08:11 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-24 15:08:11 +0000

    graphics/pixen: Remove expired port
    
    2025-05-20 graphics/pixen: Unmaintained upstream
    
    While here sort MOVED entries
---
 MOVED                                              |   5 +-
 graphics/Makefile                                  |   1 -
 graphics/pixen/Makefile                            |  33 -----
 graphics/pixen/distinfo                            |   2 -
 graphics/pixen/files/patch-PXInfoPanelController.m |  10 --
 graphics/pixen/files/patch-UKFeedbackProvider.m    |  12 --
 graphics/pixen/pkg-descr                           |   5 -
 graphics/pixen/pkg-plist                           | 152 ---------------------
 8 files changed, 3 insertions(+), 217 deletions(-)

diff --git a/MOVED b/MOVED
index 837a49fa0343..3df8afc55ca9 100644
--- a/MOVED
+++ b/MOVED
@@ -4407,12 +4407,13 @@ devel/leatherman||2025-05-10|Has expired: Project got archived
 databases/puppetdb-terminus7||2025-05-10|Has expired: Reached EOL
 games/exult-devel||2025-05-12|exult-devel has been removed, encouraging users to use exult instead
 sysutils/slst||2025-05-16|Has expired: No source. Source went missing in 2018
-databases/py-redis3|databases/py-redis|2025-05-18|Remove obsoleted port. Use databases/py-redis instead
-net/rubygem-devfile-gitlab|net/rubygem-devfile|2025-05-18|Remove obsoleted port. Use net/rubygem-devfile instead
 devel/rubygem-view_component-rails70|devel/rubygem-view_component-rails-gitlab|2025-05-17|Expired, please use devel/rubygem-view_component-rails-gitlab instead
 security/rubygem-devise-two-factor41-rails70|security/rubygem-devise-two-factor-rails-gitlab|2025-05-17|Expired, please use security/rubygem-devise-two-factor-rails-gitlab instead
+databases/py-redis3|databases/py-redis|2025-05-18|Remove obsoleted port. Use databases/py-redis instead
+net/rubygem-devfile-gitlab|net/rubygem-devfile|2025-05-18|Remove obsoleted port. Use net/rubygem-devfile instead
 audio/linux-rl9-sdl2_mixer|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
 graphics/linux-rl9-sdl2_gfx|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
 graphics/linux-rl9-sdl2_image|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
 graphics/linux-rl9-sdl2_ttf|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
 net/linux-rl9-sdl2_net|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
+graphics/pixen||2025-05-24|Has expired: Unmaintained upstream
diff --git a/graphics/Makefile b/graphics/Makefile
index 92abf65bd39a..9dae08519d8b 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -827,7 +827,6 @@
     SUBDIR += pinta
     SUBDIR += pixd
     SUBDIR += pixelize
-    SUBDIR += pixen
     SUBDIR += pixie
     SUBDIR += plantuml
     SUBDIR += plasma-kmod
diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile
deleted file mode 100644
index 94c805426448..000000000000
--- a/graphics/pixen/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME=	pixen
-PORTVERSION=	0.1
-PORTREVISION=	11
-CATEGORIES=	graphics gnustep
-MASTER_SITES=	http://download.gna.org/gsimageapps/
-DISTNAME=	Pixen-${PORTVERSION}
-
-MAINTAINER=	bofh@FreeBSD.org
-COMMENT=	Graphics editing software for small-scale pictures for GNUstep
-WWW=		https://www.opensword.org/Pixen/
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/License.txt
-
-DEPRECATED=		Unmaintained upstream
-EXPIRATION_DATE=	2025-05-20
-
-USES=		tar:bzip2 gnustep
-USE_GNUSTEP=	back build
-
-ADDITIONAL_OBJCFLAGS+=	-Dlog2=logb
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+=	-Wno-error=int-conversion
-CFLAGS+=	-Wno-error=incompatible-function-pointer-types
-.endif
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Pixen.app/Pixen
-
-.include <bsd.port.mk>
diff --git a/graphics/pixen/distinfo b/graphics/pixen/distinfo
deleted file mode 100644
index 22fb4e56d89e..000000000000
--- a/graphics/pixen/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Pixen-0.1.tar.bz2) = b8353d374e753cae362dc9710e18490245a13b779dc5cf6bf318acf7d70faa2b
-SIZE (Pixen-0.1.tar.bz2) = 984116
diff --git a/graphics/pixen/files/patch-PXInfoPanelController.m b/graphics/pixen/files/patch-PXInfoPanelController.m
deleted file mode 100644
index ebbb1f5bbec2..000000000000
--- a/graphics/pixen/files/patch-PXInfoPanelController.m
+++ /dev/null
@@ -1,10 +0,0 @@
---- PXInfoPanelController.m.orig	2004-12-15 16:11:49.000000000 +0100
-+++ PXInfoPanelController.m	2008-05-03 09:37:17.000000000 +0200
-@@ -25,6 +25,7 @@
- #import <Foundation/NSUserDefaults.h>
- 
- #import <AppKit/NSColor.h>
-+#import <AppKit/NSGraphics.h>
- #import <AppKit/NSNibLoading.h>
- #import <AppKit/NSPanel.h>
- #import <AppKit/NSTextField.h>
diff --git a/graphics/pixen/files/patch-UKFeedbackProvider.m b/graphics/pixen/files/patch-UKFeedbackProvider.m
deleted file mode 100644
index 9cb67e2b7908..000000000000
--- a/graphics/pixen/files/patch-UKFeedbackProvider.m
+++ /dev/null
@@ -1,12 +0,0 @@
---- UKFeedbackProvider.m.orig	2004-12-15 16:11:50.000000000 +0100
-+++ UKFeedbackProvider.m	2012-02-19 07:59:17.000000000 +0100
-@@ -7,7 +7,9 @@
- //
- 
- #import "UKFeedbackProvider.h"
-+#if 0
- #import <Message/NSMailDelivery.h>
-+#endif
- 
- 
- @implementation UKFeedbackProvider
diff --git a/graphics/pixen/pkg-descr b/graphics/pixen/pkg-descr
deleted file mode 100644
index fc3277350bcb..000000000000
--- a/graphics/pixen/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Port of the MacOSX pixel-art software to GNUstep
-
-LICENSE: MIT
-
-See also: http://home.gna.org/gsimageapps/
diff --git a/graphics/pixen/pkg-plist b/graphics/pixen/pkg-plist
deleted file mode 100644
index b407aa447bb0..000000000000
--- a/graphics/pixen/pkg-plist
+++ /dev/null
@@ -1,152 +0,0 @@
-GNUstep/System/Applications/Pixen.app/Pixen
-GNUstep/System/Applications/Pixen.app/Resources/Add.tiff
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/Credits.html
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/Localizable.strings
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/MainMenu.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/MainMenu.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/MainMenu.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXAbout.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXAbout.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXAbout.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXAbout.gorm/osglogo.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXAbout.gorm/pixenbig.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXBackgroundController.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXBackgroundController.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXBackgroundController.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXBlankPropertiesView.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXBlankPropertiesView.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXBlankPropertiesView.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXColorPalette.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXColorPalette.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXColorPalette.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDiscoverPixen.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDiscoverPixen.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDiscoverPixen.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDocument.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDocument.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDocument.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDuotoneBackgroundConfigurator.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDuotoneBackgroundConfigurator.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXDuotoneBackgroundConfigurator.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXEllipseToolPropertiesView.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXEllipseToolPropertiesView.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXEllipseToolPropertiesView.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXGradientBuilder.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXGradientBuilder.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXGradientBuilder.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXGridSettingsPrompter.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXGridSettingsPrompter.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXGridSettingsPrompter.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXImageBackgroundConfigurator.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXImageBackgroundConfigurator.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXImageBackgroundConfigurator.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXImageSizePrompt.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXImageSizePrompt.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXImageSizePrompt.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXInfoPanel.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXInfoPanel.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXInfoPanel.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXLayerController.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXLayerController.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXLayerController.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXLayerDetailsView.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXLayerDetailsView.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXLayerDetailsView.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXMonotoneBackgroundConfigurator.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXMonotoneBackgroundConfigurator.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXMonotoneBackgroundConfigurator.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXNamePrompt.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXNamePrompt.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXNamePrompt.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPencilToolPropertiesView.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPencilToolPropertiesView.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPencilToolPropertiesView.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPreferences.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPreferences.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPreferences.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPreview.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPreview.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXPreview.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXRectangleToolPropertiesView.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXRectangleToolPropertiesView.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXRectangleToolPropertiesView.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/airbrush.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/apencil.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/crosshairscreenshot.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/ellipse.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/eraser.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/eyedropper.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/kpencil.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/lasso.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/lassoadd.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/lassosubtract.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/linetool.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/magic.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/move.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/paintbucket.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/pencil.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/rectangle.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/squareselect.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolPalette.gorm/zoomIn.png
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolProperties.gorm/data.classes
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolProperties.gorm/data.info
-GNUstep/System/Applications/Pixen.app/Resources/English.lproj/PXToolProperties.gorm/objects.gorm
-GNUstep/System/Applications/Pixen.app/Resources/GeneralPreferences.tiff
-GNUstep/System/Applications/Pixen.app/Resources/HotkeysPreferences.tiff
-GNUstep/System/Applications/Pixen.app/Resources/Info-gnustep.plist
-GNUstep/System/Applications/Pixen.app/Resources/Iso.pxi
-GNUstep/System/Applications/Pixen.app/Resources/Pixen.desktop
-GNUstep/System/Applications/Pixen.app/Resources/Pixen.tiff
-GNUstep/System/Applications/Pixen.app/Resources/Remove.tiff
-GNUstep/System/Applications/Pixen.app/Resources/airbrush.png
-GNUstep/System/Applications/Pixen.app/Resources/apencil.png
-GNUstep/System/Applications/Pixen.app/Resources/bgconf.png
-GNUstep/System/Applications/Pixen.app/Resources/colorWellBackground.png
-GNUstep/System/Applications/Pixen.app/Resources/colorpalette.png
-GNUstep/System/Applications/Pixen.app/Resources/colorpalettescreenshot.png
-GNUstep/System/Applications/Pixen.app/Resources/crosshairscreenshot.png
-GNUstep/System/Applications/Pixen.app/Resources/discoverpixen.png
-GNUstep/System/Applications/Pixen.app/Resources/ellipse.png
-GNUstep/System/Applications/Pixen.app/Resources/eraser.png
-GNUstep/System/Applications/Pixen.app/Resources/eyedropper.png
-GNUstep/System/Applications/Pixen.app/Resources/feedback.png
-GNUstep/System/Applications/Pixen.app/Resources/gradient.png
-GNUstep/System/Applications/Pixen.app/Resources/grid.png
-GNUstep/System/Applications/Pixen.app/Resources/highlight_blue.tiff
-GNUstep/System/Applications/Pixen.app/Resources/highlight_grey.tiff
-GNUstep/System/Applications/Pixen.app/Resources/imagesizeinfo.png
-GNUstep/System/Applications/Pixen.app/Resources/kpencil.png
-GNUstep/System/Applications/Pixen.app/Resources/lasso.png
-GNUstep/System/Applications/Pixen.app/Resources/lassoadd.png
-GNUstep/System/Applications/Pixen.app/Resources/lassosubtract.png
-GNUstep/System/Applications/Pixen.app/Resources/layerdrawer.png
-GNUstep/System/Applications/Pixen.app/Resources/linetool.png
-GNUstep/System/Applications/Pixen.app/Resources/magic.png
-GNUstep/System/Applications/Pixen.app/Resources/magicadd.png
-GNUstep/System/Applications/Pixen.app/Resources/magicsubtract.png
-GNUstep/System/Applications/Pixen.app/Resources/move.png
-GNUstep/System/Applications/Pixen.app/Resources/osglogo.png
-GNUstep/System/Applications/Pixen.app/Resources/paintbrush.png
-GNUstep/System/Applications/Pixen.app/Resources/paintbucket.png
-GNUstep/System/Applications/Pixen.app/Resources/pencil.png
-GNUstep/System/Applications/Pixen.app/Resources/pixenbig.png
-GNUstep/System/Applications/Pixen.app/Resources/preview.png
-GNUstep/System/Applications/Pixen.app/Resources/rectangle.png
-GNUstep/System/Applications/Pixen.app/Resources/resize.png
-GNUstep/System/Applications/Pixen.app/Resources/rollerbrush.png
-GNUstep/System/Applications/Pixen.app/Resources/scale.png
-GNUstep/System/Applications/Pixen.app/Resources/squareselect.png
-GNUstep/System/Applications/Pixen.app/Resources/squareselectadd.png
-GNUstep/System/Applications/Pixen.app/Resources/squareselectsubtract.png
-GNUstep/System/Applications/Pixen.app/Resources/text.png
-GNUstep/System/Applications/Pixen.app/Resources/tilingscreenshot.png
-GNUstep/System/Applications/Pixen.app/Resources/toolproperties.png
-GNUstep/System/Applications/Pixen.app/Resources/zoom1%%MAJORVERSION%%%%MAJORVERSION%%.png
-GNUstep/System/Applications/Pixen.app/Resources/zoomIn.png
-GNUstep/System/Applications/Pixen.app/Resources/zoomOut.png
-GNUstep/System/Applications/Pixen.app/Resources/zoomfit.png
-GNUstep/System/Applications/Pixen.app/stamp.make
-GNUstep/System/Tools/Pixen