Port details |
- linux-dotnet10-runtime Cross-platform .NET implementation
- 1.0.11 lang =2 1.0.11Version 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-dotnet10-runtime>0:lang/linux-dotnet10-runtime
- To install the port:
- cd /usr/ports/lang/linux-dotnet10-runtime/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/linux-dotnet10-runtime
- pkg install linux-dotnet10-runtime
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-dotnet10-runtime
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1529147478
SHA256 (dotnet-centos-x64.1.0.11.tar.gz) = b312466062ee57e9958f80f0bfd5fe14b9ccabcac2ad41b4d69a9710eb1cb95f
SIZE (dotnet-centos-x64.1.0.11.tar.gz) = 32019763
Packages (timestamps in pop-ups are UTC):
- Master port: lang/linux-dotnet-runtime
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- dotnet : lang/linux-dotnet-cli
- linux-c7-curl>0 : ftp/linux-c7-curl
- linux-c7-icu>0 : devel/linux-c7-icu
- linux-c7-libunwind>0 : devel/linux-c7-libunwind
- linux-c7-lttng-ust>0 : sysutils/linux-c7-lttng-ust
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- This port is required by:
- for Run
-
- lang/linux-dotnet11-sdk
Configuration Options:
- No options to configure
- Options name:
- lang_linux-dotnet10-runtime
- USES:
- linux:c7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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 |
1.0.11 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 ) |
1.0.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.11 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 ) |