Received: by mail.netbsd.org (Postfix, from userid 605) id A86BB84D12; Mon, 26 Jul 2021 14:18:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E05A884D1C for ; Mon, 26 Jul 2021 14:18:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dfdRsi3rUlH8 for ; Mon, 26 Jul 2021 14:18:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3E90484D12 for ; Mon, 26 Jul 2021 14:18:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38286FA95; Mon, 26 Jul 2021 14:18:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627309096135080" MIME-Version: 1.0 Date: Mon, 26 Jul 2021 14:18:16 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210726141816.38286FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627309096135080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Jul 26 14:18:16 UTC 2021 Modified Files: pkgsrc/x11: Makefile Added Files: pkgsrc/x11/p5-gtk3: DESCR Makefile buildlink3.mk distinfo Log Message: New package, p5-gtk3 (Gtk3 module). Perl bindings to the 3.x series of the gtk+ toolkit. This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. To generate a diff of this commit: cvs rdiff -u -r1.937 -r1.938 pkgsrc/x11/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/x11/p5-gtk3/DESCR pkgsrc/x11/p5-gtk3/Makefile \ pkgsrc/x11/p5-gtk3/buildlink3.mk pkgsrc/x11/p5-gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627309096135080 Content-Disposition: inline Content-Length: 3141 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.937 pkgsrc/x11/Makefile:1.938 --- pkgsrc/x11/Makefile:1.937 Sun Jul 18 11:49:26 2021 +++ pkgsrc/x11/Makefile Mon Jul 26 14:18:15 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.937 2021/07/18 11:49:26 nia Exp $ +# $NetBSD: Makefile,v 1.938 2021/07/26 14:18:15 bsiegert Exp $ # COMMENT= Packages to support the X Window System @@ -317,6 +317,7 @@ SUBDIR+= p5-Wx SUBDIR+= p5-Wx-Perl-ProcessStream SUBDIR+= p5-X11-Protocol SUBDIR+= p5-gtk2 +SUBDIR+= p5-gtk3 SUBDIR+= picom SUBDIR+= pixman SUBDIR+= plasma-framework Added files: Index: pkgsrc/x11/p5-gtk3/DESCR diff -u /dev/null pkgsrc/x11/p5-gtk3/DESCR:1.1 --- /dev/null Mon Jul 26 14:18:16 2021 +++ pkgsrc/x11/p5-gtk3/DESCR Mon Jul 26 14:18:16 2021 @@ -0,0 +1,4 @@ +Perl bindings to the 3.x series of the gtk+ toolkit. This module allows you to +write graphical user interfaces in a Perlish and object-oriented way, freeing +you from the casting and memory management in C, yet remaining very close in +spirit to original API. Index: pkgsrc/x11/p5-gtk3/Makefile diff -u /dev/null pkgsrc/x11/p5-gtk3/Makefile:1.1 --- /dev/null Mon Jul 26 14:18:16 2021 +++ pkgsrc/x11/p5-gtk3/Makefile Mon Jul 26 14:18:16 2021 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2021/07/26 14:18:16 bsiegert Exp $ + +DISTNAME= Gtk3-0.038 +PKGNAME= p5-${DISTNAME:S/Gtk/gtk/} +CATEGORIES= x11 perl5 +MASTER_SITES= https://cpan.metacpan.org/authors/id/X/XA/XAOC/ + +MAINTAINER= bsiegert@NetBSD.org +HOMEPAGE= http://gtk2-perl.sourceforge.net/ +COMMENT= Perl bindings for Gtk3 +LICENSE= gnu-lgpl-v2 + +DEPENDS+= p5-Carp>=0:../../devel/p5-Carp +DEPENDS+= p5-Glib-Object-Introspection>=0.043:../../devel/p5-Glib-Object-Introspection + +PERL5_PACKLIST= auto/Gtk3/.packlist +USE_LANGUAGES= # none + +.include "../../graphics/p5-cairo-gobject/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/p5-gtk3/buildlink3.mk diff -u /dev/null pkgsrc/x11/p5-gtk3/buildlink3.mk:1.1 --- /dev/null Mon Jul 26 14:18:16 2021 +++ pkgsrc/x11/p5-gtk3/buildlink3.mk Mon Jul 26 14:18:16 2021 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2021/07/26 14:18:16 bsiegert Exp $ + +BUILDLINK_TREE+= p5-gtk3 + +.if !defined(P5_GTK3_BUILDLINK3_MK) +P5_GTK3_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.p5-gtk3+= p5-gtk3>=0.038 +BUILDLINK_PKGSRCDIR.p5-gtk3?= ../../x11/p5-gtk3 + +.include "../../x11/gtk3/buildlink3.mk" +.endif # P5_GTK3_BUILDLINK3_MK + +BUILDLINK_TREE+= -p5-gtk3 Index: pkgsrc/x11/p5-gtk3/distinfo diff -u /dev/null pkgsrc/x11/p5-gtk3/distinfo:1.1 --- /dev/null Mon Jul 26 14:18:16 2021 +++ pkgsrc/x11/p5-gtk3/distinfo Mon Jul 26 14:18:16 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/07/26 14:18:16 bsiegert Exp $ + +SHA1 (Gtk3-0.038.tar.gz) = d5dfdc7e502caf6af8dcde4a31825b10380dd8d5 +RMD160 (Gtk3-0.038.tar.gz) = e110962056bbaa566db015a7ef1578c4a61bb4f0 +SHA512 (Gtk3-0.038.tar.gz) = 2289184a25deec342b9519028cc5ebb3a66137d7891366485e4b6a1ef52a4a28b5ba8083a317a56664d4ea6eb1bc0619477d1ca169baf79b868467fba27f82bf +Size (Gtk3-0.038.tar.gz) = 57426 bytes --_----------=_1627309096135080--