summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-0756-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* shells/zsh: remove the MEM optionBaptiste Daroussin2022-08-311-3/+2
| | | | | | | Remove the option allowing to use zsh memory allocator, it is only useful for zsh developers who won't use the port anyway. PR: 259997
* shells/ksh: Add missing optionCy Schubert2022-08-281-1/+1
| | | | Fixes: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208
* shells/ksh*: Allow the ksh ports to coexistCy Schubert2022-08-286-30/+40
| | | | | | | | | | | | | Add an option to allow the ksh ports to avoid conflicting with each other and to coexist. This allows people who wish to punish themselves by tracking developent to still be able to fall back should upstream cause regressions. This also allows legacy ksh93 to coexist with the recently added ksh93/ksh, which is not entirely compatible with legacy ksh. Applications which require a legacy ksh compatible package should use the ksh93 port installed using one of its options. This allows new and old to exist on the same system.
* shells/ksh93: Introduce new ksh portCy Schubert2022-08-285-0/+98
| | | | | Now that ksh development has resumed under a new account on github, this introduces the fourth stable release (1.0.3) of ksh93/ksh to ports
* shells/ksh-devel: Start tracking ksh93 development againCy Schubert2022-08-2813-308/+12
| | | | | Now that ksh development has resumed under a new account on github. grab our first update from the ksh93 project from their ksh repo.
* shells/ksh93-devel: Rename to ksh-develCy Schubert2022-08-2815-1/+1
| | | | | | ksh development has resumed under a new account on github. Renaming shells ksh93-devel to ksh-devel is the fist step in tracking ksh93 development again.
* shells/oksh: take maintainershipPiotr Kubaj2022-08-251-1/+1
|
* *: Return unused portsTobias Kortkamp2022-08-251-1/+1
|
* rust: bring back update to 1.63Baptiste Daroussin2022-08-253-2/+3
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-253-3/+2
| | | | | | This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915
* lang/rust: Bump revisions after 1.63.0Mikael Urankar2022-08-253-2/+3
|
* shells/ohmyzsh: update to 20220814Serhii (Sergey) Kozlov2022-08-193-21/+13
|
* shells/starship: Update 1.10.1 -> 1.10.2Yuri Victorovich2022-08-192-67/+73
|
* shells/starship: Update 1.10.0 -> 1.10.1Yuri Victorovich2022-08-152-28/+28
|
* shells/starship: Update 1.9.1 -> 1.10.0Yuri Victorovich2022-08-142-132/+353
|
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-033-3/+3
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* shells/zsh: remove the modification of the configure scriptBaptiste Daroussin2022-08-031-3/+2
| | | | | | | | | | | | | | | | | | | We used to modify the configure script to avoid zsh to link against librt because clock_gettime on FreeBSD is in libc not librt. It's been a while that we are configuring zsh with the --as-needed linker flag which means now even if -lrt is passed we will not end up linked to it librt anymore. besides, modifying the configure script at the patch phase makes it newer than stamp.h.in which results in the build system triggering a regeneration of itself (hence the USES= autoreconf we had), not touching anymore that script can remove the need for USES=autoreconf and the load if build dependencies it drags in Removing the USES=autoreconf highlights also the lack of build dependency on perl which is needed to be able to the help files for run-help to work on builtins. this is fixed now
* shells/fish: Update to 3.5.1Lewis Cook2022-07-293-4/+9
| | | | | | Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.1 PR: 265504 Approved by: asomers (maintainer)
* shells/fish: Update to 3.5.0Lewis Cook2022-07-263-9/+20
| | | | | | | | | While here, drop superfluous `DOCS` from `OPTIONS_DEFAULT` as it's already an implicit option. Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.5.0 PR: 264832 Approved by: asomers (maintainer)
* shells: remove 'Created by' linesTobias C. Berner2022-07-2037-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam Weinberger <adamw@FreeBSD.org> * Andreas Kohn <andreas@syndrom23.de> * Carlos Jacobo Puga Medina <cpm@FreeBSD.org> * Cyrille.Lefevre@laposte.net * Danijel Tasov <danielt@pilgerer.org> * David O'Brien <obrien@NUXI.com> * Emanuel Haupt <ehaupt@FreeBSD.org> * Hajimu UMEMOTO <ume@FreeBSD.org> * Igor Pokrovsky <ip@unixway.org> * Jean-Yves Lefort <jylefort@brutele.be> * Kai Wang <kaiw27@gmail.com> * Martin Wilke <miwi@FreeBSD.org> * Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> * Oliver Eikemeier * Patrick Gardella <patrick@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Richard Rose <freebsd-security@rikrose.net> * Sean Chittenden <seanc@FreeBSD.org> * Sergey Matveychuk <sem@FreeBSD.org> * Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> * Shinsuke Matsui <smatsui@karashi.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sylvio Cesar <sylvio@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vaida Bogdan * Will Andrews <andrews@technologist.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * conrads@cox.net * erich@rrnet.com * gebhart@secnetix.de * kirk@strauser.com * mcglk@artlogix.com * torstenb With hat: portmgr
* shells/etsh: Fix typo in the LICENSE_FILE lineYuri Victorovich2022-07-171-1/+1
|
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-143-3/+3
|
* shells/zsh-completions: Update to 0.34.0Po-Chuan Hsieh2022-07-083-6/+9
| | | | Changes: https://github.com/zsh-users/zsh-completions/releases
* lang/rust: Bump revisions after 1.62.0Mikael Urankar2022-07-023-2/+3
|
* shells/starship: Update 1.8.0 -> 1.9.1Yuri Victorovich2022-06-272-148/+145
|
* Add shells/etsh: Enhanced V6 Thompson Compatible ShellDaniel Menelkir2022-06-255-0/+45
| | | | PR: 264880
* shells/starship: Update 1.7.1 -> 1.8.0Yuri Victorovich2022-06-162-68/+67
|
* shells/rc: set maintainer to reporter, drop unsupported checksum algorithmJason Helfman2022-06-082-5/+4
| | | | | PR: 264133 (based on) Approved by: maintainer-timeout (multiple)
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-073-3/+3
|
* lang/rust: Bump revisions after 1.61.0Mikael Urankar2022-05-313-2/+3
|
* shells/bashc: Update miantainer's emailWen Heping2022-05-261-1/+1
| | | | | PR: 264240 Reported by: maintainer
* shells/starship: Update 1.7.0 -> 1.7.1Yuri Victorovich2022-05-242-4/+4
|
* shells/starship: Update 1.6.3 -> 1.7.0Yuri Victorovich2022-05-242-152/+211
|
* shells/rc: fix deinstallaion problemChris Hutchinson2022-05-212-7/+8
| | | | | | PR: 264084 Reported by: jakub_lach@mailplus.pl Approved by: blanket (fix deinstallation)
* shells/rc: switch to GitHubChris Hutchinson2022-05-205-24/+25
| | | | | | | | | | Minor modifications to submitter's patch: - Bump PORTREVISION since new tarball differs from the old one despite both indicate the same version 1.7.4. PR: 263631 Approved by: maintainer timeout
* shell/zsh: remove unnneeded patchTomoaki AOKI2022-05-192-22/+0
| | | | | | | files/extra-patch-Src_Modules_curses__keys.awk is no longer needed and broke patch phase if ports ncurses is installed. The patch is already incorporated upstream, so doesn't apply.
* shell/zsh: update to 5.9Baptiste Daroussin2022-05-184-25/+51
| | | | | Stop supporting case with both utmp.h and utmpx.h the changed happened more than 10 years ago
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-161-3/+3
| | | | | | | | | | | Update to 3.23.0. Fix pkg-plist: using the default share/man location Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html PR: 262886 Exp-run by: antoine
* shells/xonsh: upgrade to 0.11.0Thierry Thomas2022-05-063-23/+5
| | | | | | | | | Releases notes at <https://github.com/xonsh/xonsh/releases>. And now Python-3.9 is supported. PR: 262840 Approved by: maintainer’s time-out
* shells/fish: Update to 3.4.1Alan Somers2022-05-053-10/+98
| | | | | | PR: 263506 Submitted by: Bjorn Neergaard <bjorn@neersighted.com> Approved by: mikael <ports>
* lang/rust: Relink ports after the Rust 1.60.0 updateTobias Kortkamp2022-05-033-2/+3
|
* shells/oksh: Update to 7.1Tobias Kortkamp2022-05-032-4/+4
| | | | https://github.com/ibara/oksh/releases/tag/oksh-7.1
* shells/starship: Update 1.6.2 -> 1.6.3Yuri Victorovich2022-04-262-19/+28
| | | | Reported by: portscout
* shells/starship: Update 1.5.4 -> 1.6.2Yuri Victorovich2022-04-152-112/+238
| | | | Reported by: portscout
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-303-1/+3
|
* shells/starship: Update 1.4.2 -> 1.5.4Yuri Victorovich2022-03-242-85/+64
| | | | Reported by: GH release notification
* shells/starship: Update 1.4.0 -> 1.4.2Yuri Victorovich2022-03-162-166/+166
| | | | Reported by: ler@
* shells/starship: Update 1.3.0 -> 1.4.0Yuri Victorovich2022-03-162-58/+58
|
* lang/rust: Bump revisions after 1.59.0Mikael Urankar2022-03-153-2/+3
|