Date: Mon, 14 Oct 2013 14:03:14 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330326 - head/x11/xautomation Message-ID: <201310141403.r9EE3EnD034434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Mon Oct 14 14:03:14 2013 New Revision: 330326 URL: http://svnweb.freebsd.org/changeset/ports/330326 Log: - Update to 1.08 - Support STAGEDIR - Use pkg-plist instead of PLIST_FILES Approved by: wg/pawel (mentors) Added: head/x11/xautomation/pkg-plist (contents, props changed) Modified: head/x11/xautomation/Makefile head/x11/xautomation/distinfo (contents, props changed) head/x11/xautomation/pkg-descr (contents, props changed) Modified: head/x11/xautomation/Makefile ============================================================================== --- head/x11/xautomation/Makefile Mon Oct 14 13:59:30 2013 (r330325) +++ head/x11/xautomation/Makefile Mon Oct 14 14:03:14 2013 (r330326) @@ -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> Modified: head/x11/xautomation/distinfo ============================================================================== --- head/x11/xautomation/distinfo Mon Oct 14 13:59:30 2013 (r330325) +++ head/x11/xautomation/distinfo Mon Oct 14 14:03:14 2013 (r330326) @@ -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 Modified: head/x11/xautomation/pkg-descr ============================================================================== --- head/x11/xautomation/pkg-descr Mon Oct 14 13:59:30 2013 (r330325) +++ head/x11/xautomation/pkg-descr Mon Oct 14 14:03:14 2013 (r330326) @@ -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 Added: head/x11/xautomation/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xautomation/pkg-plist Mon Oct 14 14:03:14 2013 (r330326) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141403.r9EE3EnD034434>