notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/Makefile

Number of commits found: 11073 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Monday, 11 Sep 2023
03:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pytest-cases: Add py-pytest-cases 3.6.14

Did you ever think that most of your test functions were actually the same test
code, but with different data inputs and expected results/exceptions?
- pytest-cases leverages pytest and its great @pytest.mark.parametrize
  decorator, so that you can separate your test cases from your test functions.
- In addition, pytest-cases provides several useful goodies to empower pytest.
  In particular it improves the fixture mechanism to support "fixture unions".
  This is a major change in the internal pytest engine, unlocking many
  possibilities such as using fixture references as parameter values in a test
  function. See here.

pytest-cases is fully compliant with pytest-harvest so you can easily monitor
the execution times and created artifacts. With it, it becomes very easy to
create a complete data science benchmark, for example comparing various models
on various datasets.
commit hash: 62cbc4c2937d93d6082811b6436294d551456e7a commit hash: 62cbc4c2937d93d6082811b6436294d551456e7a commit hash: 62cbc4c2937d93d6082811b6436294d551456e7a commit hash: 62cbc4c2937d93d6082811b6436294d551456e7a 62cbc4c
03:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pyroma: Add py-pyroma 4.2

Pyroma rhymes with aroma, and is a product aimed at giving a rating of how well
a Python project complies with the best practices of the Python packaging
ecosystem, primarily PyPI, pip, Distribute etc, as well as a list of issues that
could be improved.

The aim of this is both to help people make a project that is nice and usable,
but also to improve the quality of Python third-party software, making it easier
and more enjoyable to use the vast array of available modules for Python.

It's written so that there are a library with methods to call from Python, as
well as a script, also called pyroma.
commit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0b commit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0b commit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0b commit hash: e086206534dc44a9dc6ef1a165efd2443a29aa0b e086206
03:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-prospector: Add py-prospector 1.9.0

Prospector is a tool to analyze Python code and output information about errors,
potential problems, convention violations and complexity.

It brings together the functionality of other Python analysis tools such as
Pylint, pycodestyle, and McCabe complexity. See the Supported Tools
documentation section for a complete list.

The primary aim of Prospector is to be useful 'out of the box'. A common
complaint of other Python analysis tools is that it takes a long time to filter
through which errors are relevant or interesting to your own coding style.
Prospector provides some default profiles, which hopefully will provide a good
starting point and will be useful straight away, and adapts the output depending
on the libraries your project uses.
commit hash: a4f84fcf37f1d2ef51709c15e20fb8b9513352f4 commit hash: a4f84fcf37f1d2ef51709c15e20fb8b9513352f4 commit hash: a4f84fcf37f1d2ef51709c15e20fb8b9513352f4 commit hash: a4f84fcf37f1d2ef51709c15e20fb8b9513352f4 a4f84fc
03:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pylint-flask: Add py-pylint-flask 0.6

pylint-flask is Pylint plugin for improving code analysis when editing code
using Flask. It is inspired by pylint-django.
commit hash: 1e5b7707425ae19b263accb90a9a4abf2189e7a7 commit hash: 1e5b7707425ae19b263accb90a9a4abf2189e7a7 commit hash: 1e5b7707425ae19b263accb90a9a4abf2189e7a7 commit hash: 1e5b7707425ae19b263accb90a9a4abf2189e7a7 1e5b770
03:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-decopatch: Add py-decopatch 1.4.10

Because of a tiny oddity in the python language, writing decorators without help
can be a pain because you have to handle the no-parenthesis usage explicitly.
decopatch provides a simple way to solve this issue so that writing decorators
is simple and straightforward.
commit hash: 3892971a0e909dd1a12cba705dfb696f80cda8e2 commit hash: 3892971a0e909dd1a12cba705dfb696f80cda8e2 commit hash: 3892971a0e909dd1a12cba705dfb696f80cda8e2 commit hash: 3892971a0e909dd1a12cba705dfb696f80cda8e2 3892971
02:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: d7a909689f81f7637f4abe242adc2b89ecdc4858 commit hash: d7a909689f81f7637f4abe242adc2b89ecdc4858 commit hash: d7a909689f81f7637f4abe242adc2b89ecdc4858 commit hash: d7a909689f81f7637f4abe242adc2b89ecdc4858 d7a9096
Sunday, 10 Sep 2023
16:13 Robert Clausecker (fuz) search for other commits by this committer Author: Jesús Daniel Colmenares Oviedo
devel/py-strictyaml: New port: Strict, typed YAML parser

StrictYAML is a type-safe YAML parser that parses and validates a
restricted subset of the YAML specification.

Priorities:

* Beautiful API.
* Refusing to parse the ugly, hard to read and insecure features
  of YAML like the Norway problem.
* Strict validation of markup and straightforward type casting.
* Clear, readable exceptions with code snippets and line numbers.
* Acting as a near-drop in replacement for pyyaml, ruamel.yaml or
  poyo.
* Ability to read in YAML, make changes and write it out again
  with comments preserved.
* Not speed, currently.

WWW: https://hitchdev.com/strictyaml

PR:		273232
commit hash: 7219a47f1ab385e6977fb04aba301549d976965d commit hash: 7219a47f1ab385e6977fb04aba301549d976965d commit hash: 7219a47f1ab385e6977fb04aba301549d976965d commit hash: 7219a47f1ab385e6977fb04aba301549d976965d 7219a47
16:12 Robert Clausecker (fuz) search for other commits by this committer Author: Thomas Hurst
devel/libjodycode: Add new port

libjodycode is a library containing code shared among several of the programs
written by Jody Bruchon such as imagepile, jdupes, winregfs, and zeromerge.

WWW: https://github.com/jbruchon/libjodycode

PR:		273400
commit hash: dc98a8ffaa73c7f5c9721ad7b756eb91938f3c46 commit hash: dc98a8ffaa73c7f5c9721ad7b756eb91938f3c46 commit hash: dc98a8ffaa73c7f5c9721ad7b756eb91938f3c46 commit hash: dc98a8ffaa73c7f5c9721ad7b756eb91938f3c46 dc98a8f
16:12 Robert Clausecker (fuz) search for other commits by this committer Author: Alastair Hogge
devel/matreshka: revive port

Restore Matreshka Project, partially, the i386 build is running out of
stack space and failing.

 * port{clippy,fmt,lint} maintenance
 * switch to new home https://github.com/godunko/matreshka
 * update to 21.0

PR:		273241
commit hash: 959ad650bfd42b0d76bc1685893d7c35ba49b758 commit hash: 959ad650bfd42b0d76bc1685893d7c35ba49b758 commit hash: 959ad650bfd42b0d76bc1685893d7c35ba49b758 commit hash: 959ad650bfd42b0d76bc1685893d7c35ba49b758 959ad65
13:15 Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 4.2 consumers

* Django 3.2 is currently the "default" version in the ports tree due
  its long term support until April 2024.  Thus ports that are assigned
  to that version will exist until then.

The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.6 release possible because it requires
Django 4.2.

All of the ports listed below were created on the basis of their
respective original ports:

