From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 14:03:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CF811FC0; Mon, 14 Oct 2013 14:03:15 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCEFA2A86; Mon, 14 Oct 2013 14:03:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EE3FNW034438; Mon, 14 Oct 2013 14:03:15 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EE3EnD034434; Mon, 14 Oct 2013 14:03:14 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310141403.r9EE3EnD034434@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 14 Oct 2013 14:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330326 - head/x11/xautomation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 14:03:16 -0000 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 - 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 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