Cy Schubert
2d6c0bca38
shells/ksh-devel: update to the latest ksh93/ksh github commit
2025-04-29 15:30:21 -07:00
Getz Mikalsen
1098d56432
shells/oil: Move to shells/oils; Update 0.24.0 → 0.28.0; Add options
...
PR: 286405
2025-04-27 18:40:22 -07:00
Yuri Victorovich
2011c4a5d4
shells/starship: update 1.22.1 → 1.23.0
2025-04-27 11:24:25 -07:00
Yuri Victorovich
e440ed0ee1
shells/nushell: Update BROKEN line
2025-04-26 20:38:20 -07:00
Yuri Victorovich
abe7099d19
shells/nushell: Broken on armv7
...
Reported by: fallout
2025-04-26 12:03:14 -07:00
Ashish SHUKLA
0b28fcc0b5
shells/schemesh: Update to 0.8.3
...
- Remove patch, present upstream
- Update plist
2025-04-22 20:12:19 +00:00
Michael Proto
1181481c79
shells/mksh: Generate man-compatible page
...
Currently the mksh man page will not display on a base FreeBSD install,
stating that groff is required to format the page:
$ man mksh
This manpage needs groff(1) to be rendered
First install groff(1):
pkg install groff
Renames the src mksh.1 and passes it through mandoc to generate a
man-compatible page to then be installed with the package.
PR: 286190
Approved by: Rares Aioanei <schaiba@gmail.com > (maintainer)
2025-04-21 20:51:26 +02:00
Hiroki Tagato
d1234bfd4c
shells/carapace: update to 1.3.0
...
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.3.0
Reported by: portscout
2025-04-20 21:08:04 +09:00
Yuri Victorovich
08822bc26e
shells/atuin: update 18.4.0 → 18.5.0
...
Reported by: portscout
2025-04-10 09:45:55 -07:00
Mikael Urankar
2a5976aebe
lang/rust: Bump revisions after 1.86.0
...
PR: 285840
2025-04-08 10:41:13 +02:00
Adam Weinberger
a4e30d4f4f
go: Bump ports for go124 update
2025-04-01 22:07:58 -04:00
Cy Schubert
1cdf1b6461
shells/ksh-devel: update to the latest ksh93/ksh github commit
2025-03-27 05:44:40 -07:00
Yuri Victorovich
4f3cd0f147
shells/nushell: update 0.102.0 → 0.103.0
2025-03-23 17:41:18 -07:00
Vladimir Druzenko
b55f7e3d81
shells/bash-completion-zfs: New port: bash completion rules for zfs and zpool commands
2025-03-20 19:10:11 +03:00
Nuno Teixeira
a6f288b883
shells/xonsh: Update to 0.19.3
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.19.3
2025-03-19 22:19:59 +00:00
Adam Weinberger
d0642a6176
Bump all go ports for yesterday's releases
2025-03-05 11:02:56 -05:00
Ashish SHUKLA
118bbbdc7a
shells/schemesh: Update to 0.8.0
2025-03-05 09:54:11 +00:00
Christian Weisgerber
02561a1e9d
shells/yash: update to 2.58.1
...
Improved POSIX.1-2024 support
2025-03-02 20:22:52 +01:00
Emanuel Haupt
af1d4a12a4
shells/bash-static: Revert accidentally staged review
2025-03-02 16:22:25 +01:00
Emanuel Haupt
f8e5b5e2ce
shells/bash-static: Exclude PORTS_READLINE and NLS options with STATIC
...
Summary:
When building the static version of bash, runtime dependencies on
gettext-runtime and readline should not be present as the binary is
statically linked. This change excludes the PORTS_READLINE and NLS
options in the slave port to avoid unnecessary dependencies.
Differential Revision: https://reviews.freebsd.org/D49191
2025-03-02 16:21:39 +01:00
Ashish SHUKLA
877a11874f
shells/schemesh: Update to 0.7.7
2025-03-01 21:54:03 +00:00
Gleb Popov
5bd41ca80c
shells/powershell: Depend on misc/terminfo-db to fix duplicated symbols in the input
2025-02-28 12:47:05 +03:00
Hiroki Tagato
6f8d9cc7f5
shells/sheldon: update to 0.8.1
...
Changelog: https://github.com/rossmacarthur/sheldon/blob/0.8.1/RELEASES.md
Reported by: GitHub (watch releases)
2025-02-26 17:03:20 +09:00
Ashish SHUKLA
f9fbe03c69
all: Bump after lang/go123 update
...
PR: 284681
2025-02-24 23:53:22 +00:00
Mikael Urankar
cf7c4b037d
lang/rust: Bump revisions after 1.85.0
...
PR: 284884
2025-02-24 08:55:52 +01:00
Gleb Popov
1d93b51a01
shells/libpowershell-native: Fix build on FreeBSD 13
...
Reported by: kib
2025-02-22 12:12:45 +03:00
Gleb Popov
1a37ab5e60
shells/powershell: Microsoft's shell with support for .NET objects
...
Co-authored-by: Felix Palmen <zirias@FreeBSD.org >
Co-authored-by: Szczepan Ćwikliński <sec@thinkcode.pl >
2025-02-21 21:01:54 +03:00
Gleb Popov
9b1c65d078
shells/libpowershell-native: Support library for PowerShell
2025-02-21 21:00:00 +03:00
Cy Schubert
a7059cb205
shells/44bsd-csh: Chase b0d746aba6, remove USES=sbrk
...
USES=sbrk documents the ports that still need sbrk remediation. It
also flags riscv and aarch64 as BROKEN.
Noted by: brooks
2025-02-18 18:38:21 -08:00
Cy Schubert
b0d746aba6
shells/44bsd-csh: Replace local functions with malloc functions
...
Local functions called sbrk(2) directly. sbrk(2) will disappear at some
point. Removing it now reduces the sbrk footprint and allows other
architectures that do not support sbrk(2) to install this port.
2025-02-18 16:13:11 -08:00
Ashish SHUKLA
6874ce4f71
shells/schemesh: New port: Unix shell, and LISP repl
...
Schemesh is an interactive shell scriptable in Lisp.
It is primarily intended as a user-friendly Unix login shell,
replacing bash, zsh, pdksh etc.
As such, it supports interactive line editing, autocompletion, history
and the familiar Unix shell syntax: it can start commands, including
redirections, pipelines, job concatenation with ; && ||, groups
surrounded by { }, subshells surrounded by [ ], and manage
foreground/background jobs.
WWW: https://github.com/cosmos72/schemesh
2025-02-16 22:22:18 +00:00
Son Phan Trung
39e216277c
shells/zsh-you-should-use: Add new port
...
Zsh-you-should-use reminds the user about the alias for a command
one just typed. Supports detection of global and git alias.
WWW: https://github.com/MichaelAquilina/zsh-you-should-use
PR: 277051
2025-02-13 18:48:37 +01:00
Nuno Teixeira
8e96b904e0
shells/xonsh: Update to 0.19.2
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.19.2
2025-02-12 18:37:55 +00:00
Yuri Victorovich
bfdcb4dadc
shells/nushell: update 0.101.0 → 0.102.0
2025-02-07 11:51:37 -08:00
Hiroki Tagato
c62906c6f3
shells/carapace: update to 1.2.1
...
Changelog:
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.2.0
- https://github.com/carapace-sh/carapace-bin/releases/tag/v1.2.1
Reported by: Repology
2025-02-06 06:27:28 +09:00
Cy Schubert
dcd112ae9c
shells/ksh-devel: update to the latest ksh93/ksh github commit
2025-02-05 11:15:58 -08:00
Ashish SHUKLA
ca07a602a8
all: Bump after lang/go123 update
...
MFH: 2025Q1
2025-01-21 22:21:12 +00:00
Mikael Urankar
fccaa1b326
lang/rust: Bump revisions after 1.84.0
...
PR: 283962
2025-01-20 12:06:50 +01:00
Yuri Victorovich
ec399c55e3
shells/nushell: Not broken on 15/armv7 and aarch64
2025-01-15 08:44:52 -08:00
Nuno Teixeira
68e7b914e5
shells/xonsh: Update to 0.19.1
...
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.19.1
2025-01-13 18:49:34 +00:00
Yuri Victorovich
3490c6f7ee
shells/starship: update 1.21.1 → 1.22.1
2025-01-12 02:05:41 -08:00
Baptiste Daroussin
ef64775074
shells/zsh: add completion for mdo(1)
2025-01-10 09:01:26 +01:00
Yuri Victorovich
de98d8b7d1
shells/atuin: update 18.3.0 → 18.4.0
2025-01-08 02:08:33 -08:00
Yuri Victorovich
968e29bb6f
shells/nushell: update 0.100.0 → 0.101.0
2025-01-01 20:51:07 -08:00
Tijl Coosemans
624b8729fc
Mk/bsd.commands.mk: Use absolute path to define GMAKE
...
Same as BSDMAKE variable. It is needed by some ports.
Some ports needed fixes:
- devel/rcs57: Regenerate configure with newer autoconf so it can deal
with MAKE set to an absolute path. While here fix issues with
(un)escaping double quotes. The warnings about this were in
WRKSRC/src/conf.err.
- lang/gnu-cobol: Patch configure.ac so the MAKE environment variable
can contain an absolute path, and define MAKE before it is used in
AM_INIT_AUTOMAKE. Remove post-patch patching of configure. It appears
to have been fixed upstream.
- math/unuran: Remove post-patch, fixed upstream.
- net-mgmt/kismet: Fix post-patch.
PR: 283534
Exp-run by: antoine
2024-12-29 12:34:56 +01:00
Hiroki Tagato
fa092fb64b
shells/carapace: update to 1.1.1
...
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.1.1
Reported by: portscout
2024-12-27 14:29:04 +09:00
Po-Chuan Hsieh
fc36374f70
shells/rubygem-shellwords: Update to 0.2.2
...
Changes: https://github.com/ruby/shellwords/releases
2024-12-26 03:16:38 +08:00
Yuri Victorovich
9c38928527
shells/nu_plugin_polars: Broken on armv7
...
Reported by: fallout
2024-12-22 03:15:04 -08:00
Piotr Kubaj
ead36b2297
shells/oksh: update to 7.6
2024-12-17 15:11:58 +01:00
Dima Panov
aea6581d2b
shells/oksh: mark as PIE_UNSAFE (+)
...
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
2024-12-13 11:22:35 +03:00