pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/scrot



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 11 13:33:22 UTC 2022

Modified Files:
        pkgsrc/graphics/scrot: Makefile distinfo

Log Message:
scrot: update to 1.7. take maintainership.

Version 1.7

 * Fixed: code style, add missing final newline.
 * Fixed: autogen.sh: fix some shellcheck issues.
 * Replace insecure c-strings functions (following libbsd integration).
 * New option: --select=hole (-shole), hole selection area.
 * New option: --select=hide (-shide), hide selection area, support image.
 * New option: --select=blur (-sblur), blur selection area.
 * New option: (-) add redirection to standard output (format PNG).
 * Improvement option: --stack, add an optional join direction (v/h).
 * Fixed: free memory image and font resources.
 * Bug fixed: segfault if mouse cursor image was not obtained.
 * Use err/warn functions (following libbsd integration).
 * Others various code improvement.
 * Added new library dependency: libbsd.
 * Autotools: added option --without-libbsd.
 * Improvement: Autotools: remove unused files, remove obsolete macros, assume
   C89 functions exist, delete scrot.spec.
 * Improvement: remove unused C macro, use strndup function, use designated
   initializers (C99).
 * Improvement: Doc: polish the txt2man manual, CONTRIBUTING.md, TODO.md.
 * Others various code improvement.
 * New option: --file (-F), provide the filename as an option.
 * Fixed: code style guideline violations (WebKit).
 * Use strlcpy/strlcat (following libbsd integration).
 * Fixed a mistake in README.md.
 * Convert all source files to the WebKit style.
 * New option: --ignorekeyboard (-i), Don't exit for keyboard input. ESC still
   exits.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/scrot/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/scrot/distinfo

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

Modified files:

Index: pkgsrc/graphics/scrot/Makefile
diff -u pkgsrc/graphics/scrot/Makefile:1.42 pkgsrc/graphics/scrot/Makefile:1.43
--- pkgsrc/graphics/scrot/Makefile:1.42 Sat Aug 14 08:12:46 2021
+++ pkgsrc/graphics/scrot/Makefile      Sat Jun 11 13:33:22 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.42 2021/08/14 08:12:46 nia Exp $
+# $NetBSD: Makefile,v 1.43 2022/06/11 13:33:22 nia Exp $
 
-DISTNAME=      scrot-1.6
+DISTNAME=      scrot-1.7
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    nia%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/resurrecting-open-source-projects/scrot
 COMMENT=       Command line screen capture util like "import", but using imlib2
 LICENSE=       mit
@@ -13,6 +13,10 @@ LICENSE=     mit
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Linux"
+.  include "../../devel/libbsd/buildlink3.mk"
+.endif
 .include "../../graphics/imlib2/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"

Index: pkgsrc/graphics/scrot/distinfo
diff -u pkgsrc/graphics/scrot/distinfo:1.13 pkgsrc/graphics/scrot/distinfo:1.14
--- pkgsrc/graphics/scrot/distinfo:1.13 Tue Oct 26 10:46:54 2021
+++ pkgsrc/graphics/scrot/distinfo      Sat Jun 11 13:33:22 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:46:54 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/06/11 13:33:22 nia Exp $
 
-BLAKE2s (scrot-1.6.tar.gz) = edce4b38b884cca0605907e4b1ff309380f6c9a6b815c74a0d32519718e23e99
-SHA512 (scrot-1.6.tar.gz) = 5ecdefe2a8dce5150ef7d7af0cc8cc8a8396dccff2a321c02d633629a60ac6fc90286268b74afad7987ca16ccce30d0b1f87e7b7217738af52d1a6003c316606
-Size (scrot-1.6.tar.gz) = 182032 bytes
+BLAKE2s (scrot-1.7.tar.gz) = f4d7d487ca9cde1099dc40b60f4af3ed05be6bd86eff802a42000d750b8a5e1b
+SHA512 (scrot-1.7.tar.gz) = 3ef2b547d561a85213ef0075af3034020f00168253d3b84ef94578f0b8534f9a7389c808f8fcd0c619358a14f41601fee407d08d63c397b9892ba9fc2db23f88
+Size (scrot-1.7.tar.gz) = 178463 bytes



Home | Main Index | Thread Index | Old Index