diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-10-28 14:30:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-10-28 14:30:54 +0800 |
commit | 4c252dbb5251a5f2661cfe7629acc667ce9f8459 (patch) | |
tree | 0cfbaf2ec7ae6f517e77e83e40916b2d62e1b1ef /x11 | |
parent | 912e395b7cb6558b777b8290fb34009b375e4dd9 (diff) | |
download | freebsd-ports-gnome-4c252dbb5251a5f2661cfe7629acc667ce9f8459.tar.gz freebsd-ports-gnome-4c252dbb5251a5f2661cfe7629acc667ce9f8459.tar.zst freebsd-ports-gnome-4c252dbb5251a5f2661cfe7629acc667ce9f8459.zip |
add p5-X11-GUITest 0.20
Provides GUI testing/interaction facilities
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 26 | ||||
-rw-r--r-- | x11/p5-X11-GUITest/distinfo | 2 | ||||
-rw-r--r-- | x11/p5-X11-GUITest/pkg-descr | 6 | ||||
-rw-r--r-- | x11/p5-X11-GUITest/pkg-plist | 7 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index a8c80939b919..8fbefefea2c7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -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 diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile new file mode 100644 index 000000000000..ec1f270f50c7 --- /dev/null +++ b/x11/p5-X11-GUITest/Makefile @@ -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> diff --git a/x11/p5-X11-GUITest/distinfo b/x11/p5-X11-GUITest/distinfo new file mode 100644 index 000000000000..073878aedfd7 --- /dev/null +++ b/x11/p5-X11-GUITest/distinfo @@ -0,0 +1,2 @@ +MD5 (X11-GUITest-0.20.tar.gz) = d175896c876b932e11f5a3ffa313f189 +SIZE (X11-GUITest-0.20.tar.gz) = 39913 diff --git a/x11/p5-X11-GUITest/pkg-descr b/x11/p5-X11-GUITest/pkg-descr new file mode 100644 index 000000000000..bb748a470ff5 --- /dev/null +++ b/x11/p5-X11-GUITest/pkg-descr @@ -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/ diff --git a/x11/p5-X11-GUITest/pkg-plist b/x11/p5-X11-GUITest/pkg-plist new file mode 100644 index 000000000000..6655434efa29 --- /dev/null +++ b/x11/p5-X11-GUITest/pkg-plist @@ -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 |