diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-02 17:11:56 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-02 17:11:56 +0000 |
commit | eacee25b50736c66961e5cd22dd328bcc5c7ba49 (patch) | |
tree | a557c7e665058d2eb667a19b34ac761712698205 /x11/libXtst | |
parent | ba65e369563434b458688c90216d3d8e092d5cca (diff) | |
download | ports-eacee25b50736c66961e5cd22dd328bcc5c7ba49.tar.gz ports-eacee25b50736c66961e5cd22dd328bcc5c7ba49.zip |
Notes
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 14 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 6 |
2 files changed, 16 insertions, 4 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index fb533e731e15..407aaced9191 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXtst -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -18,4 +18,16 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +MAN3= XTestQueryExtension.3 \ + XTestCompareCursorWithWindow.3 \ + XTestCompareCurrentCursorWithWindow.3 \ + XTestFakeKeyEvent.3 \ + XTestFakeButtonEvent.3 \ + XTestFakeMotionEvent.3 \ + XTestFakeRelativeMotionEvent.3 \ + XTestGrabControl.3 \ + XTestSetGContextOfGC.3 \ + XTestSetVisualIDOfVisual.3 \ + XTestDiscard.3 + .include <bsd.port.mk> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 8979732ce83d..2e583d8305ba 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXtst-1.0.1.tar.bz2) = 0ba567531ff9ac1ff9da0653f8a161b3 -SHA256 (xorg/lib/libXtst-1.0.1.tar.bz2) = 7348de3c303075df4457b15b47e75096d909e9ffada80773c660bb956ceea882 -SIZE (xorg/lib/libXtst-1.0.1.tar.bz2) = 212511 +MD5 (xorg/lib/libXtst-1.0.2.tar.bz2) = 032d5c1d3914fc0224837328c88aef96 +SHA256 (xorg/lib/libXtst-1.0.2.tar.bz2) = eef98ad3d35254384c3714cd63826fc2009f9b394f2b489718aba9be7be0a10b +SIZE (xorg/lib/libXtst-1.0.2.tar.bz2) = 224741 |