import ports/x11/xmem, from michi plus openbsd at dataswamp.org, ok op@

(i tweaked the license marker slightly, it's just the standard no advertising
clause)

Graphical application that displays memory and swap usage.
This commit is contained in:
sthen 2022-12-05 18:00:09 +00:00
parent ec32988be5
commit ab1a7eae13
4 changed files with 32 additions and 0 deletions

23
x11/xmem/Makefile Normal file
View File

@ -0,0 +1,23 @@
COMMENT = display memory/swap usage for X11
V = 1.28
DISTNAME = xmem_${V:S/./_/}
PKGNAME = xmem-${V}
CATEGORIES = sysutils x11
HOMEPAGE = https://git.sdf.org/bch/xmem
MASTER_SITES = ${HOMEPAGE}/archive/
MAINTAINER = Michael <michi+openbsd@dataswamp.org>
# MIT
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB = X11 Xt Xaw Xmu c kvm
WRKSRC = ${WRKDIR}/xmem
NO_TEST = Yes
.include <bsd.port.mk>

2
x11/xmem/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (xmem_1_28.tar.gz) = EoF4kNCWm191TQk+gObcG4EPt0s63tl76/j/FRXJzaI=
SIZE (xmem_1_28.tar.gz) = 1003332

1
x11/xmem/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
Graphical application that displays memory and swap usage.

6
x11/xmem/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@bin bin/xmem
lib/X11/app-defaults/XMem
@man man/man1/xmem.1
share/xmem/
share/xmem/copyright
share/xmem/xmem.bit