<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/GIDs, branch 13-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=13-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=13-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-05-03T14:18:55Z</updated>
<entry>
<title>www/lubelogger: Add new port</title>
<updated>2026-05-03T14:18:55Z</updated>
<author>
<name>Adam T. Carpenter</name>
<email>atc@53hor.net</email>
</author>
<published>2026-02-27T01:28:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f324263fd8784dbbde36c89bacb7deeee725313b'/>
<id>urn:sha1:f324263fd8784dbbde36c89bacb7deeee725313b</id>
<content type='text'>
PR:		290719
Co-authored-by:	Gleb Popov &lt;arrowd@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>www/evcc: add version 0.304.1</title>
<updated>2026-04-08T06:34:02Z</updated>
<author>
<name>Matthias Fechner</name>
<email>mfechner@FreeBSD.org</email>
</author>
<published>2026-04-08T06:32:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d1cd65d39dca2bfa2ab96938df1a5f8b54385a54'/>
<id>urn:sha1:d1cd65d39dca2bfa2ab96938df1a5f8b54385a54</id>
<content type='text'>
Software to enhance charging of electric vehicle.
evcc can be used as an energy management system.

See here for more details:
https://evcc.io/
</content>
</entry>
<entry>
<title>www/zoraxy: Add new port</title>
<updated>2026-03-29T18:45:33Z</updated>
<author>
<name>Jochen Neumeister</name>
<email>joneum@FreeBSD.org</email>
</author>
<published>2026-03-29T18:43:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7bfb425f9fcd797cec8db14d608c5bea4c5c0146'/>
<id>urn:sha1:7bfb425f9fcd797cec8db14d608c5bea4c5c0146</id>
<content type='text'>
www/zoraxy: Add Zoraxy reverse proxy

Zoraxy is a general-purpose HTTP reverse proxy and forwarding tool
written in Go. It provides a web-based interface for managing
reverse proxy rules, routing, and access control.

Features:
- Web-based management interface
- Reverse proxy and forwarding capabilities
- Plugin support
- Lightweight and self-contained (no external web server required)

WWW: https://github.com/tobychui/zoraxy

Sponsored by:	Netzkommune GmbH
</content>
</entry>
<entry>
<title>www/garage: Update to 2.2.0</title>
<updated>2026-03-26T07:14:10Z</updated>
<author>
<name>Jesús Daniel Colmenares Oviedo</name>
<email>dtxdf@FreeBSD.org</email>
</author>
<published>2026-03-26T07:10:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=325797c15b4be3b8f17c9f678f68b34895103546'/>
<id>urn:sha1:325797c15b4be3b8f17c9f678f68b34895103546</id>
<content type='text'>
* Take MAINTAINERSHIP.
* Pet portclippy/portfmt.
* Run garage as a unprivileged user.
* Create a sample configuration file to use /var/db/garage as default
  meta and data directory.
* Add DOCS option.
* Fix pkg-message formatting.

ChangeLog: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v2.2.0

PR:             293011
Reported by:    yds@Necessitu.de
Approved by:    ashish@ (email)
</content>
</entry>
<entry>
<title>www/vinyl09: New port</title>
<updated>2026-03-22T16:47:52Z</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2026-03-22T16:45:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6af727639c95d0ffdfd004d75975dfb27a990354'/>
<id>urn:sha1:6af727639c95d0ffdfd004d75975dfb27a990354</id>
<content type='text'>
Vinyl Cache, formerly known as Varnish Cache, is a web application accelerator
also known as a caching HTTP reverse proxy. You install it in front of any
server that speaks HTTP and configure it to cache the contents. Vinyl Cache is
really, really fast. It typically speeds up delivery by a factor of 300-1000x,
depending on your architecture.

Documentation and additional information about vinyl is available on
https://vinyl-cache.org/docs/index.html

