pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/virt-what virt-what: A script to detect if be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8763aebff13
branches:  trunk
changeset: 418993:c8763aebff13
user:      otis <otis%pkgsrc.org@localhost>
date:      Tue Dec 10 21:14:58 2019 +0000

description:
virt-what: A script to detect if being run in virtual or bare metal environment

diffstat:

 sysutils/virt-what/DESCR    |   8 ++++++++
 sysutils/virt-what/Makefile |  15 +++++++++++++++
 sysutils/virt-what/PLIST    |   4 ++++
 sysutils/virt-what/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 06b2256524cb -r c8763aebff13 sysutils/virt-what/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/virt-what/DESCR  Tue Dec 10 21:14:58 2019 +0000
@@ -0,0 +1,8 @@
+virt-what is a shell script which can be used to detect if the program
+is running in a virtual machine.
+
+virt-what supports a very large number of different hypervisor types,
+including common open source hypervisors (KVM, Xen, QEMU, VirtualBox),
+mainframe systems like IBM Systemz, LPAR, z/VM, hardware partitioning
+schemes like Hitachi Virtage, proprietary hypervisors like VMWare,
+Microsoft Hyper-V and much more.
diff -r 06b2256524cb -r c8763aebff13 sysutils/virt-what/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/virt-what/Makefile       Tue Dec 10 21:14:58 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/12/10 21:14:58 otis Exp $
+
+DISTNAME=      virt-what-1.20
+CATEGORIES=    sysutils
+MASTER_SITES=  https://people.redhat.com/~rjones/virt-what/files/
+
+MAINTAINER=    juraj%lutter.sk@localhost
+HOMEPAGE=      https://people.redhat.com/~rjones/virt-what/
+COMMENT=       Utility to determine whether it is being run in virtual environment
+LICENSE=       gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pod2man
+
+.include "../../mk/bsd.pkg.mk"
diff -r 06b2256524cb -r c8763aebff13 sysutils/virt-what/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/virt-what/PLIST  Tue Dec 10 21:14:58 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/10 21:14:58 otis Exp $
+libexec/virt-what-cpuid-helper
+man/man1/virt-what.1
+sbin/virt-what
diff -r 06b2256524cb -r c8763aebff13 sysutils/virt-what/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/virt-what/distinfo       Tue Dec 10 21:14:58 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/10 21:14:58 otis Exp $
+
+SHA1 (virt-what-1.20.tar.gz) = 0ca1802b454290c5b676609aa585f3f3d7597e47
+RMD160 (virt-what-1.20.tar.gz) = e613845491394f7d0d6f4a23f13ef3827d4bd3d9
+SHA512 (virt-what-1.20.tar.gz) = edf74903122bfb422c7a5ecba711bb64d6ef668828f208dfc0571ef14f2643456c14bc9a77dfea209df3d93869ac0a2c9fd039779922eddc6ebd9d988585dea4
+Size (virt-what-1.20.tar.gz) = 459243 bytes



Home | Main Index | Thread Index | Old Index