pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11
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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index