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]  «  4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14  »  [Last Page]

Friday, 30 Dec 2022
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-xxhash: Add rubygem-xxash 0.5.0

Ruby wrapper for xxHash
commit hash: c28b3a0b3ce95e47b9397792902d16b32c82160f commit hash: c28b3a0b3ce95e47b9397792902d16b32c82160f commit hash: c28b3a0b3ce95e47b9397792902d16b32c82160f commit hash: c28b3a0b3ce95e47b9397792902d16b32c82160f c28b3a0
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/devel/rubygem-aws-sdk-core3131: Remove obsoleted port

Use devel/rubygem-aws-sdk-core instead.
commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab c32db74
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/devel/rubygem-aws-sdk-core3159: Remove obsoleted port

Use devel/rubygem-aws-sdk-core instead.
commit hash: 2db37ca5a761bebafae6cb18cf673d7d6129c2c5 commit hash: 2db37ca5a761bebafae6cb18cf673d7d6129c2c5 commit hash: 2db37ca5a761bebafae6cb18cf673d7d6129c2c5 commit hash: 2db37ca5a761bebafae6cb18cf673d7d6129c2c5 2db37ca
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-gettext_i18n_rails18: Add rubygem-gettext_i18n_rails18 1.8.1
(copied from rubygem-gettext_i18n_rails)

- Add PORTSCOUT
commit hash: ed5caff0f116df231d188907278a9db797baf485 commit hash: ed5caff0f116df231d188907278a9db797baf485 commit hash: ed5caff0f116df231d188907278a9db797baf485 commit hash: ed5caff0f116df231d188907278a9db797baf485 ed5caff
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-google-iam-v1: Add rubygem-google-iam-v1 0.2.0

This is an add-on interface used by some Google API clients to provide IAM
policy calls.
commit hash: 521aea582b40b7bcae5e1784ce026e0e7eaf406a commit hash: 521aea582b40b7bcae5e1784ce026e0e7eaf406a commit hash: 521aea582b40b7bcae5e1784ce026e0e7eaf406a commit hash: 521aea582b40b7bcae5e1784ce026e0e7eaf406a 521aea5
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-timecop: Add rubygem-timecop 0.9.6

timecop is a gem providing "time travel" and "time freezing" capabilities,
making it dead simple to test time-dependent code. It provides a unified method
to mock Time.now, Date.today, and DateTime.now in a single call.

Features:
- Freeze time to a specific point.
- Travel back to a specific point in time, but allow time to continue moving
  forward from there.
- Scale time by a given scaling factor that will cause time to move at an
  accelerated pace.
- No dependencies, can be used with any ruby project
- Timecop api allows arguments to be passed into #freeze and #travel as one of
  the following:
  - Time instance
  - DateTime instance
  - Date instance
  - individual arguments (year, month, day, hour, minute, second)
  - a single integer argument that is interpreted as an offset in seconds from
    Time.now
- Nested calls to Timecop#travel and Timecop#freeze are supported -- each block
  will maintain its interpretation of now.
- Works with regular Ruby projects, and Ruby on Rails projects
commit hash: bbe83034d6e153cba22337490cc965d54a8a3f3f commit hash: bbe83034d6e153cba22337490cc965d54a8a3f3f commit hash: bbe83034d6e153cba22337490cc965d54a8a3f3f commit hash: bbe83034d6e153cba22337490cc965d54a8a3f3f bbe8303
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-cucumber-messages19: Add rubygem-cucumber-messages19 19.1.4
(copied from rubygem-cucumber-messages)

- Add PORTSCOUT
commit hash: 77cc71ba1dc317eea2c4e1a7383b98c7fa7ca83e commit hash: 77cc71ba1dc317eea2c4e1a7383b98c7fa7ca83e commit hash: 77cc71ba1dc317eea2c4e1a7383b98c7fa7ca83e commit hash: 77cc71ba1dc317eea2c4e1a7383b98c7fa7ca83e 77cc71b
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pytest-random-order: Add py-pytest-random-order 1.0.4

pytest-random-order is a pytest plugin that randomises the order of tests. This
can be useful to detect a test that passes just because it happens to run after
an unrelated test that leaves the system in a favourable state.

The plugin allows user to control the level of randomness they want to introduce
and to disable reordering on subsets of tests. Tests can be rerun in a specific
order by passing a seed value reported in a previous test run.
commit hash: 6b1d91b9b97bf9b95eb602bae918f1965b0f62c5 commit hash: 6b1d91b9b97bf9b95eb602bae918f1965b0f62c5 commit hash: 6b1d91b9b97bf9b95eb602bae918f1965b0f62c5 commit hash: 6b1d91b9b97bf9b95eb602bae918f1965b0f62c5 6b1d91b
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-shtab: Add py-shtab 1.5.8

What: Automatically generate shell tab completion scripts for Python CLI apps
Why: Speed & correctness. Alternatives like argcomplete and pyzshcomplete are
slow and have side-effects
How: shtab processes an argparse.ArgumentParser object to generate a tab
completion script for your shell

Features:
- Outputs tab completion scripts for
  - bash
  - zsh
  - tcsh
- Supports
  - argparse
  - docopt (via argopt)
- Supports arguments, options and subparsers
- Supports choices (e.g. --say={hello,goodbye})
- Supports file and directory path completion
- Supports custom path completion (e.g. --file={*.txt})
commit hash: d69de92defd8933830dbe0498c3c49b59fa6ea65 commit hash: d69de92defd8933830dbe0498c3c49b59fa6ea65 commit hash: d69de92defd8933830dbe0498c3c49b59fa6ea65 commit hash: d69de92defd8933830dbe0498c3c49b59fa6ea65 d69de92
09:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Avro: Add p5-Avro 1.11.1

