aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-01 04:44:23 +0800
committerpetef <petef@FreeBSD.org>2002-06-01 04:44:23 +0800
commite0d3e0648c27ec7c643bd0af134bbc50c21b0d19 (patch)
tree16c763beae9e4476455b49ad3f958e80b0f2c061 /x11
parentb9c5efa5c3d112876dbc060d07821792ed4e7869 (diff)
downloadfreebsd-ports-gnome-e0d3e0648c27ec7c643bd0af134bbc50c21b0d19.tar.gz
freebsd-ports-gnome-e0d3e0648c27ec7c643bd0af134bbc50c21b0d19.tar.zst
freebsd-ports-gnome-e0d3e0648c27ec7c643bd0af134bbc50c21b0d19.zip
Add xnee 0.7.a2, x events recorder and player.
PR: 38595 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-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
6 files changed, 38 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 4214734976b8..15dfe5d4673c 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -144,6 +144,7 @@
SUBDIR += xmove
SUBDIR += xmsg
SUBDIR += xmx
+ SUBDIR += xnee
SUBDIR += xprompt
SUBDIR += xscreensaver
SUBDIR += xscreensaver-gnome
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