- devel/py-dj42-django-rq
- devel/py-dj42-graphene-django
- www/py-dj42-django-auth-ldap
- www/py-dj42-django-cors-headers
- www/py-dj42-django-debug-toolbar
- www/py-dj42-django-filter
- www/py-dj42-django-graphiql-debug-toolbar
- www/py-dj42-django-js-asset
- www/py-dj42-django-mptt
- www/py-dj42-django-prometheus
- www/py-dj42-django-redis
- www/py-dj42-django-rich
- www/py-dj42-django-tables2
- www/py-dj42-django-taggit
- www/py-dj42-django-timezone-field
- www/py-dj42-djangorestframework
- www/py-dj42-drf-spectacular
- www/py-dj42-drf-spectacular-sidecar

Differential Revision:	https://reviews.freebsd.org/D41664
commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6 commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6 commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6 commit hash: 178f4991ec22c5c9164d973f091ef067ca28bcb6 178f499
Friday, 8 Sep 2023
15:57 Sergey A. Osokin (osa) search for other commits by this committer
devel/opentelemetry-proto: New port: OTLP spec and Protobuf definitions

OpenTelemetry protocol (OTLP) specification and Protobuf definitions
commit hash: b0424fbc782b0ab6cb82d6da2c8d38cab24ab9c1 commit hash: b0424fbc782b0ab6cb82d6da2c8d38cab24ab9c1 commit hash: b0424fbc782b0ab6cb82d6da2c8d38cab24ab9c1 commit hash: b0424fbc782b0ab6cb82d6da2c8d38cab24ab9c1 b0424fb
Wednesday, 6 Sep 2023
17:23 Sergey A. Osokin (osa) search for other commits by this committer
devel/opentelemetry-cpp: New port

Add OpenTelemetry C++ client, connect to the build.
commit hash: 2f4b571642a1a8609e064528219601d8016c2faf commit hash: 2f4b571642a1a8609e064528219601d8016c2faf commit hash: 2f4b571642a1a8609e064528219601d8016c2faf commit hash: 2f4b571642a1a8609e064528219601d8016c2faf 2f4b571
15:41 Koichiro Iwao (meta) search for other commits by this committer Author: Michael Zhilin
devel/maven39: new port: version 3.9 of devel/maven

java/eclipse requires Maven 3.9+ and actual version of devel/maven is 3.8.
This patch adds devel/maven39 to manage this requirement.

Changelog: https://maven.apache.org/docs/3.9.4/release-notes.html

Co-authored-by: Michael Osipov <michaelo@apache.org>

PR:		272863
commit hash: a70b25ff2f5451019085b6cd68f7aa2c05749d52 commit hash: a70b25ff2f5451019085b6cd68f7aa2c05749d52 commit hash: a70b25ff2f5451019085b6cd68f7aa2c05749d52 commit hash: a70b25ff2f5451019085b6cd68f7aa2c05749d52 a70b25f
Tuesday, 5 Sep 2023
13:54 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: new ports required for gitlab-ce 16.3
commit hash: ec7786ce5ff9cc09b4648daa531d1de7a3f4f917 commit hash: ec7786ce5ff9cc09b4648daa531d1de7a3f4f917 commit hash: ec7786ce5ff9cc09b4648daa531d1de7a3f4f917 commit hash: ec7786ce5ff9cc09b4648daa531d1de7a3f4f917 ec7786c
Monday, 4 Sep 2023
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cucumber-cucumber-expressions15: Remove obsoleted port

Use devel/rubygem-cucumber-cucumber-expressions instead.
commit hash: 7d7a32505e42d7e30184aab68b9c830dbd290932 commit hash: 7d7a32505e42d7e30184aab68b9c830dbd290932 commit hash: 7d7a32505e42d7e30184aab68b9c830dbd290932 commit hash: 7d7a32505e42d7e30184aab68b9c830dbd290932 7d7a325
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cucumber-messages18: Remove obsoleted port

Use devel/rubygem-cucumber-messages instead.
commit hash: e99bb60d2b117e43870b8c171c230c8e895e904b commit hash: e99bb60d2b117e43870b8c171c230c8e895e904b commit hash: e99bb60d2b117e43870b8c171c230c8e895e904b commit hash: e99bb60d2b117e43870b8c171c230c8e895e904b e99bb60
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-neptunedata: Add rubygem-aws-sdk-neptunedata 1.0.0

Official AWS Ruby gem for Amazon Neptune Data.
commit hash: 77d53ff3aae9da6da04b5a8ea8976b5300a5dce9 commit hash: 77d53ff3aae9da6da04b5a8ea8976b5300a5dce9 commit hash: 77d53ff3aae9da6da04b5a8ea8976b5300a5dce9 commit hash: 77d53ff3aae9da6da04b5a8ea8976b5300a5dce9 77d53ff
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-pcaconnectorad: Add rubygem-aws-sdk-pcaconnectorad 1.0.0

Official AWS Ruby gem for PCAConnectorAD.
commit hash: 8c9773e2578a366ae58ac9bd6f4f2f044be2af5c commit hash: 8c9773e2578a366ae58ac9bd6f4f2f044be2af5c commit hash: 8c9773e2578a366ae58ac9bd6f4f2f044be2af5c commit hash: 8c9773e2578a366ae58ac9bd6f4f2f044be2af5c 8c9773e
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-bcp47_spec: Add rubygem-bcp47_spec 0.2.1