Apache Avro is a data serialization system providing rich data structures and a
compact, fast, binary data form.
commit hash: a314895d38bdc755b3afa078ca11409de7440813 commit hash: a314895d38bdc755b3afa078ca11409de7440813 commit hash: a314895d38bdc755b3afa078ca11409de7440813 commit hash: a314895d38bdc755b3afa078ca11409de7440813 a314895
Wednesday, 28 Dec 2022
07:56 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-lsprotocol: New port: Python implementation of the Language Server
Protocol
commit hash: 26e553232dad6d4296f9e813334529498707c040 commit hash: 26e553232dad6d4296f9e813334529498707c040 commit hash: 26e553232dad6d4296f9e813334529498707c040 commit hash: 26e553232dad6d4296f9e813334529498707c040 26e5532
04:06 Yuri Victorovich (yuri) search for other commits by this committer
devel/ruff: New port: Extremely fast Python linter, written in Rust
commit hash: 5c9c8f37fa1d3d83cc16dbceec1b2ff7e669ab7c commit hash: 5c9c8f37fa1d3d83cc16dbceec1b2ff7e669ab7c commit hash: 5c9c8f37fa1d3d83cc16dbceec1b2ff7e669ab7c commit hash: 5c9c8f37fa1d3d83cc16dbceec1b2ff7e669ab7c 5c9c8f3
Tuesday, 27 Dec 2022
02:38 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-beartype: New port: Fast runtime type checking in pure Python
commit hash: 6682a490d7ec72fa8563d97732fb159d33c91c3c commit hash: 6682a490d7ec72fa8563d97732fb159d33c91c3c commit hash: 6682a490d7ec72fa8563d97732fb159d33c91c3c commit hash: 6682a490d7ec72fa8563d97732fb159d33c91c3c 6682a49
Monday, 26 Dec 2022
21:50 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-backoff: New port: Function decoration for backoff and retry
commit hash: 37e929030527aa0334c0245469a84f86217a4f7a commit hash: 37e929030527aa0334c0245469a84f86217a4f7a commit hash: 37e929030527aa0334c0245469a84f86217a4f7a commit hash: 37e929030527aa0334c0245469a84f86217a4f7a 37e9290
21:00 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-property-cached: New port: Decorator for caching properties in classes
commit hash: e9c2fa18e8f804503eea9bedb519df96510e8a9a commit hash: e9c2fa18e8f804503eea9bedb519df96510e8a9a commit hash: e9c2fa18e8f804503eea9bedb519df96510e8a9a commit hash: e9c2fa18e8f804503eea9bedb519df96510e8a9a e9c2fa18
Sunday, 25 Dec 2022
19:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*php74*: Sunset php 7.4

As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 0d310d7
01:22 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-gelidum: New port: Freeze your python object
commit hash: 1b6885c67d6ab51191f3bbee39c8c0da0defbacb commit hash: 1b6885c67d6ab51191f3bbee39c8c0da0defbacb commit hash: 1b6885c67d6ab51191f3bbee39c8c0da0defbacb commit hash: 1b6885c67d6ab51191f3bbee39c8c0da0defbacb 1b6885c
Monday, 19 Dec 2022
08:52 Thierry Thomas (thierry) search for other commits by this committer
devel/libgpr: adding the library from GPRbuild
commit hash: 07c2e291db51376a5cb9f0095c3c3d12a8afce79 commit hash: 07c2e291db51376a5cb9f0095c3c3d12a8afce79 commit hash: 07c2e291db51376a5cb9f0095c3c3d12a8afce79 commit hash: 07c2e291db51376a5cb9f0095c3c3d12a8afce79 07c2e29
Sunday, 18 Dec 2022
21:13 Thierry Thomas (thierry) search for other commits by this committer
devel/gprbuild: resurrect
commit hash: e144ceaf68011728c68e6aaac9782d860747361e commit hash: e144ceaf68011728c68e6aaac9782d860747361e commit hash: e144ceaf68011728c68e6aaac9782d860747361e commit hash: e144ceaf68011728c68e6aaac9782d860747361e e144cea
Saturday, 17 Dec 2022
10:09 Mikael Urankar (mikael) search for other commits by this committer
devel/electron21: 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: 09c1114e7118c982d4c5e3577ebd7242e5058119 commit hash: 09c1114e7118c982d4c5e3577ebd7242e5058119 commit hash: 09c1114e7118c982d4c5e3577ebd7242e5058119 commit hash: 09c1114e7118c982d4c5e3577ebd7242e5058119 09c1114
09:14 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-click-default-group-wheel: New port: Extends click.Group to invoke
command without explicit subcommand name
commit hash: 803a6b679ddb4e0271fc743caf3cc6977fa59b4a commit hash: 803a6b679ddb4e0271fc743caf3cc6977fa59b4a commit hash: 803a6b679ddb4e0271fc743caf3cc6977fa59b4a commit hash: 803a6b679ddb4e0271fc743caf3cc6977fa59b4a 803a6b6
09:14 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-hupper: New port: Integrated process monitor for developing and
reloading daemons
commit hash: f9f17ca3383e6d57f260b0239ae88eed11d448d5 commit hash: f9f17ca3383e6d57f260b0239ae88eed11d448d5 commit hash: f9f17ca3383e6d57f260b0239ae88eed11d448d5 commit hash: f9f17ca3383e6d57f260b0239ae88eed11d448d5 f9f17ca
09:14 Yuri Victorovich (yuri) search for other commits by this committer Author: Goran Mekić
devel/py-asgi-lifespan: New port: Programmatic startup/shutdown of ASGI apps

PR:		257334
commit hash: b4c9bc97bb146574281e704a28988355ab91dafe commit hash: b4c9bc97bb146574281e704a28988355ab91dafe commit hash: b4c9bc97bb146574281e704a28988355ab91dafe commit hash: b4c9bc97bb146574281e704a28988355ab91dafe b4c9bc9
09:14 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-janus: New port: Mixed sync-async queue to interoperate between asyncio
tasks & threads
commit hash: 0e592ff33367767af71efc96ddeb400a5b30840f commit hash: 0e592ff33367767af71efc96ddeb400a5b30840f commit hash: 0e592ff33367767af71efc96ddeb400a5b30840f commit hash: 0e592ff33367767af71efc96ddeb400a5b30840f 0e592ff
Friday, 16 Dec 2022
03:32 Sergey A. Osokin (osa) search for other commits by this committer
devel/Makefile: connect devel/libnjs to build
commit hash: 51eb528970521297150a0b8c4d170db9a16fccb9 commit hash: 51eb528970521297150a0b8c4d170db9a16fccb9 commit hash: 51eb528970521297150a0b8c4d170db9a16fccb9 commit hash: 51eb528970521297150a0b8c4d170db9a16fccb9 51eb528
Thursday, 15 Dec 2022
01:18 Yuri Victorovich (yuri) search for other commits by this committer
devel/pydeps: New port: Display Python module dependencies
commit hash: 105841ed69169f606c79a2917262a5b7a2904939 commit hash: 105841ed69169f606c79a2917262a5b7a2904939 commit hash: 105841ed69169f606c79a2917262a5b7a2904939 commit hash: 105841ed69169f606c79a2917262a5b7a2904939 105841e
Thursday, 8 Dec 2022
17:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-hrtime: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
commit hash: 0896200ddf55a063fb027b5156152c5bb8b9b3a1 commit hash: 0896200ddf55a063fb027b5156152c5bb8b9b3a1 commit hash: 0896200ddf55a063fb027b5156152c5bb8b9b3a1 commit hash: 0896200ddf55a063fb027b5156152c5bb8b9b3a1 0896200
Tuesday, 6 Dec 2022
23:38 Guangyuan Yang (ygy) search for other commits by this committer Author: Dmitry Wagin
devel/jetbrains-pty4j: New Port

