Port details |
- p5-Tk-ResizeButton Resizable button to be used in a Tk::HList column header
- 0.01_5 x11-toolkits =2 0.01_5Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-08-10 09:05:33
- Last Update: 2022-07-20 14:23:40
- Commit Hash: 71b6a9f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- The ResizeButton widget provides a resizeable button widget for use
in an HList column header. When placed in the column header, the
edge of the widget can be selected and dragged to a new location to
change the size of the HList column. When resizing the column, a
column bar will also be placed over the HList indicating the eventual
size of the HList column. A command can also be bound to the button
to do things like sorting the column.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Tk-ResizeButton>0:x11-toolkits/p5-Tk-ResizeButton
- To install the port:
- cd /usr/ports/x11-toolkits/p5-Tk-ResizeButton/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/p5-Tk-ResizeButton
- pkg install p5-Tk-ResizeButton
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Tk-ResizeButton
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Tk-ResizeButton-0.01.tar.gz) = 73b2af4fa4acafa255b3b147a191e93cdc412eb5aef56c73c2e39f0e1b38b7ed
SIZE (Tk-ResizeButton-0.01.tar.gz) = 3946
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-Tk>=0 : x11-toolkits/p5-Tk
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Tk>=0 : x11-toolkits/p5-Tk
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_p5-Tk-ResizeButton
- 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 |
0.01_5 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.01_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.01_5 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.01_5 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.01_5 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.01_5 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.01_4 10 Feb 2014 14:55:27 |
skreuzer |
Fix typo in COMMENT
Define LICENSE |
0.01_4 03 Nov 2013 08:05:18 |
az |
- support STAGEDIR |
0.01_4 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.01_4 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.01_4 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.01_4 04 Jun 2012 08:31:14 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.01_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.01_3 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.01_3 17 May 2011 11:14:02 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.01_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.01_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.01_1 16 Jan 2010 18:02:18 |
pgollucci |
- pass p5-Tk ports@ ports to perl |
0.01_1 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.01_1 16 Jun 2007 00:31:34 |
shaun |
Reset bouncing maintainer address:
<lubomir_m@abv.bg>: host pmx.abv.bg[194.153.145.77] said: 550 5.1.1
<lubomir_m@abv.bg>: Recipient address rejected: User unknown in virtual
mailbox table (in reply to RCPT TO command)
We hope to see the maintainer back sometime soon. |
0.01_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.01 25 Jun 2006 16:38:48 |
clsung |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin) |
0.01 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
0.01 22 Jan 2006 03:00:46 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.01 10 Aug 2004 16:04:26 |
vanilla |
Add p5-Tk-ResizeButton 0.01, a resizeable button to be used in a
Tk::HList column header.
PR: ports/70230
Submitted by: Lubomir Marinov <lubomir_m@abv.bg> |