Port details |
- p5-X11-GUITest Provides GUI testing/interaction facilities
- 0.28_1 x11 =3 0.28_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2004-10-28 06:40:27
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: subversion, websvn-php82, validator, eclipse, phpeclipse
- Also Listed In: perl5
- License: GPLv2 GPLv3
- WWW:
- https://metacpan.org/release/X11-GUITest
- Description:
- This Perl package is intended to facilitate the testing of GUI applications by
means of user emulation. It can be used to test/interact with GUI applications;
which have been built upon the X library or toolkits (i.e., GTK+, Xt, Qt,
Motif, etc.) that "wrap" the X library's functionality.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-X11-GUITest>0:x11/p5-X11-GUITest
- To install the port:
- cd /usr/ports/x11/p5-X11-GUITest/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/p5-X11-GUITest
- pkg install p5-X11-GUITest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-X11-GUITest
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (X11-GUITest-0.28.tar.gz) = dceede53700610fff142dc9d5c4e4cd0370c88a4f2b1371f9cbf4d8d8ce6f64b
SIZE (X11-GUITest-0.28.tar.gz) = 160372
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- xext.pc : x11/libXext
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- x11.pc : x11/libX11
- xt.pc : x11-toolkits/libXt
- xext.pc : x11/libXext
- xtst.pc : x11/libXtst
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_p5-X11-GUITest
- USES:
- perl5 xorg
- 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.28_1 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.28_1 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
0.28_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.28_1 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.28_1 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.28_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.28_1 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.28 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.28 30 Mar 2014 18:01:16 |
sunpoet |
- Update to 0.28
Changes: http://search.cpan.org/dist/X11-GUITest/Changes
PR: ports/188060
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
0.27 09 Mar 2014 22:06:23 |
sunpoet |
- Update to 0.27
- Add LICENSE
- Pass maintainership to submitter
Changes: http://search.cpan.org/dist/X11-GUITest/Changes
PR: ports/187365
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.25 07 Nov 2013 04:57:21 |
vanilla |
Support STAGEDIR. |
0.25 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.25 02 Aug 2013 16:55:05 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.25 14 Jun 2011 19:36:23 |
sunpoet |
- Update to 0.25
Changes:
http://cpansearch.perl.org/src/CTRONDLP/X11-GUITest-0.25/docs/Changes |
0.21_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.21_2 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
0.21_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.21_1 08 Sep 2007 01:12:10 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.21_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.21 15 Jun 2006 10:21:08 |
mat |
Update to 0.21
Fixup DISTFILES |
0.20 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
0.20 25 Nov 2005 19:09:52 |
pav |
- Add SHA256 |
0.20 10 Dec 2004 02:06:09 |
ijliao |
requires perl 5.8 |
0.20 02 Nov 2004 03:25:37 |
ijliao |
add missing depends
Submitted by: pointyhat via kris |
0.20 28 Oct 2004 06:30:54 |
ijliao |
add p5-X11-GUITest 0.20
Provides GUI testing/interaction facilities |