Pseudo terminal support for devel/jetbrains-*.

WWW:	https://github.com/JetBrains/pty4j

PR:		268152
commit hash: aeef2f0228a23fb036a08a4d9448af71dd499766 commit hash: aeef2f0228a23fb036a08a4d9448af71dd499766 commit hash: aeef2f0228a23fb036a08a4d9448af71dd499766 commit hash: aeef2f0228a23fb036a08a4d9448af71dd499766 aeef2f0
10:03 Nicola Vitale (nivit) search for other commits by this committer
devel/py-ttkbootstrap: New port: style theme extension for Tkinter

A supercharged theme extension for Tkinter that enables on-demand modern
flat style themes inspired by Bootstrap.

https://ttkbootstrap.readthedocs.io/en/latest/
commit hash: 5a98dadb196939c1ce620ad1e4873855ccbace86 commit hash: 5a98dadb196939c1ce620ad1e4873855ccbace86 commit hash: 5a98dadb196939c1ce620ad1e4873855ccbace86 commit hash: 5a98dadb196939c1ce620ad1e4873855ccbace86 5a98dad
Monday, 5 Dec 2022
14:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-jsmin: Cleanup

- Requires php74 which was EOL on 2022-11-28

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
commit hash: aa290296e29c0c4757de39e98de5342b114cd8e3 commit hash: aa290296e29c0c4757de39e98de5342b114cd8e3 commit hash: aa290296e29c0c4757de39e98de5342b114cd8e3 commit hash: aa290296e29c0c4757de39e98de5342b114cd8e3 aa29029
Saturday, 3 Dec 2022
23:36 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-PYB11Generator: New port: Code generator for the pybind11 C++ <->
Python language binding tool
commit hash: d0e8fefa2babb7c101256a30004da22b59ff65e6 commit hash: d0e8fefa2babb7c101256a30004da22b59ff65e6 commit hash: d0e8fefa2babb7c101256a30004da22b59ff65e6 commit hash: d0e8fefa2babb7c101256a30004da22b59ff65e6 d0e8fef
Friday, 2 Dec 2022
23:38 Yuri Victorovich (yuri) search for other commits by this committer
devel/rationl: New port: Expressive regular expression library written in C
commit hash: 408586d4b2e265f7626456d8a8cfedae119d6598 commit hash: 408586d4b2e265f7626456d8a8cfedae119d6598 commit hash: 408586d4b2e265f7626456d8a8cfedae119d6598 commit hash: 408586d4b2e265f7626456d8a8cfedae119d6598 408586d
15:44 Yuri Victorovich (yuri) search for other commits by this committer
devel/trompeloeil: New port: Header only C++14 mocking framework
commit hash: 9ac3a7834593aa3f2aaaeaace9de5c3922adcc0d commit hash: 9ac3a7834593aa3f2aaaeaace9de5c3922adcc0d commit hash: 9ac3a7834593aa3f2aaaeaace9de5c3922adcc0d commit hash: 9ac3a7834593aa3f2aaaeaace9de5c3922adcc0d 9ac3a78
Thursday, 1 Dec 2022
13:38 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-APCu_bc: Cleanup

- Requires php74 which was EOL on 2022-11-28

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
commit hash: 00e5d34ab59cc643f9510fa3b4bc35fb3222b174 commit hash: 00e5d34ab59cc643f9510fa3b4bc35fb3222b174 commit hash: 00e5d34ab59cc643f9510fa3b4bc35fb3222b174 commit hash: 00e5d34ab59cc643f9510fa3b4bc35fb3222b174 00e5d34
Wednesday, 30 Nov 2022
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-scheduler: Add rubygem-aws-sdk-scheduler 1.0.0

Official AWS Ruby gem for Amazon EventBridge Scheduler.
commit hash: 959ca8c5c854e183b3c1b44cbcf0c858d236f520 commit hash: 959ca8c5c854e183b3c1b44cbcf0c858d236f520 commit hash: 959ca8c5c854e183b3c1b44cbcf0c858d236f520 commit hash: 959ca8c5c854e183b3c1b44cbcf0c858d236f520 959ca8c
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-ssmsap: Add rubygem-aws-sdk-ssmsap 1.0.0

Official AWS Ruby gem for AWS Systems Manager for SAP (SsmSap).
commit hash: a074d043d9476c89b9bc8620391f4b12921ca56b commit hash: a074d043d9476c89b9bc8620391f4b12921ca56b commit hash: a074d043d9476c89b9bc8620391f4b12921ca56b commit hash: a074d043d9476c89b9bc8620391f4b12921ca56b a074d04
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-s31114: Add rubygem-aws-sdk-s31114 1.114.0 (copied from
rubygem-aws-sdk-s3)

- Add PORTSCOUT
commit hash: 34a988a9678fac2c17f004ea466326f1e6790fc8 commit hash: 34a988a9678fac2c17f004ea466326f1e6790fc8 commit hash: 34a988a9678fac2c17f004ea466326f1e6790fc8 commit hash: 34a988a9678fac2c17f004ea466326f1e6790fc8 34a988a
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-chimesdkvoice: Add rubygem-aws-sdk-chimesdkvoice 1.0.0

Official AWS Ruby gem for Amazon Chime SDK Voice.
commit hash: 8e2b3096d09d6b0056d4e2680ffbe0a330f5ba13 commit hash: 8e2b3096d09d6b0056d4e2680ffbe0a330f5ba13 commit hash: 8e2b3096d09d6b0056d4e2680ffbe0a330f5ba13 commit hash: 8e2b3096d09d6b0056d4e2680ffbe0a330f5ba13 8e2b309
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-core3159: Add rubygem-aws-sdk-core3159 3.159.0  (copied
from rubygem-aws-sdk-core)

- Add PORTSCOUT
- Clean up pkg-descr: remove legacy Homepage link which points to the root of
GitHub repository
commit hash: 8e3da74b38d8705afc414c498e7f92514c41025d commit hash: 8e3da74b38d8705afc414c498e7f92514c41025d commit hash: 8e3da74b38d8705afc414c498e7f92514c41025d commit hash: 8e3da74b38d8705afc414c498e7f92514c41025d 8e3da74
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-iotroborunner: Add rubygem-aws-sdk-iotroborunner 1.0.0

