Add xnee 0.7.a2, x events recorder and player.
PR: 38595 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
This commit is contained in:
parent
1dbe7ca58e
commit
b56d2ab168
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60402
6 changed files with 38 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += xmove
|
||||
SUBDIR += xmsg
|
||||
SUBDIR += xmx
|
||||
SUBDIR += xnee
|
||||
SUBDIR += xprompt
|
||||
SUBDIR += xscreensaver
|
||||
SUBDIR += xscreensaver-gnome
|
||||
|
|
24
x11/xnee/Makefile
Normal file
24
x11/xnee/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: xnee
|
||||
# Date created: 27 May 2002
|
||||
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xnee
|
||||
PORTVERSION= 0.7.a2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xnee.sourceforge.net/tars/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/alpha_/}
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/src/cli/Makefile.in \
|
||||
${WRKSRC}/src/lib/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xnee/distinfo
Normal file
1
x11/xnee/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xnee-0.7alpha_2.tar) = 7ea07c13c4a13f48eade7c659afdc239
|
1
x11/xnee/pkg-comment
Normal file
1
x11/xnee/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
X events recorder and player
|
9
x11/xnee/pkg-descr
Normal file
9
x11/xnee/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Xnee receives X11 protocol data (e.g. XEvents) from an X server and
|
||||
prints them to a file (or stdout). By recording events such as
|
||||
MapNotify, the replaying of events can be synchronized. This is not only
|
||||
useful but essential. We can not replay or regenerate keyboard-events to
|
||||
a window before it's ready to "receive" events. By recording events and
|
||||
requests synchronization can be implemented. Xnee can also distribute
|
||||
events (both when recording and replaying) to other displays.
|
||||
|
||||
WWW: http://xnee.sourceforge.net/
|
2
x11/xnee/pkg-plist
Normal file
2
x11/xnee/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/xnee
|
||||
lib/libxnee.a
|
Loading…
Reference in a new issue