bcp47_spec provides a subset of the BCP 47 specification
(https://www.rfc-editor.org/info/bcp47).
commit hash: 58ca5c27cd500cdadca518c359ecfb9ac60e79f6 commit hash: 58ca5c27cd500cdadca518c359ecfb9ac60e79f6 commit hash: 58ca5c27cd500cdadca518c359ecfb9ac60e79f6 commit hash: 58ca5c27cd500cdadca518c359ecfb9ac60e79f6 58ca5c2
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-grape17: Add rubygem-grape17 1.7.1 (copied from rubygem-grape)

- Add PORTSCOUT
commit hash: d3941259514dc3b8f4d8815eb65d2e6f314e4b3c commit hash: d3941259514dc3b8f4d8815eb65d2e6f314e4b3c commit hash: d3941259514dc3b8f4d8815eb65d2e6f314e4b3c commit hash: d3941259514dc3b8f4d8815eb65d2e6f314e4b3c d394125
21:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-anyio3: Add py-anyio3 3.7.1 (copied from py-anyio)

- Add PORTSCOUT
commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471 commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471 commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471 commit hash: 41c8aa935cda66c8ab735628f12eeda7802e8471 41c8aa9
09:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-MooseX-Test-Role: Add p5-MooseX-Test-Role 0.08

MooseX::Test::Role provides functions for testing roles. It supports roles
created with Moose::Role, Moo::Role or Role::Tiny.
commit hash: a72e8b63829ab6ef2d15bd8d3a94ef91d8db4766 commit hash: a72e8b63829ab6ef2d15bd8d3a94ef91d8db4766 commit hash: a72e8b63829ab6ef2d15bd8d3a94ef91d8db4766 commit hash: a72e8b63829ab6ef2d15bd8d3a94ef91d8db4766 a72e8b6
05:57 Yuri Victorovich (yuri) search for other commits by this committer
devel/snitch: New port: Lightweight C++20 testing framework
commit hash: 320594ea6efc416aef63a6121cfff365c8beb6b6 commit hash: 320594ea6efc416aef63a6121cfff365c8beb6b6 commit hash: 320594ea6efc416aef63a6121cfff365c8beb6b6 commit hash: 320594ea6efc416aef63a6121cfff365c8beb6b6 320594e
Friday, 1 Sep 2023
17:16 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Neal Nelson
devel/py-lief: New Port

The purpose of this project is to provide a cross platform library which
can parse, modify and abstract ELF, PE and MachO formats.

Main features:

- Parsing: LIEF can parse ELF, PE, MachO, OAT, DEX, VDEX, ART and
  provides a user-friendly API to access to format internals.
- Modify: LIEF enables to modify some parts of these formats
- Abstract: Three formats have common features like sections, symbols,
  entry point... LIEF factors them.
- API: LIEF can be used in C, C++ and Python

WWW: https://github.com/lief-project/lief
PR:		257041
commit hash: 2cde3efd909901be11505bac4617e88ad1d7a34b commit hash: 2cde3efd909901be11505bac4617e88ad1d7a34b commit hash: 2cde3efd909901be11505bac4617e88ad1d7a34b commit hash: 2cde3efd909901be11505bac4617e88ad1d7a34b 2cde3ef
Thursday, 31 Aug 2023
20:46 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2023-08-31 devel/py-typed-ast: This project is no longer maintained. Use the
standard library ast module instead
2023-08-31 devel/py-retype: This project is no longer supported/maintained
commit hash: a2b527668f428aa4436239b2b59155bf171f8f31 commit hash: a2b527668f428aa4436239b2b59155bf171f8f31 commit hash: a2b527668f428aa4436239b2b59155bf171f8f31 commit hash: a2b527668f428aa4436239b2b59155bf171f8f31 a2b5276
08:43 Vanilla I. Shu (vanilla) search for other commits by this committer
devel/pecl-excimer: add new ports

PR:		273183
Reported by:	Miroslav Lachman <000.fbsd at quip.cz>
commit hash: 92f7e6f5f8159102fcb5083fba2e6dd6241c3139 commit hash: 92f7e6f5f8159102fcb5083fba2e6dd6241c3139 commit hash: 92f7e6f5f8159102fcb5083fba2e6dd6241c3139 commit hash: 92f7e6f5f8159102fcb5083fba2e6dd6241c3139 92f7e6f
Wednesday, 30 Aug 2023
07:29 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: add new ports required for gitlab-ce 16.3
commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 commit hash: c8836dc3cd1e350e79ffd3aac08a8dfbb550be56 c8836dc
Monday, 28 Aug 2023
05:18 Yuri Victorovich (yuri) search for other commits by this committer
devel/cargo-depgraph: New port: Create dependency graphs for cargo projects
using 'cargo metadata'
commit hash: bbd048670f528d2c542ae3d8b75c1d89ea5a59e0 commit hash: bbd048670f528d2c542ae3d8b75c1d89ea5a59e0 commit hash: bbd048670f528d2c542ae3d8b75c1d89ea5a59e0 commit hash: bbd048670f528d2c542ae3d8b75c1d89ea5a59e0 bbd0486
Sunday, 27 Aug 2023
11:31 Ruslan Makhmatkhanov (rm) search for other commits by this committer
zope ports: remove leaf zope ports that have no sense in absence of zope itself

With hat: zope
commit hash: 38d36e52f825a4e943762e4453ec1ebea13a10c7 commit hash: 38d36e52f825a4e943762e4453ec1ebea13a10c7 commit hash: 38d36e52f825a4e943762e4453ec1ebea13a10c7 commit hash: 38d36e52f825a4e943762e4453ec1ebea13a10c7 38d36e5
11:08 Ruslan Makhmatkhanov (rm) search for other commits by this committer
zope ports: remove leaf zope ports that have no sence in absence of zope itself

With hat:   zope
commit hash: a9fab6656cc8b301a235c967ed2459adb58f346b commit hash: a9fab6656cc8b301a235c967ed2459adb58f346b commit hash: a9fab6656cc8b301a235c967ed2459adb58f346b commit hash: a9fab6656cc8b301a235c967ed2459adb58f346b a9fab66
08:27 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-querystring-parser: New port: QueryString parser for Python/Django
commit hash: ac5db88cdfcddd4fd70dd602d7565e8ef7798763 commit hash: ac5db88cdfcddd4fd70dd602d7565e8ef7798763 commit hash: ac5db88cdfcddd4fd70dd602d7565e8ef7798763 commit hash: ac5db88cdfcddd4fd70dd602d7565e8ef7798763 ac5db88
Saturday, 26 Aug 2023
23:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-regress: Add py-regress 0.4.0

regress is a backtracking regular expression engine implemented in Rust, which
targets JavaScript regular expression syntax.

It's fast, Unicode-aware, has few dependencies, and has a big test suite. It
makes fewer guarantees than the regex crate but it enables more syntactic
features, such as backreferences and lookaround assertions.
commit hash: 34f7297957d105d8ba5ab0b036957bcaab478069 commit hash: 34f7297957d105d8ba5ab0b036957bcaab478069 commit hash: 34f7297957d105d8ba5ab0b036957bcaab478069 commit hash: 34f7297957d105d8ba5ab0b036957bcaab478069 34f7297
09:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-rapidfuzz2: Remove obsoleted port

Use devel/py-rapidfuzz instead.
commit hash: 73a9f8a50552ee3bbd742b21c4bcf9487ba5b07f commit hash: 73a9f8a50552ee3bbd742b21c4bcf9487ba5b07f commit hash: 73a9f8a50552ee3bbd742b21c4bcf9487ba5b07f commit hash: 73a9f8a50552ee3bbd742b21c4bcf9487ba5b07f 73a9f8a
09:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gpep517: Remove obsoleted port

It is no longer needed after Python 3.7 removal.
commit hash: 07aadecce77fb82782c96c525891f2c64fdc5e5b commit hash: 07aadecce77fb82782c96c525891f2c64fdc5e5b commit hash: 07aadecce77fb82782c96c525891f2c64fdc5e5b commit hash: 07aadecce77fb82782c96c525891f2c64fdc5e5b 07aadec
Thursday, 24 Aug 2023
10:29 Wen Heping (wen) search for other commits by this committer
devel/p5-Data-Dumper-Interp: Add new port

This Data::Dumper wrapper optimizes output for human consumption and
avoids side-effects which interfere with debugging.

The namesake feature is interpolating Data::Dumper output into strings,
but simple functions are also provided to format a scalar, array, or hash.
commit hash: a457202aa54759d0f008561d8bec9cdae43932fd commit hash: a457202aa54759d0f008561d8bec9cdae43932fd commit hash: a457202aa54759d0f008561d8bec9cdae43932fd commit hash: a457202aa54759d0f008561d8bec9cdae43932fd a457202
Wednesday, 23 Aug 2023
15:08 Jan Beich (jbeich) search for other commits by this committer
devel/xdg-dbus-proxy: add new port

xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
part of the flatpak project, but it has been broken out as a standalone module
to facilitate using it in other contexts.

https://github.com/flatpak/xdg-dbus-proxy
commit hash: bdb7ade9b3d11cfaf59015e5862696a4e323de40 commit hash: bdb7ade9b3d11cfaf59015e5862696a4e323de40 commit hash: bdb7ade9b3d11cfaf59015e5862696a4e323de40 commit hash: bdb7ade9b3d11cfaf59015e5862696a4e323de40 bdb7ade
Tuesday, 22 Aug 2023
19:03 Rene Ladan (rene) search for other commits by this committer
devel/py-pytest-freezegun: Remove expired port

2023-08-16 devel/py-pytest-freezegun: Use devel/py-pytest-freezer as upstream is
unmaintained
commit hash: 888531aec072774b78483b6e0020bced9bc91731 commit hash: 888531aec072774b78483b6e0020bced9bc91731 commit hash: 888531aec072774b78483b6e0020bced9bc91731 commit hash: 888531aec072774b78483b6e0020bced9bc91731 888531a
18:57 Rene Ladan (rene) search for other commits by this committer
devel/lua-language-server: Remove expired port

2023-08-15 devel/lua-language-server: Versions after 3.6.9 dump core (and do not
compile)
commit hash: c2cdd7dd7edc07f6806e1f4e4010178ed0ea4400 commit hash: c2cdd7dd7edc07f6806e1f4e4010178ed0ea4400 commit hash: c2cdd7dd7edc07f6806e1f4e4010178ed0ea4400 commit hash: c2cdd7dd7edc07f6806e1f4e4010178ed0ea4400 c2cdd7d
Monday, 21 Aug 2023
17:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-jaraco: Remove obsoleted port
commit hash: 21cb1ed224a2e69f3de668169a482a292a8f26e5 commit hash: 21cb1ed224a2e69f3de668169a482a292a8f26e5 commit hash: 21cb1ed224a2e69f3de668169a482a292a8f26e5 commit hash: 21cb1ed224a2e69f3de668169a482a292a8f26e5 21cb1ed
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-prettier_print: Add rubygem-prettier_print 1.2.1

PrettierPrint is a drop-in replacement for the prettyprint gem with more
functionality.
commit hash: f39da65bc4fe3935c3fe043472808350310fe4a1 commit hash: f39da65bc4fe3935c3fe043472808350310fe4a1 commit hash: f39da65bc4fe3935c3fe043472808350310fe4a1 commit hash: f39da65bc4fe3935c3fe043472808350310fe4a1 f39da65
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby_memcheck: Add rubygem-ruby_memcheck 2.1.1

ruby_memcheck provides a sane way to use Valgrind's memcheck on your native
extension gem.

Valgrind's memcheck is a great tool to find and debug memory issues (e.g. memory
leak, use-after-free, etc.). However, it doesn't work well on Ruby because Ruby
does not free all of the memory it allocates during shutdown. This results in
Valgrind reporting thousands (or more) false positives, making it very difficult
for Valgrind to actually be useful. This gem solves the problem by using
heuristics to filter out false positives.
commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86 commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86 commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86 commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86 c5a3c98
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-sorbet-runtime: Add rubygem-sorbet-runtime 0.5.10969

