Commit graph

353770 commits

Author SHA1 Message Date
nia
9b98a17fdb dino: update to 0.3
Changes:
https://dino.im/blog/2022/02/dino-0.3-release/

(Note: video calls are untested).
2022-02-27 21:56:53 +00:00
pin
1756a70582 doc: Added textproc/scatterbrainedsearch version 2.5.0 2022-02-27 21:09:39 +00:00
pin
e0d5e164c4 Add scatterbrainedsearch 2022-02-27 21:09:09 +00:00
pin
c08a02421a textproc/scatterbrainedsearch: import package
Scatterbrained implementation of minigrep.
2022-02-27 21:07:55 +00:00
pin
c2716afec3 wm/leftwm: fix build
Fix build errors on architectures with u8
2022-02-27 20:36:26 +00:00
pin
33afcd1c31 doc: Updated sysutils/dust to 0.8.0 2022-02-27 20:33:46 +00:00
pin
db4bd1fa29 sysutils/dust: update to 0.8.0
-Feature/Bugfix: Allow multiple regexs to be used.
 The -e and -v flags allow multiple values. Before values after the first
 were ignored. This change allows the user to specify multiple regexs and
 have them all applied.
-Feature: Implement ISO output.
-Fix: Add assert for low terminal width.
 If terminal is not wide enought to print text, then print an error message.
-Fix: Bug: names may be shortened unnecessarily.
 The code calculating the width of a row to use vs the width of the terminal
 wasn't quite right.
2022-02-27 20:33:27 +00:00
pin
928e3a0076 textproc/lok: add warning 2022-02-27 20:32:14 +00:00
schmonz
878addfe3b doc: Updated devel/mob to 2.6.0 2022-02-27 17:51:30 +00:00
schmonz
a19bc0f39f Update to 2.6.0. From the changelog:
- **NEW** Allow keeping manual commits while squashing all wip commits
  by finishing a mob-session with `mob done --squash-wip`.
- Removed experimental command `mob squash-wip` in favor of new `mob
  done --squash-wip`.
- Added missing configuration option `MOB_WIP_BRANCH_PREFIX` for
  `.mob` file.