Official AWS Ruby gem for AWS IoT RoboRunner.
commit hash: 96ef588901659723dcd30cfc1a6a4437c28f3270 commit hash: 96ef588901659723dcd30cfc1a6a4437c28f3270 commit hash: 96ef588901659723dcd30cfc1a6a4437c28f3270 commit hash: 96ef588901659723dcd30cfc1a6a4437c28f3270 96ef588
21:23 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk-resourceexplorer2: Add rubygem-aws-sdk-resourceexplorer2
1.0.0

Official AWS Ruby gem for AWS Resource Explorer.
commit hash: fc92759515657976651b94303677e00e7014290d commit hash: fc92759515657976651b94303677e00e7014290d commit hash: fc92759515657976651b94303677e00e7014290d commit hash: fc92759515657976651b94303677e00e7014290d fc92759
13:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-jsond: Cleanup

- Requires php74 which was EOL on 2022-11-28

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
commit hash: 0a10e74210021c8e2611965ba2b364ede04cf3e5 commit hash: 0a10e74210021c8e2611965ba2b364ede04cf3e5 commit hash: 0a10e74210021c8e2611965ba2b364ede04cf3e5 commit hash: 0a10e74210021c8e2611965ba2b364ede04cf3e5 0a10e74
13:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/pecl-propro2: Cleanup

- Requires php74 which was EOL on 2022-11-28

Sponsored by:	Bounce Experts
commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73 commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73 commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73 commit hash: dace453ef82fcb5caa10ceaed51eefc906265f73 dace453
Sunday, 27 Nov 2022
10:12 Yuri Victorovich (yuri) search for other commits by this committer
devel/random123: New port: Counter-based random number generators for C, C++ and
CUDA
commit hash: 6c2798989f0eb8c5d62fdb47b891ce41ee38499d commit hash: 6c2798989f0eb8c5d62fdb47b891ce41ee38499d commit hash: 6c2798989f0eb8c5d62fdb47b891ce41ee38499d commit hash: 6c2798989f0eb8c5d62fdb47b891ce41ee38499d 6c27989
Thursday, 24 Nov 2022
21:03 Yuri Victorovich (yuri) search for other commits by this committer
biology/cytoscape: Unbreak by re-adding and using maven-3.6.3

Cytoscape was broken by the maven update.
commit hash: e588390193cab002aadaeb95ed1f89dc6966bf18 commit hash: e588390193cab002aadaeb95ed1f89dc6966bf18 commit hash: e588390193cab002aadaeb95ed1f89dc6966bf18 commit hash: e588390193cab002aadaeb95ed1f89dc6966bf18 e588390
11:09 Yuri Victorovich (yuri) search for other commits by this committer
devel/libmcfp: New port: C++ header only library to parse command line arguments
commit hash: a2130025a44cb526e9a42f81e3a97de0d2c50092 commit hash: a2130025a44cb526e9a42f81e3a97de0d2c50092 commit hash: a2130025a44cb526e9a42f81e3a97de0d2c50092 commit hash: a2130025a44cb526e9a42f81e3a97de0d2c50092 a213002
Wednesday, 23 Nov 2022
19:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-cocoon: New port

Cocoon makes it easier to handle nested forms.

Nested forms are forms that handle nested models and attributes in one
form; e.g. a project with its tasks or an invoice with its line items.

Cocoon is form builder-agnostic, so it works with standard Rails,
Formtastic, or SimpleForm. It is compatible with rails 3, 4 and 5.

This project is not related to Apache Cocoon.

Sponsored by:	Nepustil
commit hash: 377e806f2b0b8391bd7d695f73da31dcdcea45b9 commit hash: 377e806f2b0b8391bd7d695f73da31dcdcea45b9 commit hash: 377e806f2b0b8391bd7d695f73da31dcdcea45b9 commit hash: 377e806f2b0b8391bd7d695f73da31dcdcea45b9 377e806
18:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-xorcist: New port

Blazing-fast-cross-platform-monkey-patch-free string XOR. Yes, that
means JRubys too.

Supported platforms: MRI (v2+), JRuby (v9.2+), Truffle (v21+),
Truffle+GraalVM (v21+).
Sponsored by:	Nepustil
commit hash: aec0b9091841ca7eaa85afec47ac50e0f70910ed commit hash: aec0b9091841ca7eaa85afec47ac50e0f70910ed commit hash: aec0b9091841ca7eaa85afec47ac50e0f70910ed commit hash: aec0b9091841ca7eaa85afec47ac50e0f70910ed aec0b90
08:29 Yuri Victorovich (yuri) search for other commits by this committer
devel/babelflow: New port: Embedded Domain Specific Language to describe task
graph abstraction
commit hash: db4ca9fd32f003669f4be2616631f4c4484d050d commit hash: db4ca9fd32f003669f4be2616631f4c4484d050d commit hash: db4ca9fd32f003669f4be2616631f4c4484d050d commit hash: db4ca9fd32f003669f4be2616631f4c4484d050d db4ca9f
Tuesday, 22 Nov 2022
19:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-i18n-tasks-rails61: New port

i18n-tasks helps you find and manage missing and unused translations.

This gem analyses code statically for key usages, such as
I18n.t('some.key'), in order to:

* Report keys that are missing or unused.
* Pre-fill missing keys, optionally from Google Translate or DeepL Pro.
* Remove unused keys.

Thus addressing the two main problems of i18n gem design:

* Missing keys only blow up at runtime.
* Keys no longer in use may accumulate and introduce overhead, without
  you knowing it.
Sponsored by:	Nepustil
commit hash: f81151b98dee21afbe220196e7b73403b3efb3c2 commit hash: f81151b98dee21afbe220196e7b73403b3efb3c2 commit hash: f81151b98dee21afbe220196e7b73403b3efb3c2 commit hash: f81151b98dee21afbe220196e7b73403b3efb3c2 f81151b
18:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-better_html-rails61: New port

Better HTML for Rails. Provides sane html helpers that make it easier to
do the right thing.

Sponsored by:	Nepustil
commit hash: 2a9f897c6f785074d6afe2d19f978c787f52dc1a commit hash: 2a9f897c6f785074d6afe2d19f978c787f52dc1a commit hash: 2a9f897c6f785074d6afe2d19f978c787f52dc1a commit hash: 2a9f897c6f785074d6afe2d19f978c787f52dc1a 2a9f897
13:04 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-smart_properties: New port

