| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- Install now generated manual and shell completions
Changes: https://github.com/chmln/sd/releases
Notes:
svn path=/head/; revision=504775
|
|
|
|
|
|
|
| |
Changes: https://github.com/chmln/sd/compare/sd-0.5.0...0.6.1
Notes:
svn path=/head/; revision=504358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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/05/23/Rust-1.35.0.html
Reviewed by: jbeich
Tested by: pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20332
Notes:
svn path=/head/; revision=502416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166
Notes:
svn path=/head/; revision=501679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- 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/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
Notes:
svn path=/head/; revision=498677
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- www/firefox temporarily loses SIMD in charset conversion, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by: Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64)
Approved by: rust (tobik)
Differential Revision: https://reviews.freebsd.org/D19354
Notes:
svn path=/head/; revision=494176
|
|
sd is an intuitive find & replace tool.
Features:
- Painless regular expressions. sd uses regex syntax that you
already know from JavaScript and Python. Forget about dealing
with quirks of sed or awk - get productive immediately.
- String-literal mode. Non-regex find & replace. No more backslashes
or remembering which characters are special and need to be escaped.
- Easy to read, easy to write. Find & replace expressions are split
up, which makes them easy to read and write. No more messing with
unclosed and escaped slashes.
- Smart, common-sense defaults. Smart-cased regular expressions
also come with a sane syntax that's not opt-in. Defaults follow
common sense and are tailored for typical daily use.
WWW: https://github.com/chmln/sd
Notes:
svn path=/head/; revision=494008
|