graphics/ximaging: Remove port
Desktop-focused software not aligned with server objectives
This commit is contained in:
parent
455b350cff
commit
f3611000c4
@ -4686,6 +4686,7 @@ graphics/wrapland
|
|||||||
graphics/wxsvg
|
graphics/wxsvg
|
||||||
graphics/xaos
|
graphics/xaos
|
||||||
graphics/xfig
|
graphics/xfig
|
||||||
|
graphics/ximaging
|
||||||
graphics/xmedcon
|
graphics/xmedcon
|
||||||
graphics/xnview
|
graphics/xnview
|
||||||
graphics/xournal
|
graphics/xournal
|
||||||
|
|||||||
@ -795,7 +795,6 @@
|
|||||||
SUBDIR += xglurbules
|
SUBDIR += xglurbules
|
||||||
SUBDIR += xgrasp
|
SUBDIR += xgrasp
|
||||||
SUBDIR += xiccd
|
SUBDIR += xiccd
|
||||||
SUBDIR += ximaging
|
|
||||||
SUBDIR += xli
|
SUBDIR += xli
|
||||||
SUBDIR += xmlgraphics-commons
|
SUBDIR += xmlgraphics-commons
|
||||||
SUBDIR += xmountains
|
SUBDIR += xmountains
|
||||||
|
|||||||
@ -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 <bsd.port.mk>
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
TIMESTAMP = 1723053176
|
|
||||||
SHA256 (ximaging-src-1.8.tar.xz) = 2de967c72bd9ff100970fb48bff9bf5200fa36c9a58f17afa9449bbd215bd010
|
|
||||||
SIZE (ximaging-src-1.8.tar.xz) = 111180
|
|
||||||
@ -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.
|
|
||||||
Loading…
x
Reference in New Issue
Block a user