SmartProperties are a more flexible and feature-rich alternative to
traditional Ruby accessors. They provide support for input conversion,
input validation, specifying default values and presence checking.

Sponsored by:	Nepustil
commit hash: 36f9207f15e8014cb1f3cde1456a1ab4caee8d48 commit hash: 36f9207f15e8014cb1f3cde1456a1ab4caee8d48 commit hash: 36f9207f15e8014cb1f3cde1456a1ab4caee8d48 commit hash: 36f9207f15e8014cb1f3cde1456a1ab4caee8d48 36f9207
09:38 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: new ports required for version 15.5
commit hash: a892bde8307d021f944c5568a14d01c1c727993d commit hash: a892bde8307d021f944c5568a14d01c1c727993d commit hash: a892bde8307d021f944c5568a14d01c1c727993d commit hash: a892bde8307d021f944c5568a14d01c1c727993d a892bde
Monday, 21 Nov 2022
13:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-strong_migrations61: New port

This gem catches the following unsafe migrations:
  - adding a column with a non-null default value to an existing table
  - changing the type of a column
  - renaming a table
  - renaming a column
  - removing a column
  - adding an index non-concurrently (Postgres only)
  - adding a json column to an existing table (Postgres only)

Sponsored by:	Nepustil
commit hash: 39b1173e431f001d358413a0d3e873b22413a8bb commit hash: 39b1173e431f001d358413a0d3e873b22413a8bb commit hash: 39b1173e431f001d358413a0d3e873b22413a8bb commit hash: 39b1173e431f001d358413a0d3e873b22413a8bb 39b1173
13:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-simple_form-rails61: New port

Forms made easy!

Sponsored by:	Nepustil
commit hash: 937fe4a59f4d078385b2908ae06c278c1347cf2c commit hash: 937fe4a59f4d078385b2908ae06c278c1347cf2c commit hash: 937fe4a59f4d078385b2908ae06c278c1347cf2c commit hash: 937fe4a59f4d078385b2908ae06c278c1347cf2c 937fe4a5
12:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-simple-navigation-rails61: New port

Simple Navigation is a ruby library for creating navigations (with
multiple levels) for your Rails, Sinatra or Padrino applications. It
runs with all ruby versions.

Sponsored by:	Nepustil
commit hash: a475f8df930675694588842bbdea6b1db4a7234f commit hash: a475f8df930675694588842bbdea6b1db4a7234f commit hash: a475f8df930675694588842bbdea6b1db4a7234f commit hash: a475f8df930675694588842bbdea6b1db4a7234f a475f8df
Sunday, 20 Nov 2022
11:51 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-11-20 devel/tokamak: Last release in 2008, abandoned upstream, not used,
website disappeared
commit hash: e63134817acc57f520441da95a7fae302990ff15 commit hash: e63134817acc57f520441da95a7fae302990ff15 commit hash: e63134817acc57f520441da95a7fae302990ff15 commit hash: e63134817acc57f520441da95a7fae302990ff15 e631348
06:22 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-objsize: New port: Calculate the total size of the object subtree in
bytes (deep size)
commit hash: d1f0b3a88a0f3c9c770a88db196c0833172f0b7f commit hash: d1f0b3a88a0f3c9c770a88db196c0833172f0b7f commit hash: d1f0b3a88a0f3c9c770a88db196c0833172f0b7f commit hash: d1f0b3a88a0f3c9c770a88db196c0833172f0b7f d1f0b3a
Saturday, 19 Nov 2022
22:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-fuubar: New port

fuubar is an instafailing RSpec formatter that uses a progress b
ar instead of a string of letters and dots as feedback.
Sponsored by:	Nepustil
commit hash: 0cfd30995fc2f74882eb064a04a3b923ef3c363c commit hash: 0cfd30995fc2f74882eb064a04a3b923ef3c363c commit hash: 0cfd30995fc2f74882eb064a04a3b923ef3c363c commit hash: 0cfd30995fc2f74882eb064a04a3b923ef3c363c 0cfd309
21:07 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-11-19 devel/py-pytest4-asyncio: legacy version for pytest4 no longer used
by any port
commit hash: dbb9c0fa262c0ef524821fb9782e4260faab5ab4 commit hash: dbb9c0fa262c0ef524821fb9782e4260faab5ab4 commit hash: dbb9c0fa262c0ef524821fb9782e4260faab5ab4 commit hash: dbb9c0fa262c0ef524821fb9782e4260faab5ab4 dbb9c0f
08:09 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pytest-console-scripts: Add py-pytest-console-scripts 1.3.1

Pytest-console-scripts is a pytest plugin for running python scripts from within
tests. It's quite similar to subprocess.run(), but it also has an in-process
mode, where the scripts are executed by the interpreter that's running pytest
(using some amount of sandboxing).

In-process mode significantly reduces the run time of the test suites that run
many external scripts. This is speeds up development. In the CI environment
subprocess mode can be used to make sure the scripts also work (and behave the
same) when run by a fresh interpreter.
commit hash: cb8efe9d2fcfd80b302ec64e054c1f8cfc002df8 commit hash: cb8efe9d2fcfd80b302ec64e054c1f8cfc002df8 commit hash: cb8efe9d2fcfd80b302ec64e054c1f8cfc002df8 commit hash: cb8efe9d2fcfd80b302ec64e054c1f8cfc002df8 cb8efe9
08:09 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-flatdict: Add py-flatdict 4.0.1

FlatDict and FlatterDict are a dict classes that allows for single level,
delimited key/value pair mapping of nested dictionaries. You can interact with
FlatDict and FlatterDict like a normal dictionary and access child dictionaries
as you normally would or with the composite key.
commit hash: 783f543d5cc2b003855cf7e65c142e0cf2c742df commit hash: 783f543d5cc2b003855cf7e65c142e0cf2c742df commit hash: 783f543d5cc2b003855cf7e65c142e0cf2c742df commit hash: 783f543d5cc2b003855cf7e65c142e0cf2c742df 783f543
08:09 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-pep440: Add py-pep440 0.1.2

A simple package with utils to check whether versions number match PEP 440.
commit hash: 97a6d0658931454ebaa96079e9c240185dda2d93 commit hash: 97a6d0658931454ebaa96079e9c240185dda2d93 commit hash: 97a6d0658931454ebaa96079e9c240185dda2d93 commit hash: 97a6d0658931454ebaa96079e9c240185dda2d93 97a6d06
07:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: bb5ee4e44adb19997dbebada38d842efd0f8c9cd commit hash: bb5ee4e44adb19997dbebada38d842efd0f8c9cd commit hash: bb5ee4e44adb19997dbebada38d842efd0f8c9cd commit hash: bb5ee4e44adb19997dbebada38d842efd0f8c9cd bb5ee4e
07:22 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-nsa-rails61: New port

