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 16:38:46 UTC 2021

Modified Files:
        pkgsrc/x11: Makefile
Added Files:
        pkgsrc/x11/p5-Gtk3-SimpleList: DESCR Makefile distinfo

Log Message:
New package for p5-Gtk3-SimpleList.

This module provides a helper module for Gtk3.

It is based on Gtk2::SimpleList.


To generate a diff of this commit:
cvs rdiff -u -r1.938 -r1.939 pkgsrc/x11/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/p5-Gtk3-SimpleList/DESCR \
    pkgsrc/x11/p5-Gtk3-SimpleList/Makefile \
    pkgsrc/x11/p5-Gtk3-SimpleList/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.938 pkgsrc/x11/Makefile:1.939
--- pkgsrc/x11/Makefile:1.938   Mon Jul 26 14:18:15 2021
+++ pkgsrc/x11/Makefile Mon Jul 26 16:38:46 2021
@@ -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+=    oneko
 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

Added files:

Index: pkgsrc/x11/p5-Gtk3-SimpleList/DESCR
diff -u /dev/null pkgsrc/x11/p5-Gtk3-SimpleList/DESCR:1.1
--- /dev/null   Mon Jul 26 16:38:46 2021
+++ pkgsrc/x11/p5-Gtk3-SimpleList/DESCR Mon Jul 26 16:38:46 2021
@@ -0,0 +1,3 @@
+This module provides a helper module for Gtk3.
+
+It is based on Gtk2::SimpleList.
Index: pkgsrc/x11/p5-Gtk3-SimpleList/Makefile
diff -u /dev/null pkgsrc/x11/p5-Gtk3-SimpleList/Makefile:1.1
--- /dev/null   Mon Jul 26 16:38:46 2021
+++ pkgsrc/x11/p5-Gtk3-SimpleList/Makefile      Mon Jul 26 16:38:46 2021
@@ -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"
Index: pkgsrc/x11/p5-Gtk3-SimpleList/distinfo
diff -u /dev/null pkgsrc/x11/p5-Gtk3-SimpleList/distinfo:1.1
--- /dev/null   Mon Jul 26 16:38:46 2021
+++ pkgsrc/x11/p5-Gtk3-SimpleList/distinfo      Mon Jul 26 16:38:46 2021
@@ -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