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.
This commit is contained in:
parent
d0f5e63236
commit
518a257df1
4 changed files with 33 additions and 0 deletions
4
x11/xwininfo/DESCR
Normal file
4
x11/xwininfo/DESCR
Normal file
|
@ -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.
|
21
x11/xwininfo/Makefile
Normal file
21
x11/xwininfo/Makefile
Normal file
|
@ -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"
|
3
x11/xwininfo/PLIST
Normal file
3
x11/xwininfo/PLIST
Normal file
|
@ -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
|
5
x11/xwininfo/distinfo
Normal file
5
x11/xwininfo/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue