aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* shells/oksh: update to 20181009Steve Wills2018-10-112-5/+23
| | | | | | | | | | While here, add static and curses options PR: 232127 Submitted by: Brian Callahan <bcallah@openbsd.org> (maintainer) Notes: svn path=/head/; revision=481781
* Add LICENSESunpoet Po-Chuan Hsieh2018-10-102-2/+7
| | | | | | | | | | | - While I'm here: - Add NO_ARCH - Sort PLIST Approved by: portmgr (blanket) Notes: svn path=/head/; revision=481722
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-063-6/+6
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* The old tests are no longer available. Remove them.Cy Schubert2018-09-271-3/+0
| | | | Notes: svn path=/head/; revision=480776
* Update to the latest att/ast github commit.Cy Schubert2018-09-263-10/+10
| | | | Notes: svn path=/head/; revision=480711
* Update to the latest att/ast github commit.Cy Schubert2018-09-222-5/+5
| | | | Notes: svn path=/head/; revision=480438
* As ksh93 is the real ksh devleoped by AT&T, git the user the optionCy Schubert2018-09-223-4/+19
| | | | | | | | | | | | | | of installing ksh as ${LOCALBASE}/bin/ksh instead of as ${LOCALBASE}/bin/ksh93. If the KSH option is chosen, this port will conflict with shells/pdksh. By default the binary that is installed is ksh93 (conflicting with shells/ksh). In the future, we might want to add a little ports infrastructure allowing ports that need a ksh to depend on one of the various ksh or ksh clones in ports. Notes: svn path=/head/; revision=480437
* Upgrade to 0.7.9Beat Gaetzi2018-09-212-4/+4
| | | | | | | | Submitted by: Roberto Fernandez Cueto <roberfern@gmail.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D17268 Notes: svn path=/head/; revision=480240
* Register a conflict with the new ksh93-devel port.Cy Schubert2018-09-211-0/+2
| | | | Notes: svn path=/head/; revision=480233
* Remove redundant options.Cy Schubert2018-09-211-2/+0
| | | | Notes: svn path=/head/; revision=480232
* Introducing the new ksh93-devel port, tracking att/ast developmentCy Schubert2018-09-216-0/+100
| | | | | | | on github. Notes: svn path=/head/; revision=480231
* shells/ksh93: Update reason for aarch64 broken messageEmmanuel Vadot2018-09-181-1/+1
| | | | | | | | Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17204 Notes: svn path=/head/; revision=480007
* shells/xonsh: Upgrade to version 0.7.8Mateusz Piotrowski2018-09-154-14/+22
| | | | | | | | | | | | | | | | Changelog: https://github.com/xonsh/xonsh/blob/0.7.8/CHANGELOG.rst PR: 230369 Submitted by: Roberto Fernandez Cueto <roberfern@gmail.com> (maintainer) Reported by: Nathan <ndowens@yahoo.com> Reviewed by: krion, mat Reviewed by: Nathan <ndowens@yahoo.com> (previous version) Reviewed by: John Hein <z7dr6ut7gs@snkmail.com> (previous version) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17152 Notes: svn path=/head/; revision=479833
* Update to 5.6.2Baptiste Daroussin2018-09-152-6/+6
| | | | Notes: svn path=/head/; revision=479817
* - Update to 0.5.10.2 [1]Bryan Drewery2018-09-132-6/+8
| | | | | | | | | | | | - Update comment on the real problem with UNUSABLE_RT_SIGNALS. This is avoiding a buffer overflow due to NSIG*2 being far smaller than SIGRTMAX. PR: 230156 [1] Submitted by: Nathan <ndowens@yahoo.com> (based on) [1] Notes: svn path=/head/; revision=479695
* update to 5.6.1Baptiste Daroussin2018-09-113-6/+7
| | | | Notes: svn path=/head/; revision=479508
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-105-0/+10
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Update to 5.6Baptiste Daroussin2018-09-054-22/+46
| | | | | | | Security: CVE-2018-0502, CVE-2018-13259 Notes: svn path=/head/; revision=479010
* shells/wcd: Update to 6.0.2Danilo G. Baio2018-08-113-6/+6
| | | | | | | | | | Pass MAINTAINER'ship to submitter. PR: 230519 Submitted by: Nathan <ndowens@yahoo.com> Notes: svn path=/head/; revision=476938
* shells/mksh: update to R56cSteve Wills2018-08-072-4/+4
| | | | | | | | PR: 230257 Submitted by: schaiba@gmail.com (maintainer) Notes: svn path=/head/; revision=476589
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-1/+1
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.Gleb Popov2018-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc In ghc-pkgs.txt, check and remove all the packages that have been moved on the update, then use this command: # pkg install -y `cat ghc-pkgs.txt` Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16038 Notes: svn path=/head/; revision=473611
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* New port: shells/zsh-antigenTobias Kortkamp2018-06-185-0/+41
| | | | | | | | | | | | | | | Antigen is a small set of functions that help you easily manage your Z shell (zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim. WWW: https://github.com/zsh-users/antigen PR: 217706 Submitted by: Victor <gudfitz@gmail.com> Notes: svn path=/head/; revision=472672
* Add FREEBSD option (enabled by default)Sunpoet Po-Chuan Hsieh2018-06-054-5/+24
| | | | | | | | | | - Update pkg-descr - Bump PORTREVISION for package change FreeBSD-specific bash completions are provided by 0mp@. Notes: svn path=/head/; revision=471801
* New port shells/biconCarlos J. Puga Medina2018-06-038-0/+181
| | | | | | | | | | | BiCon, short for Bidirectional-Console, is a tool which allows the usage of Arabic on Linux/Unix consoles or terminal emulators with basic Unicode rendering support, like gnome-terminal, xterm, or PuTTY. WWW: https://www.arabeyes.org/Bicon Notes: svn path=/head/; revision=471436
* - Update to 4.4.23Emanuel Haupt2018-06-022-3/+11
| | | | | | | | - Pass -Wl,-export-dynamic to LDFLAGS instead of CFLAGS in order to avoid warning: cc: warning: -Wl,-export-dynamic: 'linker' input unused [-Wunused-command-line-argument] Notes: svn path=/head/; revision=471342
* Update to 3.01gAkinori MUSHA2018-06-022-3/+4
| | | | Notes: svn path=/head/; revision=471341
* Update WWWSunpoet Po-Chuan Hsieh2018-05-275-5/+5
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionsTobias C. Berner2018-05-252-6/+5
| | | | | | | | | | | | | | | | | * Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005 Notes: svn path=/head/; revision=470870
* Remove redundant PKGMESSAGE assignment, which is set appropriatelyAlexey Dokuchaev2018-05-051-1/+0
| | | | | | | by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469132
* Update to 2.1.4Kirill Ponomarev2018-05-042-5/+5
| | | | | | | | PR: 227969 Submitted by: maintainer Notes: svn path=/head/; revision=469037
* Update to 5.5.1Baptiste Daroussin2018-04-174-17/+7
| | | | Notes: svn path=/head/; revision=467611
* Update to zsh 5.5Baptiste Daroussin2018-04-105-36/+76
| | | | | | | | Patch broken linux completion so that zcompile can actually compile it Remove now useless patch for libarchive Notes: svn path=/head/; revision=466957
* shells/oksh: Update to 20180401Tobias Kortkamp2018-04-062-4/+4
| | | | | | | | | | | This release matches the version of bin/ksh shipped with OpenBSD 6.3 PR: 227311 Submitted by: bcallah@openbsd.org (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=466613
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2018-04-051-0/+2
| | | | Notes: svn path=/head/; revision=466583
* Support bash-static usersSunpoet Po-Chuan Hsieh2018-03-241-3/+8
| | | | | | | | | - Add BASH_SHARED and BASH_STATIC options Requested by: Melissa Pilgrim <heliosyne@gmail.com> Notes: svn path=/head/; revision=465470
* Update to 2.8Sunpoet Po-Chuan Hsieh2018-03-183-5/+24
| | | | | | | Changes: https://github.com/scop/bash-completion/blob/master/CHANGES Notes: svn path=/head/; revision=464893
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Add new port shells/envyKirill Ponomarev2018-03-064-0/+38
| | | | | | | | | | | | | | | Envy is a shell helper program that automatically sets environment variables when you enter certain directories, and properly undoes its actions when you leave them. Envy can be used to replace the shell integration part of tools like pyenv, nvm and asdf. It sets environment variables with the root of the current git repository and the active branch without executing git, which you can use to customize your shell prompt. It also loads custom environment variables from local .envy files. Notes: svn path=/head/; revision=463740
* - Add LICENSEDmitry Marakasov2018-02-252-1/+5
| | | | | | | | - norach - Update WWW Notes: svn path=/head/; revision=462944
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Mark BROKEN_armv6 and BROKEN_armv7Sunpoet Po-Chuan Hsieh2018-02-191-0/+3
| | | | | | | | | | | BROKEN_armv6 was removed in r444870 by accident. And Mark Linimon mentioned same error on armv7. Notified by: linimon Reference: http://beefy8.nyi.freebsd.org/data/head-armv6-default/p461852_s329284/logs/errors/bash-completion-2.7,1.log Notes: svn path=/head/; revision=462294
* - Update to patchlevel 19Emanuel Haupt2018-02-102-4/+18
| | | | | | | | | - Simplify MASTER_SITES [1] Submitted by: gerald (via mail) [1] Notes: svn path=/head/; revision=461366
* Switch C compiler used to compile GHC to base Clang.Tobias C. Berner2018-02-101-0/+1
| | | | | | | | | | | | | | | This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043 Notes: svn path=/head/; revision=461362
* Remove expired ports:Rene Ladan2018-01-285-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-01-27 emulators/raine: Broken for more than 6 months 2018-01-27 mail/libmapi: Broken for more than 6 months 2018-01-27 www/lessc: Broken for more than 6 months 2018-01-27 www/uglifyjs: Broken for more than 6 months 2018-01-27 www/py-octoprint: Broken for more than 6 months 2018-01-27 www/xpi-noscript: Broken for more than 6 months 2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months 2018-01-27 www/caudium14: Depends on expiring lang/pike78 2018-01-27 www/hinventory-client: Broken for more than 6 months 2018-01-27 security/tclgpg: Broken for more than 6 months 2018-01-27 security/pond: Broken for more than 6 months 2018-01-27 security/mdcrack: Broken for more than 6 months 2018-01-27 devel/npm-commander: Broken for more than 6 months 2018-01-27 devel/py-protocols-devel: Broken for more than 6 months 2018-01-27 devel/py-InlineEgg: Broken for more than 6 months 2018-01-27 devel/npm-amdefine: Broken for more than 6 months 2018-01-27 devel/npm-source-map: Broken for more than 6 months 2018-01-27 devel/libical-glib: Broken for more than 6 months 2018-01-27 devel/npm-graceful-readlink: Broken for more than 6 months 2018-01-27 devel/npm-clean-css: Broken for more than 6 months 2018-01-27 devel/py-ruledispatch: Depends on expiring devel/py-protocols-devel 2018-01-27 games/balazarbrothers: Broken for more than 6 months 2018-01-27 games/libretro-cores: Broken for more than 6 months 2018-01-27 games/gish-demo: Broken for more than 6 months 2018-01-27 games/cheech: Broken for more than 6 months 2018-01-27 audio/mbrolavox: Broken for more than 6 months 2018-01-27 audio/linux-mbrola: Depends on expiring audio/mbrolavox 2018-01-27 audio/gigedit: Broken for more than 6 months 2018-01-27 audio/gnomoradio: Broken for more than 6 months 2018-01-27 math/asir2000: Broken for more than 6 months 2018-01-27 multimedia/librespot: Broken for more than 6 months 2018-01-27 multimedia/bombono: Broken for more than 6 months 2018-01-27 lang/gcl: Broken for more than 6 months 2018-01-27 lang/pike78: Broken for more than 6 months 2018-01-27 shells/ambit: Broken for more than 6 months Notes: svn path=/head/; revision=460155
* shells/fish: fix the build with Clang-6.0Alan Somers2018-01-271-0/+11
| | | | | | | | | | | | | Clang-6.0 on FreeBSD 12 doesn't define __cpp_lib_make_unique. Patch fish to key off of the value of __cplusplus instead. PR: 225456 Reported by: pkg-fallout Reviewed by: jbeich, dim Differential Revision: https://reviews.freebsd.org/D14058 Notes: svn path=/head/; revision=460135
* New port: shells/okshTobias Kortkamp2018-01-125-0/+31
| | | | | | | | | | | | | | | oksh is the portable version of the OpenBSD Korn shell, a continuation of the Public Domain Korn Shell (PDKSH). Its command language is a superset of the sh(1) shell language. oksh is best known as the default user shell and /bin/sh on OpenBSD. WWW: https://devio.us/~bcallah/oksh/ PR: 225097 Submitted by: Brian Callahan <bcallah@openbsd.org> Notes: svn path=/head/; revision=458806