pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xosview2 sysutils/xosview2: import package fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc0629e8e890
branches: trunk
changeset: 389581:fc0629e8e890
user: vins <vins%pkgsrc.org@localhost>
date: Tue Dec 06 12:34:12 2022 +0000
description:
sysutils/xosview2: import package from wip.
xosview2 is the experimental new branch of the xosview system monitor.
xosview is a lightweight program that gathers information from your
operating system and displays it in graphical form. It attempts to show
you in a quick glance an overview of how your system resources are
being utilized.
diffstat:
sysutils/xosview2/DESCR | 17 +++++++++++++++++
sysutils/xosview2/Makefile | 39 +++++++++++++++++++++++++++++++++++++++
sysutils/xosview2/PLIST.bsd | 2 ++
sysutils/xosview2/PLIST.common | 5 +++++
sysutils/xosview2/PLIST.linux | 2 ++
sysutils/xosview2/distinfo | 5 +++++
6 files changed, 70 insertions(+), 0 deletions(-)
diffs (94 lines):
diff -r 0e03959c931a -r fc0629e8e890 sysutils/xosview2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview2/DESCR Tue Dec 06 12:34:12 2022 +0000
@@ -0,0 +1,17 @@
+xosview2 is the experimental new branch of the xosview system monitor.
+
+xosview is a lightweight program that gathers information from your
+operating system and displays it in graphical form. It attempts to show
+you in a quick glance an overview of how your system resources are
+being utilized.
+
+It can be configured to be nothing more than a small strip showing a
+couple of parameters on a desktop task bar. Or it can display dozens of
+meters and rolling graphical charts over your entire screen.
+
+Since xosview renders all graphics with core X11 drawing methods, you
+can run it on one machine and display it on another. This works even if
+your other host is an operating system not running an X server inside a
+virtual machine running on a physically different host. If you can
+connect to it on a network, then you can popup an xosview instance and
+monitor what is going on.
diff -r 0e03959c931a -r fc0629e8e890 sysutils/xosview2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview2/Makefile Tue Dec 06 12:34:12 2022 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2022/12/06 12:34:12 vins Exp $
+
+DISTNAME= xosview2-2.3.1
+CATEGORIES= sysutils x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xosview/}
+
+MAINTAINER= vins%NetBSD.org@localhost
+HOMEPAGE= https://xosview.sourceforge.net/
+COMMENT= X11 graphical display of OS statistics
+LICENSE= gnu-gpl-v2 AND original-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= awk
+USE_LANGUAGES= c c++
+
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
+CONFIGURE_ARGS+= --with-x
+CONFIGURE_ARGS+= --with-xsm
+
+PLIST_SRC= PLIST.common
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS:M*BSD} || ${OPSYS} == "DragonFly"
+PLIST_SRC+= PLIST.bsd
+.elif ${OPSYS} == "Linux"
+PLIST_SRC+= PLIST.linux
+CONFIGURE_ARGS+= --enable-linux-syscalls
+.endif
+
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0e03959c931a -r fc0629e8e890 sysutils/xosview2/PLIST.bsd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview2/PLIST.bsd Tue Dec 06 12:34:12 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.bsd,v 1.1 2022/12/06 12:34:12 vins Exp $
+share/doc/xosview2/README.bsd
diff -r 0e03959c931a -r fc0629e8e890 sysutils/xosview2/PLIST.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview2/PLIST.common Tue Dec 06 12:34:12 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST.common,v 1.1 2022/12/06 12:34:12 vins Exp $
+bin/xosview2
+man/man1/xosview2.1
+share/X11/app-defaults/XOsview2
+share/doc/xosview2/README
diff -r 0e03959c931a -r fc0629e8e890 sysutils/xosview2/PLIST.linux
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview2/PLIST.linux Tue Dec 06 12:34:12 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.linux,v 1.1 2022/12/06 12:34:12 vins Exp $
+share/doc/xosview2/README.linux
diff -r 0e03959c931a -r fc0629e8e890 sysutils/xosview2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xosview2/distinfo Tue Dec 06 12:34:12 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/06 12:34:12 vins Exp $
+
+BLAKE2s (xosview2-2.3.1.tar.gz) = 7ed70fd1859b9ae7dadc72436333ac910f5ff57b6f39598fc2c87ab21648013e
+SHA512 (xosview2-2.3.1.tar.gz) = c90fc4f79d1f776eba90620376d318302135fc18e79a49e1aa57607276b57d46c66eb647ad92b3ac314b74d64247887e81e1541f81dd276e1e5ef2206e241060
+Size (xosview2-2.3.1.tar.gz) = 391341 bytes
Home |
Main Index |
Thread Index |
Old Index