From owner-svn-ports-all@freebsd.org Thu Jul 19 23:21:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9473610506F4; Thu, 19 Jul 2018 23:21:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E5F681A99; Thu, 19 Jul 2018 23:21:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 031C92FDAE; Thu, 19 Jul 2018 23:21:48 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JNLmVB038356; Thu, 19 Jul 2018 23:21:48 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JNLlt1038351; Thu, 19 Jul 2018 23:21:47 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201807192321.w6JNLlt1038351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 19 Jul 2018 23:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474984 - in head/sysutils: . bvm X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/sysutils: . bvm X-SVN-Commit-Revision: 474984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 23:21:49 -0000 Author: woodsb02 Date: Thu Jul 19 23:21:47 2018 New Revision: 474984 URL: https://svnweb.freebsd.org/changeset/ports/474984 Log: Add new port sysutils/bvm The BVM is a Bhyve virtual machine management tool based on FreeBSD that allows you to easily manage virtual machines. 1. The supported operating systems are: FreeBSD,OpenBSD,NetBSD,Debian,OpenSuse,Ubuntu Windows10 etc. 2. Supports multiple network cards and multiple hard disks. 3. There are two kinds of network modes: Bridged and NAT 4. Support grub and uefi boot 5. Support for ZFS PR: 229407 Submitted by: guoqiang_cn@126.com (maintainer) Reviewed by: ygy, yuri Differential Revision: https://reviews.freebsd.org/D16074 Added: head/sysutils/bvm/ head/sysutils/bvm/Makefile (contents, props changed) head/sysutils/bvm/distinfo (contents, props changed) head/sysutils/bvm/pkg-descr (contents, props changed) head/sysutils/bvm/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Thu Jul 19 22:36:38 2018 (r474983) +++ head/sysutils/Makefile Thu Jul 19 23:21:47 2018 (r474984) @@ -129,6 +129,7 @@ SUBDIR += bulk_extractor SUBDIR += burp SUBDIR += busybox + SUBDIR += bvm SUBDIR += byobu SUBDIR += catfish SUBDIR += cbsd Added: head/sysutils/bvm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bvm/Makefile Thu Jul 19 23:21:47 2018 (r474984) @@ -0,0 +1,35 @@ +# Created by: Qiang Guo +# $FreeBSD$ + +PORTNAME= bvm +PORTVERSION= 1.1.2 +CATEGORIES= sysutils + +MAINTAINER= guoqiang_cn@126.com +COMMENT= Bhyve VM Manager + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= Bhyve VM Manager is required to be built on a 64bit machine + +RUN_DEPENDS= bhyve-firmware>0:sysutils/bhyve-firmware \ + grub-bhyve:sysutils/grub2-bhyve \ + tmux:sysutils/tmux + +USE_GITHUB= yes +GH_ACCOUNT= bigdragonsoft + +BUILD_WRKSRC= ${WRKSRC}/src + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bvm + ${INSTALL_DATA} ${WRKSRC}/conf/bvm.conf ${STAGEDIR}${PREFIX}/etc/bvm/bvm.conf.sample + ${INSTALL_DATA} ${WRKSRC}/conf/nat.conf ${STAGEDIR}${PREFIX}/etc/bvm/nat.conf.sample + ${INSTALL_DATA} ${WRKSRC}/conf/switch.conf ${STAGEDIR}${PREFIX}/etc/bvm/switch.conf.sample + ${INSTALL_SCRIPT} ${WRKSRC}/conf/bvmd ${STAGEDIR}${PREFIX}/etc/rc.d/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/bvm ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/bvmb ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/sysutils/bvm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bvm/distinfo Thu Jul 19 23:21:47 2018 (r474984) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530316570 +SHA256 (bigdragonsoft-bvm-1.1.2_GH0.tar.gz) = f0dbbc7cafdb719593cf84bee3742c21267d97bf4cb094f71b9844d8cdc3f93d +SIZE (bigdragonsoft-bvm-1.1.2_GH0.tar.gz) = 46858 Added: head/sysutils/bvm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bvm/pkg-descr Thu Jul 19 23:21:47 2018 (r474984) @@ -0,0 +1,11 @@ +The BVM is a Bhyve virtual machine management tool +based on FreeBSD that allows you to easily manage virtual machines. + +1. The supported operating systems are: + FreeBSD,OpenBSD,NetBSD,Debian,OpenSuse,Ubuntu Windows10 etc. +2. Supports multiple network cards and multiple hard disks. +3. There are two kinds of network modes: Bridged and NAT +4. Support grub and uefi boot +5. Support for ZFS + +WWW: https://github.com/bigdragonsoft/bvm Added: head/sysutils/bvm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bvm/pkg-plist Thu Jul 19 23:21:47 2018 (r474984) @@ -0,0 +1,6 @@ +bin/bvm +bin/bvmb +@sample %%ETCDIR%%/bvm.conf.sample +@sample %%ETCDIR%%/nat.conf.sample +@sample %%ETCDIR%%/switch.conf.sample +etc/rc.d/bvmd