Commit Graph

2571 Commits

Author SHA1 Message Date
Mikael Urankar ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Nuno Teixeira 9b3acf5189 shells/xonsh: Update to 0.18.4
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.18.4
2024-11-04 10:39:44 +00:00
Robert Clausecker 99d3c91196 */*: move WWW for all schilytools ports to Codeberg
Seems like Sourceforge has given up on hosting old schily's project
websites.  Consistently point to our Codeberg page instead.
2024-10-30 10:00:36 +01:00
Cy Schubert a7494e9228 shells/ksh-devel: update to the latest ksh93/ksh github commit 2024-10-29 08:47:51 -07:00
Son Phan Trung 5bf71a6189 shells/zsh-fast-syntax-highlighting: Optimized and extended zsh-syntax-highlighting
Zsh-fast-syntax-highlighting enables highlighting of commands whilst they
are typed at an interactive zsh prompt. This helps in reviewing
commands before running them, particularly in catching syntax errors.
Compared to zsh-syntax-highlighting, this package is more optimized
and feature-rich.

WWW: https://github.com/zdharma-continuum/fast-syntax-highlighting
2024-10-28 13:42:02 +01:00
Yuri Victorovich eb45f8dd8f shells/starship: Update WWW 2024-10-27 13:47:06 -07:00
Yuri Victorovich 98e80b68df shells/atuin: Update WWW 2024-10-25 20:15:21 -07:00
Yuri Victorovich 8ce2504bc1 shells/nushell: Update WWW 2024-10-25 20:15:20 -07:00
Yuri Victorovich aedecb2927 shells/oil: New port: New Unix shell 2024-10-25 08:14:10 -07:00
Yuri Victorovich 573bfce2b8 shells/starship: update 1.21.0 → 1.21.1 2024-10-23 23:36:02 -07:00
Yuri Victorovich c477ba50f6 shells/nushell: update 0.98.0 → 0.99.1 2024-10-23 02:44:44 -07:00
Matthias Fechner 9997938019 devel/libgit2: bump consumers of libgit2 due to update 2024-10-23 10:11:50 +03:00
Yuri Victorovich f99a708957 Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
  because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
  in the cross-compilation mode.

Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.

Immadiate benefits:
* Unbreak build on architectures like i386 that sometimes require
  special RUSTFLAGS that were not effective in the cross-compilation
  mode.

Ports that really need cross-compilation for some reason should
enable it on case-by-case basis. Example: net-p2p/cncli
(Not sure why does net-p2p/cncli actually need it, but it only
builds with these options.)

PR:		280305
Approved by:	rust@FreeBSD.org (maintainer's timeout; 98 days)
2024-10-22 20:11:24 -07:00
Nuno Teixeira 60f7140fe7 */*: Bump consumers of devel/libgit2
libgit2 updated to 1.8.1
2024-10-18 19:56:41 +01:00
Yuri Victorovich b4fb7556e9 shells/starship: update 1.20.1 → 1.21.0 2024-10-17 20:25:24 -07:00
Hiroki Tagato ff4e7f3abf shells/carapace: update to 1.0.7
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.7

Reported by:	portscout
2024-10-06 12:03:05 +09:00
Adam Weinberger 09a0787648 various: Bump PORTREVISION after go123 update 2024-10-05 22:06:35 -04:00
Cy Schubert 9075fae29f shells/ksh-devel: update to the latest ksh93/ksh github commit 2024-10-01 15:35:33 -07:00
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00
Emanuel Haupt ddd71f4562 shells/bash: Update to 5.2.37 2024-09-24 08:16:55 +02:00
Yuri Victorovich e515aaae56 shells/nu_plugin_polars: Broken on i386
Reported by:	fallout
2024-09-23 02:47:26 -07:00
Jimmy Olgeni c5e7052d44 shells/nu_plugin_polars: fix typo in pkg-descr 2024-09-23 11:34:03 +02:00
Yuri Victorovich 31fb14a9e0 shells/nu_plugin_gstat: New port: Nushell plugin: Information on the status of a Git repository 2024-09-20 10:38:53 -07:00
Yuri Victorovich f67ed60976 shells/nu_plugin_inc: New port: Nushell plugin: Increment a value or version 2024-09-20 10:38:52 -07:00
Yuri Victorovich d756248cd2 shells/nu_plugin_query: New port: Nushell plugin: Querying SQL, XML, JSON, HTML, and WebPage Metadata 2024-09-20 10:38:52 -07:00
Yuri Victorovich 5159ebbbca shells/nu_plugin_formats: New port: Nushell plugin: Support for several additional data formats 2024-09-20 10:38:51 -07:00
Yuri Victorovich cf1b77ef77 shells/nu_plugin_polars: New port: Nushell plugin: Dataframe commands based on polars 2024-09-20 10:38:51 -07:00
Yuri Victorovich 5ae4104c0a shells/nushell: Remove option DATAFRAME; Add Makefile.version
The DataFrame functionality will is now provided by
the plugin nu_plugin_polars.

