aboutsummaryrefslogtreecommitdiff
path: root/shells/powershell
Commit message (Collapse)AuthorAgeFilesLines
* shells/powershell: Install the lib/powershell/ref symlinkGleb Popov4 days2-0/+3
| | | | | | | | | | | | | | | This fixes a error that happens when typing Add-Type -TypeDefinition @" using System; "@ -Language CSharp into PowerShell's prompt. It is yet unclear if all .NET DLLs should actually be installed under /ref, but this is still better than non-working Add-Type command. Reported by: Luke Brennan <lukebrennan@outlook.com>
* shells/powershell: Update to 7.5.4Gleb Popov2025-11-083-167/+170
| | | | Reported by: portscout!
* shells/powershell: Update to 7.5.2Gleb Popov2025-06-303-170/+170
| | | | Reported by: portscout!
* shells/powershell: Update to 7.5.1Gleb Popov2025-05-042-165/+165
|
* shells/powershell: Depend on misc/terminfo-db to fix duplicated symbols in ↵Gleb Popov2025-02-281-0/+2
| | | | the input
* shells/powershell: Microsoft's shell with support for .NET objectsGleb Popov2025-02-2112-0/+1011
Co-authored-by: Felix Palmen <zirias@FreeBSD.org> Co-authored-by: Szczepan Ćwikliński <sec@thinkcode.pl>