diff options
author | wiz <wiz> | 2012-06-03 17:46:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-03 17:46:22 +0000 |
commit | cecfac0cd28bcaab2e777e97792acb530a3e9561 (patch) | |
tree | 79ea19ac89f38ae1cd4f3c183cff888d86c44e71 /x11/libXtst | |
parent | c09c732da698d0124b4c3defde70ef6128dd39a1 (diff) | |
download | pkgsrc-cecfac0cd28bcaab2e777e97792acb530a3e9561.tar.gz |
Update to 1.2.1:
1.2.1:
This release builds on the DocBook/XML conversion of the API documentation
included in the previous release with cleanups & improvements to make the
documentation more useful and usable.
1.2.0:
This release adds the specification documents for the API's for both
extensions, converted from the original troff format to DocBook/XML.
It also includes the usual recent rounds of build configuration improvements
and janitorial cleanups.
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 4 | ||||
-rw-r--r-- | x11/libXtst/PLIST | 15 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 8 |
3 files changed, 20 insertions, 7 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 3cc37f48f7e..93677f1922c 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/10/12 19:34:00 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2012/06/03 17:46:22 wiz Exp $ # -DISTNAME= libXtst-1.1.0 +DISTNAME= libXtst-1.2.1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXtst/PLIST b/x11/libXtst/PLIST index 42961520b54..46005528a2c 100644 --- a/x11/libXtst/PLIST +++ b/x11/libXtst/PLIST @@ -1,5 +1,18 @@ -@comment $NetBSD: PLIST,v 1.3 2010/04/09 08:41:23 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/06/03 17:46:22 wiz Exp $ include/X11/extensions/XTest.h include/X11/extensions/record.h lib/libXtst.la lib/pkgconfig/xtst.pc +man/man3/XTestCompareCurrentCursorWithWindow.3 +man/man3/XTestCompareCursorWithWindow.3 +man/man3/XTestDiscard.3 +man/man3/XTestFakeButtonEvent.3 +man/man3/XTestFakeKeyEvent.3 +man/man3/XTestFakeMotionEvent.3 +man/man3/XTestFakeRelativeMotionEvent.3 +man/man3/XTestGrabControl.3 +man/man3/XTestQueryExtension.3 +man/man3/XTestSetGContextOfGC.3 +man/man3/XTestSetVisualIDOfVisual.3 +share/doc/libXtst/recordlib.xml +share/doc/libXtst/xtestlib.xml diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 1d75ff468cb..9b2d3eef036 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/04/09 08:41:23 tnn Exp $ +$NetBSD: distinfo,v 1.5 2012/06/03 17:46:22 wiz Exp $ -SHA1 (libXtst-1.1.0.tar.bz2) = 4363e9285bfb5a884073efacc50d39edb803a1a5 -RMD160 (libXtst-1.1.0.tar.bz2) = 588fe77d9f915f5f6521ec660129b45adfc16acc -Size (libXtst-1.1.0.tar.bz2) = 256889 bytes +SHA1 (libXtst-1.2.1.tar.bz2) = 44e19899f9938d3db5546e51c338d6f86d88cfe2 +RMD160 (libXtst-1.2.1.tar.bz2) = 2e41994b87fe6c77345990255545b1d140b46206 +Size (libXtst-1.2.1.tar.bz2) = 313147 bytes |