Commit Graph

170793 Commits

Author SHA1 Message Date
sthen
0660c9c0a6 java/jna file list differs with newer jdk (different javadoc files with
newer jquery etc); regen plist
2022-11-11 17:39:30 +00:00
ajacoutot
9d0e2c85b5 Fix HOMEPAGE and take MAINTAINER. 2022-11-11 17:20:08 +00:00
ajacoutot
4c32351b2e Take MAINTAINER. 2022-11-11 17:19:40 +00:00
ajacoutot
d0c33abe7e Fix HOMEPAGE and remove non existing ones. 2022-11-11 17:16:00 +00:00
ajacoutot
ddcedfc761 Tweak DESCR. 2022-11-11 16:50:00 +00:00
solene
954afbc38b + helix 2022-11-11 15:56:14 +00:00
solene
8af2e483b4 import helix-22.08.1
A Kakoune / Neovim inspired text editor.

Features:
  - Vim-like modal editing
  - Multiple selections
  - Built-in language server support
  - Smart, incremental syntax highlighting
    and code editing via tree-sitter

ok semarie@
port sent by Laurent Cheylus who takes maintainership
2022-11-11 15:54:50 +00:00
ajacoutot
cd5bf89485 Add TODO 2022-11-11 13:00:34 +00:00
robert
47ce3e8ff1 use the correct return value for strcmp when checking for a match for the default:mm translation 2022-11-11 12:58:50 +00:00
ajacoutot
4ecc5b9ae2 Update to terragrunt-0.40.2. 2022-11-11 12:39:03 +00:00
ajacoutot
5755135add Update to awscli-1.27.7. 2022-11-11 12:32:45 +00:00
ajacoutot
54bdac8b47 Update to py3-boto3-1.26.7. 2022-11-11 12:32:31 +00:00
ajacoutot
6d2c9c9b0b Update to py3-botocore-1.29.7. 2022-11-11 12:32:17 +00:00
robert
5d515091e4 ensure that the CC_TYPE_AVATAR_CHOOSER private type is used by the template
so that symbols can be resolved in the user panel
2022-11-11 12:17:48 +00:00
ajacoutot
9973875f11 PORTROACH: skip 5.1.0. 2022-11-11 12:13:43 +00:00
ajacoutot
02405b72bc Remove; what's implemented is already available in base and having the
header and library around will not do us good.
2022-11-11 11:58:33 +00:00
ajacoutot
babde52a86 Remove useless support for security/libxcrypt.
We have all we need in base, and having this lib around will make other
stuff pick it up while we don't want to.

ok robert@
2022-11-11 11:57:08 +00:00
robert
cfd0dc0d35 make sure not to override LDFLAGS 2022-11-11 10:46:22 +00:00
jsg
39d41006f3 update to scummvm 2.6.1 2022-11-11 03:36:31 +00:00
robert
bc2938ad3f link with -rdynamic for now until a real fix for undefined symbols in
the avatar handling code is implemented
2022-11-10 23:22:51 +00:00
bluhm
a318130dcd update p5-JSON to 4.10
take maintainer
2022-11-10 22:49:29 +00:00
bluhm
ca44cb0e66 update p5-URI to 5.17
take maintainer
2022-11-10 22:48:23 +00:00
bluhm
09f06a5cfa update p5-Type-Tiny to 2.000001 2022-11-10 19:41:53 +00:00
bluhm
b2081dc351 Remove explicit devel/p5-Module-Build from build dependencies. It
is added automatically by perl.port.mk.  noted by sthen@
2022-11-10 17:52:06 +00:00
bluhm
38dc90e723 +p5-Syntax-Keyword-Match 2022-11-10 17:49:34 +00:00
bluhm
f8c701f5f2 import p5-Syntax-Keyword-Match 0.09
OK sthen@

Comment:
match/case syntax for perl

Description:
This module provides a syntax plugin that implements a control-flow
block called match/case, which executes at most one of a choice of
different blocks depending on the value of its controlling expression.
2022-11-10 17:47:32 +00:00
kurt
420ee9235d Update to 17.0.5 GA:
* Contains upstream bug and security fixes:
  https://foojay.io/java-17/?version=17.0.5&quarter=102022&tab=component
  https://openjdk.org/groups/vulnerability/advisories/2022-10-18
