summaryrefslogtreecommitdiff
path: root/sysutils/memconf
diff options
context:
space:
mode:
authoragc <agc>2000-03-21 09:03:21 +0000
committeragc <agc>2000-03-21 09:03:21 +0000
commite54e01e4c42cfa55c56e4915f9b56e288a483213 (patch)
tree431ccb19344302e4f73defc6ecf59d8aea977d49 /sysutils/memconf
parent116815750c9cb3b6eff8c01c9feaf01c07d3914f (diff)
downloadpkgsrc-e54e01e4c42cfa55c56e4915f9b56e288a483213.tar.gz
Import memconf, a physical memory information utility for Solaris, into
the packages collection. memconf reports the size of each SIMM/DIMM memory module installed in a system. It also reports the system type and any empty memory sockets. In verbose mode, it also reports: banner name, model, and CPU/system frequencies address range and bank numbers for each module
Diffstat (limited to 'sysutils/memconf')
-rw-r--r--sysutils/memconf/Makefile23
-rw-r--r--sysutils/memconf/files/md53
-rw-r--r--sysutils/memconf/pkg/COMMENT1
-rw-r--r--sysutils/memconf/pkg/DESCR6
-rw-r--r--sysutils/memconf/pkg/PLIST2
5 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/memconf/Makefile b/sysutils/memconf/Makefile
new file mode 100644
index 00000000000..992d193eecf
--- /dev/null
+++ b/sysutils/memconf/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/21 09:03:21 agc Exp $
+#
+
+DISTNAME= memconf
+PKGNAME= memconf-1.23.2
+CATEGORIES= sysutils
+MASTER_SITES= http://netnow.micron.net/~tschmidt/unix/
+EXTRACT_SUFX= .gz
+
+MAINTAINER= agc@netbsd.org
+HOMEPAGE= http://netnow.micron.net/~tschmidt/memconf.html
+
+ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris
+
+WRKSRC= ${WRKDIR}
+
+EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > ${WRKSRC}/memconf
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/memconf ${LOCALBASE}/sbin/memconf
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/memconf/files/md5 b/sysutils/memconf/files/md5
new file mode 100644
index 00000000000..588f5472a47
--- /dev/null
+++ b/sysutils/memconf/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/03/21 09:03:21 agc Exp $
+
+MD5 (memconf.gz) = 7b7a253817c0c0b1d4a3bec0f19023e1
diff --git a/sysutils/memconf/pkg/COMMENT b/sysutils/memconf/pkg/COMMENT
new file mode 100644
index 00000000000..f9eb88b2395
--- /dev/null
+++ b/sysutils/memconf/pkg/COMMENT
@@ -0,0 +1 @@
+physical memory information utility
diff --git a/sysutils/memconf/pkg/DESCR b/sysutils/memconf/pkg/DESCR
new file mode 100644
index 00000000000..99213ec27ca
--- /dev/null
+++ b/sysutils/memconf/pkg/DESCR
@@ -0,0 +1,6 @@
+memconf reports the size of each SIMM/DIMM memory module installed in
+a system. It also reports the system type and any empty memory
+sockets.
+
+In verbose mode, it also reports: banner name, model, and CPU/system
+frequencies address range and bank numbers for each module
diff --git a/sysutils/memconf/pkg/PLIST b/sysutils/memconf/pkg/PLIST
new file mode 100644
index 00000000000..ed0d12cde22
--- /dev/null
+++ b/sysutils/memconf/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/21 09:03:21 agc Exp $
+sbin/memconf