Technical questions about vinyl and this release should be addressed
to &lt;vinyl-dev@vinyl-cache.org&gt;
</content>
</entry>
<entry>
<title>net-p2p/autopulse: New port autopulse v1.5.0 - Scan MultiMedia library on webhook triggers</title>
<updated>2026-02-04T12:41:14Z</updated>
<author>
<name>Michiel van Baak Jansen</name>
<email>michiel@vanbaak.eu</email>
</author>
<published>2025-01-26T13:24:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2e0f8604f3279d5e58374db4d7642b97677bf80a'/>
<id>urn:sha1:2e0f8604f3279d5e58374db4d7642b97677bf80a</id>
<content type='text'>
An automated scanning tool that bridges media organizers
such as Sonarr and Radarr with media servers
such as Plex and Jellyfin.

The goal is to provide a simple, efficient, and reliable way to update
your media library reducing full library scans.

A key feature is the ability to provide a hash of the file to the API,
which will then wait for the file to match that hash before updating targets.

Another benefit over autoscan is support for PostgreSQL as backend.

WWW: https://github.com/dan-online/autopulse

PR:		282175
</content>
</entry>
<entry>
<title>sysutils/mtail: New Port</title>
<updated>2026-01-01T01:27:31Z</updated>
<author>
<name>Mark Felder</name>
<email>feld@FreeBSD.org</email>
</author>
<published>2026-01-01T00:38:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9702a3744ffa22cec0d647322d7c9b9a2395f8c0'/>
<id>urn:sha1:9702a3744ffa22cec0d647322d7c9b9a2395f8c0</id>
<content type='text'>
mtail is a tool for extracting metrics from application logs to be
exported into a timeseries database or timeseries calculator for
alerting and dashboarding.

It fills a monitoring niche by being the glue between applications that
do not export their own internal state (other than via logs) and
existing monitoring systems, such that system operators do not need to
patch those applications to instrument them or writing custom extraction
code for every such application.
</content>
</entry>
<entry>
<title>security/opkssh: New port: Tool which enables SSH to be used with OpenID Connect</title>
<updated>2025-11-16T00:24:19Z</updated>
<author>
<name>Jesús Daniel Colmenares Oviedo</name>
<email>dtxdf@FreeBSD.org</email>
</author>
<published>2025-11-16T00:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db1d18b39a6ad50d354a301831716c246b4c57e4'/>
<id>urn:sha1:db1d18b39a6ad50d354a301831716c246b4c57e4</id>
<content type='text'>
opkssh is a tool which enables ssh to be used with OpenID Connect
allowing SSH access to be managed via identities like alice@example.com
instead of long-lived SSH keys. It does not replace SSH, but instead
generates SSH public keys containing PK Tokens and configures sshd
to verify them. These PK Tokens contain standard OpenID Connect ID
Tokens. This protocol builds on the OpenPubkey which adds user
public keys to OpenID Connect without breaking compatibility with
existing OpenID Provider.
</content>
</entry>
<entry>
<title>mail/stalwart: New port: Stalwart Mail Server</title>
<updated>2025-10-22T05:16:52Z</updated>
<author>
<name>Mark Felder</name>
<email>feld@FreeBSD.org</email>
</author>
<published>2025-10-22T05:13:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ebc0be89db2409163fc992c01233be4684df3939'/>
<id>urn:sha1:ebc0be89db2409163fc992c01233be4684df3939</id>
<content type='text'>
Stalwart Mail Server is an open-source mail server solution with
JMAP, IMAP4, POP3, and SMTP support and a wide range of modern
features. It is written in Rust and designed to be secure, fast,
robust and scalable.

WWW: https://stalw.art/

PR:  286326
Submitted by:	 Orville Song &lt;orville@anislet.dev&gt;
</content>
</entry>
<entry>
<title>net-mgmt/omada5: New port: Omada Software Controller</title>
<updated>2025-10-21T01:05:50Z</updated>
<author>
<name>Mark Felder</name>
<email>feld@FreeBSD.org</email>
</author>
<published>2025-10-21T00:56:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a617a363851fe56a8a13a8e65c54b508ec2a1b98'/>
<id>urn:sha1:a617a363851fe56a8a13a8e65c54b508ec2a1b98</id>
<content type='text'>
The Omada SDN Controller allows you to manage up to 1,500 access
points, switches, and routers.

WWW: https://www.omadanetworks.com/us/business-networking/omada-controller-cloud-software/omada-software-controller/
</content>
</entry>
</feed>