2022-02-27 17:51:24 +00:00
gdt
8765b80253 ocaml-lablgtk: Update HOMEPAGE
forge.ocamlcore.org is no more.
2022-02-27 14:50:42 +00:00
gdt
dcc34d78aa doc: Updated x11/ocaml-lablgtk to 2.18.12 2022-02-27 14:44:38 +00:00
gdt
c725bd16d9 ocaml-lablgtk: Update to 2.18.12
Uprstream changes:

  Improvements for newer GCC.
  Improvements for newer ocaml.
  Add WRAP_WIDTH, WRAP_MODE tags to cell_properties_text (#146).
  Bugfixes.
2022-02-27 14:44:31 +00:00
fcambus
26b7c38355 doc: Updated sysutils/fd-find to 8.3.2 2022-02-27 14:43:18 +00:00
fcambus
f7df523bc5 fd-find: update to 8.3.2.
## Bugfixes

- Invalid absolute path on windows when searching from the drive root, see
  #931 and #936 (@gbarta)
2022-02-27 14:43:06 +00:00
fcambus
61e12760d3 doc: Updated textproc/git-delta to 0.12.0 2022-02-27 13:41:11 +00:00
fcambus
0e615602b8 git-delta: update to 0.12.0.
There's quite a lot in this release, with contributions from 8 different
people.

Firstly a breaking change: some deprecated options are no longer supported:
in particular plus-color and minus-color. See #914. A description of this
change and what you need to do if you're affected by it is below.

Secondly, improvements, including:

- A (much-needed) short help text is now available: use delta -h. Delta is
  the proud possessor of 100 command-line options, so I think this is going
  to be helpful.
- git blame output now displays line numbers (thanks to @th1000s)
- Improvements to file and mode labels by @WayneD
- delta now has a user manual: https://dandavison.github.io/delta/. You can
  even create a PDF copy (print button in upper-right hand corner), and the
  README is correspondingly now a much easier read with the minimal required
  setup instructions and an overview of functionality with screenshots.

Finally some bug fixes, including

- File path hyperlinks (e.g. in diff and grep output) were previously
  sometimes incorrect, especially when delta was invoked from a directory
  other than the repo root.
- Some fixes to grep output parsing edge cases

Deprecated options no longer supported:

The options affected here have been deprecated for a couple of years; I hope
this doesn't cause you any trouble. Here are the details:

The most common case is that you have something like this in your ~/.gitconfig:

[delta]
    plus-color = my_plus_color minus-color = my_minus_color

Please change that to

[delta]
    plus-style = syntax my_plus_color minus-style = normal my_minus_color

Here's the list of deprecated options with a summary of how to update them:

minus-color             Deprecated: use `minus-style = normal my_background_color`
plus-color              Deprecated: Use `plus-style = syntax my_background_color`
minus-emph-color        Deprecated: use `minus-emph-style = normal my_background_color`
plus-emph-color         Deprecated: Use `plus-emph-style = syntax my_background_color`
highlight-removed       Deprecated: use `minus-style = syntax my_background_color`
commit-color            Deprecated: use `commit-style = my_foreground_color
                                         commit-decoration-style = my_foreground_color`
file-color              Deprecated: use `file-style = my_foreground_color
                                         file-decoration-style = my_foreground_color`
hunk-style              Deprecated: synonym of `hunk-header-decoration-style`
hunk-color              Deprecated: use `hunk-header-style = my_foreground_color
                                         hunk-header-decoration-style = my_foreground_color`
theme                   Deprecated: use `syntax-theme`
2022-02-27 13:41:00 +00:00
fox
f2c13f96dc doc: Updated textproc/bat to 0.20.0 2022-02-27 11:25:40 +00:00
fox
9a9beade56 textproc/bat: Updates to 0.20.0
Changes since 0.19.0:

v0.20.0

Features

 * New style component header-filesize to show size of the displayed file in the
   header. See #1988 (@mdibaiee)
 * Use underline for line highlighting on ANSI, see #1730 (@mdibaiee)

Bugfixes

 * Fix bash completion on bash 3.x and bash-completion 1.x. See #2066
   (@joshpencheon)

Syntaxes

 * GraphQL: Add support for interfaces implementing interfaces and consider
   ampersand an operator. See #2000
 * Associate _vimrc and _gvimrc files with the VimL syntax. See #2002
 * Associate poetry.lock files with the TOML syntax. See #2049
 * Associate .mesh, .task, .rgen, .rint, .rahit, .rchit, .rmiss, and .rcall with
   the GLSL syntax. See #2050
 * Added support for JQ syntax, see #2072
 * Properly associate global git config files rooted in $XDG_CONFIG_HOME/git/ or
   $HOME/.config/git/. See #2067 (@cyqsimon)

bat as a library

 * Exposed get_syntax_set and get_theme methods on HighlightingAssets. See #2030
   (@dandavison)
 * Added HeaderFilename and HeaderFilesize to StyleComponent enum, and mark it
   #[non_exhaustive]. See #1988 (@mdibaiee)
2022-02-27 11:25:11 +00:00
adam
4adf2581fc Updated finance/py-stripe, net/py-softlayer 2022-02-27 09:09:19 +00:00
adam
6bf1319e96 py-softlayer: updated to 5.9.9
5.9.9

Improvements

Add loadbalancer timeout values
Add pricing date to slcli order preset-list

New Commands

slcli vlan create-options add new feature on vlan
slcli account bandwidth-pools Bandwidth pool features
2022-02-27 09:08:57 +00:00
adam
5f339e5c35 py-stripe: updated to 2.66.0
2.66.0:
Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`
2022-02-27 09:05:25 +00:00
wiz
3e8880097f doc/TODO: add some
+ ImageMagick-7.1.0.26, Sigil-1.9.0, asciidoc-10.1.3, filezilla-3.58.0,
  libva-2.14.0, py-borgbackup-1.2.0, restish-0.10.0,
  rust-analyzer-0.0.20220222, texlab-3.3.2, xournalpp-1.1.1.
2022-02-27 08:55:50 +00:00
adam
9892be8f39 Updated graphics/libjpeg-turbo, devel/py-rope 2022-02-27 08:53:32 +00:00
adam
95150db338 py-rope: updated to 0.23.0
Release 0.23.0

Syntax support

- Implement structural pattern matching (PEP634)
- Improve the heuristic for joining lines when extracting one line
  expression

Bug fixes

- Preserve newline format when writing files
- Fix extract info collection for list comprehension with multiple targets

Documentation

- Fix typo
2022-02-27 08:52:13 +00:00
adam
145888d57c libjpeg-turbo: updated to 2.1.3
Significant changes relative to 2.1.2

Fixed a regression introduced by 2.0 beta1[7] whereby cjpeg compressed PGM input files into full-color JPEG images unless the -grayscale option was used.

cjpeg now automatically compresses GIF and 8-bit BMP input files into grayscale JPEG images if the input files contain only shades of gray.

The build system now enables the intrinsics implementation of the AArch64 (Arm 64-bit) Neon SIMD extensions by default when using GCC 12 or later.

Fixed a segfault that occurred while decompressing a 4:2:0 JPEG image using the merged (non-fancy) upsampling algorithms (that is, with cinfo.do_fancy_upsampling set to FALSE) along with jpeg_crop_scanline(). Specifically, the segfault occurred if the number of bytes remaining in the output buffer was less than the number of bytes required to represent one uncropped scanline of the output image. For that reason, the issue could only be reproduced using the libjpeg API, not using djpeg.
2022-02-27 08:50:48 +00:00
gutteridge
e349f87f30 lsof: fix typo in comment in previous commit 2022-02-27 02:13:44 +00:00
gutteridge
54980a0f2e lsof: fix builds on NetBSD as of 9.99.93 on 2022-01-17
procfs.h had an inline function added that expects curlwp to be
defined. It isn't needed by this code base, and I don't see any other
way of fixing this than adding a basic definition to get this to
compile. It looks "wrong", but this code base requires _KERNEL to be
defined when including procfs.h, but we can't include lwp.h or machine/
cpu.h with that defined, header files that aren't available to userland
get referenced and break the build that way, instead.
2022-02-27 02:10:44 +00:00
bacon
ef271e8469 doc: Updated biology/kallisto to 0.48.0 2022-02-27 01:57:35 +00:00
bacon
0f55c4012d biology/kallisto: Update to 0.48.0
Long awaited bug fix release
Also unbundled htslib
Changes: https://github.com/pachterlab/kallisto/tags
2022-02-27 01:57:27 +00:00
bacon
ac188a798b doc: Updated biology/bcftools to 1.15 2022-02-26 23:14:41 +00:00
bacon
d37ff4d588 biology/bcftools: Update to 1.15
Several minor enhancements and bug fixes
Changes: https://github.com/samtools/bcftools/tags
2022-02-26 23:14:33 +00:00
bacon
a1ce4cf0d4 doc: Updated biology/samtools to 1.15 2022-02-26 23:11:51 +00:00
bacon
a433a30b51 biology/samtools: Update to 1.15
Several minor enhancements and bug fixes
Changes: https://github.com/samtools/samtools/tags
2022-02-26 23:11:43 +00:00
bacon
bda16da64f doc: Updated biology/htslib to 1.15 2022-02-26 23:08:56 +00:00
bacon
6ffd16f2ae biology/htslib: Update to 1.15
Several minor enhancements and bug fixes
No API changes affecting existing packages
Changes: https://github.com/samtools/htslib/tags
2022-02-26 23:08:43 +00:00
fcambus
fced379aed doc: Updated devel/acr to 2.0.0 2022-02-26 16:26:53 +00:00
fcambus
d85817454d acr: update to 2.0.0.
- Add Vinix to the list of supported unix systems
- Add support for SerenityOS
- Add --etcdir as an alias for --sysconfdir
- Use c++ instead of g++ for defaults in CXX
- Add EXEC! keyword. Like EXEC, but with explicit requirement
- Aim to fix the mkdir when no vpath in use
- Add USE_PKGCONFIG directive with support for BSD's pkgconf
- Support pkgconf as an alternative to pkg-config
- Add -qV in the help message
- env_c should not describe CPPFLAGS,
  env_cpp already explains them in more detail.
2022-02-26 16:26:38 +00:00
fcambus
73ce55030f doc: Updated devel/patchelf to 0.14.5 2022-02-26 15:51:11 +00:00
fcambus
c41dd181e5 patchelf: update to 0.14.5 and take maintainership.
0.14.5 (February 21, 2022):

- fix faulty version in 0.14.4

0.14.4 (February 21, 2022):

- Several test fixes to fix patchelf test suite on openbsd
- Allow multiple modifications in same call
- Add support to build with musl
- Fix typo: s/folllow/follow/
- mips: fix incorrect polarity on dyn_offset
2022-02-26 15:51:00 +00:00
wiz
463f603653 py-clickclick: disable for python 3.7
I can't find importlib-metadata3 and nothing in pkgsrc depends on this.
2022-02-26 13:44:07 +00:00
wiz
b08a741937 py-attrs: fix PLIST for python 2.x 2022-02-26 13:39:07 +00:00
pho
744ffa2dc2 *: Bump packages that depend on devel/hs-fsnotify 2022-02-26 12:35:11 +00:00
pho
e651689e97 devel/hs-fsnotify: Use hinotify on Linux and some BSDs
On any other platforms it falls back to the polling method as the last
resort, which is obviously isn't very practical.
2022-02-26 12:33:45 +00:00
pho
ce7b0bf7ee devel/Makefile: + hs-shelly 2022-02-26 12:30:18 +00:00
pho
2be74fa86c doc: Added devel/hs-shelly version 1.10.0 2022-02-26 12:30:07 +00:00
pho
66f8637f42 devel/hs-shelly: import hs-shelly-1.10.0
Shelly provides a single module for convenient systems programming in
Haskell.

* Shelly is aimed at convenience and getting things done rather than being
  a demonstration of elegance.
* It has detailed and useful error messages.
* It maintains its own environment, making it thread-safe.
* It has low memory usage: It has
  * run_ and other underscore variants that do not return stdout,
  * runFoldLines to run a fold operation over each line rather than loading
    all of stdout into memory,
  * runHandle and runHandles for complete control over handles.

The focus of this library on convenience combined with good error messages
should make shelly approachable for newer users of Haskell.
2022-02-26 12:30:00 +00:00
pho
b45cc24951 devel/Makefile: + hs-enclosed-exceptions 2022-02-26 12:29:24 +00:00
pho
1d8854aabb doc: Added devel/hs-enclosed-exceptions version 1.0.3 2022-02-26 12:28:54 +00:00
pho
80e503910c devel/hs-enclosed-exceptions: import hs-enclosed-exceptions-1.0.3
The purpose of this module is to allow you to capture all exceptions
originating from within the enclosed computation, while still reacting to
asynchronous exceptions aimed at the calling thread.

This way, you can be sure that the function that calls, for example,
catchAny, will still respond to ThreadKilled or Timeout events raised by
another thread (with throwTo), while capturing all exceptions, synchronous
or asynchronous, resulting from the execution of the enclosed computation.

One particular use case is to allow the safe execution of code from various
libraries (which you do not control), capturing any faults that might
occur, while remaining responsive to higher level events and control
actions.
2022-02-26 12:28:47 +00:00