summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2010-09-10 19:55:11 +0000
committerjoerg <joerg>2010-09-10 19:55:11 +0000
commit691e44df2f0bf56377c3300a57aa91c27c1fc70e (patch)
tree873de6c15baca5d898e85f783617866aedbc9fdd /x11
parentc9b02050bbea2c9efc9a65fdd57a7adea967cd28 (diff)
downloadpkgsrc-691e44df2f0bf56377c3300a57aa91c27c1fc70e.tar.gz
Update to xlsclients-1.1.0: rewriting on top of XCB, cutting down round
trips by an order of magnitude.
Diffstat (limited to 'x11')
-rw-r--r--x11/xlsclients/Makefile9
-rw-r--r--x11/xlsclients/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile
index a12c802e220..0374b9a8462 100644
--- a/x11/xlsclients/Makefile
+++ b/x11/xlsclients/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2009/11/09 18:47:23 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/10 19:55:11 joerg Exp $
#
-DISTNAME= xlsclients-1.0.2
+DISTNAME= xlsclients-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
@@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X client listing utility
+LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,6 +18,6 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/xcb-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xlsclients/distinfo b/x11/xlsclients/distinfo
index 0b52e13704e..5f8b4082b6e 100644
--- a/x11/xlsclients/distinfo
+++ b/x11/xlsclients/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/11/09 18:47:25 tnn Exp $
+$NetBSD: distinfo,v 1.3 2010/09/10 19:55:11 joerg Exp $
-SHA1 (xlsclients-1.0.2.tar.bz2) = 5cde39a28c5352d1d555714836f57c05197e419d
-RMD160 (xlsclients-1.0.2.tar.bz2) = 526a0cae2cfa9229c00670276f3eaecbde845889
-Size (xlsclients-1.0.2.tar.bz2) = 96011 bytes
+SHA1 (xlsclients-1.1.0.tar.bz2) = 1961ee982f98d270c9069eaf84790c6b9dcdc851
+RMD160 (xlsclients-1.1.0.tar.bz2) = ef0cb54ed84e77ea6013235582f65fcdf288f97d
+Size (xlsclients-1.1.0.tar.bz2) = 107784 bytes