Port details |
- linux-dotnet11-sdk Cross-platform .NET implementation (Software Development Kit)
- 1.1.9 lang =2 1.1.9Version 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-sdk>0:lang/linux-dotnet11-sdk
- To install the port:
- cd /usr/ports/lang/linux-dotnet11-sdk/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/linux-dotnet11-sdk
- pkg install linux-dotnet10-sdk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-dotnet10-sdk
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1529148347
SHA256 (dotnet-dev-centos-x64.1.1.9.tar.gz) = 8e27d768ae49734a3da16e012071841aed79e22494b9d27dd86b78c5c90826dd
SIZE (dotnet-dev-centos-x64.1.1.9.tar.gz) = 147714154
Packages (timestamps in pop-ups are UTC):
- Master port: lang/linux-dotnet-sdk
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lzma : archivers/lzma
- zip : archivers/zip
- python3.9 : lang/python39
- Runtime dependencies:
-
- linux-dotnet10-runtime>=0 : lang/linux-dotnet10-runtime
- linux-dotnet11-runtime>=0 : lang/linux-dotnet11-runtime
- bash : shells/bash
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_linux-dotnet11-sdk
- USES:
- linux:c7 python:build
- 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-sdk |
Commit | Credits | Log message |
1.1.9 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.1.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.9 30 Jun 2018 07:49:40 |
dbn |
lang/linux-dotnet11-sdk: fix RUN_DEPENDS
Reported by: FreshPorts Sanity Daemon |
1.1.9 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 ) |