pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 New package for p5-Gtk3-SimpleList.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edd241788dda
branches:  trunk
changeset: 456350:edd241788dda
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Jul 26 16:38:46 2021 +0000

description:
New package for p5-Gtk3-SimpleList.

This module provides a helper module for Gtk3.

It is based on Gtk2::SimpleList.

diffstat:

 x11/Makefile                    |   3 ++-
 x11/p5-Gtk3-SimpleList/DESCR    |   3 +++
 x11/p5-Gtk3-SimpleList/Makefile |  18 ++++++++++++++++++
 x11/p5-Gtk3-SimpleList/distinfo |   6 ++++++
 4 files changed, 29 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 9e234ed4c2d4 -r edd241788dda x11/Makefile
--- a/x11/Makefile      Mon Jul 26 15:39:14 2021 +0000
+++ b/x11/Makefile      Mon Jul 26 16:38:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.938 2021/07/26 14:18:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.939 2021/07/26 16:38:46 bsiegert Exp $
 #
 
 COMMENT=       Packages to support the X Window System
@@ -312,6 +312,7 @@
 SUBDIR+=       p5-Alien-wxWidgets
 SUBDIR+=       p5-Clipboard
 SUBDIR+=       p5-Gtk2-Ex-FormFactory
+SUBDIR+=       p5-Gtk3-SimpleList
 SUBDIR+=       p5-Tk
 SUBDIR+=       p5-Wx
 SUBDIR+=       p5-Wx-Perl-ProcessStream
diff -r 9e234ed4c2d4 -r edd241788dda x11/p5-Gtk3-SimpleList/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk3-SimpleList/DESCR      Mon Jul 26 16:38:46 2021 +0000
@@ -0,0 +1,3 @@
+This module provides a helper module for Gtk3.
+
+It is based on Gtk2::SimpleList.
diff -r 9e234ed4c2d4 -r edd241788dda x11/p5-Gtk3-SimpleList/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk3-SimpleList/Makefile   Mon Jul 26 16:38:46 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/07/26 16:38:46 bsiegert Exp $
+
+DISTNAME=      Gtk3-SimpleList-0.21
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    x11 perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/T/TV/TVIGNAUD/
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/soig/Gtk3-SimpleList
+COMMENT=       Easy-to-use Gtk3 list widget
+LICENSE=       gnu-lgpl-v2
+
+PERL5_PACKLIST=        auto/Gtk3/SimpleList/.packlist
+USE_LANGUAGES= # none
+
+.include "../../x11/p5-gtk3/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9e234ed4c2d4 -r edd241788dda x11/p5-Gtk3-SimpleList/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/p5-Gtk3-SimpleList/distinfo   Mon Jul 26 16:38:46 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/07/26 16:38:46 bsiegert Exp $
+
+SHA1 (Gtk3-SimpleList-0.21.tar.gz) = 51ed50fd0168a770d004f3b10cfce80151c3a2ab
+RMD160 (Gtk3-SimpleList-0.21.tar.gz) = bfb3aeb74e4122d42359e9cdb5eb7bf12173324e
+SHA512 (Gtk3-SimpleList-0.21.tar.gz) = 45f13add5465d586a6888c426c252cf886644dc95d981d697dc78d01fe66e7820c8f866206583c103fa35b63c349ba46c7da58a447e77a8c778c54b57dddc973
+Size (Gtk3-SimpleList-0.21.tar.gz) = 19124 bytes



Home | Main Index | Thread Index | Old Index