summaryrefslogtreecommitdiff
path: root/nmon
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-04 09:12:42 +0000
committerTim Biermann <tbier@posteo.de>2021-03-04 09:12:42 +0000
commitb0591b9447eae66e6e30e598089d55495a5f29f3 (patch)
treee48fe9d505642be8ee71ba48aa6c05ba5ea2f1d0 /nmon
parent680613273f109141a156a631668fe06779cb67a6 (diff)
downloadcontrib-b0591b9447eae66e6e30e598089d55495a5f29f3.tar.gz
contrib-b0591b9447eae66e6e30e598089d55495a5f29f3.tar.xz
nmon: deleted unmaintained port
Diffstat (limited to 'nmon')
-rw-r--r--nmon/.footprint3
-rw-r--r--nmon/.signature5
-rw-r--r--nmon/Pkgfile14
3 files changed, 0 insertions, 22 deletions
diff --git a/nmon/.footprint b/nmon/.footprint
deleted file mode 100644
index 7f0d06ace..000000000
--- a/nmon/.footprint
+++ /dev/null
@@ -1,3 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/nmon
diff --git a/nmon/.signature b/nmon/.signature
deleted file mode 100644
index bc3f51921..000000000
--- a/nmon/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36itgjmKwc/A+cKkFhmIof4BiB+FVXfZeUHd1kdY+FYnbgKh5muhhp4OUWtBI5pGhcarfxGQCZbKMWlgILQckQ4=
-SHA256 (Pkgfile) = 894a249418996c2bc39b87bcc56cb1bb5d30d446cf21c2f4e381fd2a975c7c2c
-SHA256 (.footprint) = a3c4aaf84f997a9f324602ac5e88e2216d65847572d5b1a8ee9aac2f03befe13
-SHA256 (lmon16m.c) = 2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1
diff --git a/nmon/Pkgfile b/nmon/Pkgfile
deleted file mode 100644
index cdd1124ff..000000000
--- a/nmon/Pkgfile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Description: Nigel's performance MONitor for Linux
-# URL: http://nmon.sourceforge.net
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on:
-
-name=nmon
-version=16m
-release=1
-source=(http://download.sourceforge.net/nmon/lmon${version}.c)
-
-build() {
- install -d -m 755 $PKG/usr/bin
- cc -lncurses -lm -DJFS -DLARGEMEM -DX86 -o $PKG/usr/bin/nmon lmon${version}.c
-}

Generated by cgit