Sorbet is a fast and powerful type checker designed for Ruby. It aims to be easy
to add to existing codebases with gradual types, and fast to respond with errors
and suggestions.
commit hash: 72a397dc01108bdad6c0e824a094b9353c2951c8 commit hash: 72a397dc01108bdad6c0e824a094b9353c2951c8 commit hash: 72a397dc01108bdad6c0e824a094b9353c2951c8 commit hash: 72a397dc01108bdad6c0e824a094b9353c2951c8 72a397d
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-syntax_tree: Add rubygem-syntax_tree 6.1.1

Syntax Tree is a suite of tools built on top of the internal CRuby parser. It
provides the ability to generate a syntax tree from source, as well as the tools
necessary to inspect and manipulate that syntax tree. It can be used to build
formatters, linters, language servers, and more.

It is built with only standard library dependencies. It additionally ships with
a plugin system so that you can build your own syntax trees from other languages
and incorporate these tools.
commit hash: 34a7eb1c4c29a33c8748ceab001aba2eb6724673 commit hash: 34a7eb1c4c29a33c8748ceab001aba2eb6724673 commit hash: 34a7eb1c4c29a33c8748ceab001aba2eb6724673 commit hash: 34a7eb1c4c29a33c8748ceab001aba2eb6724673 34a7eb1
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pykdtree: Add py-pykdtree 1.3.7.post0

pykdtree is a kd-tree implementation for fast nearest neighbour search in
Python. The aim is to be the fastest implementation around for common use cases
(low dimensions and low number of neighbours) for both tree construction and
queries.

The implementation is based on scipy.spatial.cKDTree and libANN by combining the
best features from both and focus on implementation efficiency.

The interface is similar to that of scipy.spatial.cKDTree except only Euclidean
distance measure is supported.

Queries are optionally multithreaded using OpenMP.
commit hash: 7b98bdd020b1fa27dd7273303461332eb3010682 commit hash: 7b98bdd020b1fa27dd7273303461332eb3010682 commit hash: 7b98bdd020b1fa27dd7273303461332eb3010682 commit hash: 7b98bdd020b1fa27dd7273303461332eb3010682 7b98bdd
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby-lsp: Add rubygem-ruby-lsp 0.8.1

The Ruby LSP is an implementation of the language server protocol for Ruby, used
to improve rich features in editors. It is a part of a wider goal to provide a
state-of-the-art experience to Ruby developers using modern standards for
cross-editor features, documentation and debugging.
commit hash: 8229e8b18be3cc168b4ad6c8a4af366e9b62d501 commit hash: 8229e8b18be3cc168b4ad6c8a4af366e9b62d501 commit hash: 8229e8b18be3cc168b4ad6c8a4af366e9b62d501 commit hash: 8229e8b18be3cc168b4ad6c8a4af366e9b62d501 8229e8b1
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-all-repos: Add py-all-repos 1.26.0

all-repos clones all your repositories and apply sweeping changes.
commit hash: 72093f0398ad47fef5f545d364c70ab1c6bf9852 commit hash: 72093f0398ad47fef5f545d364c70ab1c6bf9852 commit hash: 72093f0398ad47fef5f545d364c70ab1c6bf9852 commit hash: 72093f0398ad47fef5f545d364c70ab1c6bf9852 72093f0
17:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-contextlib-chdir: Add py-contextlib-chdir 1.0.2

contextlib-chdir provides the backport of contextlib.chdir stdlib class added in
Python 3.11.
commit hash: 664ad19ced52ff61f57992d6e661a807e60b6a69 commit hash: 664ad19ced52ff61f57992d6e661a807e60b6a69 commit hash: 664ad19ced52ff61f57992d6e661a807e60b6a69 commit hash: 664ad19ced52ff61f57992d6e661a807e60b6a69 664ad19
Sunday, 20 Aug 2023
16:26 Tobias C. Berner (tcberner) search for other commits by this committer
devel/Makefile: sort
commit hash: a548719c3b20e98270c70e42e0c00b737d0fe3ee commit hash: a548719c3b20e98270c70e42e0c00b737d0fe3ee commit hash: a548719c3b20e98270c70e42e0c00b737d0fe3ee commit hash: a548719c3b20e98270c70e42e0c00b737d0fe3ee a548719
16:26 Tobias C. Berner (tcberner) search for other commits by this committer
devel/py-chai: Easy to use mocking, stubbing and spying framework

Chai provides a very easy to use api for mocking, stubbing and spying
your python objects, patterned after the Mocha library for Ruby.

This port is required for KDE's CI builders.
commit hash: 26a1cb5d3fd2607de3df220908438efd52d0ce03 commit hash: 26a1cb5d3fd2607de3df220908438efd52d0ce03 commit hash: 26a1cb5d3fd2607de3df220908438efd52d0ce03 commit hash: 26a1cb5d3fd2607de3df220908438efd52d0ce03 26a1cb5
Friday, 18 Aug 2023
22:51 Dan Langille (dvl) search for other commits by this committer
devel/py-python-Levenshtein: Rename to follow upstream

