aboutsummaryrefslogtreecommitdiffstats
path: root/x11/p5-X11-GUITest
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0
| | | | | | | | | | 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
* - Update to 0.28sunpoet2014-03-312-3/+3
| | | | | | Changes: http://search.cpan.org/dist/X11-GUITest/Changes PR: ports/188060 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Update to 0.27sunpoet2014-03-102-4/+7
| | | | | | | | | - 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>
* Support STAGEDIR.vanilla2013-11-072-7/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* - Convert to new perl frameworkaz2013-08-031-6/+3
| | | | - Trim Makefile header
* - Update to 0.25sunpoet2011-06-152-9/+8
| | | | Changes: http://cpansearch.perl.org/src/CTRONDLP/X11-GUITest-0.25/docs/Changes
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-5/+2
| | | | starting with X
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3
| | | | | | | | | | | | | | | - 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)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+2
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 0.21mat2006-06-152-6/+5
| | | | Fixup DISTFILES
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* - Add SHA256pav2005-11-261-0/+1
|
* requires perl 5.8ijliao2004-12-101-1/+7
|
* add missing dependsijliao2004-11-021-0/+5
| | | | Submitted by: pointyhat via kris
* add p5-X11-GUITest 0.20ijliao2004-10-284-0/+41
Provides GUI testing/interaction facilities