aboutsummaryrefslogtreecommitdiff
path: root/x11/xev
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xev
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
Notes
Diffstat (limited to 'x11/xev')
-rw-r--r--x11/xev/Makefile22
-rw-r--r--x11/xev/distinfo3
-rw-r--r--x11/xev/pkg-descr4
3 files changed, 29 insertions, 0 deletions
diff --git a/x11/xev/Makefile b/x11/xev/Makefile
new file mode 100644
index 000000000000..1f265b8c37e0
--- /dev/null
+++ b/x11/xev/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xev
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xev
+PORTVERSION= 1.0.2
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Print contents of X events
+
+XORG_CAT= app
+USE_XORG= x11
+
+PLIST_FILES= bin/xev
+
+MAN1= xev.1
+
+.include <bsd.port.mk>
diff --git a/x11/xev/distinfo b/x11/xev/distinfo
new file mode 100644
index 000000000000..0d51b68173fa
--- /dev/null
+++ b/x11/xev/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/app/xev-1.0.2.tar.bz2) = e3008eb0655da3026c162a5597d70869
+SHA256 (xorg/app/xev-1.0.2.tar.bz2) = cac2771b67942d9a00b46532176feb18b2f82c434e0f6ece578d95953ef33053
+SIZE (xorg/app/xev-1.0.2.tar.bz2) = 84097
diff --git a/x11/xev/pkg-descr b/x11/xev/pkg-descr
new file mode 100644
index 000000000000..eddd0caccffc
--- /dev/null
+++ b/x11/xev/pkg-descr
@@ -0,0 +1,4 @@
+This package contains xev, which is a application that monitors X events.
+
+- Joel Dahl
+joel@FreeBSD.org