Commit graph

2175 commits

Author SHA1 Message Date
Adam Jimerson
bcea3ecf15 shells/elvish: update to 0.17.0
Changelog: https://elv.sh/blog/0.17.0-release-notes.html

PR:		260621
Reported by:	Adam Jimerson <vendion@gmail.com> (maintainer)
2021-12-24 16:04:35 +09:00
Serhii (Sergey) Kozlov
6e39673d5b shells/ohmyzsh: Update to 20211221 2021-12-23 00:46:26 +00:00
Yuri Victorovich
3f860bc7f6 shells/starship: Update 1.0.0 -> 1.1.1
Reported by:	ler
2021-12-21 19:11:09 -08:00
Jens Grassel
7cead393db shells/ammonite: Update to 2.5.0
PR:	260378
2021-12-14 19:44:16 -08:00
Yuri Victorovich
95b8ac4404 shells/starship: Update 0.58.0 -> 1.0.0 2021-12-10 15:01:09 -08:00
Tobias Kortkamp
5a7f23c69d
lang/rust: Rebuild consumers for Rust 1.57.0 2021-12-05 13:35:42 +01:00
Matthias Fechner
83af587fed */*: bump ports depending on libgit2 2021-12-04 13:07:30 +01:00
Yasuhiro Kimura
defd64ec3c shells/zsh: Revert "shells/zsh: Add BASE_ZSH option"
This reverts commit ae1787aab2.

Requested by:	maintainer
2021-11-26 17:34:58 +09:00
Yasuhiro Kimura
ae1787aab2 shells/zsh: Add BASE_ZSH option
Add new option BASE_ZSH that makes zsh and rzsh also available as
/bin/zsh and /bin/rzsh.

Under ports flamework everything is installed under /usr/local unless
custom prefix is used. And according to it zsh is installed as
/usr/local/bin/zsh. But on most Linux based OSes zsh is installed as
/bin/zsh. And it causes problem if user's account information is
shared between FreeBSD and Linux by using such tools as LDAP or NIS as
account information also includes absolute path of user's login shell.
To work around it I have created /bin/zsh as symbolic link referencing
/usr/local/bin/zsh and also edited /etc/shells to add /bin/zsh to it
every time I set up new FreeBSD system. But it's quite bothersome and
that is why I add new BASE_ZSH option.

While I'm here,

* Pet portclippy
* Re-format Makefile with portfmt

PR:		259109
Proposed by:	Chris Hutchinson (more intuitive option name)
Approved by:	maintainer timeout (> 2 weeks)
2021-11-26 09:53:36 +09:00
Stefan Eßer
04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00
Jens Grassel
7a549832f5 shells/ammonite: Update to 2.4.1
PR:	259932
2021-11-22 11:52:31 -08:00
Adam Weinberger
46ea8240d0 Multiple: Drop maintainership on some ports 2021-11-19 04:44:22 -07:00
Emanuel Haupt
3571f3c161 shells/bash: Update to 5.1.12 2021-11-18 15:55:59 +01:00
Mateusz Piotrowski
2268d1be04 shells/bash-completion: Update FreeBSD Bash Completion to 1.2.0
Approved by:	maintainer
2021-11-10 16:29:33 +01:00
Carlo Strub
0fc88c5571
shells/nsh: Add new port
A command-line shell that focuses on productivity and swiftness featuring:
- A POSIX compliant interactive shell with some Bash extensions.
- Tab completions and syntax highlighting.
- Bash completion support (by internally invoking the genuine Bash).
- Builtin zero configration features.
- Written in Rust 🦀
2021-11-07 14:16:29 +01:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00
Tobias Kortkamp
0d199f719e
shells/ion: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:15 +02:00
Stefan Eßer
5e1284b0de shells/rush: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:09 +02:00
Stefan Eßer
ffb6a2eac2 shells/elvish: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:09 +02:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Jimmy Olgeni
c6200b4ed3 shells/bashc: fix typos in pkg-descr. 2021-10-16 09:09:09 +02:00
Stefan Eßer
8bc0403b28 shells/rc: Add CPE information
Approved by:	portmgr (blanket)
2021-10-13 15:20:05 +02:00
Tobias Kortkamp
2b412b769e
shells/oksh: Update to 7.0
- Add a static flavor and install in /rescue same as editors/mg@static

Changes:	https://github.com/ibara/oksh/releases/tag/oksh-7.0
2021-10-12 17:01:33 +02:00
Jan Beich
2c806de506 shells/wcd: unbreak after 266130ce71 by revert
/bin/sh: Syntax error: Unterminated quoted string

Reported by:	pkg-fallout
2021-10-08 01:51:33 +00:00
Baptiste Daroussin
cb0ed5261c shells/bash: fix compilation after libncurses split in base
bash actually only requires libtinfo, but up to recent change in
14.0-CURRENT, libtinfo and libncurses were bundled into one single libs,
so linking only to libncurses was not a problem.

By telling bash to link to libtinfo and not to libncurses, it works on
both system where ncurses has been split and those without the split as
there is a libtinfow.so symlink to libncursesw.so on those.
2021-10-06 09:55:26 +02:00
Serhii (Sergey) Kozlov
981392d905 shells/ohmyzsh: Update to 20210930 2021-10-01 23:47:52 +00:00
Yuri Victorovich
afaf5f6d45 shells/starship: Update 0.56.0 -> 0.58.0 2021-09-26 15:54:46 -07:00
Baptiste Daroussin
266130ce71 ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.

Note this also fixes the build with ports ncurses
2021-09-23 18:22:54 +02:00
Ryan Steinmetz
8703fc2c05
*/*: Reset MAINTAINER due to repeat fatal email bounces 2021-09-21 09:47:01 -04:00
Tobias Kortkamp
7059b43727
*: Rebuild lang/rust consumers after the 1.55.0 update 2021-09-19 11:03:23 +02:00
Adam Jimerson
dc25ed72b0 shells/elvish: Update elvish to v0.16.3
ChangeLog: https://elv.sh/blog/0.16.0-release-notes.html

