From owner-dev-commits-ports-main@freebsd.org Wed Jun 30 20:46:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF94964CD21; Wed, 30 Jun 2021 20:46:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFYKB40Pjz3v5G; Wed, 30 Jun 2021 20:46:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3638413673; Wed, 30 Jun 2021 20:46:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15UKk64f054154; Wed, 30 Jun 2021 20:46:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15UKk6SX054153; Wed, 30 Jun 2021 20:46:06 GMT (envelope-from git) Date: Wed, 30 Jun 2021 20:46:06 GMT Message-Id: <202106302046.15UKk6SX054153@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9a68bcb95ac2 - main - x11-toolkits/p5-Gtk3-SimpleList: Modernize MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9a68bcb95ac2fca7778796627b028bd2404bdf6c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 20:46:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a68bcb95ac2fca7778796627b028bd2404bdf6c commit 9a68bcb95ac2fca7778796627b028bd2404bdf6c Author: Po-Chuan Hsieh AuthorDate: 2021-06-30 20:36:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-30 20:43:39 +0000 x11-toolkits/p5-Gtk3-SimpleList: Modernize - Update LICENSE - Add LICENSE_FILE - Change the way *_DEPENDS are set - Update version requirement of *_DEPENDS - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership --- x11-toolkits/p5-Gtk3-SimpleList/Makefile | 11 +++++++---- x11-toolkits/p5-Gtk3-SimpleList/pkg-descr | 15 ++++++++++----- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/x11-toolkits/p5-Gtk3-SimpleList/Makefile b/x11-toolkits/p5-Gtk3-SimpleList/Makefile index 2d5ce393dbe8..839557c4e53a 100644 --- a/x11-toolkits/p5-Gtk3-SimpleList/Makefile +++ b/x11-toolkits/p5-Gtk3-SimpleList/Makefile @@ -7,15 +7,18 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TVIGNAUD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple interface to Gtk3's complex MVC list widget -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3 -RUN_DEPENDS= p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3 +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Gtk3>=0:x11-toolkits/p5-Gtk3 USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr b/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr index f2a973bb0b64..e48edfe6f34c 100644 --- a/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr +++ b/x11-toolkits/p5-Gtk3-SimpleList/pkg-descr @@ -1,7 +1,12 @@ -A simple interface to Gtk3's complex MVC list widget. +Gtk3 has a powerful, but complex MVC (Model, View, Controller) system used to +implement list and tree widgets. Gtk3::SimpleList automates the complex setup +work and allows you to treat the list model as a more natural list of lists +structure. -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. +After creating a new Gtk3::SimpleList object with the desired columns you may +set the list data with a simple Perl array assignment. Rows may be added or +deleted with all of the normal array operations. You can treat the data member +of the list simplelist object as an array reference, and manipulate the list +data with perl's normal array operators. -WWW: https://metacpan.org/release/Gtk3-SimpleList +WWW: https://metacpan.org/dist/Gtk3-SimpleList