aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-104-0/+9
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Revert experimental code accidentally committed in r378465Antoine Brodin2016-11-081-7/+0
| | | | Notes: svn path=/head/; revision=425743
* Pass maintainership of PEAR ports to the submitterJan Beich2016-11-041-1/+1
| | | | | | | | PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425301
* - Fix build on armv6Sunpoet Po-Chuan Hsieh2016-10-283-31/+29
| | | | | | | | | | | | - While I'm here, fix diff header of patch file PR: 209457 Submitted by: <mikael.urankar@gmail.com> Obtained from: https://github.com/att/ast/blob/beta/src/lib/libast/hash/hashalloc.c https://github.com/att/ast/blob/beta/src/lib/libast/string/tokscan.c Notes: svn path=/head/; revision=424858
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-8/+5
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Fix make and gmake completionBaptiste Daroussin2016-10-162-1/+32
| | | | | | | | Submitted by: Daniel Shahaf (on zsh mailing list) Reported by: Guilherme Salazar (on zsh mailing list) Notes: svn path=/head/; revision=424080
* Grab back maintainership on zshBaptiste Daroussin2016-10-161-1/+1
| | | | | | | Approved by: adamw Notes: svn path=/head/; revision=424076
* Update to 4.4Emanuel Haupt2016-09-3010-310/+123
| | | | | | | Differential Revision: https://reviews.freebsd.org/D8085 Notes: svn path=/head/; revision=423003
* shells/fish: Fix plist when NLS option offJohn Marino2016-09-302-6/+7
| | | | | | | | | | | PR: 213087 Reported by: eborisch (gmail) Patch by: w.schwarzenfeld (utanet.at) confirmed by: marino Approved by: just-fix-it Notes: svn path=/head/; revision=422984
* Ensure RCS is available for extract.Cy Schubert2016-09-221-2/+2
| | | | Notes: svn path=/head/; revision=422591
* Mark as broken on sparc64.Mark Linimon2016-09-181-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=422361
* Update cklatest-host. Old one returns permission denied.Emanuel Haupt2016-09-101-1/+1
| | | | Notes: svn path=/head/; revision=421680
* shells/fish: 2.2.0 -> 2.3.1Kurt Jaeger2016-09-073-41/+112
| | | | | | | | | | | | PR: 211688 Changes: https://github.com/fish-shell/fish-shell/releases/tag/2.3.1 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Requested by: Stefan Tatschner <rumpelsepp@sevenbyte.org> Reviewed by: Aaron Gyes <me@aaron.gy> Approved by: freebsd.users@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=421518
* shells/lshell: Fix immediate exit after first commandJohn Marino2016-08-192-1/+12
| | | | | | | | | | | Without this fix, using lshell is impractical as the shell exits after the first command is executed. PR: 208003 Submitted by: Ignace Mouzannar Notes: svn path=/head/; revision=420446
* Update to R53aOlivier Duchateau2016-08-152-3/+6
| | | | Notes: svn path=/head/; revision=420256
* shells/klish: 2.1.2 -> 2.1.3Kurt Jaeger2016-08-112-5/+5
| | | | | | | | | | - Fix bug with wrong shebang while VAR expanding within ACTION script PR: 211745 Submitted by: umeno@rr.iij4u.or.jp (maintainer) Notes: svn path=/head/; revision=420048
* Sort a few OPTIONS helpersAdam Weinberger2016-07-291-2/+2
| | | | Notes: svn path=/head/; revision=419259
* shells/zsh-navigation-tools: update from 2.1.5 to 2.2.1Torsten Zuehlsdorff2016-07-282-4/+4
| | | | | | | | | PR: 210167 Submitted by: Sebastian Gniazdowski <sgniazdowski@gmail.com> (maintainer) Approved by: pi (mentor) Notes: svn path=/head/; revision=419221
* Reorganize, simplify, and improve the Makefile.Adam Weinberger2016-07-274-89/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | A couple options changes: The MAILDIR and SECURE_FREE knobs were both removed and switched to always-on. Having maildir support does not preclude mbox support, so there's no reason not to include it for everybody. The secure-free run-time free() safety check is good practice and is a mandatory default on a number of other OS's, so now it's enabled for all zsh here as well. PORTREVISION bump for the above changes. The rest of the changes are simplifications, and reorganizing things to be more legible. An EXTRA_PATCHES that was being applied unconditionally was converted to a normal files/patch-, and I added in some comments on things I got confused by. While here, I also rewrote the descr to better describe what Zsh is in relation to other shells. I also removed "See also zshcompsys(1) manpage. :)" Not even a smiley face can undo the pain of trying to read zshcompsys(1). Notes: svn path=/head/; revision=419165
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-251-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* - Update to 2.1.2Dmitry Marakasov2016-07-123-4/+6
| | | | | | | | PR: 211010 Submitted by: umeno@rr.iij4u.or.jp (maintainer) Notes: svn path=/head/; revision=418442
* Fix build on FreeBSD 9 WITHOUT=NLS.Mathieu Arnold2016-07-041-3/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418029
* Remove stray ICONV patch that breaks unicode support if NLS is disabled.Emanuel Haupt2016-06-281-6/+3
| | | | | | | | PR: 210654 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=417709
* [1] Make USES=iconv permanent, instead of being only for NLS=on case.Emanuel Haupt2016-06-282-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | The reason is that NLS is related to message translations to different languages. And bash has the general feature that \uNNNN is translated into the unicode character using iconv. This is unicode support, and should have nothing to do with translations. bash also currently has a bug that --disable-nls causes it to fail to find iconv. This bug has been reported upstream to bash-devel ML. In the future, when bash will fix this, this will make a difference. Note that this uses iconv from libc. [2] Update to 4.3.46 PR: 206903 [1], 210620 [2] Submitted by: yuri@rawbw.com [1], pkubaj@anongoth.pl [2] Discussed with: adamw Notes: svn path=/head/; revision=417697
* Change the ETCDIR description to say "${PREFIX}" instead ofAdam Weinberger2016-06-241-1/+1
| | | | | | | | showing the actual prefix. Otherwise poudriere says it will read from /nonexistent/etc. Notes: svn path=/head/; revision=417426
* Switch zsh back to looking for system-wide files under ${PREFIX}/etc,Adam Weinberger2016-06-242-7/+21
| | | | | | | | | | | rather than /etc. Add an option, ETCDIR, to switch it back to /etc. Also includes a couple whitespace cleanups. PORTREVISION bump, and a note in UPDATING. PR: 201866 Notes: svn path=/head/; revision=417423
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesMathieu Arnold2016-06-211-1/+1
| | | | | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight Notes: svn path=/head/; revision=417207
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-202-21/+21
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* Remove unnecessary evals that do-fetch was using.Mathieu Arnold2016-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779 Notes: svn path=/head/; revision=417110
* Remove unneeded usage of:Mathieu Arnold2016-06-061-1/+0
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-195-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - No need to specify master site subdirectory when it's the same as defaultDmitry Marakasov2016-05-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415452
* Add shell/zsh-navigation-tools.Adam Weinberger2016-05-166-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | Set of Zsh tools with features like incremental multi-word searching, approximate matching, ANSI coloring, themes, unique mode, horizontal scroll and advanced history management. Selected tools provided: - n-history - full-screen history searcher and manager - n-kill - browses process list, allows quick searching and sending signal to selected process - n-panelize - loads output of given command for browsing and multi-word searching - n-cd - browses dirstack and bookmarked directories, allows to enter selected directory - n-functions - browses functions, relegates editing to vared Written in pure Zsh, with use of curses module. Can be configured from zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill. WWW: https://github.com/psprint/zsh-navigation-tools PR: 209263 Submitted by: Sebastian Gniazdowski Notes: svn path=/head/; revision=415339
* Prevent collision with getline(3)Baptiste Daroussin2016-05-111-3/+11
| | | | Notes: svn path=/head/; revision=415028
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Clean up Makefile and regenerate patches.Adam Weinberger2016-04-064-32/+47
| | | | | | | | | | Reorganize Makefile for clarity, and add a few comments. While here, regenerate the patches with makepatch. No functional changes. Notes: svn path=/head/; revision=412602
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-0112-30/+30
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Fix build on 11-CURRENTSunpoet Po-Chuan Hsieh2016-03-211-1/+8
| | | | Notes: svn path=/head/; revision=411582
* - Add my LOCAL to MASTER_SITES as backupSunpoet Po-Chuan Hsieh2016-03-131-4/+4
| | | | | | | - Use do-test: Notes: svn path=/head/; revision=410980
* Update to R52cOlivier Duchateau2016-03-122-3/+3
| | | | | | | Changelog: https://www.mirbsd.org/mksh.htm#clog Notes: svn path=/head/; revision=410870
* - Update to version 5.3.2Pawel Pekala2016-02-232-4/+4
| | | | | | | - Port uses ncurses Notes: svn path=/head/; revision=409436
* - Add LICENSEDmitry Marakasov2016-02-222-6/+11
| | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=409325
* shells/flash: document ncurses requirement (USES+=ncurses)John Marino2016-02-031-1/+1
| | | | Notes: svn path=/head/; revision=407992
* shells/fish: document ncurses requirement (USES+=ncurses)John Marino2016-02-031-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407991
* shells/esh: document ncurses requirement (USES+=ncurses)John Marino2016-02-031-2/+3
| | | | | | | Also link with libncurses, not libtermap Notes: svn path=/head/; revision=407990
* New port: shells/klishKurt Jaeger2016-01-316-0/+99
| | | | | | | | | | | | A framework for implementing a CISCO-like CLI on a UNIX systems. WWW: http://libcode.org/projects/klish/ PR: 206772 Submitted by: umeno@rr.iij4u.or.jp Notes: svn path=/head/; revision=407578
* Stop installing the reptyr completion.Raphael Kubo da Costa2016-01-243-2/+86
| | | | | | | | | | | | | | Import an upstream commit that installs the reptyr completion as _reptyr to avoid conflicts with the version that reptyr itself has started shipping. It is required for bash-completion not to conflict with sysutils/reptyr. PR: 206541 Approved by: adamw (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=407168