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:
parent
496e9adc51
commit
10ec4c15af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568375
@ -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
|
||||
|
23
emulators/hv_kvp_cmd/Makefile
Normal file
23
emulators/hv_kvp_cmd/Makefile
Normal 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>
|
3
emulators/hv_kvp_cmd/distinfo
Normal file
3
emulators/hv_kvp_cmd/distinfo
Normal 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
|
7
emulators/hv_kvp_cmd/pkg-descr
Normal file
7
emulators/hv_kvp_cmd/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user