Bug 225117 - [NEW PORT]: misc/rumprun: Unikernel and toolchain
Summary: [NEW PORT]: misc/rumprun: Unikernel and toolchain
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mahdi Mokhtari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-12 18:51 UTC by Fabian Freyer
Modified: 2018-01-13 20:39 UTC (History)
1 user (show)

See Also:


Attachments
misc/rumprun (68.89 KB, patch)
2018-01-12 18:51 UTC, Fabian Freyer
no flags Details | Diff
misc/rumprun (68.86 KB, patch)
2018-01-13 15:43 UTC, Fabian Freyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Freyer 2018-01-12 18:51:55 UTC
Created attachment 189661 [details]
misc/rumprun

see review D13888
Comment 1 Fabian Freyer 2018-01-13 15:43:57 UTC
Created attachment 189684 [details]
misc/rumprun

Updated patch with feedback from review D13888
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-13 20:37:36 UTC
A commit references this bug:

Author: mmokhi
Date: Sat Jan 13 20:36:29 UTC 2018
New revision: 458940
URL: https://svnweb.freebsd.org/changeset/ports/458940

Log:
  misc/rumprun: Add port to the tree
  This project uses rump kernels to provide the Rumprun unikernel.
  Rumprun works on both hypervisors (eg. KVM and Xen) and bare metal.
  Rumprun can be used with or without a POSIX'y interface, and supports
  applications written in (but not limited to):
  C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and Rust.

  PR:		225117
  Submitted by:	Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
  Reviewed by:	yuri
  Sponsored by:	Netzkommune GmbH
  Differential Revision:	https://reviews.freebsd.org/D13888

Changes:
  head/misc/Makefile
  head/misc/rumprun/
  head/misc/rumprun/Makefile
  head/misc/rumprun/distinfo
  head/misc/rumprun/files/
  head/misc/rumprun/files/patch-build-rr.sh
  head/misc/rumprun/pkg-descr
  head/misc/rumprun/pkg-plist
Comment 3 Mahdi Mokhtari freebsd_committer freebsd_triage 2018-01-13 20:39:28 UTC
Committed.
Thanks everybody for good work :)