Port details |
- linux-dotnet-cli Cross-platform .NET implementation
- 2.0.7 lang =2 2.0.7Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-06-30 07:40:40
- Last Update: 2022-07-20 14:22:15
- Commit Hash: f98ae56
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.microsoft.com/net/
- Description:
- .NET Core is a free and open-source managed software framework. It consists of
CoreCLR, a complete runtime implementation of CLR, the virtual machine that
manages the execution of .NET programs. CoreCLR comes with an improved
just-in-time compiler, called RyuJIT. .NET Core also includes CoreFX, which is
a partial fork of FCL. While .NET Core shares a subset of .NET Framework APIs,
it comes with its own API that is not part of .NET Framework. Further,
.NET Core contains CoreRT, the .NET Native runtime optimized to be integrated
into AOT compiled native binaries. A variant of the .NET Core library is used
for UWP. .NET Core's command-line interface offers an execution entry point
for operating systems and provides developer services like compilation and
package management.
.NET Core supports four cross-platform scenarios: ASP.NET Core web apps,
command-line apps, libraries, and Universal Windows Platform apps. It does not
implement Windows Forms or WPF which render the standard GUI for desktop
software on Windows. .NET Core is also modular, meaning that instead of
assemblies, developers work with NuGet packages. Unlike .NET Framework, which
is serviced using Windows Update, .NET Core relies on its package manager to
receive updates.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-dotnet-cli>0:lang/linux-dotnet-cli
- To install the port:
- cd /usr/ports/lang/linux-dotnet-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/linux-dotnet-cli
- pkg install linux-dotnet-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-dotnet-cli
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1529167019
SHA256 (dotnet-runtime-2.0.7-linux-x64.tar.gz) = 680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71
SIZE (dotnet-runtime-2.0.7-linux-x64.tar.gz) = 26026608
Packages (timestamps in pop-ups are UTC):
- Master port: lang/linux-dotnet-runtime
- This port has no dependencies.
- This port is required by:
- for Run
-
- lang/linux-dotnet-runtime
- lang/linux-dotnet10-runtime
- lang/linux-dotnet11-runtime
Configuration Options:
- No options to configure
- Options name:
- lang_linux-dotnet-cli
- USES:
- linux:c7
- pkg-message:
- For install:
- Telemetry
---------
The .NET Core tools collect usage data in order to improve your experience.
The data is anonymous and does not include command-line arguments. The data is
collected by Microsoft and shared with the community. You can opt out of
telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1
using your favorite shell. You can read more about .NET Core tools telemetry @
https://aka.ms/dotnet-cli-telemetry.
CA Root Certificates for NSS
----------------------------
.NET Core requires NSS CA certificates installed. The recommended way to
install the certificates is to:
# pkg install ca_root_nss
# ln -s /usr/local/share/certs/ca-root-nss.crt \
/compat/linux/etc/pki/tls/certs/ca-bundle.crt
Failed to initialize CoreCLR, HRESULT: 0x8007001F
-------------------------------------------------
.NET core may produce the above error message if the system has exceeded
capacity for wired memory, or is unprivileged allocations of wired memory is
not permitted.
To ensure unprivileged allocation of wired memory is allowed, as root:
# sysctl security.bsd.unprivileged_mlock=1
To preserve this setting across reboots, append the following to
/etc/sysctl.conf:
security.bsd.unprivileged_mlock=1
To check the usage and limit of wired memory see the 'vm.stats.vm.v_wire_count'
and 'vm.max_wired' sysctl(8) respectively. To increase the wired memory
capacity set 'vm.max_wired' to a value greater than 'vm.stats.vm.v_wire_count'.
.NET Core only requires ~128k wired memory per running application.
For example, if one has:
# sysctl vm.stats.vm.v_wire_count
vm.stats.vm.v_wire_count: 1332146
# sysctl vm.max_wired
vm.max_wired: 1331964
then increasing 'vm.max_wired' will enable .NET Core to run:
# sysctl vm.max_wired=1333000
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: lang/linux-dotnet-runtime | Commit | Credits | Log message |
2.0.7 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.7 25 Jan 2022 16:56:06 |
Ryan Steinmetz (zi) |
lang/linux-dotnet-cli: Fix typos that prevent copy/paste success |
2.0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.7 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
2.0.7 30 Jun 2018 07:40:20 |
dbn |
lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core
- add LTS versions
- Dotnet Core 2.1 fails due to issue with linprocfs (PR pending)
.NET Core is a free and open-source managed software framework. It consists of
CoreCLR, a complete runtime implementation of CLR, the virtual machine that
manages the execution of .NET programs. CoreCLR comes with an improved
just-in-time compiler, called RyuJIT. .NET Core also includes CoreFX, which is
a partial fork of FCL. While .NET Core shares a subset of .NET Framework APIs,
it comes with its own API that is not part of .NET Framework. Further,
.NET Core contains CoreRT, the .NET Native runtime optimized to be integrated
into AOT compiled native binaries. A variant of the .NET Core library is used
for UWP. .NET Core's command-line interface offers an execution entry point
for operating systems and provides developer services like compilation and (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 5
|