diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xtrap | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xtrap')
-rw-r--r-- | x11/xtrap/Makefile | 27 | ||||
-rw-r--r-- | x11/xtrap/distinfo | 3 | ||||
-rw-r--r-- | x11/xtrap/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xtrap/pkg-plist | 7 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11/xtrap/Makefile b/x11/xtrap/Makefile new file mode 100644 index 000000000000..c222d0301ec3 --- /dev/null +++ b/x11/xtrap/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xtrap +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xtrap +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= XTrap sample clients for X + +XORG_CAT= app +USE_XORG= xtrap + +MAN1= xtrap.1 \ + xtrapchar.1 \ + xtrapin.1 \ + xtrapinfo.1 \ + xtrapout.1 \ + xtrapproto.1 \ + xtrapreset.1 \ + xtrapstats.1 + +.include <bsd.port.mk> diff --git a/x11/xtrap/distinfo b/x11/xtrap/distinfo new file mode 100644 index 000000000000..6b3d08ed63b0 --- /dev/null +++ b/x11/xtrap/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xtrap-1.0.2.tar.bz2) = 97a62a011a11f03b46d72851aa298fa8 +SHA256 (xorg/app/xtrap-1.0.2.tar.bz2) = 8f513da45b0c65dff4a3d477e5600a98d677571d7ed283f52c905987dcae0fbc +SIZE (xorg/app/xtrap-1.0.2.tar.bz2) = 95471 diff --git a/x11/xtrap/pkg-descr b/x11/xtrap/pkg-descr new file mode 100644 index 000000000000..fae5d2a9e846 --- /dev/null +++ b/x11/xtrap/pkg-descr @@ -0,0 +1,6 @@ +This package contains a set of XTrap sample clients. XTrap is an X Server +extension which facilitates the capturing of server protocol and +synthesizing core input events. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xtrap/pkg-plist b/x11/xtrap/pkg-plist new file mode 100644 index 000000000000..e07601e621c1 --- /dev/null +++ b/x11/xtrap/pkg-plist @@ -0,0 +1,7 @@ +bin/xtrapchar +bin/xtrapproto +bin/xtrapin +bin/xtrapout +bin/xtrapstats +bin/xtrapreset +bin/xtrapinfo |