| non port: sysutils/Makefile |
Number of commits found: 3081 (showing only 100 on this page) |
|
Tuesday, 12 May 2026
|
17:19 Olivier Cochard (olivier)
sysutils/osquery: Add new port
SQL powered operating system instrumentation and analytics
Sponsored by: Netflix
b2b57cb |
|
Monday, 11 May 2026
|
12:24 Yusuf Yaman (nxjoseph) Author: Marcel Bischoff
sysutils/hl: Add new port
hl is a fast and powerful log viewer and processor that converts
JSON logs or logfmt logs into a clear human-readable format.
PR: 294147
Reported by: Marcel Bischoff <marcel@herrbischoff.com>
Approved by: osa (mentor)
1a26794 |
|
Friday, 8 May 2026
|
15:47 Alexander Ziaee (ziaee)
sysutils/Makefile: Add firstboot-pkg-upgrade
MFC: 2026Q2
Fixes: 00f7e6eb6c82 (sysutils/firstboot-pkg-upgrade)
Reported by: ivy
eb29a4d |
|
Wednesday, 6 May 2026
|
05:18 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/prokshy: New port: Small and lightweight bhyve agent
prokshy is a small and lightweight script that uses unixexec to
exchange data through the special character file (/dev/vtcon/prokshy)
created by virtio_console(4). This script is designed to "standardize"
the way a command is executed from the host into the virtual machine.
The host connects to the unix(4) socket created by bhyve(8) and
then sends a command, a space, and then the data (or the command’s
argument). prokshy doesn’t care about the argument format: you can
use netstring, JSON, base64, or any other format that can be sent
for the command you’ve created. That’s the other advantage of
prokshy: it allows you to implement a "command," making it truly
flexible.
WWW: https://github.com/DtxdF/prokshy
3acfcd3 |
|
Monday, 4 May 2026
|
16:48 Rene Ladan (rene)
cleanup: Remove expired cfengine ports:
2026-05-01 sysutils/cfengine323: No longer supported by upstream
2026-05-01 sysutils/cfengine-masterfiles323: No longer supported by upstream
aef9418 |
16:47 Rene Ladan (rene)
cleanup: Remove expired cfengine ports:
2026-05-01 sysutils/cfengine321: No longer supported by upstream
2026-05-01 sysutils/cfengine-masterfiles321: No longer supported by upstream
031cddd |
16:46 Rene Ladan (rene)
sysutils/cfengine322: Remove expired port
2026-05-01 sysutils/cfengine322: No longer supported by upstream
ff6d67f |
16:46 Rene Ladan (rene)
sysutils/cfengine-masterfiles322: Remove expired port
2026-05-01 sysutils/cfengine-masterfiles322: No longer supported by upstream
3a2d7a6 |
|
Tuesday, 28 Apr 2026
|
10:17 Kevin Bowling (kbowling)
sysutils/py-greaseweazle: New port
Magnetic flux tool to read, write, analyze floppy disks.
https://github.com/keirf/greaseweazle
e931506 |
|
Monday, 27 Apr 2026
|
03:51 Vladimir Druzenko (vvd) Author: Henry Hu
sysutils/nvtop: New port: GPU & Accelerator process monitoring
NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for GPUs
and accelerators. It can handle multiple GPUs and print information
about them in a htop-familiar way.
Currently supported vendors are AMD (Linux amdgpu driver), Apple
(limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915/Xe
drivers), NVIDIA (Linux proprietary divers), Qualcomm Adreno (Linux MSM
driver), Broadcom VideoCore (Linux v3d driver), Rockchip, MetaX (MXSML
driver), Enflame (Linux EFML driver).
PR: 294825
Sponsored by: UNIS Labs
b7c9c5d |
00:31 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/py-dex: New port: DesktopEntry Execution
dex (DesktopEntry Execution) is a program to generate and execute
DesktopEntry files of the Application type.
WWW: https://github.com/jceb/dex/
4d7baf5 |
00:01 Robert Clausecker (fuz)
sysutils/py-ioztat: move to filesystems
Seems more appropriate.
PR: 286662
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: tom@hur.st (maintainer timeout)
Event: Wiesbaden Hackathon 202604
dfeb28f |
00:01 Robert Clausecker (fuz) Author: Jan Bramkamp
sysutils/s6-frontend: Frontend to the s6 init system
s6-frontend is a frontend to the s6 init system.
It provides the one-stop-shop s6 command,
that is used to address every part of the s6 init system.
WWW: https://www.skarnet.org/software/s6-frontend/
Event: Wiesbaden Hackathon 202604
a37192b |
|
Tuesday, 21 Apr 2026
|
18:22 Po-Chuan Hsieh (sunpoet)
sysutils/py-azure-cli-base: Remove obsoleted port
It is no longer needed after py-azure-* and related ports moved to PEP 517
installation.
a16a7cd |
|
Monday, 20 Apr 2026
|
13:56 Jimmy Olgeni (olgeni)
sysutils/wander: New port: TUI for HashiCorp Nomad
0d5867b |
01:47 Jimmy Olgeni (olgeni)
sysutils/taws: New port: TUI for AWS infrastructure
4a15e4c |
|
Saturday, 18 Apr 2026
|
00:30 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/bin: New port: Effortless binary manager
bin is a lightweight, cross-platform binary manager designed to
simplify the installation and management of single-binary applications,
which are gaining popularity due to languages such as Go, Rust or Deno.
Features:
* Zero Configuration
* No Root Required
* Version Management
* Lightweight
* Multiple Sources
WWW: https://github.com/marcosnils/bin/
4521f52 |
|
Wednesday, 15 Apr 2026
|
13:37 Vladimir Druzenko (vvd) Author: Generic Rikka
sysutils/mpifileutils: New port: MPI parallel file utilities for high
scalability on large filesystems
FileUtils provides a library (libmfu) and a suite of MPI-parallel file
utilities such as dcp (parallel copy), dcmp (compare), ddup (duplicate
finder), dfind, dtar/dbz2, dchmod, and more. Designed for high
scalability on large filesystems.
https://hpc.github.io/mpifileutils/
https://github.com/hpc/mpifileutils/
Pull request to upstream repo with local patches:
https://github.com/hpc/mpifileutils/pull/664
PR: 291679
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
5f283cd |
02:44 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/unixexec: New port: Attach stdin/stdout of a command to a Unix socket
unixexec attaches the stdin/stdout of a command to a Unix socket:
* immediately exec(3)'s the command: the data is not proxied via another process
* does not multiplex access to a socket
WWW: https://github.com/DtxdF/unixexec/
716e7ab |
|
Monday, 13 Apr 2026
|
04:30 Cy Schubert (cy)
sysutils/py-ansible-core*: Convert py-ansible-core to a metaport
1. Move sysutils/py-ansible-core to sysutils/py-ansible-core218.
2. Add a metaport, sysutils/py-ansible-core pointing to
sysutils/py-ansible-core218.
3. Convert sysutils/py-ansible-core219 and sysutils/py-ansible-core220
to master ports for use as master ports.
This is in preparation to upgrade sysutils/py-ansible-core to 2.19.
The reason for this is as is stated in commit 8b9df0bef174,
incompatibilities may require users to adjust their playbooks and roles
in order to work on ansible-core 2.19.
See:
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html
1f7ac89 |
|
Tuesday, 31 Mar 2026
|
18:36 Rene Ladan (rene)
sysutils/alfio: Remove expired port
2026-03-31 sysutils/alfio: Upstream abandoned the project and does not
distribute it anymore
1fc8d44 |
17:51 Rene Ladan (rene)
sysutils/tmate: Remove expired port
2026-03-31 sysutils/tmate: Upstream unmaintained
d73febf |
15:56 Rene Ladan (rene)
sysutils/tmate-ssh-server: Remove expired port
2026-03-30 sysutils/tmate-ssh-server: Upstream unmaintained
f708bff |
|
Monday, 30 Mar 2026
|
22:07 Dave Cottlehuber (dch)
sysutils/sylve: new port: lightweight GUI for managing jails & bhyve
Sponsored by: SkunkWerks, GmbH
Sponsored by: Alchemilla
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52137
a5575ead |
|
Sunday, 29 Mar 2026
|
13:35 Danilo Egea Gondolfo (danilo)
sysutils/incus-client: Add new port incus-client 6.23.0
incus-client is the CLI tool used to manage Incus servers.
https://linuxcontainers.org/incus/docs/main/
https://github.com/lxc/incus
33db26f |
|
Friday, 20 Mar 2026
|
17:05 Dave Cottlehuber (dch)
sysutils/erldash: new port - top for erlang/BEAM apps
Sponsored by: SkunkWerks, GmbH
336661a |
10:23 Palle Girgensohn (girgen)
sysutils/beats9: Remove in favour of beats9N ports
This port was accidentally commited in parallel with the work done by
Saro and vvd@ for the entire elastic eco system keeping separate ports
for all three active elastic branches, beats8, beats92 and beats93.
bdf9ed7 |
|
Tuesday, 17 Mar 2026
|
21:12 Vladimir Druzenko (vvd)
sysutils/beats9{1,2,3}: Connect to build
PR: 291018 291019 293759
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
77de7e9 |
15:46 Palle Girgensohn (girgen)
sysutils/beats9: New port
Add sysutils/beats9, beats component for ELK 9.x.
WWW: https://github.com/elastic/beats/tree/v9.3.1
50120f0 |
|
Friday, 13 Mar 2026
|
20:21 Vladimir Druzenko (vvd) Author: Saro
sysutils/logstash93: New port version 9.3.1
Server-side data ingestion and transformation tool (9.3.x version).
Release Notes:
https://www.elastic.co/docs/release-notes/logstash#logstash-9.3.1-release-notes
PR: 293760
Approved by: elastic (maintainer, implicit - inactive for more than 6 months)
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
4587ae5 |
|
Wednesday, 11 Mar 2026
|
05:44 Xin LI (delphij)
sysutils/rubygem-bundler-audit: Add new port
bundler-audit provides patch-level verification for Bundled Ruby
applications by auditing Gemfile.lock against a database of known
vulnerabilities.
Also add rubygem-bundle-audit as a wrapper gem that depends on
rubygem-bundler-audit, for developers who reference "bundle-audit"
instead of "bundler-audit".
82d92b5 |
|
Monday, 9 Mar 2026
|
18:18 Po-Chuan Hsieh (sunpoet)
sysutils/rubygem-chef-utils18: Add rubygem-chef-utils18 18.9.4 (copied from
rubygem-chef-utils)
- Add PORTSCOUT
2c9191a |
18:18 Po-Chuan Hsieh (sunpoet)
sysutils/rubygem-chef-config18: Add rubygem-chef-config18 18.9.4 (copied from
rubygem-chef-config)
- Add PORTSCOUT
afc30d0 |
02:58 Xavier Beaudouin (kiwi)
systutils/aoostar-rs: AOOSTAR WTR MAX / GEM12+ PRO LCD screen control tool
asterctl is an open-source tool to control the embedded LCD screen of the
AOOSTAR WTR MAX and GEM12+ PRO mini PCs.
Features:
- Switch the secondary display on or off
- Display custom images (auto-scaled to 960x376, RGB565)
- Render dynamic sensor panels compatible with AOOSTAR-X config files
- Partial screen update support for fast refresh
- USB device/serial port selection
The LCD screen communicates over USB UART (vendor ID 0x0416, product ID
0x90A1). On FreeBSD the device appears as /dev/cuaU0 (requires the umodem
kernel module).
All protocol commands have been reverse engineered from the original
AOOSTAR-X Windows software. No official documentation is available.
fef6a773 |
|
Saturday, 7 Mar 2026
|
16:58 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/py-dbuild: New port: Build, test, and push FreeBSD OCI container images
dbuild is a build tool for daemonless container images. It reads a
project directory containing Containerfile templates and an optional
.daemonless/config.yaml, then handles the full image lifecycle:
build, integration test, SBOM generation, and registry push.
WWW: https://daemonless.io/guides/dbuild
78d07a6 |
|
Thursday, 5 Mar 2026
|
17:02 Rodrigo Osorio (rodrigo)
sysutils/whowatch: Revert port removal and mark it broken
This reverts commit 10c44e86de34692159e298a8d3542cecd596c5db.
This reverts commit e49d8ae4238f7402cfc9d9cc61c033c85ceaa818.
Mark sysutils/whowatch broken because current version is completly
unusable in FreeBSD. PR 293113 tries to fix it.
8d60ebd |
14:09 Rodrigo Osorio (rodrigo)
sysutils/Makefile: Remove sysutils/whowatch
Whowatch was designed as a Linux application that relies
on /var/log/wtmp and /var/run/utmp, which are now legacy
on FreeBSD.
Fixing the application for FreeBSD requires rewriting a large part of it.
e49d8ae |
|
Thursday, 12 Feb 2026
|
21:16 Nicola Vitale (nivit)
sysutils/rucola: Add new port
Terminal-based markdown note manager to view statistics, explore connections
and launch editing and viewing applications.
Features:
- Present users of a zettelkasten-like note system of interlinked markdown
files with high-level information & statistics about their notes.
- Show the same information about filtered subsets of notes, as well as their
relation with the entire note set.
- Allow the user to view and follow links and backlinks of a single note to
see connections within their note graph.
- Allow the user to make small edits such as renaming or moving notes from
within the application.
- Provide easy access to a powerful, external text editor for editing notes.
- Optionally compile notes to HTML-documents, including LaTeX compilation and
code highlighting, on the fly and show them in an external viewer.
- Provide all of this functionality from within a terminal user interface.
https://github.com/Linus-Mussmaecher/rucola
20d7fef |
21:16 Nicola Vitale (nivit)
sysutils/rustic: Add new port
Rustic is a backup tool that provides fast, encrypted, deduplicated backups.
It reads and writes the restic repo format described in the design document and
can be used as a restic replacement in most cases.
It is implemented in Rust, a performant, memory-efficient, and reliable
cross-platform systems programming language.
Stability
Rustic currently is in beta state and misses regression tests. It is not
recommended to use it for production backups, yet.
https://rustic.cli.rs/
e4a037a |
|
Wednesday, 11 Feb 2026
|
11:44 Tiago Gasiba (tiga)
sysutils/android-file-transfer-qt5: Remove qt5 port
- since qt5 is being deprecated in favor qt6, remove port
- qt6 option is available in sysutils/android-file-transfer
MFH: 2026Q1
ff00ed2 |
|
Monday, 9 Feb 2026
|
18:40 Adam Weinberger (adamw)
sysutils/try-rs: Add port
This is a cool tool (a reimagining of github.com/tobi/try) that creates,
searches, previews, and recalls all those little "what-if" terminal
experiments. Rather than deleting an experiment when you're done (guilty)
or putting all your experiments into one big directory with
incomprehensible names (guilty), it gives you a TUI to search, clone,
enter, edit, delete, etc. It can clone based on existing experiments, or
clone from git repos.
Perhaps most importantly, it comes with themes.
ed81283 |
|
Thursday, 5 Feb 2026
|
22:14 Tiago Gasiba (tiga)
sysutils/py-nvitop: New port: Interactive NVIDIA-GPU process viewer
An interactive NVIDIA-GPU process viewer and beyond, the one-stop
solution for GPU process management.
WWW: https://github.com/XuehaiPan/nvitop
PR: 289083
Approved by: eduardo (mentor)
bf0cbcb |
07:10 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/xclipsync: New port: Trivial tool for synchronizing the clipboard
between two X11 sessions
xclipsync is a simple and lightweight script for synchronizing the
clipboard between two X servers created, for example, by Xephyr(1) or
Xnest(1), or even for synchronizing the clipboard between the host and
another X server.
WWW: https://github.com/DtxdF/xclipsync
0589ed4 |
|
Sunday, 1 Feb 2026
|
10:47 Rene Ladan (rene)
sysutils/stressdisk: Remove expired port
2026-01-31 sysutils/stressdisk: dead upstream
0fafa1d |
10:45 Rene Ladan (rene)
sysutils/burp-devel: Remove expired port
2026-01-31 sysutils/burp-devel: 3.2.0 is the new stable version based on 3.1.4.
Use sysutils/burp instead
c1bb69e |
10:44 Rene Ladan (rene)
sysutils/wiimms: Remove expired port
2026-01-31 sysutils/wiimms: sysutils/wiimms has been abandoned for many years
05c1977 |
|
Saturday, 31 Jan 2026
|
14:14 Po-Chuan Hsieh (sunpoet)
sysutils/py-python-on-whales: Add py-python-on-whales 0.80.0
A Docker client for Python, designed to be fun and intuitive!
Works on Linux, macOS and Windows, for Python 3.8 and above.
a06d382 |
12:44 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
b5e0060 |
|
Thursday, 29 Jan 2026
|
20:03 Rene Ladan (rene)
*/bareos22-*: Remove expired ports:
2026-01-27 www/bareos22-webui: not supported upstream
2026-01-27 sysutils/bareos22-client: not supported upstream
2026-01-27 sysutils/bareos22-traymonitor: not supported upstream
2026-01-27 sysutils/bareos22-server: not supported upstream
04b92aa |
|
Wednesday, 28 Jan 2026
|
08:58 Matthias Fechner (mfechner)
sysutils/rubygem-ohai18: add version 18.2.8
Required for some gems.
53933ef |
|
Tuesday, 27 Jan 2026
|
15:16 Cy Schubert (cy)
sysutils/py-ansible-core220: Add new port
Ansible-core 2.20.1 brings in new features and bugfixes. It will not
work with our default python311. Until Python 3.12 becomes default,
to build this port add DEFAULT_VERSIONS+=python=3.12 to make.conf
and rebuild all python packages needed to build this port prior to
building and installing this port.
2b0cca6 |
|
Monday, 26 Jan 2026
|
22:59 Robert Clausecker (fuz) Author: Antranig Vartanian
sysutils/watchcat: watchcat combines good things about watch and cat
Watchcat is a command-line tool that combines the functionalities of
the 'watch' and 'cat' commands. It allows users to monitor the output
of a command by executing it repeatedly at specified intervals or to
watch a file for changes and display its contents when modified.
Differential Revision: https://reviews.freebsd.org/D54863
f3623c7 |
|
Friday, 23 Jan 2026
|
11:23 Nicola Vitale (nivit)
sysutils/mdfried: Add new port
Mdfried is a markdown viewer for the terminal that renders headers
as Bigger Text than the rest.
https://crates.io/crates/mdfried
98d61a3 |
|
Tuesday, 13 Jan 2026
|
16:45 Cy Schubert (cy)
sysutils/cfengine-masterfiles327: Welcome the new cfengine-masterfiles327
63a55b7 |
16:45 Cy Schubert (cy)
sysutils/cfengine327: Welcome the new cfengine 3.27.0
The change log can be found at
https://github.com/cfengine/masterfiles/blob/master/CHANGELOG.md?plain=1
2fd692e |
02:21 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
ce4839e |
|
Friday, 9 Jan 2026
|
15:47 Michael Osipov (michaelo) Author: Archimedes Gaviola
[NEW PORT] sysutils/sdmon: Utility to get SD card health data
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
PR: 292278
bc1c934 |
15:28 Michael Osipov (michaelo) Author: Hung-Yi Chen
[NEW PORT] sysutils/witr: Witr (why-is-this-running)
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
PR: 292143
0290d90 |
|
Sunday, 4 Jan 2026
|
17:47 Michael Osipov (michaelo) Author: Vidar Karlsen
[NEW PORT] sysutils/devtui: Swiss-army app for developers
All-in-one terminal toolkit that consolidates everyday developer utilities into
a unified TUI and CLI interface.
QA:
* portclippy: ok
* portfmt -D: ok
* portlint -AC: ok
* poudriere 15.0-amd64: ok
* poudriere 14.3-amd64: ok
* poudriere 13.5-amd64: ok
PR: 266820
Tested by: michaelo
dea8023 |
|
Friday, 2 Jan 2026
|
23:39 Adam Weinberger (adamw)
sysutils/beats7: Remove, and point users to beats8
beats7 uses symbols from Go that were removed in go1.23, making it
unbuildable with anything beyond go1.22. Both go1.22 and go1.23 are EOL,
and I don't know of any way to fix it. It's going to become unsupported
upstream in 13 days, so its time has come.
This commit also includes a MOVED entry that directs users to the
more-modern beats8.
3a8feca |
|
Thursday, 1 Jan 2026
|
20:59 Michael Osipov (michaelo)
[NEW PORT] sysutils/michaelo-periodic Scripts for the FreeBSD periodic(8) system
18679e3 |
19:22 Jesús Daniel Colmenares Oviedo (dtxdf) Author: Saro
sysutils/logstash91: New port: Server-side data ingestion and transformation
tool (9.1.x version)
Logstash is an open source, server-side data processing pipeline that
ingests data from a multitude of sources simultaneously, transforms it,
and then sends it to your favorite "stash."
PR: 290985
01dfe41 |
19:22 Jesús Daniel Colmenares Oviedo (dtxdf) Author: Saro
sysutils/logstash92: New port: Server-side data ingestion and transformation
tool (9.2.x version)
Logstash is an open source, server-side data processing pipeline that
ingests data from a multitude of sources simultaneously, transforms it,
and then sends it to your favorite "stash."
PR: 290986
2b2554e |
01:27 Mark Felder (feld)
sysutils/mtail: New Port
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.
9702a37 |
|
Wednesday, 31 Dec 2025
|
14:48 Muhammad Moinur Rahman (bofh)
*/*php81*: Sunset
95b3559 |
12:43 Rene Ladan (rene)
sysutils/ipfs-go-fs-repo-migrations: Remove expired port
2025-12-31 sysutils/ipfs-go-fs-repo-migrations: Obsolete port, no longer
required for migrations
01d6b9c |
|
Tuesday, 30 Dec 2025
|
17:40 Joseph Mingrone (jrm)
sysutils/Makefile: Add missing entry for mods
Sponsored by: The FreeBSD Foundation
72994a8 |
|
Monday, 29 Dec 2025
|
09:05 Nicola Vitale (nivit)
sysutils/treemd: Add new port
Treemd is a modern markdown viewer that combines the structural clarity of the
tree command with powerful interactive navigation. Whether you're exploring
large documentation files, analyzing markdown structure, or reading comfortably
in your terminal, treemd provides both CLI tools for scripting and a beautiful
TUI for interactive exploration.
Use it to:
- Navigate large documents by collapsing/expanding heading sections
- Search headings or full document content with highlighted matches
- Edit tables, toggle checkboxes, and follow links-all without leaving the
terminal
- Extract specific sections or query markdown elements with a jq-like syntax
- Pipe markdown from stdin for shell-scripted workflows
https://github.com/Epistates/treemd
09e10b9 |
|
Saturday, 27 Dec 2025
|
23:58 Jose Alonso Cardenas Marquez (acm)
sysutils/bareos24-*: New ports: Backup archiving recovery open sourced
Bareos (BackupArchivingRecoveryOpenSourced) is a reliable network open source
software to backup, archive and restore files from all major operating systems.
The fork was founded 2010 out of the bacula.org project. The fork has been
actively developed and many new features have been added.
c67c838 |
|
Saturday, 20 Dec 2025
|
17:03 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/py-rendercv: New port: Typst-based CV/resume generator
RenderCV is a python tool for creating a CV from YAML.
Write your CV or resume as YAML, then run RenderCV, and get a PDF
with perfect typography. No template wrestling. No broken layouts.
Consistent spacing, every time.
9056347 |
|
Monday, 15 Dec 2025
|
11:45 Dave Cottlehuber (dch)
sysutils/equinix-metal-cli: remove EOL port
Sponsored by: SkunkWerks, GmbH
503e9a3 |
|
Thursday, 4 Dec 2025
|
17:13 Lars Engels (lme) Author: Slawomir Wojciech Wojtczak
sysutils/jmore: Add new port
The jmore(8) is FreeBSD Jails listing and managing utility.
Covers classic and VNET Jails - also BastilleBSD ones.
Displays IP(s)/interfaces/CPU/RAM/dir/... etc.
WWW: https://github.com/vermaden/jmore
ce7e036 |
|
Tuesday, 18 Nov 2025
|
19:10 Dave Cottlehuber (dch) Author: Sébastien Santoro
sysutils/py-salt-tower: New Port - external pillar for SaltStack piller
composition
PR: 281933
b8ddbb3 |
|
Saturday, 15 Nov 2025
|
00:00 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/gol: New port: All-in-one log viewer in browser
gol is a fast and lightweight log viewer that allows you to view
logs in real time from different sources (files, Docker logs, remote
via SSH, piped inputs, etc.) from a web browser.
4bb2e36 |
|
Monday, 10 Nov 2025
|
03:34 Gabriel M. Dutra (dutra)
sysutils/work-tuimer: Add new port
Simple, keyboard-driven TUI for time-tracking.
2b305dc |
01:13 Jesús Daniel Colmenares Oviedo (dtxdf)
sysutils/waitforssh: New port: Wait for a target to be up and running using SSH
waitforssh is a lightweight utility, written in POSIX shell, that waits
for a target to be up and running via SSH and, if so, executes a command.
01a4df4 |
|
Saturday, 8 Nov 2025
|
14:06 Gleb Popov (arrowd) Author: Tomasz 'CeDeROM' CEDRO
sysutils/uhubctl: utility to control usb hub port power
Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
Pull Request: https://github.com/freebsd/freebsd-ports/pull/456
b2fc0ba |
|
Tuesday, 4 Nov 2025
|
16:53 Thierry Thomas (thierry) Author: Generic Rikka
sysutils/py-clustershell: new port, Python framework for efficient cluster
administration
ClusterShell is a Python framework for efficient cluster administration.
It provides high-level APIs and CLI tools (clush, nodeset) for parallel command
execution and manipulation of large node sets, used widely in HPC sites and
supercomputing centers.
PR: 289176
Reported by: Generic Rikka
0150098 |
|
Wednesday, 29 Oct 2025
|
19:01 Max Brazhnikov (makc)
KDE: Update KDE Plasma to 6.5.0
Announcement: https://kde.org/announcements/plasma/6/6.5.0/
Caution!!
This update breaks Plasma Wayland for FreeBSD users. Do not upgrade
(or switch to the quarterly packages) if you prefer Wayland session.
Ports changes:
Add new Plasma port:
- sysutils/plasma6-knighttime: helpers for scheduling the dark-light cycle.
kde.mk:
- Add knighttime to the Plasma components
- Update dependency entry for milou component
audio/plasma6-kpipewire:
- Remove stale patch
security/plasma6-ksshaskpass:
- Depend on KF6Doctools to generate man page
sysutils/plasma6-systemsettings:
- Drop unused dependency
x11/plasma6-plasma-workspace:
- Drop unused dependency
- Remove stale patch
x11-toolkits/plasma6-kdeplasma-addons:
- Demote plasma5support to a runtime dependency
x11-wm/plasma6-kwin:
- Fix patch to locate hwdata
- Xwayland is a runtime dependency
- Drop unused dependencies
x11-wm/plasma6-kwin-x11:
- Fix patch to locate hwdata
34a52ba |
|
Tuesday, 28 Oct 2025
|
20:24 Bernhard Froehlich (decke)
sysutils/gnome-firmware: Add port for gnome-firmware
GNOME firmware is a power-user tool that allows updating, reinstalling
and downgrading of firmware on devices supported by fwupd.
570daa6 |
|
Monday, 27 Oct 2025
|
19:06 Roman Bogorodskiy (novel)
sysutils/virt-firmware: new port
Add sysutils/virt-firmware, a collection of tools for edk2 firmware
images.
687c686 |
18:39 Romain Tartière (romain)
sysutils/rubygem-openbolt: New port
OpenBolt is an open source orchestration tool that automates the manual work it
takes to maintain your infrastructure. Use OpenBolt to automate tasks that you
perform on an as-needed basis or as part of a greater orchestration workflow.
For example, you can use OpenBolt to patch and update systems, troubleshoot
servers, deploy applications, or stop and restart services. OpenBolt can be
installed on your local workstation and connects directly to remote targets
with SSH or WinRM, so you are not required to install any agent software.
OpenBolt is a community implementation of Puppet Bolt.
With hat: puppet
e4b2538 |
14:25 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
195d944 |
|
Sunday, 26 Oct 2025
|
15:38 Matthias Fechner (mfechner)
sysutils/vagrant-gitlab: new ports required to by compatible with gitlab 18.4.3
d5c0566 |
10:29 Gleb Popov (arrowd) Author: Dan Mahoney
sysutils/linux-racadm: Add new port
PR: 201799
Reviewed by: pi
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
ad2f62b |
05:36 Gabriel M. Dutra (dutra)
sysutils/kubetail: Add new port
Bash script to tail Kubernetes logs from multiple pods at the same time
07a1164 |
|
Friday, 24 Oct 2025
|
23:21 Nuno Teixeira (eduardo)
sysutils/extrace-freebsd: Rename to better match upstream name
extrace-freebsd is from a different codebase of extrace, that being from
same owner, it is linux centric.
Discussed with Leah Neukirchen (author) via e-mail.
733c7c1 |
|
Monday, 20 Oct 2025
|
19:47 Lars Engels (lme)
sysutils/framework-tool-tui: Add new port
A snappy TUI dashboard for controlling and monitoring your Framework Laptop
hardware - charging, privacy, lighting, USB PD ports, and more.
WWW: https://github.com/grouzen/framework-tool-tui
e167fd4 |
|
Saturday, 18 Oct 2025
|
22:55 Nuno Teixeira (eduardo)
sysutils/extrace: New port: Trace exec() calls system-wide
extrace traces all program executions occurring on a system, or ones
which descend from a specified process. Execution duration and exit
status can be logged.
Useful for debugging and security analysis.
WWW: https://github.com/leahneukirchen/extrace-freebsd
Reported by: Leah Neukirchen (author) via e-mail
0b82100 |
|
Friday, 17 Oct 2025
|
03:54 Gabriel M. Dutra (dutra)
sysutils/gonzo: Add new port
A powerful, real-time log analysis terminal UI inspired by k9s.
Analyze log streams with beautiful charts, AI-powered insights,
and advanced filtering - all from your terminal.
78b5ae8 |
|
Wednesday, 15 Oct 2025
|
20:02 Bernhard Froehlich (decke)
sysutils/fwupd-efi: EFI Application used by uefi-capsule plugin in fwupd
This port was initially submitted as part of D29332 by Norbert Kaminski
<norbert.kaminski@3mdeb.com>. Thanks a lot for the initial port and all
the work involved!
Differential Revision: https://reviews.freebsd.org/D29332
ed0cfc4 |
20:02 Bernhard Froehlich (decke)
sysutils/fwupd: Update firmware automatically, safely, and reliably
This port was initially submitted as part of D29332 by Norbert Kaminski
<norbert.kaminski@3mdeb.com>. Thanks a lot for the initial port and all
the work involved!
Differential Revision: https://reviews.freebsd.org/D29332
164a3b4 |
|
Friday, 10 Oct 2025
|
21:52 Hiroki Tagato (tagattie) Author: Yusuf Yaman
sysutils/moor: update to 2.5.0 and move to better category
This port is moved to the category 'textproc' because it is a more
appropriate one[1].
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290066#c2
Changelog: https://github.com/walles/moor/releases
PR: 289870, 290066
Reported by: mew14930xvi <mew14930xvi@inbox.lv> (PR 289870),
Yusuf Yaman <nxjoseph@protonmail.com> (maintainer, PR 290066)
25000e4 |
|
Wednesday, 1 Oct 2025
|
09:33 Matthias Andree (mandree)
sysutils/linrename: Remove expired port
2025-09-30 sysutils/linrename: FreeBSD port unmaintained, use misc/mmv or rename
from sysutils/util-linux instead
20f61e3 |
09:31 Matthias Andree (mandree)
sysutils/linuxfdisk: Remove expired port
2025-09-30 sysutils/linuxfdisk: Upstream distfile unavailable, way out of date,
upstream distfile gone, use gpart instead.
Linuxfdisk had been part of util-linux v2.11z as of 22 years ago.
a7ccbef |
|
Monday, 29 Sep 2025
|
23:47 Matthias Andree (mandree)
devel/util-linux: moved to sysutils/util-linux where it belongs
df2ba71 |
|
Sunday, 28 Sep 2025
|
19:35 Hiroki Tagato (tagattie)
sysutils/progress: add port: Show progress for various command-line programs
This tool can be described as a tiny, dirty C command that looks for
coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.)
currently running on your system and displays the percentage of copied
data. It can also show estimated time and throughput, and provides a
"top-like" mode (monitoring).
WWW: https://github.com/Xfennec/progress
2390c93 |
|
Saturday, 27 Sep 2025
|
12:23 Bernhard Froehlich (decke)
sysutils/zli: Add new port
zli is a binary that implements a set of command line commands for interacting
with the zot registry server.
Reported by: dch@
Event: EuroBSDCon 2025
c299124 |
12:20 Bernhard Froehlich (decke)
sysutils/zot: Add new port
zot is an OCI image registry that allows you to store, manage, and share
container images.
Reported by: dch@
Event: EuroBSDCon 2025
e69839a |
|
Friday, 26 Sep 2025
|
03:46 Kyle Evans (kevans)
sysutils/ucored: add a new port for user core collection
This utility allows configurable actions to be enacted on user coredumps
produced on the system. ucored(8) brings functionality to FreeBSD that
is similar to the coredump piping that Linux offers, but with the
flexibility to be scripted with Lua or made conditional on various
properties of the coredump itself.
28b8077 |
Number of commits found: 3081 (showing only 100 on this page) |