svn commit: r471554 - in head/x11-toolkits: . p5-Gtk3-SimpleList

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Jun 4 15:12:06 UTC 2018


Author: danilo
Date: Mon Jun  4 15:12:04 2018
New Revision: 471554
URL: https://svnweb.freebsd.org/changeset/ports/471554

Log:
  New port: x11-toolkits/p5-Gtk3-SimpleList
  
  A simple interface to Gtk3's complex MVC list widget.
  
  SimpleList is a simple interface to the powerful but
  complex Gtk3::TreeView and Gtk3::ListStore combination,
  implementing using tied arrays to make thing simple and easy.

Added:
  head/x11-toolkits/p5-Gtk3-SimpleList/
  head/x11-toolkits/p5-Gtk3-SimpleList/Makefile   (contents, props changed)
  head/x11-toolkits/p5-Gtk3-SimpleList/distinfo   (contents, props changed)
  head/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr   (contents, props changed)
  head/x11-toolkits/p5-Gtk3-SimpleList/pkg-plist   (contents, props changed)
Modified:
  head/x11-toolkits/Makefile

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Mon Jun  4 15:09:55 2018	(r471553)
+++ head/x11-toolkits/Makefile	Mon Jun  4 15:12:04 2018	(r471554)
@@ -160,6 +160,7 @@
     SUBDIR += p5-Gtk2-TrayIcon
     SUBDIR += p5-Gtk2-Unique
     SUBDIR += p5-Gtk3
+    SUBDIR += p5-Gtk3-SimpleList
     SUBDIR += p5-Pango
     SUBDIR += p5-Prima
     SUBDIR += p5-Tk

Added: head/x11-toolkits/p5-Gtk3-SimpleList/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/p5-Gtk3-SimpleList/Makefile	Mon Jun  4 15:12:04 2018	(r471554)
@@ -0,0 +1,22 @@
+# Created by: Danilo Egea Gondolfo <danilo at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Gtk3-SimpleList
+PORTVERSION=	0.17
+CATEGORIES=	x11-toolkits perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:TVIGNAUD
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	danilo at FreeBSD.org
+COMMENT=	Simple interface to Gtk3's complex MVC list widget
+
+LICENSE=	LGPL21
+
+BUILD_DEPENDS=	p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3
+RUN_DEPENDS=	p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/x11-toolkits/p5-Gtk3-SimpleList/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/p5-Gtk3-SimpleList/distinfo	Mon Jun  4 15:12:04 2018	(r471554)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522196037
+SHA256 (Gtk3-SimpleList-0.17.tar.gz) = ed201f74a9ff3542b7cc260159e87ca5894c24a5b182a39d6f86bb84669c9053
+SIZE (Gtk3-SimpleList-0.17.tar.gz) = 18817

Added: head/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr	Mon Jun  4 15:12:04 2018	(r471554)
@@ -0,0 +1,7 @@
+A simple interface to Gtk3's complex MVC list widget.
+
+SimpleList is a simple interface to the powerful but
+complex Gtk3::TreeView and Gtk3::ListStore combination,
+implementing using tied arrays to make thing simple and easy.
+
+WWW: https://metacpan.org/release/Gtk3-SimpleList

Added: head/x11-toolkits/p5-Gtk3-SimpleList/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/p5-Gtk3-SimpleList/pkg-plist	Mon Jun  4 15:12:04 2018	(r471554)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Gtk3/SimpleList.pm
+%%PERL5_MAN3%%/Gtk3::SimpleList.3.gz


More information about the svn-ports-all mailing list