Makefile.version is to support Nushell plugins.
2024-09-20 10:38:51 -07:00
Yuri Victorovich 3b78bb3c3f shells/nushell: update 0.97.1 → 0.98.0 2024-09-18 12:45:37 -07:00
Hiroki Tagato 9e7774a052 shells/carapace: update to 1.0.6
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.6

Reported by:	Repology
2024-09-12 10:53:52 +09:00
Mikael Urankar 89ab81d0e2 lang/rust: Bump revisions after 1.81.0
PR:		281300
2024-09-10 13:00:34 +02:00
Siva Mahadevan c0d07f1127 */*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fe

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
2024-09-10 12:58:07 +02:00
Stefan Schlosser ad6ca8d5c1 shells/elvish: Update 0.20.1 → 0.21.0, add to /etc/shells
Changelog:
https://elv.sh/blog/0.21.0-release-notes.html

- Add to /etc/shells.
- Remove GH_PROJECT equal to PORTNAME.

PR:		281272
Approved by:	Adam Jimerson <vendion@gmail.com>
2024-09-06 18:12:51 +03:00
Cy Schubert 63ae67d756 shells/ksh-devel: update to the latest ksh93/ksh github commit 2024-09-03 15:15:29 -07:00
Hiroki Tagato 2446ada3b3 shells/sheldon: update to 0.8.0
Changelog: https://github.com/rossmacarthur/sheldon/blob/0.8.0/RELEASES.md

Reported by:	GitHub (watch releases)
2024-08-27 23:35:08 +09:00
Qi Xiao 3851e5c18b shells/elvish: fix enchance version information
The instructions for how to enhance Elvish's version information has
changed.

While I'm here remove empty line from GH_TUPLE.

PR:		277194
Approved by:	Adam Jimerson <vendion@gmail.com> (maintainer)
2024-08-26 19:53:09 +02:00
Mikael Urankar 7a55f95425 lang/rust: Bump revisions after 1.80.1
PR:		280490
2024-08-26 10:08:01 +02:00
Yuri Victorovich 2566e37467 shells/nushell: update 0.96.1 → 0.97.1
Reported by:	portscout
2024-08-22 22:40:27 -07:00
Christian Weisgerber 715dbba10f shells/yash: add missing USES=ncurses 2024-08-21 19:37:47 +02:00
Christian Weisgerber e97bca6b58 shells/yash: update to 2.57 2024-08-21 17:03:59 +02:00
Nuno Teixeira 77e979487d shells/xonsh: Update to 0.18.3
ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.18.3
2024-08-20 15:48:14 +01:00
Mateusz Piotrowski 6c670cbc12 shells/bash-completion-freebsd: Update to 1.3.0 2024-08-12 15:41:57 +02:00
Yuri Victorovich 2f5618e456 shells/rush: update 2.3 → 2.4
Reported by:	portscout
2024-08-11 00:48:42 -07:00
Ashish SHUKLA aa8c0111bf all: Bump after lang/go121 update 2024-08-09 06:24:08 +00:00
Hiroki Tagato 6df318e295 shells/carapace: update to 1.0.5
Changelog: https://github.com/carapace-sh/carapace-bin/releases/tag/v1.0.5

Reported by:	portscout
2024-08-05 16:59:01 +09:00
Cy Schubert ae0f4b6791 shells/ksh-devel: update to the latest ksh93/ksh github commit 2024-08-01 19:08:09 -07:00
Cy Schubert 784d45c32d shells/ksh: Update to 1.0.10
Full changelog at:
https://github.com/ksh93/ksh/compare/v1.0.9...v1.0.10

Main changes between 93u+m/1.0.9 and 93u+m/1.0.10:
- Fixed a serious and longstanding bug in the arithmetic subsystem that was
   triggered on non-Intel processors (such as ARM): any division of an
   integer by a negative integer threw a spurious "divide by zero" error.
- Fixed a regression where a broken pipe signal (SIGPIPE), when occurring in
   a pipe construct within a subshell, caused incorrect signal handling in the
   parent/main shell, in some cases causing a script to abort.
- Fixed a bug where printf %T, after having printed the time in UTC once
   with the TZ variable set to "UTC", would always print the time in UTC from
   then on, even if the TZ variable was changed to another time zone.
- The history expansion character ('!' by default) is now not processed when
   immediately following '${'. This makes it possible to use expansion syntax
   like ${!varname} and ${!prefix@} on the interactive command line with the
   histexpand option on; these no longer trigger an "event not found" error.
- The shell is now capable of handling more than 32767 simultaneous
   background jobs, subject to system limitations.

Reported by:	Martijn Dekker <martijn@inlv.org> (Upstream)
2024-08-01 19:08:09 -07:00
Emanuel Haupt 38955084e4 shells/bash: Update to 5.2.32 2024-08-01 09:32:16 +02:00
Yuri Victorovich f6a028672a shells/nushell: update 0.96.0 → 0.96.1
Reported by:	portscout
2024-07-29 19:33:07 -07:00
Yuri Victorovich eb0df5b0eb shells/nushell: update 0.95.0 → 0.96.0 2024-07-28 01:18:02 -07:00