From f3611000c49e73f95c41cb52e83c995d8d112db1 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 29 May 2025 19:34:51 +0200 Subject: [PATCH] graphics/ximaging: Remove port Desktop-focused software not aligned with server objectives --- .portsignore | 1 + graphics/Makefile | 1 - graphics/ximaging/Makefile | 35 ----------------------------------- graphics/ximaging/distinfo | 3 --- graphics/ximaging/pkg-descr | 14 -------------- 5 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 graphics/ximaging/Makefile delete mode 100644 graphics/ximaging/distinfo delete mode 100644 graphics/ximaging/pkg-descr diff --git a/.portsignore b/.portsignore index de5c9587361d..50e3dfdc3843 100644 --- a/.portsignore +++ b/.portsignore @@ -4686,6 +4686,7 @@ graphics/wrapland graphics/wxsvg graphics/xaos graphics/xfig +graphics/ximaging graphics/xmedcon graphics/xnview graphics/xournal diff --git a/graphics/Makefile b/graphics/Makefile index 5f3a16392ea4..d903a7071b88 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -795,7 +795,6 @@ SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xiccd - SUBDIR += ximaging SUBDIR += xli SUBDIR += xmlgraphics-commons SUBDIR += xmountains diff --git a/graphics/ximaging/Makefile b/graphics/ximaging/Makefile deleted file mode 100644 index 6d1cb5d14c02..000000000000 --- a/graphics/ximaging/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= ximaging -DISTVERSIONPREFIX= src- -DISTVERSION= 1.8 -CATEGORIES= graphics -MASTER_SITES= https://fastestcode.org/dl/ - -MAINTAINER= corlat@ermaion.com -COMMENT= Image Viewer and Browser for Unix/X11 -WWW= https://fastestcode.org/ximaging.html - -LICENSE= MIT - -LIB_DEPENDS= libpng16.so:graphics/png \ - libtiff.so:graphics/tiff - -USES= jpeg motif tar:xz -USE_XORG= x11 xinerama xt - -PLIST_FILES= bin/ximaging \ - etc/X11/app-defaults/XImaging \ - share/man/man1/ximaging.1.gz - -.if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/app-defaults - ${INSTALL_DATA} ${WRKSRC}/src/XImaging.ad \ - ${STAGEDIR}${PREFIX}/etc/X11/app-defaults/XImaging - -.include diff --git a/graphics/ximaging/distinfo b/graphics/ximaging/distinfo deleted file mode 100644 index 701b23cbf2ce..000000000000 --- a/graphics/ximaging/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1723053176 -SHA256 (ximaging-src-1.8.tar.xz) = 2de967c72bd9ff100970fb48bff9bf5200fa36c9a58f17afa9449bbd215bd010 -SIZE (ximaging-src-1.8.tar.xz) = 111180 diff --git a/graphics/ximaging/pkg-descr b/graphics/ximaging/pkg-descr deleted file mode 100644 index 666c45e81705..000000000000 --- a/graphics/ximaging/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -XImaging is a lightweight, multithreaded, open source image viewer for FreeBSD, -Linux and other Unix like platforms running X11. The application can be run in -viewer or browser mode. The viewer displays full size images and provides -zooming, panning, rotation and other useful functions. The browser searches a -directory for known image file types and displays them as thumbnails. -Additionally both modes provide basic file management routines. A custom tool -may be specified for opening selected files in another application for editing. - -Most common raster image types are suppported directly, while filters (any -program that can write PNM/PAM data to the stdout) may be used to add support -for other kinds of image data. - -The program is written in C, and uses the Motif widget toolkit. The source code -may be modified and distributed under the terms of the X/MIT license.