While here, also upgrade to 0.21.1

Because of that rename, update all ports which uses this as a run or
build depends.
PR:		273187
commit hash: e6a46adb6f005ab6ab2cdfe9fb69d726a6b0999e commit hash: e6a46adb6f005ab6ab2cdfe9fb69d726a6b0999e commit hash: e6a46adb6f005ab6ab2cdfe9fb69d726a6b0999e commit hash: e6a46adb6f005ab6ab2cdfe9fb69d726a6b0999e e6a46ad
Thursday, 17 Aug 2023
13:12 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/yyjson: A high performance C JSON library.

Needed for upcoming update of sysutils/fastfetch.
commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299 commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299 commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299 commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299 70ec5e5
07:13 Yuri Victorovich (yuri) search for other commits by this committer
devel/seer-gdb: New port: GUI frontend to gdb
commit hash: 81cd705011d9394062665ebf63c5969faa1efbf4 commit hash: 81cd705011d9394062665ebf63c5969faa1efbf4 commit hash: 81cd705011d9394062665ebf63c5969faa1efbf4 commit hash: 81cd705011d9394062665ebf63c5969faa1efbf4 81cd705
Wednesday, 16 Aug 2023
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-medicalimaging: Add rubygem-aws-sdk-medicalimaging 1.0.0

Official AWS Ruby gem for AWS Health Imaging.
commit hash: 4ba37973ad94b3de7af1b1fdb8ef167e12b72fb8 commit hash: 4ba37973ad94b3de7af1b1fdb8ef167e12b72fb8 commit hash: 4ba37973ad94b3de7af1b1fdb8ef167e12b72fb8 commit hash: 4ba37973ad94b3de7af1b1fdb8ef167e12b72fb8 4ba37973
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-entityresolution: Add rubygem-aws-sdk-entityresolution
1.0.0

Official AWS Ruby gem for AWS Entity Resolution (AWSEntityResolution).
commit hash: 5c76aaca4853a0296be1cedadec15488c9f34993 commit hash: 5c76aaca4853a0296be1cedadec15488c9f34993 commit hash: 5c76aaca4853a0296be1cedadec15488c9f34993 commit hash: 5c76aaca4853a0296be1cedadec15488c9f34993 5c76aac
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-managedblockchainquery: Add
rubygem-aws-sdk-managedblockchainquery 1.0.0

Official AWS Ruby gem for Amazon Managed Blockchain Query.
commit hash: d85a33280a5eb17e57549be41905946a45ef7f62 commit hash: d85a33280a5eb17e57549be41905946a45ef7f62 commit hash: d85a33280a5eb17e57549be41905946a45ef7f62 commit hash: d85a33280a5eb17e57549be41905946a45ef7f62 d85a332
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pycocotools: Add py-pycocotools 2.0.6

pycocotools is a fork of the original cocoapi, with bug fixes and packaging
improvements.

Changes in this fork include:
- Add CircleCI tests
- Support pip-installation correctly
- Support windows
- Don't import matplotlib unless needed
- Close file handle after openning
- Fix a small bug in rleToBbox
- Fix a segfault in RLE decoding
- Fix deprecated usage of other libraries

For compatibility, we will not make any API changes or non-bug behavior changes
to the existing APIs of the official cocoapi.
commit hash: f484396210f0f4e9725fac690350f1fafcba801e commit hash: f484396210f0f4e9725fac690350f1fafcba801e commit hash: f484396210f0f4e9725fac690350f1fafcba801e commit hash: f484396210f0f4e9725fac690350f1fafcba801e f484396
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-simple-parsing: Add py-simple-parsing 0.1.3

simple-parsing allows you to transform your ugly argparse scripts into
beautifully structured, strongly typed little works of art. This isn't a fancy,
complicated new command-line tool either, this simply adds new features to
plain-old argparse! Using dataclasses, simple-parsing makes it easier to share
and reuse command-line arguments - no more copy pasting!

Supports inheritance, nesting, easy serialization to json/yaml, automatic help
strings from comments, and much more!
commit hash: dd4c723cf21014947a5f26be34a4fb1180886190 commit hash: dd4c723cf21014947a5f26be34a4fb1180886190 commit hash: dd4c723cf21014947a5f26be34a4fb1180886190 commit hash: dd4c723cf21014947a5f26be34a4fb1180886190 dd4c723
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-AnyEvent-Connector: Add p5-AnyEvent-Connector 0.03

AnyEvent::Connector object has tcp_connect method compatible with that from
AnyEvent::Socket, and it handles proxy settings transparently.
commit hash: cdd6d1dad1d1a9940d5008eb948e6d748fd76a2d commit hash: cdd6d1dad1d1a9940d5008eb948e6d748fd76a2d commit hash: cdd6d1dad1d1a9940d5008eb948e6d748fd76a2d commit hash: cdd6d1dad1d1a9940d5008eb948e6d748fd76a2d cdd6d1d
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Module-Build-Prereqs-FromCPANfile: Add
p5-Module-Build-Prereqs-FromCPANfile 0.02

Module::Build::Prereqs::FromCPANfile reads cpanfile and converts its content
into valid prereq parameters for new() method of Module::Build.
commit hash: b4ec23b97c581e899be514a2d637e7e42394a022 commit hash: b4ec23b97c581e899be514a2d637e7e42394a022 commit hash: b4ec23b97c581e899be514a2d637e7e42394a022 commit hash: b4ec23b97c581e899be514a2d637e7e42394a022 b4ec23b
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataclass-array: Add py-dataclass-array 1.5.0

DataclassArray are dataclasses which behave like numpy-like arrays (can be
batched, reshaped, sliced,...), compatible with Jax, TensorFlow, and numpy (with
torch support planned).

This reduce boilerplate and improve readability.
commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557 commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557 commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557 commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557 9b4992b
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pybind11210: Add py-pybind11210 2.10.4

pybind11 is a lightweight header-only library that exposes C++ types in Python
and vice versa, mainly to create Python bindings of existing C++ code. Its goals
and syntax are similar to the excellent Boost.Python library by David Abrahams:
to minimize boilerplate code in traditional extension modules by inferring type
information using compile-time introspection.
commit hash: 29f25e627e658f8a2e2fd3a6b8862c4e1e8602fc commit hash: 29f25e627e658f8a2e2fd3a6b8862c4e1e8602fc commit hash: 29f25e627e658f8a2e2fd3a6b8862c4e1e8602fc commit hash: 29f25e627e658f8a2e2fd3a6b8862c4e1e8602fc 29f25e6
17:10 Mikael Urankar (mikael) search for other commits by this committer Author: KreÅ¡imir Jozić
devel/wasmer: Add new port

Wasmer is a fast and secure WebAssembly runtime that enables super lightweight
containers to run anywhere: from Desktop to the Cloud, Edge and IoT devices.

