Port details |
- p5-Gtk2-Ex-Simple-List Simple interface to complex MVC list widget
- 0.50_8 x11-toolkits =3 0.50_8Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2006-12-03 16:11:55
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: mDNSResponder, otk, p5-Template-Iterator-AlzaboWrapperCursor, p5-DBIx-SQLite-Simple, health-nut
- Also Listed In: perl5
- License: LGPL21 LGPL3
- WWW:
- https://metacpan.org/release/Gtk2-Ex-Simple-List
- Description:
- Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
used to implement list and tree widgets. Gtk2::Ex::Simple::List
automates the complex setup work and allows you to treat the list model
as a more natural list of lists structure.
After creating a new Gtk2::Ex::Simple::List 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 Simple::List object as an array
reference, and manipulate the list data with perl's normal array
operators.
A mechanism has also been put into place allowing columns to be Perl
scalars. The scalar is converted to text through Perl's normal
mechanisms and then displayed in the list. This same mechanism can be
expanded by defining arbitrary new column types before calling the new
function.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Gtk2-Ex-Simple-List>0:x11-toolkits/p5-Gtk2-Ex-Simple-List
- To install the port:
- cd /usr/ports/x11-toolkits/p5-Gtk2-Ex-Simple-List/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/p5-Gtk2-Ex-Simple-List
- pkg install p5-Gtk2-Ex-Simple-List
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Gtk2-Ex-Simple-List
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Gtk2-Ex-Simple-List-0.50.tar.gz) = 62df53d0da396aba8e96aee06d869a77b8cf54af2ebd9df885b7aef2d5a207b5
SIZE (Gtk2-Ex-Simple-List-0.50.tar.gz) = 13769
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Glib>=1.00 : devel/p5-Glib
- p5-Gtk2>=1.060 : x11-toolkits/p5-Gtk2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Glib>=1.00 : devel/p5-Glib
- p5-Gtk2>=1.060 : x11-toolkits/p5-Gtk2
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- x11-toolkits/p5-Gtk2-Ex-FormFactory
- x11-toolkits/p5-Gtk2-Ex-PodViewer
- for Run
-
- x11-toolkits/p5-Gtk2-Ex-FormFactory
- x11-toolkits/p5-Gtk2-Ex-PodViewer
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_p5-Gtk2-Ex-Simple-List
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.50_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.50_8 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.50_8 30 Jun 2021 20:44:31 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/p5-Gtk2-Ex-Simple-List: Add NO_ARCH
Approved by: portmgr (blanket) |
0.50_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.50_8 06 Apr 2020 17:31:36 |
sunpoet |
Move devel/p5-Glib2 to devel/p5-Glib
- Bump PORTREVISION of dependent ports for dependency change |
0.50_7 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.50_7 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.50_7 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.50_7 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.50_7 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.50_6 09 Nov 2013 21:46:42 |
sunpoet |
- Pass maintainership to submitter
- While I'm here:
- Add LICENSE
- Remove leading indefinite article from COMMENT
PR: ports/183722
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.50_6 07 Nov 2013 04:52:13 |
vanilla |
Support STAGEDIR. |
0.50_6 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.50_6 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
0.50_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.50_5 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
0.50_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.50_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.50_3 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.50_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.50_2 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.50_2 06 Jun 2008 14:16:37 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.50_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.50 03 Dec 2006 16:11:01 |
sat |
Add port x11-toolkits/p5-Gtk2-Ex-Simple-List:
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
used to implement list and tree widgets. Gtk2::Ex::Simple::List
automates the complex setup work and allows you to treat the list model
as a more natural list of lists structure.
<...>
WWW: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/
Author: Ross McFarland <rmcfarla@neces.com>
Justification: needed by x11-toolkits/p5-Gtk-Ex-PodViewer |