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
non port: devel/Makefile

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

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

Wednesday, 16 Aug 2023
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
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-referencing: Add py-referencing 0.29.0

referencing is an implementation-agnostic implementation of JSON reference
resolution.

In other words, a way for e.g. JSON Schema tooling to resolve the $ref keyword
across all drafts without needing to implement support themselves.
commit hash: d40e9759a6fdd93d2aaaac603d6e6188de72c6ef commit hash: d40e9759a6fdd93d2aaaac603d6e6188de72c6ef commit hash: d40e9759a6fdd93d2aaaac603d6e6188de72c6ef commit hash: d40e9759a6fdd93d2aaaac603d6e6188de72c6ef d40e975
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pydantic2: Add py-pydantic2 2.0

Pydantic provides data validation using Python type hints.

Fast and extensible, Pydantic plays nicely with your linters/IDE/brain. Define
how data should be in pure, canonical Python 3.7+; validate it with Pydantic.
commit hash: 0ee2c865f335be11730ea5e4645059cf844518a3 commit hash: 0ee2c865f335be11730ea5e4645059cf844518a3 commit hash: 0ee2c865f335be11730ea5e4645059cf844518a3 commit hash: 0ee2c865f335be11730ea5e4645059cf844518a3 0ee2c86
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-py-serializable: Add py-py-serializable 0.11.1

This Pythonic library provides a framework for serializing/deserializing Python
classes to and from JSON and XML.

It relies upon the use of Python Properties in your Python classes.
commit hash: a2740617001e81cfd4d231f1758ad7b8b860a76f commit hash: a2740617001e81cfd4d231f1758ad7b8b860a76f commit hash: a2740617001e81cfd4d231f1758ad7b8b860a76f commit hash: a2740617001e81cfd4d231f1758ad7b8b860a76f a274061
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-audit: Add py-pip-audit 2.5.6

