aboutsummaryrefslogtreecommitdiff
path: root/x11/xnee
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-05-31 20:44:23 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-05-31 20:44:23 +0000
commitb56d2ab168df5da9c034d248f57f241d84d63bee (patch)
tree6fe2c6abebc7efd5db806e98e305bc951a46ba88 /x11/xnee
parent1dbe7ca58e4d8e378567163df5b8c256c738a7ce (diff)
downloadports-b56d2ab168df5da9c034d248f57f241d84d63bee.tar.gz
ports-b56d2ab168df5da9c034d248f57f241d84d63bee.zip
Add xnee 0.7.a2, x events recorder and player.
PR: 38595 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes: svn path=/head/; revision=60402
Diffstat (limited to 'x11/xnee')
-rw-r--r--x11/xnee/Makefile24
-rw-r--r--x11/xnee/distinfo1
-rw-r--r--x11/xnee/pkg-comment1
-rw-r--r--x11/xnee/pkg-descr9
-rw-r--r--x11/xnee/pkg-plist2
5 files changed, 37 insertions, 0 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile
new file mode 100644
index 000000000000..3cfa91a39dbf
--- /dev/null
+++ b/x11/xnee/Makefile
@@ -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>
diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo
new file mode 100644
index 000000000000..05be4bba3215
--- /dev/null
+++ b/x11/xnee/distinfo
@@ -0,0 +1 @@
+MD5 (xnee-0.7alpha_2.tar) = 7ea07c13c4a13f48eade7c659afdc239
diff --git a/x11/xnee/pkg-comment b/x11/xnee/pkg-comment
new file mode 100644
index 000000000000..fc72bf2870b1
--- /dev/null
+++ b/x11/xnee/pkg-comment
@@ -0,0 +1 @@
+X events recorder and player
diff --git a/x11/xnee/pkg-descr b/x11/xnee/pkg-descr
new file mode 100644
index 000000000000..619705d019c6
--- /dev/null
+++ b/x11/xnee/pkg-descr
@@ -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/
diff --git a/x11/xnee/pkg-plist b/x11/xnee/pkg-plist
new file mode 100644
index 000000000000..afa2eb95a28e
--- /dev/null
+++ b/x11/xnee/pkg-plist
@@ -0,0 +1,2 @@
+bin/xnee
+lib/libxnee.a