Port details |
- p5-Test-Tk Testing Tk widgets
- 3.04 x11-toolkits =2 3.03Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-07-09 21:39:09
- Last Update: 2024-07-11 11:40:54
- Commit Hash: 1ebc900
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Test-Tk
- Description:
- Test::Tk aims to assist in the testing of Perl/Tk widgets.
createapp creates a MainWindow widget and places it in the variable $app. It
sets a timer with delay $delay to start the internal test routine.
starttesting launches the main loop and sets a timer with delay $delay to start
the internal test routine.
When testing is done the MainWindow is destroyed and the test script continues.
You can set a command line parameter show to test command on the command line.
eg perl -Mblib t/My-Test.t show. The application will not terminate so you can
visually inspect it.
It will perform two tests. You need to account for these when you set your
number of tests.
If you are not on Windows and no XServer is running, all tests will be skipped.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Test-Tk>0:x11-toolkits/p5-Test-Tk
- To install the port:
- cd /usr/ports/x11-toolkits/p5-Test-Tk/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/p5-Test-Tk
- pkg install p5-Test-Tk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Test-Tk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720689614
SHA256 (Test-Tk-3.04.tar.gz) = 1ef99305c36456ca771ac7f7164a7e04212b52b4ec3df252485658f42720adda
SIZE (Test-Tk-3.04.tar.gz) = 5177
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-Test-Deep>=0 : devel/p5-Test-Deep
- p5-Tk>=0 : x11-toolkits/p5-Tk
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Test-Deep>=0 : devel/p5-Test-Deep
- p5-Tk>=0 : x11-toolkits/p5-Tk
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- x11-toolkits/p5-Tk-Contrib
- for Run
-
- x11-toolkits/p5-Tk-Contrib
Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_p5-Test-Tk
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.04 11 Jul 2024 11:40:54 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/p5-Test-Tk: Update to 3.04
Changes: https://metacpan.org/dist/Test-Tk/changes |
3.03 20 Apr 2024 18:28:15 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/p5-Test-Tk: Update to 3.03
Changes: https://metacpan.org/dist/Test-Tk/changes |
3.02 26 Aug 2023 09:27:21 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/p5-Test-Tk: Update to 3.02
Changes: https://metacpan.org/dist/Test-Tk/changes |
3.01 09 Jul 2023 21:34:16 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/p5-Test-Tk: Add p5-Test-Tk 3.01
Test::Tk aims to assist in the testing of Perl/Tk widgets.
createapp creates a MainWindow widget and places it in the variable $app. It
sets a timer with delay $delay to start the internal test routine.
starttesting launches the main loop and sets a timer with delay $delay to start
the internal test routine.
When testing is done the MainWindow is destroyed and the test script continues.
You can set a command line parameter show to test command on the command line.
eg perl -Mblib t/My-Test.t show. The application will not terminate so you can
visually inspect it.
It will perform two tests. You need to account for these when you set your
number of tests.
If you are not on Windows and no XServer is running, all tests will be skipped. |
Number of commits found: 4
|