diff options
author | agc <agc@pkgsrc.org> | 2000-03-21 09:03:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-03-21 09:03:21 +0000 |
commit | fb76674b71d759a1c329d6ade7c19764aee6cd74 (patch) | |
tree | 431ccb19344302e4f73defc6ecf59d8aea977d49 /sysutils/memconf | |
parent | 5c068d563ff695077c38da99b1c8d16815de95f5 (diff) | |
download | pkgsrc-fb76674b71d759a1c329d6ade7c19764aee6cd74.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/Makefile | 23 | ||||
-rw-r--r-- | sysutils/memconf/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/memconf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/memconf/pkg/DESCR | 6 | ||||
-rw-r--r-- | sysutils/memconf/pkg/PLIST | 2 |
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 |