Port details |
- yash POSIX-compliant command line shell
- 2.57_1 shells =2 2.56.1Version of this port present on the latest quarterly branch.
- Maintainer: naddy@FreeBSD.org
- Port Added: 2019-06-16 15:40:24
- Last Update: 2024-08-21 17:37:47
- Commit Hash: 715dbba
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://magicant.github.io/yash/
- Description:
- Yash, yet another shell, is a POSIX-compliant command line shell.
Yash is intended to be the most POSIX-compliant shell in the world
while supporting features for daily interactive and scripting use.
Notable features are:
* Global aliases
* Arrays
* Socket redirection, pipeline redirection, and process redirection
* Brace expansion and extended globbing
* Fractional numbers in arithmetic expansion
* Prompt command and command-not-found handler
* Command line completion with predefined completion scripts for more
than 100 commands
* Command line prediction based on command history
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/shells/yash/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/yash
- pkg install yash
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: yash
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724247062
SHA256 (yash-2.57.tar.xz) = f5ff3334dcfa0fdde3882f5df002623f46a0a4f2b2335e7d91715520d8fb1dab
SIZE (yash-2.57.tar.xz) = 771228
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for yash-2.57_1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- shells_yash
- USES:
- ncurses tar:xz gettext-runtime localbase:ldflags
- 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 |
2.57_1 21 Aug 2024 17:37:47 |
Christian Weisgerber (naddy) |
shells/yash: add missing USES=ncurses |
2.57 21 Aug 2024 15:03:59 |
Christian Weisgerber (naddy) |
shells/yash: update to 2.57 |
2.56.1 25 Mar 2024 16:52:34 |
Christian Weisgerber (naddy) |
shells/yash: update to 2.56.1 |
2.55_1 22 Jan 2024 13:52:02 |
Muhammad Moinur Rahman (bofh) |
shells/yash: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.55 13 Oct 2023 15:09:56 |
Christian Weisgerber (naddy) |
shells/yash: update to 2.55 |
2.54 10 Apr 2023 08:33:58 |
Daniel Engberg (diizzy) |
shells/yash: Add mirror and use framework helper
Add GitHub mirror as backup
Use USE_CSTD helper instead of CFLAGS variable
Reference:
https://yash.osdn.jp/index.html.en
PR: 270724
Reviewed by: naddy (maintainer) |
2.54 08 Apr 2023 17:37:40 |
Christian Weisgerber (naddy) |
shells/yash: restore use of MASTER_SITE_OSDN
Ordinary fetching from MASTER_SITE_OSDN works fine.
However, the makesum target fails to skip the interposed HTML page. |
2.54 07 Apr 2023 20:07:02 |
Christian Weisgerber (naddy) |
shells/yash: update to 2.54 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.52 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.52 08 Mar 2022 14:33:49 |
Christian Weisgerber (naddy) |
shells/yash: update to 2.52 |
2.51 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.51 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.51 09 Feb 2021 22:20:37 |
naddy |
shells/yash: maintenance update to 2.51 |
2.49 24 Jul 2020 06:28:59 |
rigoletto |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
2.49 12 Mar 2020 20:42:54 |
naddy |
Update to 2.49, which has a number of minor bug fixes. |
2.48 30 Jun 2019 16:42:58 |
naddy |
Yash is explicitly written in C99. GCC 4.2 can handle this without
requiring a C11 compiler. |
2.48 23 Jun 2019 00:17:06 |
pkubaj |
shells/yash: fix build with GCC architectures
Add USES=compiler:c11 to fix:
strbuf.h:162: error: expected ';', ',' or ')' before 'buf'
Approved by: mentors (implicit approval) |
2.48 16 Jun 2019 15:40:09 |
naddy |
New port: shells/yash
Yash, yet another shell, is a POSIX-compliant command line shell.
Yash is intended to be the most POSIX-compliant shell in the world
while supporting features for daily interactive and scripting use.
Notable features are:
* Global aliases
* Arrays
* Socket redirection, pipeline redirection, and process redirection
* Brace expansion and extended globbing
* Fractional numbers in arithmetic expansion
* Prompt command and command-not-found handler
* Command line completion with predefined completion scripts for more
than 100 commands
* Command line prediction based on command history
WWW: https://yash.osdn.jp/index.html.en |