- Update to 1.08
- Support STAGEDIR - Use pkg-plist instead of PLIST_FILES Approved by: wg/pawel (mentors)
This commit is contained in:
parent
2051a4fa11
commit
61accd76b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330326
4 changed files with 22 additions and 19 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
15
x11/xautomation/pkg-plist
Normal file
15
x11/xautomation/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue