pkgsrc/x11/xrestop/Makefile
wiz 09b24c4934 xrestop: update to 0.5.
Alan Coopersmith (3):
      Update configure.ac bug URL for gitlab migration
      Fix -Wsign-compare warning in recurse_win_tree()
      Fix -Wsign-compare warnings in xrestop_client_get_stats

Ben Byer (1):
      fixed typo in output of xrestop -b

Gaetan Nadon (5):
      config: upgrade Autoconf initialization section
      config: use standard xorg autogen.sh
      config: use standard xorg .gitignore file
      config: upgrade to util-macros 1.8 for additional man page support
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99

James Cloos (2):
      Replace static ChangeLog with dist-hook to generate from git log
      Fix commit 08c9daab3a0b3ef37723c007858fa949cb91bbd8

Keith Packard (1):
      Use XResQueryClientIds to get pid instead of window property

Kevin Ryde (1):
      In xrestop_client_get_info() show xrestop's own pid.

Matthieu Herrb (7):
      Update README for gitlab migration
      Fix version for development.
      More fixes for README.md + modern packaging
      Remove unused function window_get_pid()
      Fix character buffer sizes to hold full formatted strings
      Fix EXTRA_DIST and MAINTAINERCLEANFILES
      Release xrestop 0.5

Paulo Cesar Pereira de Andrade (1):
      Correct make distcheck and sparse warnings.

Peter Harris (1):
      Display ShmSeg resource count

Søren Sandmann Pedersen (2):
      man page: Change -dt to -t
      More man page fixes

Walter Harms (4):
      FIX:  warning: initialization discards `const' qualifier from pointer target type
      no need-to-check argument for XFree
      remove unused debug code
      FIX: malloc+memset=calloc
2021-08-03 10:06:03 +00:00

18 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/08/03 10:06:03 wiz Exp $
DISTNAME= xrestop-0.5
CATEGORIES= x11
MASTER_SITES= https://xorg.freedesktop.org/archive/individual/app/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://www.freedesktop.org/wiki/Software/xrestop
COMMENT= X11 clients' server-side resource usage monitor
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../devel/ncurses/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXres/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"