2022-11-10 17:23:32 +00:00
pascal
635b8e3640 Update to tor 0.4.7.11, containing DoS fixes.
Announcement: https://forum.torproject.net/t/stable-release-0-4-7-11/5501
2022-11-10 17:22:54 +00:00
kurt
94b6e2119c Update to 11.0.17 GA:
* Contains upstream bug and security fixes:
  https://foojay.io/java-11/?version=11.0.17&quarter=102022&tab=component
  https://openjdk.org/groups/vulnerability/advisories/2022-10-18
2022-11-10 17:22:09 +00:00
kurt
71eb6d140a Update to 8u352 GA:
* Contains upstream bug and security fixes:
  https://foojay.io/java-8/?tab=highlights&version=openjdk8u352&quarter=102022
  https://openjdk.org/groups/vulnerability/advisories/2022-10-18
2022-11-10 17:19:26 +00:00
sthen
7b0399cf7d reminder to update firmware/m1n1-uboot if these are updated 2022-11-10 17:13:45 +00:00
sthen
668e2a87bf be explicit with versions; firmware packages are handled by
fw_update which has no way to do dependency tracking
2022-11-10 17:12:32 +00:00
ajacoutot
a07816c37a Update to py3-git2-1.11.1. 2022-11-10 16:19:49 +00:00
tobhe
66b6455a90 Hook up m1n1-uboot 2022-11-10 15:44:43 +00:00
bluhm
0ebdc610d2 +p5-XS-Parse-Keyword 2022-11-10 15:42:58 +00:00
tobhe
6f69c4fa3a Import m1n1+uboot bootloader firmware meta port for Apple arm64 machines.
ok sthen@
2022-11-10 15:41:23 +00:00
bluhm
e69c0aed88 import p5-XS-Parse-Keyword 0.27
OK sthen@

Comment:
XS functions to assist in parsing keyword syntax

Description:
This module provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily for authors of
keyword plugins using the PL_keyword_plugin hook mechanism. It is
unlikely to be of much use to anyone else; and highly unlikely to be
any use when writing perl code using these. Unless you are writing a
keyword plugin using XS, this module is not for you.
2022-11-10 15:40:41 +00:00
sthen
285975e97b drop maintainer per request 2022-11-10 15:31:22 +00:00
ajacoutot
7e24665ba5 Missed in previous. 2022-11-10 15:10:16 +00:00
robert
0090d16257 do not pick libudev up yet 2022-11-10 15:01:09 +00:00
robert
6a4b325a16 sync with the gdm git repo 2022-11-10 14:58:55 +00:00
ajacoutot
a6fc74e01b Add a comment; no pkg change. 2022-11-10 14:46:24 +00:00
sthen
9af65f33ad use MODPY_PYBUILD 2022-11-10 14:22:27 +00:00
sthen
414dcd5485 rrdtool moved to github 2022-11-10 14:07:23 +00:00
tb
309c5d942c openssl-ruby-tests: update patch to match PR 2022-11-10 14:04:07 +00:00
ajacoutot
51c9255f5e Unbreak unlocking screenshield. 2022-11-10 14:01:49 +00:00
aisha
de2320e721 forgot to add freshrss to the Makefile
thanks abieber@
2022-11-10 13:56:19 +00:00
aisha
91ce38c6ca Self hosted RSS/Atom aggregator, supporting multi-user and anonymous
modes. It also boasts a number of other powerful features:
- Instant push notifications from compatible sources, such as
  Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.
- Basic Web scraping, based on XPath, for Web sites not providing
  any RSS/Atom feeds.
- Custom tags and extensions for further tuning.

ok abieber op
2022-11-10 13:28:31 +00:00
sthen
1e24685a1a use MODPY_PYBUILD 2022-11-10 13:18:10 +00:00
sthen
ef7dbc7662 should use MAKE_PROGRAM 2022-11-10 13:09:57 +00:00