notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
linux-dotnet-cli Cross-platform .NET implementation
2.0.7 lang on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2018-06-30 07:40:40
Last Update: 2022-07-20 14:22:15
Commit Hash: f98ae56
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/dotnet
  2. /usr/local/share/dotnet/dotnet
  3. /usr/local/share/licenses/linux-dotnet-cli-2.0.7/catalog.mk
  4. /usr/local/share/licenses/linux-dotnet-cli-2.0.7/LICENSE
  5. /usr/local/share/licenses/linux-dotnet-cli-2.0.7/MIT
Collapse this list.
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):
linux-dotnet-cli
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.0.7------
FreeBSD:13:quarterly-2.0.7------
FreeBSD:14:latest-2.0.7------
FreeBSD:14:quarterly-2.0.7------
FreeBSD:15:latest-2.0.7n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Master port: lang/linux-dotnet-runtime
This port has no dependencies.
This port is required by:
for Run
  1. lang/linux-dotnet-runtime
  2. lang/linux-dotnet10-runtime
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. https://download.microsoft.com/download/E/F/7/EF7302FE-4F84-4529-9E3A-893450F76501/
Collapse this list.

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
CommitCreditsLog message
2.0.7
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.0.7
25 Jan 2022 16:56:06
commit hash: e53bff469fbf0e9327ed66d89bbc1ca4a06d988acommit hash: e53bff469fbf0e9327ed66d89bbc1ca4a06d988acommit hash: e53bff469fbf0e9327ed66d89bbc1ca4a06d988acommit hash: e53bff469fbf0e9327ed66d89bbc1ca4a06d988a files touched by this commit
Ryan Steinmetz (zi) search for other commits by this committer
lang/linux-dotnet-cli: Fix typos that prevent copy/paste success
2.0.7
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.0.7
13 Aug 2019 22:29:43
Revision:508882Original commit files touched by this commit
mat search for other commits by this committer
onvert to UCL & cleanup pkg-message (categories l-m)
2.0.7
30 Jun 2018 07:40:20
Revision:473600Original commit files touched by this commit Sanity Test Failure
dbn search for other commits by this committer
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 View all of this commit message)

Number of commits found: 5