pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xosview2



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Dec  6 12:34:12 UTC 2022

Added Files:
        pkgsrc/sysutils/xosview2: DESCR Makefile PLIST.bsd PLIST.common
            PLIST.linux distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xosview2/DESCR \
    pkgsrc/sysutils/xosview2/Makefile pkgsrc/sysutils/xosview2/PLIST.bsd \
    pkgsrc/sysutils/xosview2/PLIST.common \
    pkgsrc/sysutils/xosview2/PLIST.linux pkgsrc/sysutils/xosview2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/xosview2/DESCR
diff -u /dev/null pkgsrc/sysutils/xosview2/DESCR:1.1
--- /dev/null   Tue Dec  6 12:34:12 2022
+++ pkgsrc/sysutils/xosview2/DESCR      Tue Dec  6 12:34:12 2022
@@ -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.
Index: pkgsrc/sysutils/xosview2/Makefile
diff -u /dev/null pkgsrc/sysutils/xosview2/Makefile:1.1
--- /dev/null   Tue Dec  6 12:34:12 2022
+++ pkgsrc/sysutils/xosview2/Makefile   Tue Dec  6 12:34:12 2022
@@ -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"
Index: pkgsrc/sysutils/xosview2/PLIST.bsd
diff -u /dev/null pkgsrc/sysutils/xosview2/PLIST.bsd:1.1
--- /dev/null   Tue Dec  6 12:34:12 2022
+++ pkgsrc/sysutils/xosview2/PLIST.bsd  Tue Dec  6 12:34:12 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.bsd,v 1.1 2022/12/06 12:34:12 vins Exp $
+share/doc/xosview2/README.bsd
Index: pkgsrc/sysutils/xosview2/PLIST.common
diff -u /dev/null pkgsrc/sysutils/xosview2/PLIST.common:1.1
--- /dev/null   Tue Dec  6 12:34:12 2022
+++ pkgsrc/sysutils/xosview2/PLIST.common       Tue Dec  6 12:34:12 2022
@@ -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
Index: pkgsrc/sysutils/xosview2/PLIST.linux
diff -u /dev/null pkgsrc/sysutils/xosview2/PLIST.linux:1.1
--- /dev/null   Tue Dec  6 12:34:12 2022
+++ pkgsrc/sysutils/xosview2/PLIST.linux        Tue Dec  6 12:34:12 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.linux,v 1.1 2022/12/06 12:34:12 vins Exp $
+share/doc/xosview2/README.linux
Index: pkgsrc/sysutils/xosview2/distinfo
diff -u /dev/null pkgsrc/sysutils/xosview2/distinfo:1.1
--- /dev/null   Tue Dec  6 12:34:12 2022
+++ pkgsrc/sysutils/xosview2/distinfo   Tue Dec  6 12:34:12 2022
@@ -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