pip-audit is a tool for scanning Python environments for packages with known
vulnerabilities. It uses the Python Packaging Advisory Database
(https://github.com/pypa/advisory-database) via the PyPI JSON API as a source of
vulnerability reports.
commit hash: 6bf8c06271cd19c0ee2b10f7a932c3d2e1103db6 commit hash: 6bf8c06271cd19c0ee2b10f7a932c3d2e1103db6 commit hash: 6bf8c06271cd19c0ee2b10f7a932c3d2e1103db6 commit hash: 6bf8c06271cd19c0ee2b10f7a932c3d2e1103db6 6bf8c06
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pip-requirements-parser: Add py-pip-requirements-parser 32.0.1

pip-requirements-parser is a mostly correct pip requirements parsing library ...
because it uses pip's own code!
commit hash: 32515454502ca7fd7e09c3549228a0b624ab4e21 commit hash: 32515454502ca7fd7e09c3549228a0b624ab4e21 commit hash: 32515454502ca7fd7e09c3549228a0b624ab4e21 commit hash: 32515454502ca7fd7e09c3549228a0b624ab4e21 3251545
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pdm-autoexport: Add py-pdm-autoexport 0.2.0

pdm-autoexport is a PDM plugin to sync the exported files with the project file.
commit hash: 4c01d9dc6d55e52a94421b3de4655718b793eec9 commit hash: 4c01d9dc6d55e52a94421b3de4655718b793eec9 commit hash: 4c01d9dc6d55e52a94421b3de4655718b793eec9 commit hash: 4c01d9dc6d55e52a94421b3de4655718b793eec9 4c01d9d
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-jsonschema-specifications: Add py-jsonschema-specifications 2023.6.1

JSON support files from the JSON Schema Specifications (metaschemas,
vocabularies, etc.), packaged for runtime access from Python as a
referencing-based Schema Registry.
commit hash: 223919130a0864e6ccfc1b5cdcd57b71b7578066 commit hash: 223919130a0864e6ccfc1b5cdcd57b71b7578066 commit hash: 223919130a0864e6ccfc1b5cdcd57b71b7578066 commit hash: 223919130a0864e6ccfc1b5cdcd57b71b7578066 2239191
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-aiorwlock: Add py-aiorwlock 1.3.0

aiorwlock provides read write lock for asyncio . A RWLock maintains a pair of
associated locks, one for read-only operations and one for writing. The read
lock may be held simultaneously by multiple reader tasks, so long as there are
no writers. The write lock is exclusive.

Whether or not a read-write lock will improve performance over the use of a
mutual exclusion lock depends on the frequency that the data is read compared to
being modified. For example, a collection that is initially populated with data
and thereafter infrequently modified, while being frequently searched is an
ideal candidate for the use of a read-write lock. However, if updates become
frequent then the data spends most of its time being exclusively locked and
there is little, if any increase in concurrency.
commit hash: c6a13c6a8342ee029b240ece46013d5792d78d9a commit hash: c6a13c6a8342ee029b240ece46013d5792d78d9a commit hash: c6a13c6a8342ee029b240ece46013d5792d78d9a commit hash: c6a13c6a8342ee029b240ece46013d5792d78d9a c6a13c6
10:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-annotated-types: Add py-annotated-types 0.5.0

PEP-593 added typing.Annotated as a way of adding context-specific metadata to
existing types, and specifies that Annotated[T, x] should be treated as T by any
tool or library without special logic for x.

annotated-types provides metadata objects which can be used to represent common
constraints such as upper and lower bounds on scalar values and collection
sizes, a Predicate marker for runtime checks, and descriptions of how we intend
these metadata to be interpreted. In some cases, we also note alternative
representations which do not require this package.
commit hash: faa87a12d4820f18a97af9de9feb19624bf21665 commit hash: faa87a12d4820f18a97af9de9feb19624bf21665 commit hash: faa87a12d4820f18a97af9de9feb19624bf21665 commit hash: faa87a12d4820f18a97af9de9feb19624bf21665 faa87a1
Saturday, 8 Jul 2023
15:30 Rene Ladan (rene) search for other commits by this committer
devel/godot2-tools: Remove expired port

2023-07-08 devel/godot2-tools: Requires legacy OpenSSL 1.1.1 so use devel/godot
commit hash: b6dbf6d88e08626f8485b73945d467922e5e0ed1 commit hash: b6dbf6d88e08626f8485b73945d467922e5e0ed1 commit hash: b6dbf6d88e08626f8485b73945d467922e5e0ed1 commit hash: b6dbf6d88e08626f8485b73945d467922e5e0ed1 b6dbf6d
Thursday, 6 Jul 2023
11:32 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: new ports required for 16.1
commit hash: e424584a336e76b739216982d38db175d5987995 commit hash: e424584a336e76b739216982d38db175d5987995 commit hash: e424584a336e76b739216982d38db175d5987995 commit hash: e424584a336e76b739216982d38db175d5987995 e424584
08:53 Nuno Teixeira (eduardo) search for other commits by this committer
devel/R-cran-decor: New port: Retrieve Code Decorations

Retrieves code comment decorations for C++ languages of the form
'\\ [[xyz]]', which are used for automated wrapping of C++ functions.

WWW: https://cran.r-project.org/web/packages/decor/
commit hash: d8fa5b7a8bcbbc6f1963133571b861e8bae6d084 commit hash: d8fa5b7a8bcbbc6f1963133571b861e8bae6d084 commit hash: d8fa5b7a8bcbbc6f1963133571b861e8bae6d084 commit hash: d8fa5b7a8bcbbc6f1963133571b861e8bae6d084 d8fa5b7
Wednesday, 5 Jul 2023
09:55 Guido Falsi (madpilot) search for other commits by this committer
lang/ocaml: Update to 4.08.1

This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c 2b40e46
05:30 Yuri Victorovich (yuri) search for other commits by this committer
devel/qtutilities: New port: Common Qt related C++ classes such as dialogs,
widgets, models
commit hash: 9d73f0602b527712a141db4596572a3f49755f25 commit hash: 9d73f0602b527712a141db4596572a3f49755f25 commit hash: 9d73f0602b527712a141db4596572a3f49755f25 commit hash: 9d73f0602b527712a141db4596572a3f49755f25 9d73f06
Tuesday, 4 Jul 2023
20:23 Yuri Victorovich (yuri) search for other commits by this committer
devel/cpp-utilities: New port: Common C++ classes such as argument parser, IO,
conversion utilities
commit hash: 00a882b78f0fdd7f8dcaed36df6778631a3f6e61 commit hash: 00a882b78f0fdd7f8dcaed36df6778631a3f6e61 commit hash: 00a882b78f0fdd7f8dcaed36df6778631a3f6e61 commit hash: 00a882b78f0fdd7f8dcaed36df6778631a3f6e61 00a882b
Sunday, 2 Jul 2023
20:48 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-flatten-dict: New port: Utility for flattening and unflattening
dict-like objects in Python
commit hash: 7b56eeb7853ea875c93c10e77af3cb7e2b11799a commit hash: 7b56eeb7853ea875c93c10e77af3cb7e2b11799a commit hash: 7b56eeb7853ea875c93c10e77af3cb7e2b11799a commit hash: 7b56eeb7853ea875c93c10e77af3cb7e2b11799a 7b56eeb
16:39 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-custodian: New port: Simple JIT job management framework in Python
commit hash: bb0fabfc7b47dafa38e4a7b4a9df74c380c401b3 commit hash: bb0fabfc7b47dafa38e4a7b4a9df74c380c401b3 commit hash: bb0fabfc7b47dafa38e4a7b4a9df74c380c401b3 commit hash: bb0fabfc7b47dafa38e4a7b4a9df74c380c401b3 bb0fabf
10:19 Gleb Popov (arrowd) search for other commits by this committer
linux-c7: Merge dbus-glib into dbus-libs to ease maintenance.

Reviewed by: tijl

Differential Revision: https://reviews.freebsd.org/D40827
commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 commit hash: a0c9796c46e20838fd4b366a8b5ae5d696853e09 a0c9796
Saturday, 1 Jul 2023
09:37 Rene Ladan (rene) search for other commits by this committer
devel/google-cloud-cpp117: Remove expired port

2023-07-01 devel/google-cloud-cpp117: Newer version is in the tree
commit hash: 2d00bd1a70ba11b01c81939739b92173730da458 commit hash: 2d00bd1a70ba11b01c81939739b92173730da458 commit hash: 2d00bd1a70ba11b01c81939739b92173730da458 commit hash: 2d00bd1a70ba11b01c81939739b92173730da458 2d00bd1
Friday, 30 Jun 2023
21:24 Rene Ladan (rene) search for other commits by this committer
devel/libdlna: Remove expired port

2023-06-30 devel/libdlna: Abandonware, development discontinued
commit hash: 0252dfa72157febffcfc64f0dd9f81de226a9804 commit hash: 0252dfa72157febffcfc64f0dd9f81de226a9804 commit hash: 0252dfa72157febffcfc64f0dd9f81de226a9804 commit hash: 0252dfa72157febffcfc64f0dd9f81de226a9804 0252dfa
21:22 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ccache-memcached ports:

2023-06-30 devel/ccache-memcached: Unmaintained fork that targets a very old
version of ccache
2023-06-30 devel/ccache-memcached-static: Unmaintained fork that targets a very
old version of ccache
commit hash: 35b00cf315541a12c849994e8969383939a967e7 commit hash: 35b00cf315541a12c849994e8969383939a967e7 commit hash: 35b00cf315541a12c849994e8969383939a967e7 commit hash: 35b00cf315541a12c849994e8969383939a967e7 35b00cf
21:21 Rene Ladan (rene) search for other commits by this committer
devel/electron21: Remove expired port

2023-06-30 devel/electron21: EOLed upstream, switch to newer version
commit hash: a794e0369534a1684ba939b0d486ea136420f2b8 commit hash: a794e0369534a1684ba939b0d486ea136420f2b8 commit hash: a794e0369534a1684ba939b0d486ea136420f2b8 commit hash: a794e0369534a1684ba939b0d486ea136420f2b8 a794e03
21:18 Rene Ladan (rene) search for other commits by this committer
devel/electron19: Remove expired port

2023-06-30 devel/electron19: EOLed upstream, switch to newer version
commit hash: f4efb4dcbe373e749191f9a3bacdd4a6c669c9a6 commit hash: f4efb4dcbe373e749191f9a3bacdd4a6c669c9a6 commit hash: f4efb4dcbe373e749191f9a3bacdd4a6c669c9a6 commit hash: f4efb4dcbe373e749191f9a3bacdd4a6c669c9a6 f4efb4d
16:21 Yuri Victorovich (yuri) search for other commits by this committer
devel/nano-signal-slot: New port: Pure C++17 signals and slots
commit hash: 982b02abd5baf0de1c8ce6d2a8a142896c05f124 commit hash: 982b02abd5baf0de1c8ce6d2a8a142896c05f124 commit hash: 982b02abd5baf0de1c8ce6d2a8a142896c05f124 commit hash: 982b02abd5baf0de1c8ce6d2a8a142896c05f124 982b02a
06:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-paymentcryptographydata: Add
rubygem-aws-sdk-paymentcryptographydata 1.0.0

Official AWS Ruby gem for Payment Cryptography Data Plane data.
commit hash: f5dda817afd53b3d2d792e42b0cb3e49b7ae9795 commit hash: f5dda817afd53b3d2d792e42b0cb3e49b7ae9795 commit hash: f5dda817afd53b3d2d792e42b0cb3e49b7ae9795 commit hash: f5dda817afd53b3d2d792e42b0cb3e49b7ae9795 f5dda81
06:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-fiber-annotation: Add rubygem-fiber-annotation 0.2.0

Fiber::Annotation provides a simple way to annotate what a fiber is currently
doing, useful for debugging, logging and tracing.
commit hash: e49d227c08c6072982c583855bd21a5bf8b81ed3 commit hash: e49d227c08c6072982c583855bd21a5bf8b81ed3 commit hash: e49d227c08c6072982c583855bd21a5bf8b81ed3 commit hash: e49d227c08c6072982c583855bd21a5bf8b81ed3 e49d227
06:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-paymentcryptography: Add
rubygem-aws-sdk-paymentcryptography 1.0.0

Official AWS Ruby gem for Payment Cryptography Control Plane.
commit hash: f6f60846b47bb3f28eade570b77860b68db2d84f commit hash: f6f60846b47bb3f28eade570b77860b68db2d84f commit hash: f6f60846b47bb3f28eade570b77860b68db2d84f commit hash: f6f60846b47bb3f28eade570b77860b68db2d84f f6f6084
06:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-nose3: Add py-nose3 1.3.8

nose3 is a drop-in fork of nose v1 that is compatible with Python 2.7 and Python
3.3-3.10 without using lib2to3 or other compatibility layer. It does not yet
support Python 3.11.

nose extends the test loading and running features of unittest, making it easier
to write, find and run tests.

By default, nose will run tests in files or directories under the current
working directory whose names include "test" or "Test" at a word boundary (like
"test_this" or "functional_test" or "TestClass" but not "libtest"). Test output
is similar to that of unittest, but also includes captured stdout output from
failing tests, for easy print-style debugging.

These features, and many more, are customizable through the use of plugins.
Plugins included with nose provide support for doctest, code coverage and
profiling, flexible attribute-based test selection, output capture and more.
More information about writing plugins may be found on in the nose API
documentation.
commit hash: 4acceff265bad172974982252a5fbf23a36f52ab commit hash: 4acceff265bad172974982252a5fbf23a36f52ab commit hash: 4acceff265bad172974982252a5fbf23a36f52ab commit hash: 4acceff265bad172974982252a5fbf23a36f52ab 4acceff
06:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-check-sdist: Add py-check-sdist 0.1.2

Have you ever shipped broken sdists with missing files or possibly dirty sdists
with files that shouldn't have been there? Have you noticed that standards
compliant tools aren't making the same sdist that flit build is? Is hatchling
adding .DSStore files when you ship from your macOS? No matter what
build-backend you use, check-sdist can help!

Check-sdist builds an sdist and compares the contents with your Git repository
contents. It can even temporarily inject common junk files (like pycache files
or OS specific files) and help verify that those aren't getting bundled into
your sdist. If you are getting files you didn't expect or missing files you did
expect, consult your build backend's docs to see how to include or exclude
files.
commit hash: cfa9bd9252aa1c8c8278c93f58b8ea87be3116c3 commit hash: cfa9bd9252aa1c8c8278c93f58b8ea87be3116c3 commit hash: cfa9bd9252aa1c8c8278c93f58b8ea87be3116c3 commit hash: cfa9bd9252aa1c8c8278c93f58b8ea87be3116c3 cfa9bd9
05:27 Yuri Victorovich (yuri) search for other commits by this committer
devel/quickcpplib: New port: Eliminate hassle when making state-of-the-art
C++14-23 libraries
commit hash: f568157f229c785ee32f1b13c4ebfb3658390d2b commit hash: f568157f229c785ee32f1b13c4ebfb3658390d2b commit hash: f568157f229c785ee32f1b13c4ebfb3658390d2b commit hash: f568157f229c785ee32f1b13c4ebfb3658390d2b f568157
02:35 Yuri Victorovich (yuri) search for other commits by this committer
devel/mdspan: New port: Reference implementation of mdspan targeting C++23
commit hash: c503a78e9e563266eb4de2ff84e201f2c2a28066 commit hash: c503a78e9e563266eb4de2ff84e201f2c2a28066 commit hash: c503a78e9e563266eb4de2ff84e201f2c2a28066 commit hash: c503a78e9e563266eb4de2ff84e201f2c2a28066 c503a78
Wednesday, 28 Jun 2023
12:11 Stefan Eßer (se) search for other commits by this committer
devel/cpu_rec_rs: new port: determine CPU architecture of a binary
commit hash: 14127c04002b1ce43339055d638829861e9d9a48 commit hash: 14127c04002b1ce43339055d638829861e9d9a48 commit hash: 14127c04002b1ce43339055d638829861e9d9a48 commit hash: 14127c04002b1ce43339055d638829861e9d9a48 14127c0
Tuesday, 27 Jun 2023
07:12 Hiroki Tagato (tagattie) search for other commits by this committer
devel/electron25: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS

Build cross platform desktop apps with JavaScript, HTML, and CSS.

It's easier than you think.

If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.

WWW: https://electronjs.org/
commit hash: 611c0053ff78261f7100c5843a5a9f73289679ee commit hash: 611c0053ff78261f7100c5843a5a9f73289679ee commit hash: 611c0053ff78261f7100c5843a5a9f73289679ee commit hash: 611c0053ff78261f7100c5843a5a9f73289679ee 611c005
Saturday, 24 Jun 2023
02:54 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pytest-subprocess: New port: Pytest plugin to fake subprocess for
pytest
commit hash: 1e03bffb9cf25614cae79b2ae0d60a8a8a47b1ea commit hash: 1e03bffb9cf25614cae79b2ae0d60a8a8a47b1ea commit hash: 1e03bffb9cf25614cae79b2ae0d60a8a8a47b1ea commit hash: 1e03bffb9cf25614cae79b2ae0d60a8a8a47b1ea 1e03bff
Wednesday, 21 Jun 2023
03:47 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-miniKanren: New port: Logic/relational programming in Python
commit hash: b9245821167d9128b634aa50c854487ba073c3fb commit hash: b9245821167d9128b634aa50c854487ba073c3fb commit hash: b9245821167d9128b634aa50c854487ba073c3fb commit hash: b9245821167d9128b634aa50c854487ba073c3fb b924582
01:34 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-etuples: New port: Python S-expression emulation using tuple-like
objects
commit hash: 9237f9b5b91067d056482dfe00bf98501be4bc47 commit hash: 9237f9b5b91067d056482dfe00bf98501be4bc47 commit hash: 9237f9b5b91067d056482dfe00bf98501be4bc47 commit hash: 9237f9b5b91067d056482dfe00bf98501be4bc47 9237f9b
01:34 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-cons: New port: Implementation of Lisp/Scheme-like cons in Python
commit hash: 6b96fc465e9426ded06720791d80844430e1a5ab commit hash: 6b96fc465e9426ded06720791d80844430e1a5ab commit hash: 6b96fc465e9426ded06720791d80844430e1a5ab commit hash: 6b96fc465e9426ded06720791d80844430e1a5ab 6b96fc4
Tuesday, 20 Jun 2023
06:31 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-archspec: New port: Library to query system architecture
commit hash: 6eede898b9367403fa70f3891972680eee8d3f34 commit hash: 6eede898b9367403fa70f3891972680eee8d3f34 commit hash: 6eede898b9367403fa70f3891972680eee8d3f34 commit hash: 6eede898b9367403fa70f3891972680eee8d3f34 6eede89
Monday, 19 Jun 2023
18:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
PySide6: Python biding for Qt6

Add devel/pyside6* and devel/shiboken6

PySide6 is the official Python module from the Qt for Python project, which
provides access to the complete Qt 6.0+ framework.
commit hash: d5d32f2cdef10465226814f34e12e3e5e4a1b2ca commit hash: d5d32f2cdef10465226814f34e12e3e5e4a1b2ca commit hash: d5d32f2cdef10465226814f34e12e3e5e4a1b2ca commit hash: d5d32f2cdef10465226814f34e12e3e5e4a1b2ca d5d32f2
Sunday, 18 Jun 2023
17:10 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-aspectlib: New port: Aspect-oriented programming, monkey-patch and
decorators library
commit hash: a95d728afd1ac6ccb6826009a8df00459d856d6e commit hash: a95d728afd1ac6ccb6826009a8df00459d856d6e commit hash: a95d728afd1ac6ccb6826009a8df00459d856d6e commit hash: a95d728afd1ac6ccb6826009a8df00459d856d6e a95d728
Saturday, 17 Jun 2023
08:19 Nicola Vitale (nivit) search for other commits by this committer
devel/py-time-machine: Add new port

time-machine, is intended to combine the advantages of freezegun and
libfaketime Python modules. It works without LD_PRELOAD but still mocks
the standard library functions everywhere they may be referenced.
It does so by modifying the built-in functions at the C level, to point
them through wrappers that return different values when mocking.
Normally in Python, built-in functions are immutable, but
time-machine overcomes this by using C code to replace their function
pointers.

https://github.com/adamchainz/time-machine
commit hash: aadc486bfec59c7d720d107f6758a4684c834236 commit hash: aadc486bfec59c7d720d107f6758a4684c834236 commit hash: aadc486bfec59c7d720d107f6758a4684c834236 commit hash: aadc486bfec59c7d720d107f6758a4684c834236 aadc486
Friday, 16 Jun 2023
20:47 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-types-retry: New port: Typing stubs for retry
commit hash: eab89e762af2a37a167247aa54ad0024f94bc238 commit hash: eab89e762af2a37a167247aa54ad0024f94bc238 commit hash: eab89e762af2a37a167247aa54ad0024f94bc238 commit hash: eab89e762af2a37a167247aa54ad0024f94bc238 eab89e7
20:47 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-types-python-dateutil: New port: Typing stubs for python-dateutil
commit hash: 5276af733e349243082abec23591fd0b55da3176 commit hash: 5276af733e349243082abec23591fd0b55da3176 commit hash: 5276af733e349243082abec23591fd0b55da3176 commit hash: 5276af733e349243082abec23591fd0b55da3176 5276af7
16:21 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-diff-cover: New port: Run coverage and linting reports on diffs
commit hash: c9ec356ad9739be0f7950229c362e26157d01b18 commit hash: c9ec356ad9739be0f7950229c362e26157d01b18 commit hash: c9ec356ad9739be0f7950229c362e26157d01b18 commit hash: c9ec356ad9739be0f7950229c362e26157d01b18 c9ec356
Wednesday, 14 Jun 2023
12:30 Nicola Vitale (nivit) search for other commits by this committer
devel/py-jaraco.collections: Add new port

Python models and classes to supplement the stdlib 'collections' module.

https://github.com/jaraco/jaraco.collections
commit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3d commit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3d commit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3d commit hash: 8f711d52639ed7c63335d501a9ac08f3d0b05f3d 8f711d5
10:01 Nicola Vitale (nivit) search for other commits by this committer
devel/py-pytest-services: Add new port

Collection of fixtures and utility functions to run service processes
for your tests with pytest.

https://github.com/pytest-dev/pytest-services
commit hash: ab0153d899bdf5e9f129971a864eff7e94177a28 commit hash: ab0153d899bdf5e9f129971a864eff7e94177a28 commit hash: ab0153d899bdf5e9f129971a864eff7e94177a28 commit hash: ab0153d899bdf5e9f129971a864eff7e94177a28 ab0153d
Monday, 12 Jun 2023
22:58 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/Makefile: Fix INDEX build

Fixes: 74535ec devel/{kiwix-lib,libkiwix}: Update version 9.4.1=>12.0.0
Reported by:	junchoon@dec.sakura.ne.jp
commit hash: be274641fa6816bc9020960b41c392b86b93110e commit hash: be274641fa6816bc9020960b41c392b86b93110e commit hash: be274641fa6816bc9020960b41c392b86b93110e commit hash: be274641fa6816bc9020960b41c392b86b93110e be27464
19:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Olivier Certner
devel/{kiwix-lib,libkiwix}: Update version 9.4.1=>12.0.0

- Rename port to match upstream renaming
- Pet portclippy
- Update is done without MAINTAINER approval as currently this is BROKEN
  on 14 and this version fixes the build on 14.

Changelog: https://github.com/kiwix/libkiwix/releases
PR:		271649
Approved by:	portmgr (blanket)
commit hash: 74535ecc140ff3ed89f831d13e4a26d9a0c78182 commit hash: 74535ecc140ff3ed89f831d13e4a26d9a0c78182 commit hash: 74535ecc140ff3ed89f831d13e4a26d9a0c78182 commit hash: 74535ecc140ff3ed89f831d13e4a26d9a0c78182 74535ec
Saturday, 10 Jun 2023
14:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*php83*: Sunrise

Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by:	Bounce Experts
commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f 95967c2
Friday, 9 Jun 2023
08:12 Alexey Dokuchaev (danfe) search for other commits by this committer
devel/tclap12: new port had been copied from `devel/tclap'

Development version of TCLAP (1.4) had broken the API against current
stable version 1.2, particularly, the CmdLine::getOutput() method had
been removed.
commit hash: ee3f98fccaf66f631e1f733a0f7b63f9aadbfc8e commit hash: ee3f98fccaf66f631e1f733a0f7b63f9aadbfc8e commit hash: ee3f98fccaf66f631e1f733a0f7b63f9aadbfc8e commit hash: ee3f98fccaf66f631e1f733a0f7b63f9aadbfc8e ee3f98f
Wednesday, 7 Jun 2023
12:10 Kirill Ponomarev (krion) search for other commits by this committer
devel/py-looseversion: add new port

Python extension for comparing version strings.
commit hash: fe2e9dee1f4a8abcb2bbe7b2d141124310b0b6b7 commit hash: fe2e9dee1f4a8abcb2bbe7b2d141124310b0b6b7 commit hash: fe2e9dee1f4a8abcb2bbe7b2d141124310b0b6b7 commit hash: fe2e9dee1f4a8abcb2bbe7b2d141124310b0b6b7 fe2e9de
Monday, 5 Jun 2023
21:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-fast_gettext1: Remove obsoleted port

Use devel/rubygem-fast_gettext instead.
commit hash: f3cc0aed4c694926b359c184cfbcbdff0cb45c70 commit hash: f3cc0aed4c694926b359c184cfbcbdff0cb45c70 commit hash: f3cc0aed4c694926b359c184cfbcbdff0cb45c70 commit hash: f3cc0aed4c694926b359c184cfbcbdff0cb45c70 f3cc0ae
21:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-gettext-setup0: Remove obsoleted port

Use devel/rubygem-gettext-setup instead.
commit hash: e1c54ec755eb3f30676167ec6c674204aa95ba08 commit hash: e1c54ec755eb3f30676167ec6c674204aa95ba08 commit hash: e1c54ec755eb3f30676167ec6c674204aa95ba08 commit hash: e1c54ec755eb3f30676167ec6c674204aa95ba08 e1c54ec
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/poetry: Remove obsoleted port

Use devel/py-poetry instead.
commit hash: cc007305988fc4817c9877a72ca262efe36b4764 commit hash: cc007305988fc4817c9877a72ca262efe36b4764 commit hash: cc007305988fc4817c9877a72ca262efe36b4764 commit hash: cc007305988fc4817c9877a72ca262efe36b4764 cc00730

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

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