diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-12 18:04:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-12 18:04:20 +0000 |
commit | 518a257df1d46ba5c19a6ad9f0e573b74103c13b (patch) | |
tree | 43dd34f44fb48a32da364f1dce52771b29339d11 /x11/xwininfo | |
parent | d0f5e632367f4d8ebe0a1ad12fae6724b0a05a4b (diff) | |
download | pkgsrc-518a257df1d46ba5c19a6ad9f0e573b74103c13b.tar.gz |
Import xwininfo-1.0.2.
This package provides xwininfo, a program to query the X server for
information about windows.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xwininfo')
-rw-r--r-- | x11/xwininfo/DESCR | 4 | ||||
-rw-r--r-- | x11/xwininfo/Makefile | 21 | ||||
-rw-r--r-- | x11/xwininfo/PLIST | 3 | ||||
-rw-r--r-- | x11/xwininfo/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/xwininfo/DESCR b/x11/xwininfo/DESCR new file mode 100644 index 00000000000..bb71a0bdd07 --- /dev/null +++ b/x11/xwininfo/DESCR @@ -0,0 +1,4 @@ +This package provides xwininfo, a program to query the X server for +information about windows. + +This is from the modular X.org X11 project. diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile new file mode 100644 index 00000000000..96233fb612b --- /dev/null +++ b/x11/xwininfo/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 18:04:20 joerg Exp $ +# + +DISTNAME= xwininfo-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Query information about X windows + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xwininfo/PLIST b/x11/xwininfo/PLIST new file mode 100644 index 00000000000..6e722b38ead --- /dev/null +++ b/x11/xwininfo/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 18:04:20 joerg Exp $ +bin/xwininfo +man/man1/xwininfo.1 diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo new file mode 100644 index 00000000000..7339b485655 --- /dev/null +++ b/x11/xwininfo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/12 18:04:20 joerg Exp $ + +SHA1 (xwininfo-1.0.2.tar.bz2) = a4043bc1d23837fd87444c45f8138a7a69874890 +RMD160 (xwininfo-1.0.2.tar.bz2) = f752c86ce5c2fe66ddd6020e926885c227c03e88 +Size (xwininfo-1.0.2.tar.bz2) = 91625 bytes |