pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ximaging
Module Name: pkgsrc
Committed By: vins
Date: Thu Mar 2 09:31:52 UTC 2023
Modified Files:
pkgsrc/graphics/ximaging: Makefile distinfo
Added Files:
pkgsrc/graphics/ximaging/patches: patch-mf_Makefile.SunOS
Removed Files:
pkgsrc/graphics/ximaging/patches: patch-mf_Makefile.Tribblix
Log Message:
graphics/ximaging: update to V1.7
## CHANGES:
V1.7 is a bugfix release.
* Resolved scrolling issues with large directories.
* Proper handling of multibyte file names.
* Scrolling with scroll wheel/pad.
* Added optional directory browser pane.
* Focused file names can now be copy-pasted using
primary X selection.
* Added option to hide dot files/directories.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/ximaging/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/ximaging/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/ximaging/patches/patch-mf_Makefile.SunOS
cvs rdiff -u -r1.1 -r0 \
pkgsrc/graphics/ximaging/patches/patch-mf_Makefile.Tribblix
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ximaging/Makefile
diff -u pkgsrc/graphics/ximaging/Makefile:1.3 pkgsrc/graphics/ximaging/Makefile:1.4
--- pkgsrc/graphics/ximaging/Makefile:1.3 Tue Jan 3 17:37:33 2023
+++ pkgsrc/graphics/ximaging/Makefile Thu Mar 2 09:31:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/01/03 17:37:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/03/02 09:31:52 vins Exp $
-DISTNAME= ximaging-src-1.6
+DISTNAME= ximaging-src-1.7
PKGNAME= ${DISTNAME:S,-src,,}
-PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://fastestcode.org/dl/
EXTRACT_SUFX= .tar.xz
@@ -27,11 +26,11 @@ INSTALLATION_DIRS+= lib/X11/app-defaults
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ximaging ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/src/ximaging.1 \
+ ${INSTALL_MAN} ${WRKSRC}/src/ximaging.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
post-install:
- ${INSTALL_DATA} ${WRKSRC}/src/XImaging.ad \
+ ${INSTALL_DATA} ${WRKSRC}/src/XImaging.ad \
${DESTDIR}${PREFIX}/lib/X11/app-defaults/XImaging
.include "../../mk/pthread.buildlink3.mk"
Index: pkgsrc/graphics/ximaging/distinfo
diff -u pkgsrc/graphics/ximaging/distinfo:1.1 pkgsrc/graphics/ximaging/distinfo:1.2
--- pkgsrc/graphics/ximaging/distinfo:1.1 Tue Dec 6 13:04:59 2022
+++ pkgsrc/graphics/ximaging/distinfo Thu Mar 2 09:31:52 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2022/12/06 13:04:59 vins Exp $
+$NetBSD: distinfo,v 1.2 2023/03/02 09:31:52 vins Exp $
-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
+BLAKE2s (ximaging-src-1.7.tar.xz) = 664b8d8cd5e8813fdb660956dd2fbb5b2d2b7f4eb1b848bd7454aa03a2b7e680
+SHA512 (ximaging-src-1.7.tar.xz) = ef66da647c8d6594f4213b2c4ba844e1015dd82594249949d4a4a6aa8465bd78496a59c9b7e0b88e1d4c300036fdf21f651ac17efdb7dde6e71e81c8a3a2a07c
+Size (ximaging-src-1.7.tar.xz) = 99740 bytes
SHA1 (patch-mf_Makefile.Linux) = 0b7fcd2f55f111258f099f5667611d2253e51169
-SHA1 (patch-mf_Makefile.Tribblix) = 23abe40fea1f0131bd972d40c36d41047ad02398
+SHA1 (patch-mf_Makefile.SunOS) = ce7e3d7022035e67c4b200cec086e0da12329392
Added files:
Index: pkgsrc/graphics/ximaging/patches/patch-mf_Makefile.SunOS
diff -u /dev/null pkgsrc/graphics/ximaging/patches/patch-mf_Makefile.SunOS:1.1
--- /dev/null Thu Mar 2 09:31:52 2023
+++ pkgsrc/graphics/ximaging/patches/patch-mf_Makefile.SunOS Thu Mar 2 09:31:52 2023
@@ -0,0 +1,22 @@
+$NetBSD: patch-mf_Makefile.SunOS,v 1.1 2023/03/02 09:31:52 vins Exp $
+
+Portability fix for bmake.
+Do not assume Motif to be packaged without Xft.
+
+--- mf/Makefile.SunOS.orig 2022-07-31 15:43:05.000000000 +0000
++++ mf/Makefile.SunOS
+@@ -14,12 +14,6 @@ CFLAGS = -O2 -Wall $(INCDIRS)
+ LDFLAGS = -pthread
+ IPC_OBJS = xipc.o
+
+-include common.mf
++.include "common.mf"
+
+-install:
+- install -m 775 -f $(PREFIX)/bin ximaging
+- install -m 664 -f $(MANDIR)/man1 ximaging.1
+- # While Tribblix packages Motif with no Xft
+- sed '/renderTable/d' XImaging.ad > XImaging
+- install -m 664 -f $(APPLRESDIR) XImaging
+- rm XImaging
++install: common_install
Home |
Main Index |
Thread Index |
Old Index