mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
add p5-X11-GUITest 0.20
Provides GUI testing/interaction facilities
This commit is contained in:
parent
4b16da7d29
commit
3706defea4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120375
@ -135,6 +135,7 @@
|
||||
SUBDIR += offix-clipboard
|
||||
SUBDIR += offix-execute
|
||||
SUBDIR += oooqs
|
||||
SUBDIR += p5-X11-GUITest
|
||||
SUBDIR += p5-X11-IdleTime
|
||||
SUBDIR += p5-X11-Protocol
|
||||
SUBDIR += panoramixext
|
||||
|
26
x11/p5-X11-GUITest/Makefile
Normal file
26
x11/p5-X11-GUITest/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: X11-GUITest
|
||||
# Date created: Oct 28, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= X11-GUITest
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= x11 perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
|
||||
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
|
||||
MASTER_SITE_SUBDIR= X11/:cpan \
|
||||
x11guitest/:sf
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \
|
||||
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Provides GUI testing/interaction facilities
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= X11::GUITest.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/p5-X11-GUITest/distinfo
Normal file
2
x11/p5-X11-GUITest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (X11-GUITest-0.20.tar.gz) = d175896c876b932e11f5a3ffa313f189
|
||||
SIZE (X11-GUITest-0.20.tar.gz) = 39913
|
6
x11/p5-X11-GUITest/pkg-descr
Normal file
6
x11/p5-X11-GUITest/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/X11-GUITest/
|
7
x11/p5-X11-GUITest/pkg-plist
Normal file
7
x11/p5-X11-GUITest/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/X11/GUITest.pm
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/X11
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest/GUITest.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest/GUITest.bs
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/X11/GUITest
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/X11
|
Loading…
Reference in New Issue
Block a user