Features:
 - Secure by default. No file, network, or environment access, unless explicitly
   enabled.
 - Supports WASIX, WASI and Emscripten out of the box.
 - Fast. Run WebAssembly at near-native speeds.
 - Embeddable in multiple programming languages
 - Compliant with latest WebAssembly Proposals (SIMD, Reference Types, Threads,

PR:		272195
commit hash: f523e58dac79ce15ae4ab83b8b08b8a76139e10e commit hash: f523e58dac79ce15ae4ab83b8b08b8a76139e10e commit hash: f523e58dac79ce15ae4ab83b8b08b8a76139e10e commit hash: f523e58dac79ce15ae4ab83b8b08b8a76139e10e f523e58
06:48 Yuri Victorovich (yuri) search for other commits by this committer
devel/lets: New port: CLI task runner for developers
commit hash: deea9eaccdf8e2f68c652e1b5d85e4422c9965a9 commit hash: deea9eaccdf8e2f68c652e1b5d85e4422c9965a9 commit hash: deea9eaccdf8e2f68c652e1b5d85e4422c9965a9 commit hash: deea9eaccdf8e2f68c652e1b5d85e4422c9965a9 deea9ea
Sunday, 13 Aug 2023
13:12 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-jaraco.stream: New port

Routines for handling streaming data, including a set of generators for
loading gzip data on the fly.

WWW: https://github.com/jaraco/jaraco.stream
commit hash: 219f1126369d4bac8838172b73d615b737498770 commit hash: 219f1126369d4bac8838172b73d615b737498770 commit hash: 219f1126369d4bac8838172b73d615b737498770 commit hash: 219f1126369d4bac8838172b73d615b737498770 219f112
Thursday, 10 Aug 2023
10:50 Nuno Teixeira (eduardo) search for other commits by this committer
devel/R-cran-testit: New port: Simple Package for Testing R Packages

Provides two convenience functions assert() and test_pkg() to facilitate
testing R packages.

WWW: https://cran.r-project.org/web/packages/testit/
commit hash: e99d6155ba4213fee779b7601ef733572c54b531 commit hash: e99d6155ba4213fee779b7601ef733572c54b531 commit hash: e99d6155ba4213fee779b7601ef733572c54b531 commit hash: e99d6155ba4213fee779b7601ef733572c54b531 e99d615
Tuesday, 8 Aug 2023
02:04 Yuri Victorovich (yuri) search for other commits by this committer
devel/json-fortran: New port: Modern Fortran JSON API
commit hash: 5748d1f611f815e38acc09d99a778dbda8921341 commit hash: 5748d1f611f815e38acc09d99a778dbda8921341 commit hash: 5748d1f611f815e38acc09d99a778dbda8921341 commit hash: 5748d1f611f815e38acc09d99a778dbda8921341 5748d1f
Sunday, 6 Aug 2023
15:36 Jason W. Bacon (jwb) search for other commits by this committer
devel/Makefile: Add py-cykhash
commit hash: 36f9e292e5d2031792593ddbe012fc528c821524 commit hash: 36f9e292e5d2031792593ddbe012fc528c821524 commit hash: 36f9e292e5d2031792593ddbe012fc528c821524 commit hash: 36f9e292e5d2031792593ddbe012fc528c821524 36f9e29
13:51 Adriaan de Groot (adridg) search for other commits by this committer
devel/bloomberg-bde: new port for Bloomberg's foundational C++ libraries

BDE (Bloomberg Development Environment) is a collection of
libraries used inside Bloomberg. It's a bit like Boost, in
that it adds a whole spectrum of useful things to C++.
It's also like Boost in that things do flow from the library
into the language standard. BDE is Apache 2.0 licensed
and tracks modern C++ usage.

(This initial commit gets a library-that-builds into the
ports tree; it has no consumers yet so I won't swear that
it works completely)
commit hash: 62f4ab3923980bc153dabd6bfb5238993775cbc0 commit hash: 62f4ab3923980bc153dabd6bfb5238993775cbc0 commit hash: 62f4ab3923980bc153dabd6bfb5238993775cbc0 commit hash: 62f4ab3923980bc153dabd6bfb5238993775cbc0 62f4ab3
12:42 Robert Clausecker (fuz) search for other commits by this committer
devel/date: remove port

This port has an older version of the library shipped in devel/hhdate.
Remove it in preparation of replacement with devel/hhdate.

PR:		272778
Reported by:	Alexander Chernyavsky <nickp102@gmail.com>
Approved by:	yuri
commit hash: 01258aa86c3aa538c12a03adf8dd08861087505c commit hash: 01258aa86c3aa538c12a03adf8dd08861087505c commit hash: 01258aa86c3aa538c12a03adf8dd08861087505c commit hash: 01258aa86c3aa538c12a03adf8dd08861087505c 01258aa
12:42 Robert Clausecker (fuz) search for other commits by this committer
devel/hhdate: move to devel/date

Now that the old devel/date has been removed, use the old port name
for the version we decided to keep.

PR:		272778
Reported by:	Alexander Chernyavsky <nickp102@gmail.com>
Approved by:	sunpoet
commit hash: 5ef69a723be1535e09ef85f8a25bb1c7e2fb549b commit hash: 5ef69a723be1535e09ef85f8a25bb1c7e2fb549b commit hash: 5ef69a723be1535e09ef85f8a25bb1c7e2fb549b commit hash: 5ef69a723be1535e09ef85f8a25bb1c7e2fb549b 5ef69a7
12:42 Robert Clausecker (fuz) search for other commits by this committer Author: Andrew "RhodiumToad" Gierth
devel/g-golf: Guile Object Library for GNOME

G-Golf is a gobject-introspection based dynamic binding to
GObject-based libraries, enabling the use of the GNOME platform to
build full-featured graphical apps directly from Guile.

WWW: https://www.gnu.org/software/g-golf/index.html

PR:		272849
commit hash: 6c7ac901216ef4a0e0fa013a165543f9820bf950 commit hash: 6c7ac901216ef4a0e0fa013a165543f9820bf950 commit hash: 6c7ac901216ef4a0e0fa013a165543f9820bf950 commit hash: 6c7ac901216ef4a0e0fa013a165543f9820bf950 6c7ac901
Wednesday, 2 Aug 2023
13:40 Mark Johnston (markj) search for other commits by this committer
devel/lua-Penlight: New port

Penlight is a handy set of pure Lua libraries inspired by the Python
standard library.

PR:		272850
Approved by:	diizzy
commit hash: 28ba2caafe9d05fbd9d8d561b2bf402f1cb3d44a commit hash: 28ba2caafe9d05fbd9d8d561b2bf402f1cb3d44a commit hash: 28ba2caafe9d05fbd9d8d561b2bf402f1cb3d44a commit hash: 28ba2caafe9d05fbd9d8d561b2bf402f1cb3d44a 28ba2ca
06:23 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dmitry Wagin
devel/jetbrains-sqlite: new port. Native SQLite support for devel/jetbrains-*

ChangeLog:
https://github.com/JetBrains/intellij-community/tree/master/platform/sqlite

This port is needed by the upcoming releases of devel/jetbrains-* ports.

PR:		272819
Reported by:	dmitry.wagin@ya.ru (maintainer)
commit hash: bd1ebaadf1d760f6446f2b23c9b5614e0ae2e0ec commit hash: bd1ebaadf1d760f6446f2b23c9b5614e0ae2e0ec commit hash: bd1ebaadf1d760f6446f2b23c9b5614e0ae2e0ec commit hash: bd1ebaadf1d760f6446f2b23c9b5614e0ae2e0ec bd1ebaa
Tuesday, 1 Aug 2023
20:13 Sergey A. Osokin (osa) search for other commits by this committer
devel/libwasmtime: new port

libwasmtime is a library for fast and secure runtime for WebAssembly.

https://wasmtime.dev/
commit hash: 359dc3b1438f6bb8f6993734acf7c75c98833e28 commit hash: 359dc3b1438f6bb8f6993734acf7c75c98833e28 commit hash: 359dc3b1438f6bb8f6993734acf7c75c98833e28 commit hash: 359dc3b1438f6bb8f6993734acf7c75c98833e28 359dc3b
09:43 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-versioneer-518: New port: Easy VCS-based management of project version
strings
commit hash: f8c6ee112249594423847fe6e05632b7a89d0b63 commit hash: f8c6ee112249594423847fe6e05632b7a89d0b63 commit hash: f8c6ee112249594423847fe6e05632b7a89d0b63 commit hash: f8c6ee112249594423847fe6e05632b7a89d0b63 f8c6ee1
Monday, 31 Jul 2023
23:46 Brooks Davis (brooks) search for other commits by this committer
devel/llvm17: Welcome 17.0.0rc1

The first release candidate of the LLVM 17 release.

Polly is now enabled by default.
commit hash: f0d151bde81e0c846acf04d32a5ba6e31299fdbe commit hash: f0d151bde81e0c846acf04d32a5ba6e31299fdbe commit hash: f0d151bde81e0c846acf04d32a5ba6e31299fdbe commit hash: f0d151bde81e0c846acf04d32a5ba6e31299fdbe f0d151b
16:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-jsonschema417: Add py-jsonschema417 4.17.3 (copied from py-jsonschema)

- Add PORTSCOUT
commit hash: 0eaa0819aa25f64863701fccb03c18a506e34473 commit hash: 0eaa0819aa25f64863701fccb03c18a506e34473 commit hash: 0eaa0819aa25f64863701fccb03c18a506e34473 commit hash: 0eaa0819aa25f64863701fccb03c18a506e34473 0eaa081
16:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-deptry: Add py-deptry 0.12.0

deptry is a command line tool to check for issues with dependencies in a Python
project, such as unused or missing dependencies. It supports the following types
of projects:
- Projects that use Poetry and a corresponding pyproject.toml file
- Projects that use PDM and a corresponding pyproject.toml file
- Projects that use a requirements.txt file according to the pip standards

Dependency issues are detected by scanning for imported modules within all
Python files in a directory and its subdirectories, and comparing those to the
dependencies listed in the project's requirements.
commit hash: d1d66459c982d366681e67d4c82f2865fbd947ff commit hash: d1d66459c982d366681e67d4c82f2865fbd947ff commit hash: d1d66459c982d366681e67d4c82f2865fbd947ff commit hash: d1d66459c982d366681e67d4c82f2865fbd947ff d1d6645
Saturday, 29 Jul 2023
12:58 Adam Weinberger (adamw) search for other commits by this committer
devel/scc: Add new port

scc is a LOC counter (similar to tokei), written in go. It's very
fast, and very accurate.

Its unique feature is that it gives you complexity and COCOMO estimates.
commit hash: f79da1c2a091dee58eef955f166cfc2f830e0808 commit hash: f79da1c2a091dee58eef955f166cfc2f830e0808 commit hash: f79da1c2a091dee58eef955f166cfc2f830e0808 commit hash: f79da1c2a091dee58eef955f166cfc2f830e0808 f79da1c
Thursday, 27 Jul 2023
22:10 Jason E. Hale (jhale) search for other commits by this committer
Qt: Update Qt6 to 6.5.2

As a patch release, Qt 6.5.2 does not introduce any new features but
contains about 290 bug fixes, security updates, and other improvements
to the top of the Qt 6.5.1 release. See more information about the most
important changes and bug fixes from Qt 6.5.2 release note.

Announcement:	https://www.qt.io/blog/qt-6.5.2-released-1
Release
note:	https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
commit hash: 66b0e0515e2a1a737daf42f4a218d9ad715734ea commit hash: 66b0e0515e2a1a737daf42f4a218d9ad715734ea commit hash: 66b0e0515e2a1a737daf42f4a218d9ad715734ea commit hash: 66b0e0515e2a1a737daf42f4a218d9ad715734ea 66b0e05
Wednesday, 26 Jul 2023
08:55 Yuri Victorovich (yuri) search for other commits by this committer
devel/unordered-dense: New port: Fast & densely stored hashmap and hashset
commit hash: 07eb535ee7e4a0f8283b059cee3f4515d02701df commit hash: 07eb535ee7e4a0f8283b059cee3f4515d02701df commit hash: 07eb535ee7e4a0f8283b059cee3f4515d02701df commit hash: 07eb535ee7e4a0f8283b059cee3f4515d02701df 07eb535
Friday, 21 Jul 2023
20:35 Yuri Victorovich (yuri) search for other commits by this committer
devel/sdsl-lite: New port: Succinct Data Structure Library 2.0
commit hash: c71320f07dfa9891e43628dd00bb598bdb98e9d0 commit hash: c71320f07dfa9891e43628dd00bb598bdb98e9d0 commit hash: c71320f07dfa9891e43628dd00bb598bdb98e9d0 commit hash: c71320f07dfa9891e43628dd00bb598bdb98e9d0 c71320f
Tuesday, 18 Jul 2023
14:02 Yuri Victorovich (yuri) search for other commits by this committer
devel/outcome: New port: C++14 library for reporting and handling function
failures
commit hash: 183ed05587bf36029484f3ad28c8c188071f8ebf commit hash: 183ed05587bf36029484f3ad28c8c188071f8ebf commit hash: 183ed05587bf36029484f3ad28c8c188071f8ebf commit hash: 183ed05587bf36029484f3ad28c8c188071f8ebf 183ed05
Monday, 17 Jul 2023
09:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-pytest-freezer: New port

Pytest plugin providing a fixture interface for freezegun.

This is a dropin replacement for py-pytest-freezegun.

WWW: https://github.com/pytest-dev/pytest-freezer
commit hash: 50a2d158c6716ac4bfca425d1d5ea3da03cebd4a commit hash: 50a2d158c6716ac4bfca425d1d5ea3da03cebd4a commit hash: 50a2d158c6716ac4bfca425d1d5ea3da03cebd4a commit hash: 50a2d158c6716ac4bfca425d1d5ea3da03cebd4a 50a2d15
Sunday, 16 Jul 2023
11:24 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/magic_enum: New port

Header-only C++17 library provides static reflection for enums, work
with any enum type without any macro or boilerplate code.

WWW: https://github.com/Neargye/magic_enum
commit hash: ee517fb082c4e8b6eb2f83f6ebdb9c698644b365 commit hash: ee517fb082c4e8b6eb2f83f6ebdb9c698644b365 commit hash: ee517fb082c4e8b6eb2f83f6ebdb9c698644b365 commit hash: ee517fb082c4e8b6eb2f83f6ebdb9c698644b365 ee517fb
01:15 Yuri Victorovich (yuri) search for other commits by this committer
devel/linenoise: New port: Small self-contained alternative to readline and
libedit

devel/linenoise-ng exists, but its repository was last updated in 2017 and is
archived now.
devel/linenoise was last updated in 2023 and it looks like it is actively
maintained.
commit hash: 54df5f83c498810f0ee0db26645304efc9c41fcb commit hash: 54df5f83c498810f0ee0db26645304efc9c41fcb commit hash: 54df5f83c498810f0ee0db26645304efc9c41fcb commit hash: 54df5f83c498810f0ee0db26645304efc9c41fcb 54df5f8
Saturday, 15 Jul 2023
19:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/capstone{5}: Update version 5.0-rc2=>5.0-p1

- Move the port devel/capstone5 to devel/capstone. As this is the latest
  upstream version keep this without any pkgnamesuffix.

Changelog:
https://github.com/capstone-engine/capstone/releases/tag/5.0-post1
commit hash: 72bcb38f9cc98b89af7166835d2da50ab8d6a04c commit hash: 72bcb38f9cc98b89af7166835d2da50ab8d6a04c commit hash: 72bcb38f9cc98b89af7166835d2da50ab8d6a04c commit hash: 72bcb38f9cc98b89af7166835d2da50ab8d6a04c 72bcb38
15:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-click-help-colors: New port

Colorization of help messages in Click.

WWW: https://github.com/click-contrib/click-help-colors/tree/master
commit hash: 826579889e19e2be3262d825a82e87735b283b21 commit hash: 826579889e19e2be3262d825a82e87735b283b21 commit hash: 826579889e19e2be3262d825a82e87735b283b21 commit hash: 826579889e19e2be3262d825a82e87735b283b21 8265798
Thursday, 13 Jul 2023
07:45 Yuri Victorovich (yuri) search for other commits by this committer
devel/evcxr-jupyter: New port: Jupyter Evaluation Context for Rust
commit hash: 117b3097f8d7c2f407cfc9bac4ab48a8f285e212 commit hash: 117b3097f8d7c2f407cfc9bac4ab48a8f285e212 commit hash: 117b3097f8d7c2f407cfc9bac4ab48a8f285e212 commit hash: 117b3097f8d7c2f407cfc9bac4ab48a8f285e212 117b309
Sunday, 9 Jul 2023
21:34 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-google-protobuf322: Remove obsoleted port

Use devel/rubygem-google-protobuf instead.
commit hash: 3859e6c6d66ef2286a38b3b67909e2868e4a5710 commit hash: 3859e6c6d66ef2286a38b3b67909e2868e4a5710 commit hash: 3859e6c6d66ef2286a38b3b67909e2868e4a5710 commit hash: 3859e6c6d66ef2286a38b3b67909e2868e4a5710 3859e6c
21:34 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-grape15: Remove obsoleted port

Use devel/rubygem-grape instead.
commit hash: 301bd330a5c9b338841e5258a83e6eb777ee6036 commit hash: 301bd330a5c9b338841e5258a83e6eb777ee6036 commit hash: 301bd330a5c9b338841e5258a83e6eb777ee6036 commit hash: 301bd330a5c9b338841e5258a83e6eb777ee6036 301bd33
21:34 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-core3172: Remove obsoleted port

Use devel/rubygem-aws-sdk-core instead.
commit hash: b1ec7a2f71f4bf59239daf91b247268c64a18531 commit hash: b1ec7a2f71f4bf59239daf91b247268c64a18531 commit hash: b1ec7a2f71f4bf59239daf91b247268c64a18531 commit hash: b1ec7a2f71f4bf59239daf91b247268c64a18531 b1ec7a2
21:34 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-s31122: Remove obsoleted port

Use devel/rubygem-aws-sdk-s3 instead.
commit hash: 8c24646428cfed0cf38e298bfb42b40076ff4b8d commit hash: 8c24646428cfed0cf38e298bfb42b40076ff4b8d commit hash: 8c24646428cfed0cf38e298bfb42b40076ff4b8d commit hash: 8c24646428cfed0cf38e298bfb42b40076ff4b8d 8c24646
10:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-verifiedpermissions: Add
rubygem-aws-sdk-verifiedpermissions 1.4.0

Official AWS Ruby gem for Amazon Verified Permissions.
commit hash: b3ef7cba2097071680d86f2ce67043e7d3907886 commit hash: b3ef7cba2097071680d86f2ce67043e7d3907886 commit hash: b3ef7cba2097071680d86f2ce67043e7d3907886 commit hash: b3ef7cba2097071680d86f2ce67043e7d3907886 b3ef7cb
10:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-language_server-protocol: Add rubygem-language_server-protocol
3.17.0.3

LanguageServer::Protocol provides a Language Server Protocol SDK for Ruby.
commit hash: 548d85721682a87042b98ccf9348ff6241e7d12d commit hash: 548d85721682a87042b98ccf9348ff6241e7d12d commit hash: 548d85721682a87042b98ccf9348ff6241e7d12d commit hash: 548d85721682a87042b98ccf9348ff6241e7d12d 548d857
10:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-appfabric: Add rubygem-aws-sdk-appfabric 1.1.0

Official AWS Ruby gem for AppFabric.
commit hash: ebf998e726c942118a15dc4acda2844b985c1326 commit hash: ebf998e726c942118a15dc4acda2844b985c1326 commit hash: ebf998e726c942118a15dc4acda2844b985c1326 commit hash: ebf998e726c942118a15dc4acda2844b985c1326 ebf998e
10:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-codegurusecurity: Add rubygem-aws-sdk-codegurusecurity
1.2.0

Official AWS Ruby gem for Amazon CodeGuru Security.
commit hash: 6fcf4f7dd78f179c837d89ee683cfa3e947b1448 commit hash: 6fcf4f7dd78f179c837d89ee683cfa3e947b1448 commit hash: 6fcf4f7dd78f179c837d89ee683cfa3e947b1448 commit hash: 6fcf4f7dd78f179c837d89ee683cfa3e947b1448 6fcf4f7
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-scikit-base: Add py-scikit-base 0.5.0

skbase provides base classes for creating scikit-learn-like parametric objects,
along with tools to make it easier to build your own packages that follow these
design patterns.
commit hash: 079a9de859216383231de486fe8005a45d6b7b9b commit hash: 079a9de859216383231de486fe8005a45d6b7b9b commit hash: 079a9de859216383231de486fe8005a45d6b7b9b commit hash: 079a9de859216383231de486fe8005a45d6b7b9b 079a9de
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-rpds-py: Add py-rpds-py 0.7.1

Python bindings to the Rust rpds crate.

What's here is quite minimal (in transparency, it was written initially to
support replacing pyrsistent in the referencing library). If you see something
missing (which is very likely), a PR is definitely welcome to add it.

Methods in general are named similarly to their rpds counterparts (rather than
pyrsistent's conventions, though probably a full drop-in pyrsistent-compatible
wrapper module is a good addition at some point).
commit hash: e8cdd73a4c868d7eeb5be97f84b793fbcc2d1198 commit hash: e8cdd73a4c868d7eeb5be97f84b793fbcc2d1198 commit hash: e8cdd73a4c868d7eeb5be97f84b793fbcc2d1198 commit hash: e8cdd73a4c868d7eeb5be97f84b793fbcc2d1198 e8cdd73
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pydantic-extra-types: Add py-pydantic-extra-types 2.0.0

Pydantic Extra Types is a place for pydantic types that probably shouldn't exist
in the main pydantic lib.
commit hash: 63d7ebb671a6a18d59ca0eb5166e4f5afa27a1b7 commit hash: 63d7ebb671a6a18d59ca0eb5166e4f5afa27a1b7 commit hash: 63d7ebb671a6a18d59ca0eb5166e4f5afa27a1b7 commit hash: 63d7ebb671a6a18d59ca0eb5166e4f5afa27a1b7 63d7ebb

Number of commits found: 11073 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]