Listen to Rails ActiveSupport::Notifications and deliver to a Statsd
backend. This gem also supports writing your own custom collectors.

Sponsored by:	Nepustil
commit hash: 43e2cc42174be934d63276d22d3022d91cfbeb3b commit hash: 43e2cc42174be934d63276d22d3022d91cfbeb3b commit hash: 43e2cc42174be934d63276d22d3022d91cfbeb3b commit hash: 43e2cc42174be934d63276d22d3022d91cfbeb3b 43e2cc4
03:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-kt-paperclip-rails61: New port

Easy upload management for ActiveRecord.

Paperclip development has stalled and this is a fork which is being
maintained.
Sponsored by:	Nepustil
commit hash: b3dd5199d9794dcf3e1610dc3d98388c11441c44 commit hash: b3dd5199d9794dcf3e1610dc3d98388c11441c44 commit hash: b3dd5199d9794dcf3e1610dc3d98388c11441c44 commit hash: b3dd5199d9794dcf3e1610dc3d98388c11441c44 b3dd519
02:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/rubygem-makara61: New port

Makara is generic primary/replica proxy. It handles the heavy lifting of
managing, choosing, blacklisting, and cycling through connections. It
comes with an ActiveRecord database adapter implementation.

Sponsored by:	Nepustil
commit hash: 0ffa0b3c97ad9bdef54f7edede9544bb074eea68 commit hash: 0ffa0b3c97ad9bdef54f7edede9544bb074eea68 commit hash: 0ffa0b3c97ad9bdef54f7edede9544bb074eea68 commit hash: 0ffa0b3c97ad9bdef54f7edede9544bb074eea68 0ffa0b3
Tuesday, 15 Nov 2022
20:17 Juraj Lutter (otis) search for other commits by this committer
devel/py-awscli: Update to 1.27.9

- Update to 1.27.9
- Rename to comply with Python naming policy and flavorize
- Assume MAINTAINER
commit hash: 3d8e46a27fb841722555baf8106b4425d4114b9b commit hash: 3d8e46a27fb841722555baf8106b4425d4114b9b commit hash: 3d8e46a27fb841722555baf8106b4425d4114b9b commit hash: 3d8e46a27fb841722555baf8106b4425d4114b9b 3d8e46a
15:40 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-types-xxhash: remove, no longer needed after py-xxhash update

PR:		267499
commit hash: 62ed86449d8e87b4ffbcab0e2d91dd89c85a66db commit hash: 62ed86449d8e87b4ffbcab0e2d91dd89c85a66db commit hash: 62ed86449d8e87b4ffbcab0e2d91dd89c85a66db commit hash: 62ed86449d8e87b4ffbcab0e2d91dd89c85a66db 62ed864
03:06 Yuri Victorovich (yuri) search for other commits by this committer
devel/test-drive: New port: Simple testing framework
commit hash: 45840dee36a382ca142d4c44d38ce9bb37b83938 commit hash: 45840dee36a382ca142d4c44d38ce9bb37b83938 commit hash: 45840dee36a382ca142d4c44d38ce9bb37b83938 commit hash: 45840dee36a382ca142d4c44d38ce9bb37b83938 45840de
Monday, 14 Nov 2022
19:43 Tilman Keskinoz (arved) search for other commits by this committer
devel/pcsc-cyberjack: New port for Reiner SCT cyberjack PCSC driver

