Received: by mail.netbsd.org (Postfix, from userid 605) id 2C86C8504B; Sat, 28 Jul 2018 15:23:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 097D984F27 for ; Sat, 28 Jul 2018 15:23:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bFnyaSDcYnDT for ; Sat, 28 Jul 2018 15:23:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 117CA84C77 for ; Sat, 28 Jul 2018 15:23:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F288BFBEC; Sat, 28 Jul 2018 15:23:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153279140454630" MIME-Version: 1.0 Date: Sat, 28 Jul 2018 15:23:24 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180728152324.F288BFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153279140454630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 28 15:23:24 UTC 2018 Modified Files: pkgsrc/x11: Makefile Added Files: pkgsrc/x11/maim: DESCR Makefile PLIST distinfo Log Message: x11/maim: Import maim-5.5.2 maim (Make Image) is a utility that takes screenshots of your desktop. It's meant to overcome shortcomings of scrot and performs better in several ways. To generate a diff of this commit: cvs rdiff -u -r1.824 -r1.825 pkgsrc/x11/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/x11/maim/DESCR pkgsrc/x11/maim/Makefile \ pkgsrc/x11/maim/PLIST pkgsrc/x11/maim/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153279140454630 Content-Disposition: inline Content-Length: 2836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.824 pkgsrc/x11/Makefile:1.825 --- pkgsrc/x11/Makefile:1.824 Sat Jul 28 15:19:59 2018 +++ pkgsrc/x11/Makefile Sat Jul 28 15:23:24 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.824 2018/07/28 15:19:59 nia Exp $ +# $NetBSD: Makefile,v 1.825 2018/07/28 15:23:24 nia Exp $ # COMMENT= Packages to support the X window system @@ -280,6 +280,7 @@ SUBDIR+= lxlauncher SUBDIR+= lxrandr SUBDIR+= lxsession SUBDIR+= lxterminal +SUBDIR+= maim SUBDIR+= matchbox-common SUBDIR+= matchbox-desktop SUBDIR+= matchbox-nest Added files: Index: pkgsrc/x11/maim/DESCR diff -u /dev/null pkgsrc/x11/maim/DESCR:1.1 --- /dev/null Sat Jul 28 15:23:24 2018 +++ pkgsrc/x11/maim/DESCR Sat Jul 28 15:23:24 2018 @@ -0,0 +1,3 @@ +maim (Make Image) is a utility that takes screenshots of your +desktop. It's meant to overcome shortcomings of scrot and performs +better in several ways. Index: pkgsrc/x11/maim/Makefile diff -u /dev/null pkgsrc/x11/maim/Makefile:1.1 --- /dev/null Sat Jul 28 15:23:24 2018 +++ pkgsrc/x11/maim/Makefile Sat Jul 28 15:23:24 2018 @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2018/07/28 15:23:24 nia Exp $ + +DISTNAME= maim-5.5.2 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_GITHUB:=naelstrof/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= nia@NetBSD.org +HOMEPAGE= https://github.com/naelstrof/maim +COMMENT= Screenshot utility with improvements over scrot +LICENSE= gnu-gpl-v3 + +EXTRACT_USING= bsdtar +USE_CMAKE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +.include "../../graphics/glm/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../textproc/icu/buildlink3.mk" +.include "../../x11/libXcomposite/buildlink3.mk" +.include "../../x11/libXfixes/buildlink3.mk" +.include "../../x11/libXrandr/buildlink3.mk" +.include "../../x11/slop/buildlink3.mk" +.include "../../mk/jpeg.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/maim/PLIST diff -u /dev/null pkgsrc/x11/maim/PLIST:1.1 --- /dev/null Sat Jul 28 15:23:24 2018 +++ pkgsrc/x11/maim/PLIST Sat Jul 28 15:23:24 2018 @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/28 15:23:24 nia Exp $ +bin/maim +man/man1/maim.1 Index: pkgsrc/x11/maim/distinfo diff -u /dev/null pkgsrc/x11/maim/distinfo:1.1 --- /dev/null Sat Jul 28 15:23:24 2018 +++ pkgsrc/x11/maim/distinfo Sat Jul 28 15:23:24 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/28 15:23:24 nia Exp $ + +SHA1 (maim-5.5.2.tar.gz) = 7a42883b220a48a476db122f13e45e2372928885 +RMD160 (maim-5.5.2.tar.gz) = 9bda5e3a200e36b5e05ed69a0256ab3294519806 +SHA512 (maim-5.5.2.tar.gz) = a195ae86f798180e9553af77e16bca1e4d0ba88e6cb025a6a76ecca524c5b60369162e9db787d3515a0a4528c8a7b648dc3046ff84f15c55ba692c4f537b455e +Size (maim-5.5.2.tar.gz) = 39619 bytes --_----------=_153279140454630--