PR:	258415
Reported by:	vendion@gmail.com (maintainer)
2021-09-17 13:18:18 +02:00
Alexey Dokuchaev
31d5e489ab shells/dash: update DASH to version 0.5.11.5 and install ChangeLog. 2021-09-16 09:53:43 +00:00
Alexey Dokuchaev
6e52104904 shells/jailkit: the port had been updated and improved (+)
- Update to the latest version 2.22 and fix manpage installation
- Reformat port description for better looks, add one missing slash
  and one Oxford comma while I'm here

PR:	258277
2021-09-15 04:36:23 +00:00
Bernhard Froehlich
de4d421d74
shells/zsh: Add CPE information
Approved by:	portmgr (blanket)
2021-09-08 20:53:39 +00:00
Bernhard Froehlich
d3fa85b4aa
shells/dash: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:37 +00:00
Bernhard Froehlich
baf429196f
shells/scponly: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:08 +00:00
Mikael Urankar
70f1b063ed lang/rust: Rebuild consumers for 1.54.0 2021-08-28 15:42:06 +02:00
Jan Beich
ef5a84db43 shells/starship: enable desktop notifications
PR:		258008
Inspired by:	Arch Linux
Approved by:	yuri (maintainer)
2021-08-23 23:30:19 +00:00
Serhii (Sergey) Kozlov
3747d6caba shells/ohmyzsh: Update to 20210820 2021-08-21 22:17:33 +00:00
Alan Somers
1bd69b9f3a shells/fish: /usr/local/etc/config.fish is a config file
Mark it as @sample

Approved by: lcook (ports)
Reviewed by: lcook
Differential Revision: https://reviews.freebsd.org/D31571
2021-08-20 20:24:49 -06:00
Bernhard Froehlich
16364e1c3a
shells/bashc: Remove invalid CPE information
Approved by:	portmgr (blanket)
2021-08-20 07:56:26 +00:00
Ben Nied
da06c6145e
shells/fish: Update to 3.3.1
PR:		257666
Approved by:	asomers (maintainer)
2021-08-10 14:41:40 +08:00
Yuri Victorovich
f31dff3dee shells/starship: Update 0.54.0 -> 0.56.0 2021-08-03 15:10:26 -07:00
Po-Chuan Hsieh
6ac7818d86
shells/p5-Shell-Perl: Fix PORTVERSION (going backward from 0.0022 to 0.004)
- Fix RUN_DEPENDS
- Add BUILD_DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
2021-07-19 01:47:14 +08:00
Gian-Simon Purkert
7f85f34b21 shells/p5-Shell-Perl: Update to 0.004
PR:		255257
Approved by:	lwhsu (mentor, implicit)
2021-07-18 02:34:24 -04:00
Piotr Kubaj
9647fa7bd4 shells/starship: mark BROKEN on powerpc
Same issue as on i386.
2021-07-13 09:26:50 +00:00
Nuno Teixeira
707989ed0f */*: Maintainer reset for smatsui@karashi.org
Many consecutive timeouts.  We thank smatsui for all his efforts and
hope to see him back in the future.

PR:		255256
PR:		255257
PR:		255258 [1]
Approved by:	maintainer timeout (smatsui@karashi.org, > 2 months), dbaio (mentor)
Approved by:	portmgr (adamw) [1]
Differential Revision:	https://reviews.freebsd.org/D30769 [1]
2021-07-03 11:30:37 +01:00
Fukang Chen
f76aa00290 Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION

devel/anjuta:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change SUBVERSION_DESC to use the default description

devel/git:
    - Rename OPTION P4 to PERFORCE
    - Rename OPTION SVN to SUBVERSION
    - Change PERFORCE_DESC to use the default description

devel/ocaml-opam:
    - Rename OPTION HG to MERCURIAL
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description

devel/thunar-vcs-plugin:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Change GIT_DESC to use the default description

devel/viewvc-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE

net-mgmt/observium:
    - Rename OPTION SVN to SUBVERSION

net-mgmt/rancid3:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_SINGLE_SCM
    - Change {CVS,GIT,SUBVERSION}_DESC to use the default description

ports-mgmt/portshaker:
    - Rename OPTION SVN to SUBVERSION
    - Rename HG to MERCURIAL
    - Sort OPTIONS_DEFINE
    - Change {GIT,MERCURIAL}_DESC to use the default description

security/hydra:
    - Rename OPTION SVN to SUBVERSION

security/medusa:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE

shells/scponly:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Typo fix in SVNSERVE_DESC

www/trac-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE
    - Change {GIT,SUBVERSION}_DESC to use the default description

Reviewed by:	koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain
Approved by:	koobs (ports, mentor)
Differential Revision:	https://reviews.freebsd.org/D17459
MFH:		No (OPTION description updates)
2021-06-30 05:09:36 +00:00
Piotr Kubaj
d5ca695b55 */*: fix all ports using Rust on powerpc that fail due to libc
This commit backports a66f7c1eb2 to various ports.
It doesn't bring that backport to ports that fail to build anyway.
2021-06-28 19:35:01 +00:00