PR:		229361
Submitted by:	Thomas Merkel and info@maisy.de
commit hash: 677e0323efa55f8b6d88340036b4c0a135f1659d commit hash: 677e0323efa55f8b6d88340036b4c0a135f1659d commit hash: 677e0323efa55f8b6d88340036b4c0a135f1659d commit hash: 677e0323efa55f8b6d88340036b4c0a135f1659d 677e032
Friday, 11 Nov 2022
18:05 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-types-termcolor: remove, no longer needed after py-termcolor update
commit hash: b3b02fb952efe3d91268183d7c0946544ececbf3 commit hash: b3b02fb952efe3d91268183d7c0946544ececbf3 commit hash: b3b02fb952efe3d91268183d7c0946544ececbf3 commit hash: b3b02fb952efe3d91268183d7c0946544ececbf3 b3b02fb
Wednesday, 9 Nov 2022
09:47 Guido Falsi (madpilot) search for other commits by this committer
*/*pyqt*: Add pyqt6 ports

Reviewed by:		tcberner, lbartoletti, fluffy
Approved by:		kde (tcberner, lbartoletti, fluffy), portmgr (tcberner)
Differential Revision:	https://reviews.freebsd.org/D37191
commit hash: bac27439dc2f68e84f58879d3e32435e1eade2bc commit hash: bac27439dc2f68e84f58879d3e32435e1eade2bc commit hash: bac27439dc2f68e84f58879d3e32435e1eade2bc commit hash: bac27439dc2f68e84f58879d3e32435e1eade2bc bac2743
Tuesday, 8 Nov 2022
12:09 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/cppcheck: update 2.7.5 → 2.9.1

- Merge cppcheck-gui into cppcheck to simplify maintenance and testing
- Install manpage into canonical location

PR:		267262
Submitted by:	jailbird@fdf.net
commit hash: a309971953b0f7693db1c28c4468c8ede7c0286d commit hash: a309971953b0f7693db1c28c4468c8ede7c0286d commit hash: a309971953b0f7693db1c28c4468c8ede7c0286d commit hash: a309971953b0f7693db1c28c4468c8ede7c0286d a309971
09:43 Dima Panov (fluffy) search for other commits by this committer
devel/libdispatch: bring back Grand Central Dispatch API support library (+)
commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb commit hash: b9662312dff8f05fb241525a2fda6adc33183dbb b966231
Monday, 7 Nov 2022
15:31 Emanuel Haupt (ehaupt) search for other commits by this committer
devel/py-construct-classes: Add new port

Parse your binary data into dataclasses. Pack your dataclasses into
binary data.

construct-classes rely on construct for parsing and packing. The
programmer needs to manually write the Construct expressions. There is
also no type verification, so it is the programmer's responsibility that
the dataclass and the Construct expression match.
commit hash: 9b9f2b69b61439693ac862da3955c802af11195a commit hash: 9b9f2b69b61439693ac862da3955c802af11195a commit hash: 9b9f2b69b61439693ac862da3955c802af11195a commit hash: 9b9f2b69b61439693ac862da3955c802af11195a 9b9f2b6
Sunday, 6 Nov 2022
19:53 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-spyder: Move to devel/spyder

because it is an application.
commit hash: e6388201c8641f7208d94c554d9b3043088ded2c commit hash: e6388201c8641f7208d94c554d9b3043088ded2c commit hash: e6388201c8641f7208d94c554d9b3043088ded2c commit hash: e6388201c8641f7208d94c554d9b3043088ded2c e638820
13:02 Dima Panov (fluffy) search for other commits by this committer
devel/glibmm26:	add new port with 2.68 API/ABI (stable branch) (+)

Time to strart transition from the outdated glibmm-2.4 API to the latest 2.68
API.
This port provide a latest release of glibmm-2.68 API, 2.74.0

Changelog since latest 2.4 API releases:

https://gitlab.gnome.org/GNOME/glibmm/-/blob/master/NEWS
commit hash: 3ffcbed75e73e3d467604a143b181f3b8d78c771 commit hash: 3ffcbed75e73e3d467604a143b181f3b8d78c771 commit hash: 3ffcbed75e73e3d467604a143b181f3b8d78c771 commit hash: 3ffcbed75e73e3d467604a143b181f3b8d78c771 3ffcbed
08:20 Yuri Victorovich (yuri) search for other commits by this committer
devel/json-dto: New port: Header-only library for converting data between JSON
and C++ structs
commit hash: f25a3727f17533abe9438c704a511db3127d1e43 commit hash: f25a3727f17533abe9438c704a511db3127d1e43 commit hash: f25a3727f17533abe9438c704a511db3127d1e43 commit hash: f25a3727f17533abe9438c704a511db3127d1e43 f25a372
Tuesday, 1 Nov 2022
21:59 Juraj Lutter (otis) search for other commits by this committer
devel/py-pkgutil-resolve-name: Add new port

Add devel/py-pkgutil-resolve-name, a backport of pkgutil_resolve_name
from python 3.9.
commit hash: 5384e639c1eb0e015a9ebcaffe2a56ef863ddd38 commit hash: 5384e639c1eb0e015a9ebcaffe2a56ef863ddd38 commit hash: 5384e639c1eb0e015a9ebcaffe2a56ef863ddd38 commit hash: 5384e639c1eb0e015a9ebcaffe2a56ef863ddd38 5384e63
14:23 Jan Beich (jbeich) search for other commits by this committer
devel/d-spy: add new port

D-Spy is a tool to explore and test end-points and interfaces on the
System or Session D-Bus. You can also connect to D-Bus peers by
address. D-Spy was originally part of GNOME Builder.

https://gitlab.gnome.org/GNOME/d-spy
commit hash: 3b9e23a18a2d5c3bcbc20d0f9fbf7adad731e9df commit hash: 3b9e23a18a2d5c3bcbc20d0f9fbf7adad731e9df commit hash: 3b9e23a18a2d5c3bcbc20d0f9fbf7adad731e9df commit hash: 3b9e23a18a2d5c3bcbc20d0f9fbf7adad731e9df 3b9e23a
10:36 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-zfp: New port: High throughput library for compressed floating-point
arrays
commit hash: 7605224ac113f2f5e03b9dbce519d151fd9270ef commit hash: 7605224ac113f2f5e03b9dbce519d151fd9270ef commit hash: 7605224ac113f2f5e03b9dbce519d151fd9270ef commit hash: 7605224ac113f2f5e03b9dbce519d151fd9270ef 7605224
Monday, 31 Oct 2022
23:09 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer Author: Daniel Engberg
devel/gdmd: New port: Wrapper providing DMD-like CLI interface to GDC

An interface to the GNU D compiler (GDC), which recognizes flags normally
used with the DMD D compiler and translates them to flags GDC can understand.
This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation.
PR:		266826
commit hash: 427c0ca99bb879365377dbf229d23fa965debfcd commit hash: 427c0ca99bb879365377dbf229d23fa965debfcd commit hash: 427c0ca99bb879365377dbf229d23fa965debfcd commit hash: 427c0ca99bb879365377dbf229d23fa965debfcd 427c0ca
Friday, 28 Oct 2022
15:55 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pyxdg: Remove duplicate in favor of devel/py-xdg

Reported by:	rhurlin@gwdg.de
commit hash: 6a9eaac5354cc11f9bc65bedbfed576d668af90f commit hash: 6a9eaac5354cc11f9bc65bedbfed576d668af90f commit hash: 6a9eaac5354cc11f9bc65bedbfed576d668af90f commit hash: 6a9eaac5354cc11f9bc65bedbfed576d668af90f 6a9eaac
Saturday, 22 Oct 2022
17:22 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Martin Neubauer
Add devel/p5-String-KeyboardDistance: String Comparison Algorithm

PR:		267046
commit hash: 76d822d633c91164fa940d39abc78e405b2c867d commit hash: 76d822d633c91164fa940d39abc78e405b2c867d commit hash: 76d822d633c91164fa940d39abc78e405b2c867d commit hash: 76d822d633c91164fa940d39abc78e405b2c867d 76d822d
17:22 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Martin Neubauer
Add devel/p5-Text-Levenshtein-Damerau-XS: XS Damerau Levenshtein edit distance

PR:		267047
commit hash: 392abcf58a119648238a49ed278725547f534183 commit hash: 392abcf58a119648238a49ed278725547f534183 commit hash: 392abcf58a119648238a49ed278725547f534183 commit hash: 392abcf58a119648238a49ed278725547f534183 392abcf
09:35 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Robert Clausecker
Add devel/gcli: CLI utility to interact with various Git forges

GCLI is a simple and portable CLI tool for interacting with GitHub,
GitLab, and Gitea from the command line.

This tool was written because the official GitHub CLI tool only supports
GitHub.  The author wanted a simple unified tool for various git forges
such as GitHub and GitLab because every forge does things differently
yet all build on Git and purposefully break with its philosophy.

Also, the official tool from Github is written in Go, which does manual
DNS resolution which is a massive security vulnerability for people
using Tor as it leaks your IP to the DNS server. This program builds
upon libcurl, which obeys the operating system's DNS resolution
mechanisms and thus also works with Tor.

PR:		267224
commit hash: 65240f34c0d836ec3670e7dcda5f8589aaba6dc1 commit hash: 65240f34c0d836ec3670e7dcda5f8589aaba6dc1 commit hash: 65240f34c0d836ec3670e7dcda5f8589aaba6dc1 commit hash: 65240f34c0d836ec3670e7dcda5f8589aaba6dc1 65240f3
Thursday, 20 Oct 2022
14:36 Brad Davis (brd) search for other commits by this committer
devel/py-robotframework-requests: New port version 0.9.3

Approved by:	garga
commit hash: 2c3a54645b0e3d1735134145593b4db53fcfa621 commit hash: 2c3a54645b0e3d1735134145593b4db53fcfa621 commit hash: 2c3a54645b0e3d1735134145593b4db53fcfa621 commit hash: 2c3a54645b0e3d1735134145593b4db53fcfa621 2c3a546
Wednesday, 19 Oct 2022
01:21 Yuri Victorovich (yuri) search for other commits by this committer
devel/readerwriterqueue: New port: Fast single-producer, single-consumer
lock-free queue for C++
commit hash: 07d9aad8767e1ef51bc0a0ae038387d3995f49fa commit hash: 07d9aad8767e1ef51bc0a0ae038387d3995f49fa commit hash: 07d9aad8767e1ef51bc0a0ae038387d3995f49fa commit hash: 07d9aad8767e1ef51bc0a0ae038387d3995f49fa 07d9aad
Tuesday, 18 Oct 2022
08:17 Yuri Victorovich (yuri) search for other commits by this committer
devel/lefthook: New port: Fast and powerful Git hooks manager for any type of
projects
commit hash: 1f18b49a254e6969f37f8bdd72bbcd50d0434a8b commit hash: 1f18b49a254e6969f37f8bdd72bbcd50d0434a8b commit hash: 1f18b49a254e6969f37f8bdd72bbcd50d0434a8b commit hash: 1f18b49a254e6969f37f8bdd72bbcd50d0434a8b 1f18b49
02:29 Yuri Victorovich (yuri) search for other commits by this committer
devel/pybind11-json: New port: Using nlohmann::json with pybind11
commit hash: 98f11926f60aebc5e357916486ab5d646daf43f1 commit hash: 98f11926f60aebc5e357916486ab5d646daf43f1 commit hash: 98f11926f60aebc5e357916486ab5d646daf43f1 commit hash: 98f11926f60aebc5e357916486ab5d646daf43f1 98f1192
Sunday, 16 Oct 2022
21:10 Adam Weinberger (adamw) search for other commits by this committer
devel/msgpack: Update and split into C and C++ versions

Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 9e03d99
Saturday, 15 Oct 2022
16:47 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-ipykernel5: Remove in favor of devel/py-ipykernel

Ports were switched to devel/py-ipykernel5 on 2020-05-07
because devel/py-ipykernel has expired at the time.

Currently main consumers of devel/py-ipykernel - Jupyter and
Spyder - work fine with devel/py-ipykernel.

There is no reason to use an outdated devel/py-ipykernel5 everywhere.
commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 commit hash: a2f2582c5c9a3c7b962fa93f8da4ac69294f3fa6 a2f2582
05:35 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pytest-tornasync: New port: PyTest plugin for testing Python 3.5+
Tornado code
commit hash: 98405844a827e2b6d0bbfc10ba8c05734453661b commit hash: 98405844a827e2b6d0bbfc10ba8c05734453661b commit hash: 98405844a827e2b6d0bbfc10ba8c05734453661b commit hash: 98405844a827e2b6d0bbfc10ba8c05734453661b 9840584
05:22 Yuri Victorovich (yuri) search for other commits by this committer
debel/py-nbval: New port: PyTest plugin to validate Jupyter notebooks
commit hash: 2d8d281cb5c2f3f3c786ccbb1bbd36e7539471c8 commit hash: 2d8d281cb5c2f3f3c786ccbb1bbd36e7539471c8 commit hash: 2d8d281cb5c2f3f3c786ccbb1bbd36e7539471c8 commit hash: 2d8d281cb5c2f3f3c786ccbb1bbd36e7539471c8 2d8d281
Thursday, 13 Oct 2022
07:52 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pylint-venv: New port: Pylint-venv allows use same Pylint with
different virtual environments
commit hash: e8948076b9a9134a89f8f423b60c40e58938255f commit hash: e8948076b9a9134a89f8f423b60c40e58938255f commit hash: e8948076b9a9134a89f8f423b60c40e58938255f commit hash: e8948076b9a9134a89f8f423b60c40e58938255f e894807
Wednesday, 12 Oct 2022
16:40 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-pyxdg: New port: PyXDG is implementations of freedesktop.org standards
in python
commit hash: f2fb8da170aaf2f7957736acf337bf4a8a96ed20 commit hash: f2fb8da170aaf2f7957736acf337bf4a8a96ed20 commit hash: f2fb8da170aaf2f7957736acf337bf4a8a96ed20 commit hash: f2fb8da170aaf2f7957736acf337bf4a8a96ed20 f2fb8da
Sunday, 9 Oct 2022
19:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-hatch-fancy-pypi-readme: Add py-hatch-fancy-pypi-readme 22.8.0

hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about
the first impression of their project's PyPI landing page. It allows you to
define your PyPI project description in terms of concatenated fragments that are
based on static strings, files, and most importantly: parts of files defined
using cut-off points or regular expressions.

Once you've assembled your readme, you can additionally run regular
expression-based substitutions over it. For instance to make relative links
absolute or to linkify users and issue numbers in your changelog.
commit hash: d4e70cca1a2e5638cf401106f1a8c758d401fd7a commit hash: d4e70cca1a2e5638cf401106f1a8c758d401fd7a commit hash: d4e70cca1a2e5638cf401106f1a8c758d401fd7a commit hash: d4e70cca1a2e5638cf401106f1a8c758d401fd7a d4e70cc
15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-flipper021: Remove obsoleted port

Use devel/rubygem-flipper instead.
commit hash: 18a926b3b16149afc7167aa1d330f269bc0bf76b commit hash: 18a926b3b16149afc7167aa1d330f269bc0bf76b commit hash: 18a926b3b16149afc7167aa1d330f269bc0bf76b commit hash: 18a926b3b16149afc7167aa1d330f269bc0bf76b 18a926b
15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-fugit12: Remove obsoleted port

Use devel/rubygem-fugit instead.
commit hash: baaed02e02f7d5d453ebf54da2ea25094943f71d commit hash: baaed02e02f7d5d453ebf54da2ea25094943f71d commit hash: baaed02e02f7d5d453ebf54da2ea25094943f71d commit hash: baaed02e02f7d5d453ebf54da2ea25094943f71d baaed02

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

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