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/xprop | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/xprop')
-rw-r--r-- | x11/xprop/Makefile | 22 | ||||
-rw-r--r-- | x11/xprop/distinfo | 3 | ||||
-rw-r--r-- | x11/xprop/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile new file mode 100644 index 000000000000..cef614ec73b1 --- /dev/null +++ b/x11/xprop/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xprop +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xprop +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Property displayer for X + +XORG_CAT= app +USE_XORG= xmuu x11 + +PLIST_FILES= bin/xprop + +MAN1= xprop.1 + +.include <bsd.port.mk> diff --git a/x11/xprop/distinfo b/x11/xprop/distinfo new file mode 100644 index 000000000000..590dca6cee33 --- /dev/null +++ b/x11/xprop/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xprop-1.0.2.tar.bz2) = 5b6f02a3b1cda0cadc35f84814fe53d4 +SHA256 (xorg/app/xprop-1.0.2.tar.bz2) = 88b1e65703c68f14ac6cb735737d1a0e52751a18fdc8a39d2d1e5eaa07875ca0 +SIZE (xorg/app/xprop-1.0.2.tar.bz2) = 99762 diff --git a/x11/xprop/pkg-descr b/x11/xprop/pkg-descr new file mode 100644 index 000000000000..a8f57ccded0d --- /dev/null +++ b/x11/xprop/pkg-descr @@ -0,0 +1,5 @@ +This package contains the xprop utility, which is for displaying window +and font properties in an X server. + +- Joel Dahl +joel@FreeBSD.org |