Port details |
- dotnet-runtime Host runtime binary for the .NET platform
- 9.0.0_2 lang =1 9.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: arrowd@FreeBSD.org
- Port Added: 2024-12-04 06:06:06
- Last Update: 2025-01-09 15:34:47
- Commit Hash: 8f3cb1e
- People watching this port, also watch:: xcb-util-image, rubygem-ostruct, libthai, libXdamage, tmux
- Also Listed In: devel
- License: MIT
- WWW:
- https://dot.net
- Description:
- .NET is an open source developer platform, created by Microsoft, for building
many different types of applications. It provides a standard set of base class
libraries and APIs that are common to all .NET applications. .NET apps can be
written in such languages as C#, F#, or Visual Basic.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dotnet-host>0:lang/dotnet-runtime
- To install the port:
- cd /usr/ports/lang/dotnet-runtime/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/dotnet-runtime
- pkg install dotnet-host
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dotnet-host
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1732966336
SHA256 (dotnet-runtime-v9.0.0_GH0.tar.gz) = 32755d528ead386762fb9da054249f6151ac78ef6a92f437044838cd0ab00def
SIZE (dotnet-runtime-v9.0.0_GH0.tar.gz) = 89257555
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- cmake : devel/cmake-core
- llvm-config15 : devel/llvm15
- This port is required by:
- for Run
-
- lang/dotnet
- lang/dotnet8
Configuration Options:
- No options to configure
- Options name:
- lang_dotnet-runtime
- USES:
- cmake:indirect llvm:noexport ssl
- 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) |
Commit | Credits | Log message |
9.0.0_2 09 Jan 2025 15:34:47 |
Gleb Popov (arrowd) |
lang/dotnet-runtime: Catch up with main port changes
PR: 283958
Fixes: 7c650ee33d07156563f8e4d74ebba414cd507542 |
9.0.0_1 15 Dec 2024 11:06:35 |
Gleb Popov (arrowd) |
lang/dotnet[-runtime]: Use bundled libunwind in hope to avoiding random crashes
Co-authored-by: Szczepan Ćwikliński <sec@thinkcode.pl> |
9.0.0 07 Dec 2024 09:29:56 |
Gleb Popov (arrowd) |
lang/dotnet-runtime: Mark as not for i386
Reported by: pkg-fallout |
9.0.0 04 Dec 2024 06:02:46 |
Gleb Popov (arrowd) Author: Szczepan Ćwikliński |
lang/dotnet-runtime: Factor out .NET runtime part into a separate port
This allows to make dotnet packages co-installable.
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org> |