pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 New package, p5-gtk3 (Gtk3 module).
details: https://anonhg.NetBSD.org/pkgsrc/rev/c30a00d87c2b
branches: trunk
changeset: 456346:c30a00d87c2b
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Jul 26 14:18:15 2021 +0000
description:
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.
diffstat:
x11/Makefile | 3 ++-
x11/p5-gtk3/DESCR | 4 ++++
x11/p5-gtk3/Makefile | 22 ++++++++++++++++++++++
x11/p5-gtk3/buildlink3.mk | 14 ++++++++++++++
x11/p5-gtk3/distinfo | 6 ++++++
5 files changed, 48 insertions(+), 1 deletions(-)
diffs (79 lines):
diff -r f41245d4267d -r c30a00d87c2b x11/Makefile
--- a/x11/Makefile Mon Jul 26 14:12:04 2021 +0000
+++ b/x11/Makefile Mon Jul 26 14:18:15 2021 +0000
@@ -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-Perl-ProcessStream
SUBDIR+= p5-X11-Protocol
SUBDIR+= p5-gtk2
+SUBDIR+= p5-gtk3
SUBDIR+= picom
SUBDIR+= pixman
SUBDIR+= plasma-framework
diff -r f41245d4267d -r c30a00d87c2b x11/p5-gtk3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk3/DESCR Mon Jul 26 14:18:15 2021 +0000
@@ -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.
diff -r f41245d4267d -r c30a00d87c2b x11/p5-gtk3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk3/Makefile Mon Jul 26 14:18:15 2021 +0000
@@ -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@localhost
+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"
diff -r f41245d4267d -r c30a00d87c2b x11/p5-gtk3/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk3/buildlink3.mk Mon Jul 26 14:18:15 2021 +0000
@@ -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
diff -r f41245d4267d -r c30a00d87c2b x11/p5-gtk3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-gtk3/distinfo Mon Jul 26 14:18:15 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index