New package for p5-Gtk3-SimpleList.
This module provides a helper module for Gtk3. It is based on Gtk2::SimpleList.
This commit is contained in:
parent
986366cec7
commit
56eb7967ed
4 changed files with 29 additions and 1 deletions
|
@ -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
|
||||
|
|
3
x11/p5-Gtk3-SimpleList/DESCR
Normal file
3
x11/p5-Gtk3-SimpleList/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module provides a helper module for Gtk3.
|
||||
|
||||
It is based on Gtk2::SimpleList.
|
18
x11/p5-Gtk3-SimpleList/Makefile
Normal file
18
x11/p5-Gtk3-SimpleList/Makefile
Normal file
|
@ -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
|
||||
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"
|
6
x11/p5-Gtk3-SimpleList/distinfo
Normal file
6
x11/p5-Gtk3-SimpleList/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue