diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-14 14:03:14 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-10-14 14:03:14 +0000 |
commit | 61accd76b9db495a2ea5cb63d66f1c14ea6f9937 (patch) | |
tree | 8d9fac700d4db863770c2c361bda1ac673a663f0 /x11/xautomation | |
parent | 2051a4fa11dc6a559a6685947f52aad22fe119b1 (diff) | |
download | ports-61accd76b9db495a2ea5cb63d66f1c14ea6f9937.tar.gz ports-61accd76b9db495a2ea5cb63d66f1c14ea6f9937.zip |
Notes
Diffstat (limited to 'x11/xautomation')
-rw-r--r-- | x11/xautomation/Makefile | 18 | ||||
-rw-r--r-- | x11/xautomation/distinfo | 4 | ||||
-rw-r--r-- | x11/xautomation/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xautomation/pkg-plist | 15 |
4 files changed, 22 insertions, 19 deletions
diff --git a/x11/xautomation/Makefile b/x11/xautomation/Makefile index 54fe524d7381..a8b3e69d01b0 100644 --- a/x11/xautomation/Makefile +++ b/x11/xautomation/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xautomation -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= x11 MASTER_SITES= http://hoopajoo.net/static/projects/ @@ -18,24 +18,12 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/pat2ppm bin/patextract bin/png2pat bin/rgb2pat \ - bin/visgrep bin/xmousepos bin/xte - -MAN1= pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 \ - visgrep.1 xmousepos.1 xte.1 -MAN7= xautomation.7 - PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/x11/xautomation/distinfo b/x11/xautomation/distinfo index 080a309a6b0f..266687125bb9 100644 --- a/x11/xautomation/distinfo +++ b/x11/xautomation/distinfo @@ -1,2 +1,2 @@ -SHA256 (xautomation-1.07.tar.gz) = 142ee6bd734ad785f48f0665994a8219b60c75b4edc992e3cc5192e0d7595b6d -SIZE (xautomation-1.07.tar.gz) = 116738 +SHA256 (xautomation-1.08.tar.gz) = cb37cd96c15a0ca120d8d5a2de3dda029ea5db04ddeee65880b8f9963eee0d04 +SIZE (xautomation-1.08.tar.gz) = 123944 diff --git a/x11/xautomation/pkg-descr b/x11/xautomation/pkg-descr index 35695ff99d8d..7101b5940e9f 100644 --- a/x11/xautomation/pkg-descr +++ b/x11/xautomation/pkg-descr @@ -1,8 +1,8 @@ Control X from the command line for scripts, and do "visual scraping" to find -things on the screen. The conrol interface allows mouse movement, clicking, +things on the screen. The control interface allows mouse movement, clicking, button up/down, key up/down, etc, and uses the XTest extension so you don't have the annoying problems that xse has when apps ignore sent events. The visgrep program find images inside of images and reports the coordinates, -allowing progams to find buttons, etc, on the screen to click on. +allowing programs to find buttons, etc, on the screen to click on. WWW: http://hoopajoo.net/projects/xautomation.html diff --git a/x11/xautomation/pkg-plist b/x11/xautomation/pkg-plist new file mode 100644 index 000000000000..3fcb6f479276 --- /dev/null +++ b/x11/xautomation/pkg-plist @@ -0,0 +1,15 @@ +bin/pat2ppm +bin/patextract +bin/png2pat +bin/rgb2pat +bin/visgrep +bin/xmousepos +bin/xte +man/man1/pat2ppm.1.gz +man/man1/patextract.1.gz +man/man1/png2pat.1.gz +man/man1/rgb2pat.1.gz +man/man1/visgrep.1.gz +man/man1/xmousepos.1.gz +man/man1/xte.1.gz +man/man7/xautomation.7.gz |