pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

graphics/ximaging: import ximaging-1.6 as wip/ximaging



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Nov 16 11:01:29 2022 +0100
Changeset:	aff92db47a9f485344aaad3db6919b5ac456b028

Added Files:
	ximaging/DESCR
	ximaging/Makefile
	ximaging/PLIST
	ximaging/distinfo

Log Message:
graphics/ximaging: import ximaging-1.6 as wip/ximaging

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aff92db47a9f485344aaad3db6919b5ac456b028

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ximaging/DESCR    | 11 +++++++++++
 ximaging/Makefile | 34 ++++++++++++++++++++++++++++++++++
 ximaging/PLIST    |  4 ++++
 ximaging/distinfo |  5 +++++
 4 files changed, 54 insertions(+)

diffs:
diff --git a/ximaging/DESCR b/ximaging/DESCR
new file mode 100644
index 0000000000..89d428a807
--- /dev/null
+++ b/ximaging/DESCR
@@ -0,0 +1,11 @@
+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.
+
+It 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.
diff --git a/ximaging/Makefile b/ximaging/Makefile
new file mode 100644
index 0000000000..801b7c9a10
--- /dev/null
+++ b/ximaging/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2022/07/04 20:09:05 pin Exp $
+
+DISTNAME=	ximaging-src-1.6
+PKGNAME=	${DISTNAME:S,-src,,}
+CATEGORIES=	graphics
+MASTER_SITES=	https://fastestcode.org/dl/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	vms%retrobsd.ddns.net@localhost
+HOMEPAGE=	https://fastestcode.org/emwm.html
+COMMENT=	Image browser and viewer for Unix - X/Motif
+LICENSE=	mit
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS+=	lib/X11/app-defaults
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/ximaging ${DESTDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/src/ximaging.1								\
+	${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/src/XImaging.ad							\
+	${DESTDIR}${PREFIX}/lib/X11/app-defaults/XImaging
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/motif.buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ximaging/PLIST b/ximaging/PLIST
new file mode 100644
index 0000000000..e43e9a9a66
--- /dev/null
+++ b/ximaging/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/ximaging
+lib/X11/app-defaults/XImaging
+man/man1/ximaging.1
diff --git a/ximaging/distinfo b/ximaging/distinfo
new file mode 100644
index 0000000000..a2b6cdb398
--- /dev/null
+++ b/ximaging/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ximaging-src-1.6.tar.xz) = 8733d6719dc05ccacf28b84da77e2fdf17a539a7d1f3b917a35dd22ccffa923c
+SHA512 (ximaging-src-1.6.tar.xz) = a9625bc5262641ec38e5d0248154caf78c724e6050820af1efa2cade15fea871e852338dcf0274d8407200ced74dd9800599773e932724c87ca2f06e78c03277
+Size (ximaging-src-1.6.tar.xz) = 99064 bytes


Home | Main Index | Thread Index | Old Index