View | Details | Raw Unified | Return to bug 211517
Collapse All | Expand All

(-)/root/xdotool/Makefile (-2 / +5 lines)
Lines 1-14 Link Here
1
# $FreeBSD: head/x11/xdotool/Makefile 339414 2014-01-11 10:03:45Z vanilla $
1
# $FreeBSD: head/x11/xdotool/Makefile 339414 2014-01-11 10:03:45Z vanilla $
2
2
3
PORTNAME=	xdotool
3
PORTNAME=	xdotool
4
DISTVERSION=	2.20110530.1
4
DISTVERSION= 3.20150503.1
5
DISTVERSIONPREFIX=	v
5
PORTEPOCH=	1
6
PORTEPOCH=	1
6
CATEGORIES=	x11
7
CATEGORIES=	x11
7
MASTER_SITES=	http://semicomplete.googlecode.com/files/
8
8
9
MAINTAINER=	wxs@FreeBSD.org
9
MAINTAINER=	wxs@FreeBSD.org
10
COMMENT=	Programmatically simulate keyboard input or mouse activity
10
COMMENT=	Programmatically simulate keyboard input or mouse activity
11
11
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	jordansissel
14
12
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
13
USES=		gmake pkgconfig perl5
16
USES=		gmake pkgconfig perl5
14
USE_XORG=	x11 xtst xinerama
17
USE_XORG=	x11 xtst xinerama
(-)/root/xdotool/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xdotool-2.20110530.1.tar.gz) = e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67
1
TIMESTAMP = 1469983971
2
SIZE (xdotool-2.20110530.1.tar.gz) = 107204
2
SHA256 (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf
3
SIZE (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = 103128
(-)/root/xdotool/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/xdotool
1
bin/xdotool
2
include/xdo.h
2
include/xdo.h
3
lib/libxdo.so
3
lib/libxdo.so
4
lib/libxdo.so.2
4
lib/libxdo.so.3
5
man/man1/xdotool.1.gz
5
man/man1/xdotool.1.gz

Return to bug 211517