aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2013-10-14 22:03:14 +0800
committernemysis <nemysis@FreeBSD.org>2013-10-14 22:03:14 +0800
commitcdc5d4175305c2f28d958cc198dba00eaa458014 (patch)
tree8d9fac700d4db863770c2c361bda1ac673a663f0 /x11
parentbaf8b057c0e7c54d34e53ffa3e73f0336d2a7567 (diff)
downloadfreebsd-ports-gnome-cdc5d4175305c2f28d958cc198dba00eaa458014.tar.gz
freebsd-ports-gnome-cdc5d4175305c2f28d958cc198dba00eaa458014.tar.zst
freebsd-ports-gnome-cdc5d4175305c2f28d958cc198dba00eaa458014.zip
- Update to 1.08
- Support STAGEDIR - Use pkg-plist instead of PLIST_FILES Approved by: wg/pawel (mentors)
Diffstat (limited to 'x11')
-rw-r--r--x11/xautomation/Makefile18
-rw-r--r--x11/xautomation/distinfo4
-rw-r--r--x11/xautomation/pkg-descr4
-rw-r--r--x11/xautomation/pkg-plist15
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