pkgsrc-WIP-changes archive

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

sysutils/xosview2: import xosview2-2.3.1 as wip/xosview2



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Fri Nov 18 14:57:52 2022 +0100
Changeset:	8266ef8e18004beac842fb8114824ec68ec44584

Modified Files:
	Makefile
Added Files:
	xosview2/DESCR
	xosview2/Makefile
	xosview2/PLIST
	xosview2/distinfo

Log Message:
sysutils/xosview2: import xosview2-2.3.1 as wip/xosview2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8266ef8e18004beac842fb8114824ec68ec44584

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

diffstat:
 Makefile          |  1 +
 xosview2/DESCR    | 17 +++++++++++++++++
 xosview2/Makefile | 28 ++++++++++++++++++++++++++++
 xosview2/PLIST    |  6 ++++++
 xosview2/distinfo |  5 +++++
 5 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5035a7afab..a287cd2b71 100644
--- a/Makefile
+++ b/Makefile
@@ -6116,6 +6116,7 @@ SUBDIR+=	xoreos
 SUBDIR+=	xoreos-tools
 SUBDIR+=	xorgxrdp
 SUBDIR+=	xoscope
+SUBDIR+=	xosview2
 SUBDIR+=	xournalpp-git
 SUBDIR+=	xpaint
 SUBDIR+=	xpde
diff --git a/xosview2/DESCR b/xosview2/DESCR
new file mode 100644
index 0000000000..8eed79b4e0
--- /dev/null
+++ b/xosview2/DESCR
@@ -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 --git a/xosview2/Makefile b/xosview2/Makefile
new file mode 100644
index 0000000000..5403f2bd03
--- /dev/null
+++ b/xosview2/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	xosview2-2.3.1
+CATEGORIES=	sysutils x11
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=xosview/}
+
+MAINTAINER=	vms%retrobsd.ddns.net@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
+
+.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 --git a/xosview2/PLIST b/xosview2/PLIST
new file mode 100644
index 0000000000..22b1d12388
--- /dev/null
+++ b/xosview2/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/xosview2
+man/man1/xosview2.1
+share/X11/app-defaults/XOsview2
+share/doc/xosview2/README
+share/doc/xosview2/README.bsd
diff --git a/xosview2/distinfo b/xosview2/distinfo
new file mode 100644
index 0000000000..532a3db4dd
--- /dev/null
+++ b/xosview2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+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