diff options
author | reed <reed@pkgsrc.org> | 2005-05-04 20:08:23 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-04 20:08:23 +0000 |
commit | 14136f6e2ff7fd0a03a7d319261ab8d57579e41a (patch) | |
tree | 195bcb3c92275566ef0e637202a9257ac6e5c01c | |
parent | 7cd112907ab90fcfc8b0236872d766ebb0b35258 (diff) | |
download | pkgsrc-14136f6e2ff7fd0a03a7d319261ab8d57579e41a.tar.gz |
Added xrestop-0.3.
X11 clients' server-side resource usage monitor
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6ee9b06f983..686633d6a3f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10018 2005/05/04 17:23:31 drochner Exp $ +$NetBSD: CHANGES,v 1.10019 2005/05/04 20:08:23 reed Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2286,3 +2286,4 @@ Changes to the packages collection and infrastructure in 2005: Updated gstreamer to 0.8.10 [drochner 2005-05-04] Updated libkipi to 0.1.1 [drochner 2005-05-04] Updated kipi-plugins to 0.1.0beta2 [drochner 2005-05-04] + Added xrestop-0.3 [reed 2005-05-04] diff --git a/x11/Makefile b/x11/Makefile index e647fd4e734..15e443bc4d3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.389 2005/05/04 16:15:00 drochner Exp $ +# $NetBSD: Makefile,v 1.390 2005/05/04 20:08:24 reed Exp $ # COMMENT= Packages to support the X window system @@ -306,6 +306,7 @@ SUBDIR+= xpmicons SUBDIR+= xpmroot SUBDIR+= xpns SUBDIR+= xpostit +SUBDIR+= xrestop SUBDIR+= xscreensaver SUBDIR+= xscreensaver-demo SUBDIR+= xscribble |