aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Update 2020.0.0-alpha1 --> 2020.0.0-beta1Cy Schubert2019-08-3014-4032/+22
| | | | | | | | | 2020.0.0-beta1 resolves gcc9 build issues in PR/239644. PR: 239644 Notes: svn path=/head/; revision=510287
* Remove redundant GH_TAGNAME assignment.Cy Schubert2019-08-301-1/+0
| | | | Notes: svn path=/head/; revision=510286
* Update to the latest att/ast github commit.Cy Schubert2019-08-303-5/+15
| | | | Notes: svn path=/head/; revision=510285
* Update to 5.0.11Emanuel Haupt2019-08-302-2/+6
| | | | Notes: svn path=/head/; revision=510234
* shells/ammonite: Update to 1.6.9Danilo G. Baio2019-08-302-4/+4
| | | | | | | | PR: 239946 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=510229
* Update to the latest att/ast github commit.Cy Schubert2019-08-283-11/+11
| | | | Notes: svn path=/head/; revision=510096
* New port: shells/starship: Cross-shell prompt for astronautsYuri Victorovich2019-08-194-0/+403
| | | | Notes: svn path=/head/; revision=509304
* Update to 5.0.9Emanuel Haupt2019-08-172-2/+6
| | | | Notes: svn path=/head/; revision=509142
* lang/rust: Update to 1.37.0Tobias Kortkamp2019-08-151-0/+1
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D21247 Notes: svn path=/head/; revision=508994
* New port: shells/poshinit: Portable shell setup for Bash/Zsh across ↵Mateusz Piotrowski2019-08-154-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD/Linux/Cygwin You want your shell stuff to work the same way even when you use a different shell, or even a different box. Right? If you use poshinit (Portable Shell Initialization), you can attain at least most of what you desire, perhaps even all. You can log out of Bash and log in with Zsh (or vice versa) - and your aliases/exports/functions will continue to work as before. It gets better - if someday you need to use a different box with a different OS, you can get your shell to work your 'normal' way in a jiffy. Just save your $HOME/.shell directory on your primary box, and paste it over your second box's $HOME/.shell (after running poshinit setup script on the second box). The second box need not be the same operating system - poshinit works across FreeBSD / Linux / Cygwin. WWW: https://github.com/bourne-again/poshinit PR: 232315 Submitted by: bourne.identity@hotmail.com Reviewed by: Nathan, Walter Schwarzenfeld, tobik (previous versions) Notes: svn path=/head/; revision=508989
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-1410-20/+60
| | | | Notes: svn path=/head/; revision=508909
* shells/ksh93: Attempt to fix r508705 and unbreak indexTobias Kortkamp2019-08-121-6/+6
| | | | | | | | | | | | | | It fails basic sanity checks: make: "/usr/ports/shells/ksh93/Makefile" line 16: Malformed conditional (${USE_GCC} == "9") make: Fatal errors encountered -- cannot continue make: stopped in /usr/ports/shells/ksh93 PR: 239644 Pointy hat: cy Notes: svn path=/head/; revision=508709
* Update to the latest att/ast github commit.Cy Schubert2019-08-122-5/+5
| | | | Notes: svn path=/head/; revision=508706
* Mark broken when USE_GCC=9. Upstream git commitCy Schubert2019-08-121-0/+4
| | | | | | | | | | | | | | | 63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue. Unfortunately it does not apply, requiring this port to be upated to ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or shy of it would negate the justification for ksh93's existence. It is therefore recommended that people use ksh93-devel on architectures that use GCC 9 or use GCC 8. PR: 239644 Reported by: pkubaj@ Notes: svn path=/head/; revision=508705
* Whitespace adjustment.Cy Schubert2019-08-121-1/+1
| | | | Notes: svn path=/head/; revision=508704
* Fix:Cy Schubert2019-08-072-1/+12
| | | | | | | | | | | | | | | | | | $ ksh93 $ time ../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec' Abort trap (core dumped) $ ksh93 $ times ../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec' Abort trap (core dumped) PR: 239701 Suggested by: w.schwarzenfeld@utanet.at MFH: 2019Q3 Notes: svn path=/head/; revision=508344
* shells/ion: Update to latest commitTobias Kortkamp2019-08-064-278/+622
| | | | Notes: svn path=/head/; revision=508233
* Mark BROKEN: unfetchableAntoine Brodin2019-08-053-0/+4
| | | | Notes: svn path=/head/; revision=508138
* Update to the latest att/ast github commit.Cy Schubert2019-08-042-5/+5
| | | | Notes: svn path=/head/; revision=508118
* Fix build with GCC-based architectures.Cy Schubert2019-08-0410-1/+4009
| | | | | | | | | PR: 239644 Submitted by: pkubaj@ MFH: 2019Q3 Notes: svn path=/head/; revision=508117
* Update to the latest att/ast github commit.Cy Schubert2019-07-282-6/+5
| | | | Notes: svn path=/head/; revision=507496
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-264-1/+4
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* shells/rush: Update 2.0 -> 2.1Yuri Victorovich2019-07-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=507025
* shells/rush: Update 1.9 -> 2.0Yuri Victorovich2019-07-052-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505887
* lang/rust: Update to 1.36.0Tobias Kortkamp2019-07-041-1/+1
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810 Notes: svn path=/head/; revision=505837
* Update to the latest att/ast github commit.Cy Schubert2019-07-022-5/+5
| | | | Notes: svn path=/head/; revision=505677
* Yash is explicitly written in C99. GCC 4.2 can handle this withoutChristian Weisgerber2019-06-301-1/+2
| | | | | | | requiring a C11 compiler. Notes: svn path=/head/; revision=505439
* Update to the latest att/ast github commit.Cy Schubert2019-06-292-5/+5
| | | | Notes: svn path=/head/; revision=505364
* shells/git-prompt.zsh: Use UCL pkg-message only shown upon installJoseph Mingrone2019-06-292-8/+13
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=505347
* shells/git-prompt.zsh: Add installation instructions in pkg-messageJoseph Mingrone2019-06-282-1/+26
| | | | Notes: svn path=/head/; revision=505291
* git-prompt.zsh: Update to version 2.1.0Joseph Mingrone2019-06-282-4/+4
| | | | Notes: svn path=/head/; revision=505285
* shells/zsh-autosuggestions: Update to version 0.6.3Joseph Mingrone2019-06-242-4/+4
| | | | | | | | Upstream changes: https://github.com/zsh-users/zsh-autosuggestions/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=505048
* devel/meson: Update to 0.51.0Tobias Kortkamp2019-06-242-4/+0
| | | | | | | | | | Changes: https://mesonbuild.com/Release-notes-for-0-51-0.html PR: 238726 Submitted by: greg@unrelenting.technology (update to 0.50.1) Exp-run by: antoine Notes: svn path=/head/; revision=505003
* shells/ksh93*: Do not set KSH93_DESC twiceTobias Kortkamp2019-06-242-2/+0
| | | | Notes: svn path=/head/; revision=505001
* Update to the latest att/ast github commit.Cy Schubert2019-06-232-5/+5
| | | | Notes: svn path=/head/; revision=504919
* shells/yash: fix build with GCC architecturesPiotr Kubaj2019-06-231-1/+1
| | | | | | | | | | Add USES=compiler:c11 to fix: strbuf.h:162: error: expected ';', ',' or ')' before 'buf' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=504917
* shells/ammonite: Update to 1.6.8Kai Knoblich2019-06-222-4/+4
| | | | | | | | | | | | | | Changelog since 1.6.5: * Support for Scala 2.13.0 * Fix regression in "source" builtin * Autocomplete for "import $ivy" statements PR: 238599 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Notes: svn path=/head/; revision=504855
* Update to the latest att/ast github commit.Cy Schubert2019-06-212-5/+5
| | | | Notes: svn path=/head/; revision=504755
* shells/oksh: Update to 6.5Tobias Kortkamp2019-06-173-8/+9
| | | | | | | | | | Also assign to myself. PR: 238640 Approved by: bcallah@openbsd.org (maintainer) Notes: svn path=/head/; revision=504420
* shells/zsh-autosuggestions: Update to version 0.6.0Joseph Mingrone2019-06-162-4/+4
| | | | | | | | Upstream changelog: https://github.com/zsh-users/zsh-autosuggestions/blob/master/CHANGELOG.md#v060 Notes: svn path=/head/; revision=504377
* New port: shells/yashChristian Weisgerber2019-06-165-0/+276
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=504351
* Remove expired port:Rene Ladan2019-06-1310-697/+0
| | | | | | | 2019-06-11 shells/rssh: Abandoned by upstream Notes: svn path=/head/; revision=504067
* antibody: Update to 4.1.2Adam Weinberger2019-06-102-11/+4
| | | | Notes: svn path=/head/; revision=503925
* shells/sparforte: Canonicalize options group names after r503781 (D20426)Tobias Kortkamp2019-06-091-2/+4
| | | | Notes: svn path=/head/; revision=503793
* Update to the latest att/ast github commit.Cy Schubert2019-06-092-5/+5
| | | | Notes: svn path=/head/; revision=503770
* antibody: Remove unused modulesAdam Weinberger2019-06-071-3/+3
| | | | Notes: svn path=/head/; revision=503634
* shells/zsh: Spell PORTREVISION correctlyTobias Kortkamp2019-06-041-1/+1
| | | | Notes: svn path=/head/; revision=503447
* Only show the pkg-message on installation, never do it on upgradesBaptiste Daroussin2019-06-042-0/+8
| | | | Notes: svn path=/head/; revision=503441
* Add missing wildcard to ksh93-devel conflict.Cy Schubert2019-06-011-1/+1
| | | | Notes: svn path=/head/; revision=503251
* Register conflicts with the new shells/ast-ksh port.Cy Schubert2019-06-012-2/+2
| | | | Notes: svn path=/head/; revision=503250