diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-05-21 00:36:21 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-05-21 00:36:21 +0800 |
commit | 0c6550da54f400b1a14327c0e9defeb2300f7345 (patch) | |
tree | f49a35fd08a123bcc01aba3f0eb426c0b0047dcb | |
parent | e875a62d2048fd96a95f97b5a25aa74975d4ff97 (diff) | |
download | xorg-devel-ports-0c6550da54f400b1a14327c0e9defeb2300f7345.tar.gz xorg-devel-ports-0c6550da54f400b1a14327c0e9defeb2300f7345.tar.zst xorg-devel-ports-0c6550da54f400b1a14327c0e9defeb2300f7345.zip |
Merge r894-895.
Add xwininfo from ports and update to 1.1.3.
This port needs an updated libxcb which isn't in base yet.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-7.7@897 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/xwininfo/Makefile | 18 | ||||
-rw-r--r-- | x11/xwininfo/distinfo | 2 | ||||
-rw-r--r-- | x11/xwininfo/pkg-descr | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile new file mode 100644 index 0000000..a4484f7 --- /dev/null +++ b/x11/xwininfo/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= xwininfo +PORTVERSION= 1.1.3 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Window information utility for X + +XORG_CAT= app +USES= iconv +USE_XORG= x11 xcb xproto xorg-macros + +PLIST_FILES= bin/xwininfo + +MAN1= xwininfo.1 + +.include <bsd.port.mk> diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo new file mode 100644 index 0000000..c50dd3e --- /dev/null +++ b/x11/xwininfo/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/app/xwininfo-1.1.3.tar.bz2) = 218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8 +SIZE (xorg/app/xwininfo-1.1.3.tar.bz2) = 157512 diff --git a/x11/xwininfo/pkg-descr b/x11/xwininfo/pkg-descr new file mode 100644 index 0000000..a3c96a3 --- /dev/null +++ b/x11/xwininfo/pkg-descr @@ -0,0 +1,2 @@ +This package contains xwininfo, which is a utility for displaying +information about windows in X. |