1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Add emulators/hv_kvp_cmd

Hyper-V Data Exchange Service (KVP), users command line utility

PR:		254268
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com>
This commit is contained in:
Li-Wen Hsu 2021-03-14 09:54:20 +00:00
parent 496e9adc51
commit 10ec4c15af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568375
4 changed files with 35 additions and 0 deletions

View File

@ -52,6 +52,7 @@
SUBDIR += hercules
SUBDIR += higan
SUBDIR += hugo
SUBDIR += hv_kvp_cmd
SUBDIR += i386-wine
SUBDIR += i386-wine-devel
SUBDIR += ines
@ -126,6 +127,7 @@
SUBDIR += rpcs3
SUBDIR += rtc
SUBDIR += rubygem-fission
SUBDIR += sdltrs
SUBDIR += simh
SUBDIR += simh-hp2100
SUBDIR += simh-hp3000

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= hv_kvp_cmd
DISTVERSION= 1.4
CATEGORIES= emulators
MAINTAINER= pavelivolkov@gmail.com
COMMENT= Hyper-V Data Exchange Service (KVP), users command line utility
LICENSE= MIT
.if !exists(${SRC_BASE}/sys/dev/hyperv/utilities/hv_kvp.h)
IGNORE= requires system source tree in the ${SRC_BASE}
.endif
USE_GITHUB= yes
GH_ACCOUNT= pol73
MAKE_ARGS+= LOCAL=${STAGEDIR}${PREFIX}
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1615694358
SHA256 (pol73-hv_kvp_cmd-1.4_GH0.tar.gz) = 76a47576e7b99aba5692d2b860d4a791815367e8e877cf78a2e0e601caa89724
SIZE (pol73-hv_kvp_cmd-1.4_GH0.tar.gz) = 5613

View File

@ -0,0 +1,7 @@
Hyper-V Data Exchange Service (KVP),
users command line utility
Provides a mechanism to exchange basic metadata between
the virtual machine and the host.
WWW: https://github.com/pol73/hv_kvp_cmd/