Port details |
- p5-Tk-FontDialog Font dialog widget
- 0.17_1 x11-toolkits
=3 0.17_1Version of this port present on the latest quarterly branch. - Maintainer: pi@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2007-04-17 11:16:21
- Last Update: 2024-10-07 14:18:37
- Commit Hash: 69af4b7
- People watching this port, also watch:: vnstat, p5-Audio-Mixer, snd, cowpatty, ttyload
- Also Listed In: perl5 tk
- License: not specified in port
- WWW:
- https://metacpan.org/release/Tk-FontDialog
- Description:
- Tk::FontDialog implements a font dialog widget.
The dialog is displayed by calling the Show method. The returned value
is either the selected font (if the dialog was closed with the Ok
button) or undef (otherwise). The exact type of the return value is
either a Tk::Font object (in Tk800) or a font name string (usually
something like font1). Both can be used as values in Tk -font options.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Tk-FontDialog>0:x11-toolkits/p5-Tk-FontDialog
- To install the port:
- cd /usr/ports/x11-toolkits/p5-Tk-FontDialog/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/p5-Tk-FontDialog
- pkg install p5-Tk-FontDialog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Tk-FontDialog
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Tk-FontDialog-0.17.tar.gz) = 898b41e2d041b6724b08a04ca72ac69984d408ae7c0aa11989f7428d616e6f1f
SIZE (Tk-FontDialog-0.17.tar.gz) = 11047
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>=804 : x11-toolkits/p5-Tk
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Tk>=804 : x11-toolkits/p5-Tk
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- x11-toolkits/p5-Tk-Getopt
- for Run
-
- x11-toolkits/p5-Tk-Getopt
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_p5-Tk-FontDialog
- 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.17_1 07 Oct 2024 14:18:37
![commit hash: 69af4b7cb780fdf78a3f4898f59c30ff65cd3b1f commit hash: 69af4b7cb780fdf78a3f4898f59c30ff65cd3b1f](/images/git.png) ![commit hash: 69af4b7cb780fdf78a3f4898f59c30ff65cd3b1f commit hash: 69af4b7cb780fdf78a3f4898f59c30ff65cd3b1f](/images/codeberg.svg) ![commit hash: 69af4b7cb780fdf78a3f4898f59c30ff65cd3b1f commit hash: 69af4b7cb780fdf78a3f4898f59c30ff65cd3b1f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
x11-toolkits/p5-Tk-FontDialog: Add NO_ARCH
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.17_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.17_1 20 Jul 2022 14:23:40
![commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17](/images/git.png) ![commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17](/images/codeberg.svg) ![commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.17_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.17_1 06 Oct 2018 13:06:45
![Revision:481365 Revision:481365](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
des ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.17_1 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.17_1 01 Apr 2016 14:33:58
![Revision:412351 Revision:412351](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.17_1 02 Mar 2015 23:57:53
![Revision:380313 Revision:380313](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove Author from pkg-descr |
0.17_1 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.17 12 Jun 2014 21:20:34
![Revision:357636 Revision:357636](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
x11-toolkits/p5-Tk-FontDialog: take maintainership
Approved by: dhn (maintainer), mentors (implicit) |
0.17 05 Jan 2014 12:33:14
![Revision:338757 Revision:338757](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- stage support
Approved by: portmgr (blanket infrastructure) |
0.17 18 Dec 2013 08:51:57
![Revision:336804 Revision:336804](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dhn ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.17 |
0.15_3 20 Sep 2013 23:57:48
![Revision:327785 Revision:327785](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.15_3 02 Sep 2013 09:36:29
![Revision:325959 Revision:325959](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
az ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.15_3 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
0.15_2 24 Oct 2011 09:11:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.15_2 02 Jul 2011 18:18:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Kick MD5 support |
0.15_2 28 Mar 2010 06:47:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.15_1 05 Feb 2010 11:46:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update to jpeg-8 |
0.15 06 Mar 2009 18:14:36
![files touched by this commit files touched by this commit](/images/logs.gif) |
dhn ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
0.15 30 Sep 2008 14:14:19
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.15
- Pass maintainership to submitter
PR: 127729
Submitted by: Dennis Herrmann <adox@mcx2.org> |
0.14 07 Sep 2008 00:19:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.14 29 Oct 2007 17:23:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
sat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.14 (noop) |
0.13_1 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.13 17 Apr 2007 11:16:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
sat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add port x11-toolkits/p5-Tk-FontDialog:
Tk::FontDialog implements a font dialog widget.
The dialog is displayed by calling the Show method. The returned value
is either the selected font (if the dialog was closed with the Ok
button) or undef (otherwise). The exact type of the return value is
either a Tk::Font object (in Tk800) or a font name string (usually
something like font1). Both can be used as values in Tk -font options.
WWW: http://search.cpan.org/dist/Tk-FontDialog/
Author: Slaven Rezic <slaven@rezic.de> |