This page is a slightly modified version of the following one-liner output. created_at: 2026-03-30T06:00:12+09:00
# git -C /usr/ports log --diff-filter=A --name-status --pretty="format:%aI %H" origin/master | perl -nlE '/^\d/ ? $d=$_ : print "$d\t$_"' | ack "\t[0-9a-z-]+/[^/ ]+/Makefile$"
| timestamp | origin | comment / pkg-descr |
| 2026-03-29T10:51:46-07:00 | misc/lean-ctx |
Hybrid Context Optimizer: MCP Server, reduces LLM token consumption LeanCTX is a hybrid context optimizer designed to reduce token consumption in AI-assisted software engineering workflows. It acts as a cognitive filter between AI tools and Large Language Models (LLMs), stripping noise like comments and whitespace to lower costs and maximize context efficiency. Features: - AST-Aware Compression: Uses Tree-sitter to parse 14 languages, preserving critical types and logic while reducing token counts by up to 90%. - MCP Server Integration: Provides 24 tools that replace standard file reads with compressed alternatives for any MCP-enabled AI client. - Automated Shell Hook: Intercepts and compresses output from over 90 common command patterns (git, npm, cargo, docker, kubectl, etc.). - Privacy and Performance: Single Rust binary with zero dependencies and no cloud requirements. |
| 2026-03-29T20:43:58+02:00 | www/zoraxy |
General purpose HTTP reverse proxy and forwarding tool Zoraxy is a general purpose HTTP reverse proxy and forwarding tool written in Go. Features include: - reverse proxy with HTTP/2 - redirection rules - TLS/SSL and ACME support - stream proxy for TCP and UDP - access control features - integrated uptime monitoring This package installs Zoraxy as a native FreeBSD service. |
| 2026-03-29T19:16:19+02:00 | audio/radiotrope |
AI agent-enabled internet radio player Radiotrope is a GUI and CLI internet radio player. Itâs an AI agent-enabled player built with Rust, Slint, and MCP. Features - MCP server - AI agents (Claude, etc.) can play stations, control volume, and query status through natural language - 10-band equalizer - 14 presets, per-band gain control, preamp - Desktop GUI - built with Slint, dark/light themes, user-selectable accent color, real-time spectrum visualization, stream statistics - Terminal player - lightweight TUI with ratatui for headless/SSH use - Resilient streaming - automatic reconnection with exponential backoff, stall detection, health monitoring - Wide format support - MP3, AAC, HE-AAC, Vorbis, Opus, FLAC over ICY, HLS, and HTTP |
| 2026-03-29T10:04:18-07:00 | databases/R-cran-pool |
Object pooling for DBI database connections Enables the creation of object pools for various types of objects in R, with a primary focus on DBI database connections. It provides a DBI backend that manages a shared pool of connections, automatically validating, creating, and destroying connections as needed. This is particularly useful for Shiny applications and other multi-user R services that need efficient database access. |
| 2026-03-29T10:01:52-07:00 | databases/R-cran-RPostgres |
C++ interface to PostgreSQL using cpp11 Fully DBI-compliant C++ interface to PostgreSQL using the cpp11 package. This is the modern replacement for RPostgreSQL, providing better performance, more complete DBI support, and active maintenance by the r-dbi team. |
| 2026-03-29T09:54:56-07:00 | math/R-cran-collections |
High performance container data types High performance container data types such as queues, stacks, deques, dicts, and ordered dicts. Implemented in C for speed. |
| 2026-03-29T09:46:12-07:00 | databases/R-cran-RMariaDB |
DBI interface to MariaDB and MySQL using cpp11 Fully DBI-compliant interface to MariaDB and MySQL databases using the cpp11 package. This is the modern replacement for RMySQL, providing better performance, parameterized queries, and active maintenance by the r-dbi team. |
| 2026-03-29T09:38:46-07:00 | databases/R-cran-nanoparquet |
Read and write Parquet files without external dependencies Self-contained reader and writer for Parquet files. No external dependencies are required, making it a lightweight alternative to the Apache Arrow R package for simple Parquet I/O. Supports most Parquet data types including factors, temporal types, and nested structures. |
| 2026-03-29T10:47:57-05:00 | math/octave-forge-fxp |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repository project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is fxp. Lightweight fixed-point numeric type for GNU Octave. Intended for fixed-point modeling, algorithm validation, and education. Supports signed and unsigned formats, quantization, overflow handling, and basic arithmetic operations. |
| 2026-03-29T07:54:13-07:00 | devel/manuals |
Browse, search GNOME developer documentation Manuals indexes your developer manuals and provides robust browsing and searching capabilities. It supports the devhelp documentation format used by many libraries integrating with the GTK platform. |
| 2026-03-29T03:50:09-07:00 | devel/foundry |
Framework to develop applications from command line Foundry is a command line tool for creating applications, libraries, and tools from the command line. It has robust integration with SDKs, documentation, language servers, and more. |
| 2026-03-29T14:06:59+01:00 | sysutils/incus-client |
Incus command-line client Incus-client is the command-line tool used to manage Incus servers. All of Incusâs features can be driven through the various commands provided by the CLI client. |
| 2026-03-29T14:21:48+02:00 | textproc/py-griffecli |
Signatures for entire Python programs / CLI components Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. This package contains the CLI components. |
| 2026-03-29T14:21:47+02:00 | textproc/py-griffelib |
Signatures for entire Python programs / library components Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API. This package contains the library components. |
| 2026-03-28T16:33:28-07:00 | multimedia/termusic |
Music Player TUI Termusic is a terminal-based music player written in Rust. It features a rich user interface with support for various audio formats and integration with external tools. Features: * Support for many file formats (MP3, FLAC, OGG, WAV, etc.) * Album art display (using various protocols like kitty, iterm2, or sixel) * Playlist management * Lyrics display * Scrobbling to Last.fm * Integration with yt-dlp for downloading music |
| 2026-03-27T02:15:51+03:00 | x11/wl-find-cursor |
Highlight and print out mouse position on Wayland wl-find-cursor is a tool to highlight and print out global mouse position on Wayland, especially for compositors based on wlroots, such as Sway. |
| 2026-03-28T12:01:35-07:00 | devel/bazel7 |
Fast and correct build system Bazel is Google's build tool, designed for fast, scalable, multi-language builds. Bazel has built-in support for building both client and server software, including client applications for both Android and iOS platforms. It also provides an extensible framework that you can use to develop your own build rules. |
| 2026-03-28T00:53:36-07:00 | textproc/jsongrep |
Query language over JSON documents Path query language over JSON documents. The jsongrep package provides the `jg` command-line tool, a fast and expressive query engine for JSON data. It supports JSONPath and JMESPath style expressions, allowing you to filter, transform, and extract data from large JSON files or streams. Features include: * Efficient in-memory querying with optional streaming support * Regex matching, logical predicates, and projections * JSON output formatting (pretty, compact) * Cross-platform (Linux, FreeBSD, macOS) |
| 2026-03-27T18:36:35-07:00 | x11/nvidia-kmod-580 |
|
| 2026-03-27T18:36:35-07:00 | x11/nvidia-driver-580 |
|
| 2026-03-27T18:36:35-07:00 | x11/linux-nvidia-libs-580 |
|
| 2026-03-27T18:36:35-07:00 | graphics/nvidia-drm-latest-kmod-580 |
|
| 2026-03-27T18:36:35-07:00 | graphics/nvidia-drm-kmod-580 |
|
| 2026-03-27T18:36:35-07:00 | graphics/nvidia-drm-66-kmod-580 |
|
| 2026-03-27T18:36:35-07:00 | graphics/nvidia-drm-61-kmod-580 |
|
| 2026-03-27T18:36:35-07:00 | graphics/nvidia-drm-515-kmod-580 |
|
| 2026-03-27T18:36:35-07:00 | graphics/nvidia-drm-510-kmod-580 |
|
| 2026-03-27T15:48:02-04:00 | devel/superhtml |
HTML Validator, Formatter and LSP The SuperHTML CLI Tool offers validation and autoformatting features for SuperHTML, SuperMD, and Scripty (used by www/zine-ssg). Additionally it can be used as an LSP for HTML as well. |
| 2026-03-27T15:42:49-04:00 | www/zine-ssg |
Fast and Flexible Static Site Generator Zine is a static site generator similar in concept to www/gohugo. Zine turns your content into HTML, styles it using your layouts, and finally copies the result into an output directory that you can then publish on static hosting services like GitHub Pages. Zine has a companion port, devel/superhtml which acts as an LSP for the markdown content and HTML layouts. |
| 2026-03-27T11:17:04+01:00 | graphics/mmdr |
Fast native Rust Mermaid diagram renderer Mmdr is a fast native Rust Mermaid diagram renderer. No browser required. Mmdr renders diagrams 100â1400x faster than mermaid-cli by eliminating browser overhead. With the built-in font cache (warm after first run), tiny diagrams reach 500â900x (and --fastText exceeds 1600x). |
| 2026-03-26T13:25:32+03:00 | editors/marknote |
Simple markdown note management app Marknote lets you create rich text notes and easily organise them into notebooks. You can personalise your notebooks by choosing an icon and accent color for each one, making it easy to distinguish between them and keep your notes at your fingertips. Your notes are saved as Markdown files in your Documents folder, making it easy to use your notes outside of Marknote as well as inside the app. |
| 2026-03-25T21:05:30-07:00 | editors/gram |
Fork of the Zed code editor without AI or telemetry Gram is a fork of the Zed code editor. It features solid performance and is highly configurable, yet comes with batteries included out of the box. Gram supports many popular languages and can use Zed extensions to support additional languages. Other features include built-in documentation, debugger support via the DAP protocol, and source control using git. Gram explicitly excludes AI integration, telemetry, proprietary server components, and third-party service integrations. |
| 2026-03-25T22:24:52+04:00 | cad/route-rnd |
Flexible, modular autorouter for Printed Circuit Boards route-rnd is a Free Software flexible, modular autorouter for Printed Circuit Boards - modular, supports different routing algorithms - fits well in a UNIXy workflow - the designed-for-simplicity file format makes it easy to interface - fully CLI, no GUI required - active development, frequent releases - Free Software license (GNU GPLv2+) |
| 2026-03-23T21:12:30+01:00 | graphics/pixelmosh |
PNG corrupter Glitch and pixelate PNG images. It supports Grayscale, RGB and RGBA color types. |
| 2026-03-23T21:12:29+01:00 | devel/asdf |
Extendable version manager asdf is a CLI tool that can manage multiple language runtime versions on a per-project basis. It is like gvm, nvm, rbenv & pyenv (and more) all in one! Simply install your language's plugin! |
| 2026-03-23T21:10:25+01:00 | devel/gtkspellmm |
Spellchecking for GtkText widgets GtkSpell provides MSWord-style highlighting of misspelled words in a GtkText widget. Also, right-clicking a misspelled word pops up a menu of suggested replacements. GtkSpell can easily be added to Gtk projects. |
| 2026-03-23T21:10:00+01:00 | net/mtg |
MTPROTO proxy server for Telegram Mtg is an implementation of MTProto proxy in golang which is intended to be: - Lightweight. It has to consume as less resources as possible but not by losing maintainability. - Easily deployable. I strongly believe that Telegram proxies should follow the way of ShadowSocks: promoted channels is a strange way of doing business I suppose. - Single secret. I think that multiple secrets solves no problems and just complexify software. - No management WebUI. This is an implementation of simple lightweight proxy. |
| 2026-03-24T16:40:54-04:00 | devel/py-array-api-strict |
Strict, minimal implementation of the Python array API array_api_strict is a strict, minimal implementation of the Python array API. The purpose of array-api-strict is to provide an implementation of the array API for consuming libraries to test against so they can be completely sure their usage of the array API is portable. It is not intended to be used by end-users. End-users of the array API should just use their favorite array library (NumPy, CuPy, PyTorch, etc.) as usual. It is also not intended to be used as a dependency by consuming libraries. Consuming library code should use the array-api-compat package to support the array API. Rather, it is intended to be used in the test suites of consuming libraries to test their array API usage. |
| 2026-03-24T18:29:31+03:00 | security/keepsecret |
Password manager for a Secret Service compatible provider KeepSecret is a Password manager GUI intended to be a client for a Secret Service compatible provider. It can be used with KWallet, but also other systems such as oo7, Gnome-keyring or KeepassXC. |
| 2026-03-19T15:00:37+01:00 | java/openjdk26 |
${COMMENT_${FLAVOR}} ${JDK_MAJOR_VERSION} An open-source implementation of the Java Platform, Standard Edition. |
| 2026-03-23T00:35:03-07:00 | accessibility/onboard |
Simple on-screen keyboard On-screen Keyboard with macros, easy layout creation and word suggestion. This on-screen keyboard can be useful for tablet PC users, as well as for mobility impaired users. |
| 2026-03-22T16:06:10-07:00 | math/R-cran-ankiR |
Read and Analyze Anki Flashcard Databases Comprehensive toolkit for reading and analyzing Anki flashcard collection databases. Provides functions to access notes, cards, decks, note types, and review logs with a tidy interface. Features extensive analytics including retention rates, learning curves, forgetting curve fitting, and review patterns. Supports FSRS (Free Spaced Repetition Scheduler) analysis with stability, difficulty, retrievability metrics, parameter comparison, and workload predictions. -- Christos Longros <chris.longros@gmail.com> |
| 2026-03-22T13:45:11-03:00 | www/vinyl09 |
High-performance HTTP accelerator 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 <vinyl-dev@vinyl-cache.org> |
| 2026-03-22T09:27:23-07:00 | devel/py-fsrs |
Free Spaced Repetition Scheduler Python implementation of the Free Spaced Repetition Scheduler (FSRS) algorithm. FSRS uses machine learning to analyze personal review history and optimize flashcard scheduling intervals, replacing fixed-formula schedulers like SM-2 with data-driven, individualized memory modeling. Features: - Implements FSRS-6 algorithm - Scheduling, card state management, and retrievability calculation - Optional optimizer module for computing optimal parameters from review data - Built into Anki since 23.10, with FSRS-6 support in Anki 25.09 -- Christos Longros <chris.longros@gmail.com> |
| 2026-03-21T23:25:58+01:00 | net/rubygem-gitlab-gkg-proto |
Auto-generated gRPC client for the GitLab Knowledge Graph service Auto-generated gRPC client for the GitLab Knowledge Graph service |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-semantic_conventions-gitlab |
Semantic Convention definitions for OpenTelemetry Opentelemetry::SemanticConventions provides auto-generated constants that represent the OpenTelemetry Semantic Conventions. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-sdk-gitlab |
Stats collection and distributed tracing framework The opentelemetry-sdk gem provides the reference implementation of the OpenTelemetry Ruby API. Using opentelemetry-sdk, an application can collect, analyze, and export telemetry data such as distributed traces and metrics. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-registry-gitlab |
Registry for the OpenTelemetry Instrumentation libraries The instrumentation Registry contains information about available instrumentation, facilitates discovery, installation, and configuration. The Registry allows for instrumentation to avoid depending directly on a specific SDK implementation. The SDK depends on the Registry, the instrumentation Base class depends on the Registry, and auto instrumentation libraries extend the instrumentation Base class. The motivation for decoupling the Registry (and by extension the instrumentation) from a specific SDK implementation means that anyone can implement their own OpenTelemetry API compatible SDK, and they could continue to use community made instrumentation. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-trilogy-gitlab |
Trilogy instrumentation for the OpenTelemetry framework The OpenTelemetry Trilogy Ruby gem provides instrumentation for Trilogy and was COPY+PASTE+MODIFIED from the OpenTelemetry MySQL gem. Some key differences in this instrumentation are: - Trilogy does not expose MySql#query_options, therefore there is limited support for database semantic conventions. - SQL Obfuscation is enabled by default to mitigate restricted data leaks. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-sinatra-gitlab |
Sinatra instrumentation for the OpenTelemetry framework The Sinatra instrumentation is a community-maintained instrumentation for the Sinatra Web Framework. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-sidekiq-gitlab |
Sidekiq instrumentation for the OpenTelemetry framework Sidekiq instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-ruby_kafka-gitlab |
RubyKafka instrumentation for the OpenTelemetry framework The RubyKafka instrumentation is a community-maintained instrumentation for RubyKafka, a client library for Apache Kafka. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-restclient-gitlab |
REST Client instrumentation for the OpenTelemetry framework The OpenTelemetry RestClient gem is a community maintained instrumentation for the RestClient library. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-resque-gitlab |
Resque instrumentation for the OpenTelemetry framework The Resque instrumentation is a community-maintained instrumentation for the Resque Ruby jobs system. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-redis-gitlab |
Redis instrumentation for the OpenTelemetry framework Redis instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-rdkafka-gitlab |
Rdkafka instrumentation for the OpenTelemetry framework The Rdkafka instrumentation is a community-maintained instrumentation for Rdkafka, a client library for Apache Kafka. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-rake-gitlab |
Rake instrumentation for the OpenTelemetry framework Rake instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-rails-gitlab |
Rails instrumentation for the OpenTelemetry framework Rails instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-rack-gitlab |
Rack instrumentation for the OpenTelemetry framework The OpenTelemetry Rack Instrumentation is a community-maintained instrumentation for the Rack web server interface. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-racecar-gitlab |
Racecar instrumentation for the OpenTelemetry framework The Racecar instrumentation is a community-maintained instrumentation for Racecar, a client library for Apache Kafka. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-que-gitlab |
Que instrumentation for the OpenTelemetry framework The Que instrumentation is a community-maintained instrumentation for the Que. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-pg-gitlab |
PG (PostgreSQL) instrumentation for the OpenTelemetry framework PG (PostgreSQL) instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-net_http-gitlab |
Net::HTTP instrumentation for the OpenTelemetry framework Net::HTTP instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-mysql2-gitlab |
MySQL2 instrumentation for the OpenTelemetry framework The OpenTelemetry MySQL2 Ruby gem is a community maintained instrumentation for MySQL2. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-mongo-gitlab |
Mongo instrumentation for the OpenTelemetry framework The OpenTelemetry Mongo Ruby gem is a community maintained instrumentation for Mongo. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-lmdb-gitlab |
LMDB instrumentation for the OpenTelemetry framework The LMDB instrumentation is a community-maintained instrumentation for the LMDB gem. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-koala-gitlab |
Koala instrumentation for the OpenTelemetry framework The Koala instrumentation is a community-maintained instrumentation for the Koala Facebook API library. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-httpx-gitlab |
HTTPX instrumentation for the OpenTelemetry framework The HTTPX instrumentation is a community-maintained instrumentation for the HTTPX gem. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-http_client-gitlab |
HttpClient instrumentation for the OpenTelemetry framework HttpClient instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-http-gitlab |
HTTP instrumentation for the OpenTelemetry framework HTTP instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-gruf-gitlab |
Gruf instrumentation for the OpenTelemetry framework The Gruf instrumentation is a community-maintained instrumentation for the Gruf gem. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-grpc-gitlab |
gRPC instrumentation for the OpenTelemetry framework OpenTelemetry instrumentation for users of the gRPC gem. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-graphql-gitlab |
GraphQL instrumentation for the OpenTelemetry framework GraphQL instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-grape-gitlab |
Grape instrumentation for the OpenTelemetry framework Grape instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-faraday-gitlab |
Faraday instrumentation for the OpenTelemetry framework Faraday instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-excon-gitlab |
Excon instrumentation for the OpenTelemetry framework Excon instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-ethon-gitlab |
Ethon instrumentation for the OpenTelemetry framework Ethon instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-delayed_job-gitlab |
Delayed Job instrumentation for the OpenTelemetry framework The OpenTelemetry Delayed Job Ruby gem is a community maintained instrumentation for the Delayed Job Ruby jobs system. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-dalli-gitlab |
Dalli instrumentation for the OpenTelemetry framework The OpenTelemetry Dalli gem is a community maintained instrumentation for the Dalli Memcache client. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-concurrent_ruby-gitlab |
ConcurrentRuby instrumentation for the OpenTelemetry framework ConcurrentRuby instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-bunny-gitlab |
Bunny instrumentation for the OpenTelemetry framework The bunny instrumentation is a community-maintained instrumentation for bunny, a client library for RabbitMQ. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-base-gitlab |
Instrumentation Base for the OpenTelemetry framework OpenTelemetry Instrumentation Base contains the instrumentation base class, and the instrumentation registry. These modules provide a common interface to support the installation of auto instrumentation libraries. The instrumentation base is responsible for adding itself to the instrumentation registry as well as providing convenience hooks for the installation process. The instrumentation registry contains all the instrumentation to be installed during the SDK configuration process. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-aws_sdk-gitlab |
AWS SDK instrumentation for the OpenTelemetry framework AWS SDK instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-aws_lambda-gitlab |
AWS Lambda instrumentation for the OpenTelemetry framework The OpenTelemetry aws-lambda gem is a community-maintained instrumentation for AWS Lambda functions. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-anthropic-gitlab |
Anthropic instrumentation for the OpenTelemetry framework The Anthropic instrumentation is a community-maintained instrumentation for the Anthropic gem. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-all-gitlab |
All-in-one instrumentation bundle for the OpenTelemetry framework The opentelemetry-instrumentation-all gem is an all-in-one distribution of community maintained instrumentation. Instrumentation libraries are packaged as individual gems for flexibility and maintainability. Instead of having to require each instrumentation individually, applications can depend on this all-in-one gem as a convenient alternative. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-active_support-gitlab |
ActiveSupport instrumentation for the OpenTelemetry framework ActiveSupport instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-active_storage-gitlab |
ActiveStorage instrumentation for the OpenTelemetry framework ActiveStorage instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-active_record-gitlab |
ActiveRecord instrumentation for the OpenTelemetry framework ActiveRecord instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-active_model_serializers-gitlab |
Active Model Serializers instrumentation for the OpenTelemetry framework The OpenTelemetry Active Model Serializers gem is a community maintained instrumentation for Active Model Serializers. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-active_job-gitlab |
ActiveJob instrumentation for the OpenTelemetry framework ActiveJob instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-action_view-gitlab |
ActionView instrumentation for the OpenTelemetry framework ActionView instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-action_pack-gitlab |
ActionPack instrumentation for the OpenTelemetry framework ActionPack instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-instrumentation-action_mailer-gitlab |
ActionMailer instrumentation for the OpenTelemetry framework ActionMailer instrumentation for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-helpers-sql-processor-gitlab |
SQL Processing Instrumentation Helpers for the OpenTelemetry framework SQL Processing Instrumentation Helpers for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-helpers-sql-gitlab |
SQL helpers for the OpenTelemetry framework This Ruby gem is intended to be used by the instrumentation libraries to provide a common set of helpers for SQL-related spans. It is not intended to be used directly by applications. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-helpers-mysql-gitlab |
MySQL Instrumentation Helpers for the OpenTelemetry framework This Ruby gem contains logic shared among MySQL adapter libraries, such as mysql2 and trilogy. It's intended for use by by gem authors instrumenting MySQL adapter libraries. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-exporter-otlp-gitlab |
OTLP exporter for the OpenTelemetry framework OTLP exporter for the OpenTelemetry framework |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-common-gitlab |
Common helpers for OpenTelemetry Opentelemetry::Common provides common helpers for OpenTelemetry. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-opentelemetry-api-gitlab |
Stats collection and distributed tracing framework The opentelemetry-api gem defines the core OpenTelemetry interfaces for Ruby applications. Using opentelemetry-api, a library or application can code against the OpenTelemetry interfaces to produce telemetry data such as distributed traces and metrics. |
| 2026-03-21T23:25:58+01:00 | devel/rubygem-oj-gitlab |
Fast JSON parser and serializer The fastest JSON parser and object serializer. |
| 2026-03-21T20:02:24-07:00 | misc/comfy-cli |
CLI for ComfyUI, a node-based workflow system for AI image generation comfy-cli is a command line tool that helps users easily install and manage ComfyUI, a powerful open-source machine learning framework. With comfy-cli, you can quickly set up ComfyUI, install packages, and manage custom nodes, all from the convenience of your terminal. Features: - Easy installation of ComfyUI with a single command - Seamless package management for ComfyUI extensions and dependencies - Custom node management for extending ComfyUI's functionality - Download checkpoints and save model hashes - Support for testing frontend pull requests |
| 2026-03-21T18:38:50-07:00 | www/wasmtime |
Fast and secure runtime for WebAssembly Wasmtime is a standalone, open-source runtime for WebAssembly (Wasm), the WebAssembly System Interface (WASI), and the Component Model. Developed by the Bytecode Alliance, it is designed to run WebAssembly code outside of a web browser, either as a command-line utility or as a library embedded within larger applications. Core Features: * Performance: Built on the Cranelift optimizing code generator, Wasmtime quickly generates high-quality machine code using either Just-In-Time (JIT) or Ahead-Of-Time (AOT) compilation. * Security: It prioritizes correctness and security, leveraging Rust's safety guarantees and undergoing continuous 24/7 fuzzing. * Standards Compliance: Wasmtime passes the official WebAssembly test suite and implements the WebAssembly C API. * Configurability: While it uses sensible defaults, it allows fine-grained control over resource consumption, such as CPU and memory limits. Related port: devel/libwasmtime. It is the same Wasmtime run-time built as a C/C++ library. |
| 2026-03-21T09:52:02-07:00 | math/eigen5 |
Lightweight library for vector and matrix math Eigen is a C++ template library for linear algebra (vectors, matrices, and related algorithms). |
| 2026-03-03T16:11:19+01:00 | databases/dlmdb |
Datalevin fork of OpenLDAP Lightning Memory-Mapped Database DLMDB is a fork of LMDB which serves as the datastore of dtlnative, the backend of Datalevin, a Clojure datalog database. |
| 2026-03-20T22:48:33+01:00 | security/syft |
CLI tool for generating SBOMs from container images and filesystems Syft is a CLI tool and library for generating a Software Bill of Materials (SBOM) from container images and filesystems. It supports multiple SBOM formats including CycloneDX and SPDX and can scan containers, directories, and archives to identify installed packages. Syft is developed by Anchore and is commonly used in software supply-chain security workflows. |
| 2026-03-18T23:58:24+01:00 | audio/maolan |
Rust digital audio workstation Maolan is a digital audio workstation written in Rust for recording, editing, routing, automation, export, and plugin hosting. It supports audio and MIDI tracks, plugin routing, freeze and bounce workflows, and Unix plugin hosting via LV2, CLAP, and VST3. |
| 2026-03-19T13:56:12Z | sysutils/erldash |
Terminal-based Erlang / BEAM dashboard erldash connects to an Erlang node using the dynamic node name feature to collect metrics. It only depends on erlang and erpc modules. So you can use this dashboard out of the box without installing any additional packages to the target Erlang node: erldash run [-c $COOKIE] name@$IP Metrics are collected using erlang:statistics/1, erlang:memory/0 and erlang:system_info/1 functions. |
| 2026-03-19T22:43:13-07:00 | misc/comfyui |
Powerful and modular stable diffusion GUI with graph/nodes interface ComfyUI is a powerful and modular stable diffusion GUI with a graph/nodes/flowchart based interface. It allows users to design and execute advanced stable diffusion pipelines without needing to code. Key features include: - Node/graph/flowchart interface for complex workflows - Support for multiple image models (SD1.x, SD2.x, SDXL, SD3, Flux, etc.) - Video models support (Stable Video Diffusion, Mochi, LTX-Video, etc.) - Audio models support (Stable Audio, ACE Step) - Asynchronous queue system - Smart memory management with automatic GPU offloading - Works with as low as 1GB VRAM - Support for LoRAs, hypernetworks, ControlNet, and upscaling models - Fully offline operation |
| 2026-03-19T12:02:27-04:00 | devel/wasi-libcxx22 |
|
| 2026-03-18T18:26:01-07:00 | misc/py-comfy-kitchen |
ComfyUI: Fast kernel library for Diffusion inference Comfy Kitchen is a high-performance kernel library designed for Diffusion model inference. It provides optimized implementations for critical operations, including various quantization formats and Rotary Positional Embeddings (RoPE). The library features a flexible dispatch system that automatically selects the most efficient compute backendâCUDA, Triton, or eager PyTorchâbased on available hardware and input constraints. Key features include: * Optimized kernels specifically tuned for Diffusion inference workloads. * Support for multiple compute backends (CUDA C, Triton JIT, and pure PyTorch). * Transparent quantization via a QuantizedTensor subclass that intercepts PyTorch operations. * Support for advanced quantization formats including FP8, NVFP4, and MXFP8. * Automatic backend selection and constraint validation for hardware-specific optimizations. * Implementation of performance-critical functions like RoPE and scaled matrix multiplication. |
| 2026-03-19T02:38:45-04:00 | devel/wasi-compiler-rt22 |
|
| 2026-03-18T07:44:57-07:00 | security/py-blake3 |
Python bindings for the BLAKE3 cryptographic hash function Python bindings for the official Rust implementation of BLAKE3. BLAKE3 is a cryptographic hash function that is much faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the latest standard, SHA-3. Features: - Fast hashing (up to 2-3x faster than SHA-256) - Parallelism using multiple threads - Extendable output (XOF) - Keyed hashing and key derivation - Compatible with Python's hashlib module |
| 2026-03-17T21:39:16-07:00 | misc/py-comfyui-frontend-package |
ComfyUI: Frontend package Frontend package for ComfyUI, providing the web-based user interface components for the ComfyUI stable diffusion GUI. |
| 2026-03-17T21:36:01-07:00 | misc/py-comfyui-workflow-templates |
ComfyUI: Workflow templates Official ComfyUI workflow templates and subgraph blueprints. This package provides ready-to-use workflow templates for various stable diffusion tasks and reusable node components. |
| 2026-03-17T21:34:01-07:00 | misc/py-comfyui-workflow-templates-media-other |
ComfyUI: Media bundle containing audio/3D/misc workflow assets Media bundle containing audio, 3D, and miscellaneous workflow assets for ComfyUI. This package provides workflow templates for audio processing, 3D model generation, and other specialized tasks. |
| 2026-03-17T21:32:15-07:00 | misc/py-comfyui-workflow-templates-media-image |
ComfyUI: Media bundle containing image workflow assets Media bundle containing image workflow assets for ComfyUI. This package provides workflow templates for image processing and generation tasks. |
| 2026-03-17T21:23:53-07:00 | misc/py-comfyui-workflow-templates-media-video |
ComfyUI: Media bundle containing video workflow assets Media bundle containing video workflow assets for ComfyUI. This package provides workflow templates for video processing and generation tasks. |
| 2026-03-17T21:22:03-07:00 | misc/py-comfyui-workflow-templates-media-api |
ComfyUI: Media bundle containing API-driven workflow assets Media bundle containing API-driven workflow assets for ComfyUI. This package provides workflow templates that interface with various APIs and external services. |
| 2026-03-17T21:15:15-07:00 | misc/py-comfyui-workflow-templates-core |
ComfyUI: Core helpers for ComfyUI workflow templates Core helpers for ComfyUI workflow templates. This package provides the fundamental utilities and helper functions used by ComfyUI workflow template modules. |
| 2026-03-17T20:38:10-07:00 | misc/py-comfyui-embedded-docs |
Embedded documentation for ComfyUI Embedded documentation package for ComfyUI, providing offline documentation and help resources. |
| 2026-03-17T20:33:47-07:00 | misc/py-comfy-aimdo |
ComfyUI: AI Model Dynamic Offloader for PyTorch AI Model Dynamic Offloader (AIMDO) is a PyTorch VRAM allocator that implements on-demand offloading of model weights when the primary PyTorch VRAM allocator comes under pressure. This enables running larger models on GPUs with limited VRAM by intelligently managing memory and offloading weights to system RAM when needed. |
| 2026-03-18T16:23:20+09:00 | net/cloudflare-speed-cli |
Third-party CLI tool for Cloudflare Speed Test service A third-party, community-driven CLI tool for the Cloudflare Speed Test service. |
| 2026-03-17T19:45:44-07:00 | misc/py-spandrel |
Library for loading and running pre-trained PyTorch models Spandrel is a library for loading and running pre-trained PyTorch models. It automatically detects the model architecture and hyperparameters from model files, and provides a unified interface for running models. This is particularly useful for super resolution models (ESRGAN, SwinIR, HAT, etc.) and other image processing models. |
| 2026-03-17T19:18:24-07:00 | math/py-torchsde |
SDE solvers and stochastic adjoint sensitivity analysis in PyTorch TorchSDE provides stochastic differential equation (SDE) solvers with GPU support and efficient backpropagation in PyTorch. Features: - Multiple SDE solvers (Euler-Maruyama, Milstein, etc.) - Efficient backpropagation through SDE solvers - GPU acceleration - Support for various noise types - Latent SDE models for variational inference |
| 2026-03-17T19:02:25-07:00 | graphics/py-kornia |
Differentiable computer vision library for PyTorch Kornia is a differentiable computer vision library for PyTorch. It consists of a set of routines and differentiable modules to solve generic computer vision problems. At its core, the package uses PyTorch as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions. Features include image transformations, filtering, color space conversions, camera models, 3D augmentations, and more. |
| 2026-03-17T18:47:32-07:00 | graphics/py-kornia-rs |
Differentiable computer vision library for PyTorch Kornia-rs is a low-level computer vision library written in Rust, designed to provide efficient image I/O and processing primitives for machine learning and data science. Its Python bindings allow users to leverage Rust's speed and memory safety directly within Python workflows. Features: - High-performance multi-threaded image decoding (JPEG, PNG). - Zero-copy integration with NumPy and PyTorch via DLPack. - SIMD acceleration for operations like resizing and color conversions. - Thread-safe design for use in multi-threaded data loading pipelines. |
| 2026-03-17T13:33:42-07:00 | devel/py-trampoline |
Simple and tiny yield-based trampoline implementation trampoline is a simple and tiny yield-based trampoline implementation for Python. Trampolines are useful for implementing tail-call optimization and managing deep recursion without stack overflow. |
| 2026-03-18T00:02:20+03:00 | sysutils/beats93 |
Send logs, network, metrics and heartbeat to Elasticsearch or Logstash (${DISTVERSION:R}.x version) Beats is the platform for building lightweight, open source data shippers for many types of operational data you want to enrich with Logstash, search and analyze in Elasticsearch, and visualize in Kibana. Whether you're interested in log files, infrastructure metrics, network packets, or any other type of data, Beats serves as the foundation for keeping a beat on your data. Filebeat is a lightweight, open source shipper for log file data. As the next-generation Logstash Forwarder, Filebeat tails logs and quickly sends this information to Logstash for further parsing and enrichment or to Elasticsearch for centralized storage and analysis. Metricbeat Collect metrics from your systems and services. From CPU to memory, Redis to Nginx, and much more, Metricbeat is a lightweight way to send system and service statistics. Packetbeat is a lightweight network packet analyzer that sends data to Logstash or Elasticsearch. |
| 2026-03-17T23:48:25+03:00 | sysutils/beats92 |
Send logs, network, metrics and heartbeat to Elasticsearch or Logstash (${DISTVERSION:R}.x version) Beats is the platform for building lightweight, open source data shippers for many types of operational data you want to enrich with Logstash, search and analyze in Elasticsearch, and visualize in Kibana. Whether you're interested in log files, infrastructure metrics, network packets, or any other type of data, Beats serves as the foundation for keeping a beat on your data. Filebeat is a lightweight, open source shipper for log file data. As the next-generation Logstash Forwarder, Filebeat tails logs and quickly sends this information to Logstash for further parsing and enrichment or to Elasticsearch for centralized storage and analysis. Metricbeat Collect metrics from your systems and services. From CPU to memory, Redis to Nginx, and much more, Metricbeat is a lightweight way to send system and service statistics. Packetbeat is a lightweight network packet analyzer that sends data to Logstash or Elasticsearch. |
| 2026-03-17T23:23:27+03:00 | sysutils/beats91 |
Send logs, network, metrics and heartbeat to Elasticsearch or Logstash (${DISTVERSION:R}.x version) Beats is the platform for building lightweight, open source data shippers for many types of operational data you want to enrich with Logstash, search and analyze in Elasticsearch, and visualize in Kibana. Whether you're interested in log files, infrastructure metrics, network packets, or any other type of data, Beats serves as the foundation for keeping a beat on your data. Filebeat is a lightweight, open source shipper for log file data. As the next-generation Logstash Forwarder, Filebeat tails logs and quickly sends this information to Logstash for further parsing and enrichment or to Elasticsearch for centralized storage and analysis. Metricbeat Collect metrics from your systems and services. From CPU to memory, Redis to Nginx, and much more, Metricbeat is a lightweight way to send system and service statistics. Packetbeat is a lightweight network packet analyzer that sends data to Logstash or Elasticsearch. |
| 2026-03-17T14:55:00+01:00 | sysutils/beats9 |
Send logs, network, metrics and heartbeat to Elasticsearch or Logstash Beats is the platform for building lightweight, open source data shippers for many types of operational data you want to enrich with Logstash, search and analyze in Elasticsearch, and visualize in Kibana. Whether you're interested in log files, infrastructure metrics, network packets, or any other type of data, Beats serves as the foundation for keeping a beat on your data. Filebeat is a lightweight, open source shipper for log file data. As the next-generation Logstash Forwarder, Filebeat tails logs and quickly sends this information to Logstash for further parsing and enrichment or to Elasticsearch for centralized storage and analysis. Metricbeat Collect metrics from your systems and services. From CPU to memory, Redis to Nginx, and much more, Metricbeat is a lightweight way to send system and service statistics. Packetbeat is a lightweight network packet analyzer that sends data to Logstash or Elasticsearch. |
| 2026-03-17T08:08:35-07:00 | security/susshi |
Terminal-based SSH connection manager susshi is a terminal-based SSH connection manager written in Rust. It provides a user-friendly interface to manage and connect to multiple SSH hosts efficiently. Features include: - Interactive TUI for host selection - SSH connection management |
| 2026-03-03T15:19:46+01:00 | java/javacpp |
Java-C++ bridge generator JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages. Instead, similar to what cppyy strives to do for Python, it exploits the syntactic and semantic similarities between Java and C++. |
| 2026-03-17T00:57:40-07:00 | textproc/py-en-core-web-sm |
English spaCy model for natural language processing English language model for spaCy natural language processing library. This model includes vocabulary, syntax and entities trained on written web text (blogs, news, comments), optimized for small size and efficiency. Model details: - Language: English (en) - Type: Core web (general purpose) - Size: Small (sm) - Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer This package is required by applications that need English language support with spaCy, such as text-to-speech engines and other NLP applications. |
| 2026-03-17T00:25:05-07:00 | misc/py-kokoro |
Text-to-speech inference library for Kokoro-82M model Kokoro is an open-weight Text-to-Speech (TTS) inference library designed for the Kokoro-82M model. It provides fast, small, and free text-to-speech capabilities using PyTorch and the Hugging Face ecosystem. The library supports multiple languages and voices through the Misaki grapheme-to-phoneme engine. For full English language support, install textproc/py-phonemizer separately. |
| 2026-03-17T00:23:19-07:00 | misc/py-evaluate |
HuggingFace community-driven open-source library of evaluation sigopt is an open source version of SigOpt API, performing hyperparameter optimization and visualization. Sigopt-server is an open-source tool for managing adaptive experiments, especially for hyperparameter optimization. It uses algorithms to determine the best spots in parameter space for metric optimization, and includes web visualizations so you can improve your models. For more information you can read about our service offering. Our documentation is here. |
| 2026-03-16T20:31:44-07:00 | misc/py-misaki |
Grapheme-to-phoneme engine with modular architecture Misaki is a grapheme-to-phoneme (G2P) engine with a modular architecture that separates its core functionality from language-specific features. It supports multiple languages including English, Japanese, Chinese, Korean, Vietnamese, and Hebrew through optional language-specific modules. The core package provides basic G2P conversion functionality with enhanced data structures (via addict) and improved regular expressions (via regex). |
| 2026-03-16T20:08:33-07:00 | textproc/en-core-web-sm |
English spaCy model for natural language processing English language model for spaCy natural language processing library. This model includes vocabulary, syntax and entities trained on written web text (blogs, news, comments), optimized for small size and efficiency. Model details: - Language: English (en) - Type: Core web (general purpose) - Size: Small (sm) - Components: tok2vec, tagger, parser, senter, ner, attribute_ruler, lemmatizer This package is required by applications that need English language support with spaCy, such as text-to-speech engines and other NLP applications. |
| 2026-03-16T11:59:42-07:00 | japanese/py-mojimoji |
Fast converter between Japanese hankaku and zenkaku characters mojimoji is a fast converter between Japanese hankaku (half-width) and zenkaku (full-width) characters. mojimoji provides simple functions to convert between half-width and full-width Japanese characters, which is useful for text normalization. |
| 2026-03-16T11:52:53-07:00 | korean/py-jamo |
Hangul syllable and jamo analyzer jamo is Hangul syllable and jamo analyzer for Korean language processing. jamo provides functions to decompose Korean Hangul syllables into individual jamo (consonants and vowels) and compose them back. Useful for Korean text processing and normalization. |
| 2026-03-16T11:16:49-07:00 | audio/py-espeakng-loader |
Shared library loader for eSpeak NG espeakng_loader is a Python package that provides a shared library loader for eSpeak NG. This package helps locate and load the eSpeak NG shared library across different platforms, making it easier to use eSpeak NG from Python applications. |
| 2026-03-16T10:12:14-07:00 | textproc/py-phonemizer-fork |
Fork of phonemizer for text to phones conversion phonemizer-fork is a fork of phonemizer that provides simple phonemization of words and texts in many languages. This is a maintained fork with additional features and bug fixes for the original phonemizer library, used for converting text to phonetic representations. |
| 2026-03-15T21:41:52-07:00 | www/redmine61 |
Flexible project management web application Redmine is a flexible project management web application written using Ruby on Rails framework, it is cross-platform and cross-database. Feature Overview: * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support * Multiple databases support |
| 2026-03-15T11:34:17Z | multimedia/ffmpeg6 |
Realtime audio/video encoder/converter and streaming server (legacy 6.* series) FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. Note: this is a legacy version, to be used as a dependency for ports which don't support the lattest. |
| 2026-03-15T22:30:15+01:00 | security/openssl-pkcs11provider |
OpenSSL 3.x PKCS\#11 provider Open Quantum Safe provider for OpenSSL This port enables quantum-safe cryptography (QSC) in a standard OpenSSL (3.x) distribution by way of implementing a single shared library, the OpenSSL OQS provider. |
| 2026-03-14T13:53:35+08:00 | devel/py-e3-testsuite |
Generic testsuite framework in Python e3-testsuite is a Python library built on top of e3-core. Its purpose it to provide building blocks for software projects to create testsuites in a simple way. This is a generic library, therefore, the targeted software does not need to use Python. |
| 2026-03-12T17:07:16+01:00 | lang/asmc |
Masm compatible assembler Asmc is a slow-burning attempt of making a functional programming language out of assembly. It supports AVX-512 instructions (Masm v14) but the Version macro is currently set to v10. The assembler is written in assembly and is open source under the GNU General Public License. It runs on Windows and Linux. |
| 2026-03-14T23:43:28-07:00 | x11-themes/pocillo-gtk-themes |
Material design theme for the Budgie desktop Pocillo is a material design theme for the Budgie desktop. It supports Gtk3, Gtk4, Budgie, LightDM theming. |
| 2026-03-15T13:30:28+09:00 | net/ipaddr |
Command-line IP address manipulation tool ipaddr is a command-line tool for manipulating and querying IP addresses and networks. It provides functionality similar to Python's ipaddress module but as a standalone CLI utility. Features include: - IPv4 and IPv6 address normalization - CIDR and netmask prefix notation support - Network calculations (network, broadcast, host addressing) - Address classification (private, loopback, multicast, etc.) - Subnet and supernet operations - Command chaining for complex operations - IPv6-specific features (6to4, Teredo, zone-id) |
| 2026-03-15T04:35:31+03:00 | textproc/kibana93 |
Browser-based analytics and search interface to Elasticsearch (${DISTVERSION:R}.x version) Kibana is an open source (Apache Licensed) browser-based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 9.3.x is compatible with Elasticsearch 9.3.x |
| 2026-03-15T04:16:46+03:00 | textproc/kibana92 |
Browser-based analytics and search interface to Elasticsearch (${DISTVERSION:R}.x version) Kibana is an open source (Apache Licensed) browser-based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 9.2.x is compatible with Elasticsearch 9.2.x |
| 2026-03-15T04:07:27+03:00 | textproc/kibana91 |
Browser-based analytics and search interface to Elasticsearch (${DISTVERSION:R}.x version) Kibana is an open source (Apache Licensed) browser-based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 9.1.x is compatible with Elasticsearch 9.1.x |
| 2026-03-14T12:46:25-07:00 | misc/unicode-cldr |
Unicode Common Locale Data Repository This package contains the Unicode Common Locale Date Repository (CLDR). It provides key building blocks for software to support the world's languages with the largest and most extensive standard repository of locale data available. |
| 2026-03-14T20:35:53+09:00 | editors/hxavi |
Lightweight binary (hex) editor for vi and Vim users Hxavi is a lightweight binary (hex) editor. Its commands are almost the same as vi(1) and vim(1), so it's easy to use. There is no limit to the number of undo/redo operations. You can even edit huge files that exceed the memory size. |
| 2026-03-14T10:26:58+01:00 | net/rustconn |
Modern connection manager with GTK4/Wayland-native interface RustConn is a connection orchestrator for Linux/FreeBSD with a GTK4/Wayland-native interface. It brings SSH, RDP, VNC, SPICE, Telnet, Serial, Kubernetes, and Zero Trust connections under one roof â with embedded Rust clients where possible and seamless integration with external tools where needed. |
| 2026-03-13T23:16:37+03:00 | sysutils/logstash93 |
Server-side data ingestion and transformation tool (9.3.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." |
| 2026-03-12T17:46:47-04:00 | devel/py-sybil |
Automated testing for the examples in your code and documentation This library provides a way to check examples in your code and documentation by parsing them from their source and evaluating the parsed examples as part of your normal test run. Integration is provided for the main Python test runners. |
| 2026-03-12T17:40:22-04:00 | devel/py-seedir |
Python package for creating, editing, and reading folder tree diagrams seedir is a Python package for creating, editing, and reading folder tree diagrams. The general logic of seedir is based on representing directories in 3 different forms: real directories on a computer, text diagrams of directories, and "fake directories" (manipulable Python folder objects). seedir provides tools for going in between these formats. |
| 2026-03-12T20:07:41Z | databases/pg_search |
Simple, Elastic-Quality Search for Postgres pg_search is a Postgres extension that enables full text search over heap tables using the BM25 algorithm. It is built on top of Tantivy, the Rust-based alternative to Apache Lucene, using pgrx. pg_search is supported on official PostgreSQL Global Development Group Postgres versions, starting at PostgreSQL 15. |
| 2026-03-12T16:26:16+01:00 | x11-wm/mango |
Lightweight, high-performance Wayland compositor built on dwl MangoWC is a modern, lightweight, high-performance Wayland compositor built on dwl - crafted for speed, flexibility, and a customizable desktop experience. Feature Highlights - Excellent xwayland support - Base tags not workspaces (supports separate window layouts for each tag) - Smooth and customizable complete animations (window open/move/close, tag enter/leave,layer open/close/move) - Excellent input method support (text input v2/v3) - Flexible window layouts with easy switching (scroller, master-stack, monocle,center-master, etc.) - Rich window states (swallow, minimize, maximize, unglobal, global, fakefullscreen, overlay, etc.) - Simple yet powerful external configuration (support shortcuts hot-reload) - Sway-like scratchpad and named scratchpad - Ipc support (get/send message from/to compositor by external program) - Hycov-like overview - Window effects from scenefx (blur, shadow, corner radius, opacity) |
| 2026-03-12T22:16:31+08:00 | devel/rubygem-aws-sdk-signerdata |
Official AWS Ruby gem for AWS Signer Data Plane Official AWS Ruby gem for AWS Signer Data Plane. |
| 2026-03-12T22:16:30+08:00 | devel/rubygem-aws-sdk-elementalinference |
Official AWS Ruby gem for AWS Elemental Inference Official AWS Ruby gem for AWS Elemental Inference. |
| 2026-03-12T22:16:29+08:00 | devel/rubygem-aws-sdk-connecthealth |
Official AWS Ruby gem for AWS Connect Health Official AWS Ruby gem for AWS Connect Health. |
| 2026-03-12T22:16:29+08:00 | devel/py-tox-ini-fmt |
Generic virtualenv management and test command line tool tox-ini-fmt applies a consistent format to tox.ini files. |
| 2026-03-12T22:16:28+08:00 | www/grafanactl |
Command-line tool designed to simplify interaction with Grafana resources Grafana CLI (grafanactl) is a command-line tool designed to simplify interaction with Grafana instances. It enables users to authenticate, manage multiple environments, and perform administrative tasks through Grafana's REST API -- all from the terminal. Whether you're automating workflows in CI/CD pipelines or switching between staging and production environments, Grafana CLI provides a flexible and scriptable way to manage your Grafana setup efficiently. |
| 2026-03-12T22:16:27+08:00 | devel/git-pkgs |
Dependency tools for git git-pkgs provides a git subcommand for tracking package dependencies across git history. Analyzes your repository to show when dependencies were added, modified, or removed, who made those changes, and why. This is a rewrite of the original Ruby version. |
| 2026-03-11T12:56:49+01:00 | security/openssl40 |
TLSv1.3 capable SSL and crypto library The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v3) and Transport Layer Security (TLS v1, v1.1, v1.2, v1.3) protocols with full-strength cryptography world-wide. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL tookit and its related documentation. OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions. |
| 2026-03-10T22:44:28-07:00 | sysutils/rubygem-bundler-audit |
Patch-level verification for Bundled apps bundler-audit provides patch-level verification for Bundled Ruby applications. It audits Ruby applications for known security vulnerabilities by checking the application's Gemfile.lock against a database of known vulnerabilities. The tool can identify: - Gems with known security vulnerabilities - Insecure gem sources (non-HTTPS) - Outdated gem versions bundler-audit is an essential security tool for Ruby developers and should be run regularly as part of a security audit process to ensure applications are not vulnerable to known security issues. Key features: - Checks Gemfile.lock for vulnerable gems - Updates vulnerability database automatically - Integration with CI/CD pipelines - Command-line interface for easy automation |
| 2026-03-10T22:44:28-07:00 | sysutils/rubygem-bundle-audit |
Wrapper for bundler-audit security scanning tool bundle-audit is a simple wrapper gem for bundler-audit. It was created to provide an easy way to include bundler-audit functionality for developers who might mistakenly require "bundle-audit" instead of "bundler-audit". This gem essentially just requires bundler-audit, which is the actual security auditing tool for Ruby applications. It provides patch-level verification for bundled Ruby applications by checking for known vulnerabilities in gem dependencies. The wrapper serves as a convenience for developers and ensures that both "bundle-audit" and "bundler-audit" references work correctly in Ruby applications that need security auditing capabilities. |
| 2026-03-10T22:20:32-07:00 | devel/rubygem-uniform_notifier |
Uniform notifier for rails logger and various notification methods uniform_notifier is a Ruby gem that provides a unified interface for sending notifications across multiple channels and methods. It supports various notification backends including Rails logger, customized logger, JavaScript alert, JavaScript console, and XMPP. The gem is designed to provide a consistent API for different notification methods, making it easy to switch between or combine multiple notification channels in Ruby applications. Supported notification methods: - Rails logger - Custom logger - JavaScript alert - JavaScript console - XMPP messaging - Slack notifications - File output - Airbrake integration |
| 2026-03-10T22:11:51-07:00 | devel/rubygem-bullet |
Help to kill N+1 queries and unused eager loading Bullet is a development tool designed to help increase your application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N+1 queries), when you're using eager loading that isn't necessary and when you should use counter cache. Best practice is to use Bullet in development mode or custom mode (staging, profile, etc). The last thing you want is your clients getting alerts about how lazy you are. Key features: - Detects N+1 queries automatically - Identifies unused eager loading - Suggests counter cache usage - Multiple notification methods (log, alert, console, etc.) - Integration with popular Rails applications |
| 2026-03-10T22:11:51-07:00 | devel/rubygem-bullet-rails72 |
|
| 2026-03-10T21:30:30-07:00 | security/rubygem-doorkeeper-rails72 |
|
| 2026-03-10T21:30:30-07:00 | security/rubygem-doorkeeper-i18n |
Internationalization files for Doorkeeper OAuth2 provider doorkeeper-i18n provides internationalization (i18n) support for the Doorkeeper OAuth 2 provider gem. It includes translation files for multiple languages to localize Doorkeeper's user interface elements, error messages, and other text strings. Supported languages include: English, German, Spanish, French, Italian, Portuguese, Japanese, Chinese (Simplified and Traditional), Russian, Dutch, Swedish, Polish, and many others. This gem is designed to work seamlessly with Ruby on Rails applications that use Doorkeeper for OAuth 2 authentication and authorization. |
| 2026-03-10T21:30:30-07:00 | security/rubygem-doorkeeper-i18n-rails72 |
|
| 2026-03-10T17:16:49-07:00 | graphics/egl-wayland2 |
Dma-buf-based Wayland external platform library This is a new implementation of a EGL External Platform Library for Wayland (EGL_KHR_platform_wayland), using the NVIDIA driver's new platform surface interface, which simplifies a lot of the library and improves window resizing. This library implements an EGL External Platform interface to work along with EGL drivers that support the external platform mechanism. Minimum required version of nvidia-driver for this is 560. Any of legacy versions are not supported. |
| 2026-03-10T02:40:22Z | www/py-a2wsgi |
Convert WSGI app to ASGI app or ASGI app to WSGI app Convert WSGI app to ASGI app or ASGI app to WSGI app. Pure Python. Only depend on the standard library. Compared with other converters, the advantage is that a2wsgi will not accumulate the requested content or response content in the memory, so you don't have to worry about the memory limit caused by a2wsgi. This problem exists in converters implemented by uvicorn/startlette or hypercorn. |
| 2026-03-10T02:30:39Z | www/py-baize |
Powerful and exquisite WSGI/ASGI framework/toolkit Powerful and exquisite WSGI/ASGI framework/toolkit. Only relies on the standard library. The minimize implementation of methods required in the Web framework. No redundant implementation means that you can freely customize functions without considering the conflict with baize's own implementation. |
| 2026-03-10T01:51:55+08:00 | www/rubygem-sawyer-gitlab |
Secret User Agent of HTTP Secret User Agent of HTTP |
| 2026-03-10T01:51:54+08:00 | sysutils/rubygem-chef-utils18 |
Basic utility functions for Core Chef Infra development Chef Utils gem contains common code and mixins for the core Chef Infra Ruby gems. This is intended to be a "core" or "foundations" library for the chef ecosystem (and external related gems) which allows the use of core code and utility functions of the chef gem without requiring all the heaviness of the chef gem. |
| 2026-03-10T01:51:53+08:00 | sysutils/rubygem-chef-config18 |
Default configuration and config loading library for Chef ChefConfig is the default configuration and config loading library for Chef. |
| 2026-03-10T01:51:52+08:00 | devel/rubygem-cookstyle |
Code linting tool Cookstyle is a code linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, logic, and security mistakes in your code. Cookstyle is powered by the RuboCop linting engine. RuboCop ships with over three-hundred rules, or cops, designed to detect common Ruby coding mistakes and enforce a common coding style. We've customized Cookstyle with a subset of those cops that we believe are perfectly tailored for cookbook development. We also ship 260 Chef Infra specific cops that catch common cookbook coding mistakes, clean up portions of code that are no longer necessary, and detect deprecations that prevent cookbooks from running on the latest releases of Chef Infra Client. |
| 2026-03-10T01:51:51+08:00 | devel/py-pytest-postgresql |
Postgresql fixtures and fixture factories for Pytest pytest-postgresql is a pytest plugin that enables you to test code relying on a running PostgreSQL database. It provides fixtures for managing both the PostgreSQL process and the client connections. |
| 2026-03-10T01:51:49+08:00 | devel/py-mirakuru |
Process executor (not only) for tests Mirakuru is a process orchestration tool designed for functional and integration tests. When your application or tests rely on external processes (like databases, APIs, or other services), ensuring these processes are started and ready before your main code executes can be challenging. Mirakuru solves this by orchestrating the startup of these processes and waiting until they are fully operational (e.g., accepting connections, producing specific output) before allowing your program or tests to continue. |
| 2026-03-09T03:54:12+01:00 | sysutils/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. |
| 2026-03-08T20:47:58+01:00 | emulators/rvvm-devel |
RISC-V Virtual Machine (development version) RVVM is a virtual machine / emulator for RISC-V guests, which emphasizes on performance, security, lean code and portability. It already runs a lot of guest operating systems, including Linux, Haiku, FreeBSD, OpenBSD, etc. It also aims to run RISC-V applications on a foreign-arch host without full OS guest & isolation (Userland emulation). This port holds a version of the project that is close to what is currently in development. |
| 2026-03-07T20:01:54-08:00 | astro/py-alerce |
Python library to interact with ALeRCE services and databases ALeRCE Python Client is a library designed to interact with ALeRCE (Automatic Learning for the Rapid Classification of Events) services and databases. Its primary functions include: * Multi-Survey Support: Querying astronomical data from both the Zwicky Transient Facility (ZTF) and the LSST/Rubin Observatory. * Data Retrieval: Accessing astronomical objects, lightcurves, stamps, and classification results. * Advanced Queries: Performing crossmatches (catsHTM conesearch) and filtering by classifier or probability. * Flexible Formats: Returning data in JSON, Pandas DataFrames, or VOTable formats for easy analysis. |
| 2026-03-08T09:10:21+01:00 | cad/OrcaSlicer |
Slicing Software for Precision 3D Prints OrcaSlicer (also known as Orca Slicer) is a fast, free, open-source 3D printing slicer created by SoftFever |
| 2026-03-07T15:41:56-07:00 | devel/ghpr |
GitHub Pull Request landing tool for FreeBSD ghpr is a Python-based tool to land GitHub pull requests into FreeBSD repositories. It streamlines the process of integrating GitHub pull requests by combining PR initialization, staging, and pushing into a unified command-line interface. Key features: - Creates and maintains a dedicated staging branch for PR integration - Downloads PRs and rebases them with automatic conflict detection - Adds appropriate commit metadata (reviewer info and PR references) - Tracks PR status through GitHub labels ('staged' and 'merged') - Pushes changes upstream while automatically closing associated PRs - Supports dry-run mode and verbose output for debugging - Handles conflict resolution workflows Requires the GitHub CLI (gh) with configured authentication. |
| 2026-03-07T12:57:23-04:00 | sysutils/py-dbuild |
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. |
| 2026-03-04T23:50:24+01:00 | devel/p5-Dist-Build |
Modern module builder, author tools not included Dist::Build is a Build.PL implementation. Unlike Module::Build::Tiny it is extensible, unlike Module::Build it uses a build graph internally which makes it easy to combine different customizations. It's typically extended by adding a .pl script in planner/. |
| 2026-03-06T23:24:38-07:00 | databases/vchord |
PostgreSQL extension designed for scalable, high-performance, and disk-efficient vector similarity search. Open-source vector similarity search for Postgres Store your vectors with the rest of your data. Supports: * exact and approximate nearest neighbor search * L2 distance, inner product, and cosine distance * any language with a Postgres client Plus ACID compliance, point-in-time recovery, JOINs, and all of the other great features of Postgres |
| 2026-03-06T22:28:10-07:00 | databases/cargo-pgrx |
Framework for developing PostgreSQL extensions in Rust pgrx is a framework for developing PostgreSQL extensions in Rust and strives to be as idiomatic and safe as possible. |
| 2026-03-05T15:15:04+03:00 | x11/plasma6-kwayland-integration |
KDE Wayland integration plugins for Qt 5 applications ${.CURDIR:H:H}/x11/plasma6-plasma/pkg-descr |
| 2026-03-05T00:58:25Z | devel/py-cloup |
Adds features to Click Cloup â originally from âClick + option groupsâ â enriches Click with several features that make it more expressive and configurable. |
| 2026-03-03T17:41:15-08:00 | devel/py-types-boto |
Typing stubs for boto Typing stubs for boto. This package provides type stubs for boto, the Python interface to Amazon Web Services. |
| 2026-03-03T17:37:52-08:00 | devel/py-types-aws-xray-sdk |
Typing stubs for aws-xray-sdk types-aws-xray-sdk is typing stubs for aws-xray-sdk. This package provides type stubs for the AWS X-Ray SDK for Python, which enables distributed tracing for AWS services. |
| 2026-03-03T17:28:42-08:00 | devel/py-types-Flask-Cors |
Typing stubs for Flask-Cors types-Flask-Cors is typing stubs for Flask-Cors. This package provides type stubs for the Flask-Cors library, which enables CORS support for Flask applications. |
| 2026-03-03T17:15:17-08:00 | devel/py-schema-salad |
Schema Annotations for Linked Avro Data (SALAD) Schema Annotations for Linked Avro Data (SALAD) is a schema language for describing structured linked data documents. It is used to define the Common Workflow Language (CWL) standards. |
| 2026-03-03T15:37:05-08:00 | devel/py-cwltest |
Common Workflow Language testing framework Common Workflow Language testing framework. This package provides a testing framework for Common Workflow Language (CWL) tools and workflows. |
| 2026-03-02T22:19:37+01:00 | multimedia/go2tv |
Cast media files to Smart TVs and Chromecast devices Go2TV lets you play video, audio, and image files on your Smart TV or Chromecast device directly from your computer or phone. It works with: - Smart TVs - Samsung, LG, Sony, and others that support DLNA/UPnP - Chromecast - Google Chromecast, Chromecast with Google TV, and compatible devices - Apps - BubbleUPnP, GMediaRender, and other media receiver apps No need to copy files to a USB drive or set up a media server. Just select your file, pick your device, and play. |
| 2026-03-02T10:43:37-06:00 | math/octave-forge-apa |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repository project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is apa. Arbitrary Precision Arithmetic (APA) package for Octave/Matlab. This package is a wrapper around the MPFR library, which provides arbitrary precision floating-point arithmetic. The package allows users to perform calculations with a precision that can be set at runtime, making it suitable for applications that require high precision, such as numerical analysis and scientific computing. |
| 2026-03-02T10:38:28+01:00 | devel/hut |
CLI tool for sr.ht Hut is a CLI companion utility to interact with sr.ht. |
| 2026-03-01T13:41:34-08:00 | www/py-yt-dlp-ejs |
JavaScript challenge solver for yt-dlp yt-dlp-ejs provides the external JavaScript (EJS) scripts that yt-dlp uses to interact with YouTube's player logic. These scripts enable full support for YouTube by solving JavaScript-based challenges, such as signature and throttle parameter decryption. A JavaScript runtime is required at runtime to execute these scripts. Supported runtimes include Deno, Node.js, Bun, and QuickJS. |
| 2026-03-01T19:12:48+03:00 | security/mbedtls4 |
Embedded SSL/TLS and cryptography library mbed TLS is a lightweight, portable, fully featured and standards compliant SSL/TLS and cryptography library. |
| 2026-02-27T21:48:41+01:00 | math/usearch |
Search & Clustering engine library (C, C++ and Java JNI) USearch is a fast search and cluster engine, and the industry-standard search backend replacing Meta's FAISS and Apache Lucene in the modern data stack. |
| 2026-03-01T13:10:31+09:00 | x11/waveterm |
Open source, AI-native terminal that sees your entire workspace Wave is an open-source AI-native terminal built for seamless workflows. Wave isn't just another terminal emulator; it's a rethink on how terminals are built. Wave combines command line with the power of the open web to help veteran CLI users and new developers alike. |
| 2026-02-28T18:22:00+01:00 | databases/sabiql |
Fast, driver-less TUI to browse, query, and edit PostgreSQL databases A fast, driver-less TUI to browse, query, and edit PostgreSQL databases â no drivers, no setup, just psql. Sabiql wraps your existing psql CLI - no Rust database drivers, no connection pools, no extra dependencies. Point it at your database and get a full-featured TUI with vim-like keybindings. Features: - SQL Modal: ad-hoc queries with auto-completion for tables, columns, and keywords - ER Diagram: generate relationship diagrams via Graphviz, opened instantly in your browser - Inspector Pane: column details, types, constraints, and indexes for any table - Inline Cell Editing: edit cells in-place with a guarded UPDATE preview before committing - Row Deletion: DELETE with mandatory preview; risk level color-coded (yellow/orange/red) - Yank: copy any cell value to clipboard - and more... |
| 2026-02-28T11:54:00+01:00 | textproc/py-tomllint |
Simple TOML linter A simple TOML linter. Checks for basic syntactic errors in any TOML file. |
| 2026-02-28T10:13:39+01:00 | devel/lua-cjson-openresty |
Fast JSON encoding/parsing for Lua with OpenResty enhancements This fork of mpx/lua-cjson is included in the OpenResty bundle and includes a few bugfixes and improvements, especially to facilitate the encoding of empty tables as JSON Arrays. Please refer to the lua-cjson documentation for standard usage. |
| 2026-02-27T17:46:10+01:00 | deskutils/xdpi |
X11 DPI information retrieval A small C program that retrieves all information about DPI (dots per inch) of the available displays in X11. Information from both the core protocol and the XRANDR extension is presented. Xinerama information (which lacks physical dimensions, and is thus not directly useful to determine output DPI) is also presented. If an XSETTINGS daemon is found, the reported (scaled and raw) Xft/DPI value is presented. |
| 2026-02-27T12:02:39+01:00 | devel/py-python-discovery |
Python interpreter discovery You may have multiple Python versions installed on your machine â system Python, versions from pyenv, mise, asdf, uv, or the Windows registry (PEP 514). python-discovery finds the right one for you. Give it a requirement like python3.12 or >=3.11,<3.13, and python-discovery searches all known locations, verifies each candidate, and returns detailed metadata about the match. Results are cached to disk so repeated lookups are fast. |
| 2026-02-27T11:02:50+01:00 | textproc/oyo |
Step-through diff viewer oyo is a terminal diff viewer that combines a classic scrollable diff with a step-through way to review changes. This tool has different diff modes, such as a dual mode for scrolling through diffs or stepping incrementally, a unified mode where code transforms in one pane, a split mode for side-by-side old and new versions, has an evolution mode with deletions fading out and a blame mode for Git annotations per line. Other features of oyo include handling hunk navigation to jump between change groups, multi-file support, regex search across diffs, a command palette for quick actions, syntax highlighting, word-level diff marking, animated steps, line wrapping, Git integration as a difftool, autoplay at set speeds and helpful keyboard bindings. |
| 2026-02-26T17:56:40+01:00 | devel/prjpeppercorn112 |
GateMate FPGAs bitstream documentation and tools GateMate FPGAs Bitstream Documentation and Tools. This port is used by devel/nextpnr to generate configuration bitstreams for CologneChip GateMate FPGAs. |
| 2026-02-26T09:33:50+01:00 | devel/py-yamlloader |
Ordered YAML loader and dumper for PyYAML This module provides loaders and dumpers for PyYAML. Currently, an OrderedDict loader/dumper is implemented, allowing to keep items order when loading respective dumping a file from/to an OrderedDict. (Python 3.8+: Also regular dicts are supported and are the default items to be loaded to. As of Python 3.7 preservation of insertion order is a language feature of regular dicts.) This project was originally mirrored from "yamlordereddict" and contains several improvements including automated testing and the much faster C-versions of the Loaders/Dumpers. |
| 2026-02-26T01:04:05-04:00 | security/py-unicode-show |
Detect and annotate suspicious Unicode characters in text or files unicode-show is a utility that reads text input (from standard input or files) and highlights suspicious Unicode characters, such as those outside the safe ASCII range. This tool is useful for identifying potentially malicious or misleading Unicode characters in source code, logs, or user input. |
| 2026-02-25T13:53:44+01:00 | www/fmd-server |
FMD web server to locate and control your devices FMD ("Find My Device") web server written in Go Privacy-preserving mobile device location FMD allows you to locate and remotely control your Android device. This is useful if you have lost or misplaced it. FMD is decentralised, and users remain in full control of their data. With FMD, you can send commands to your phone: to locate it via GPS, to locate it via nearby cell towers, to take a picture, to lock it, to let it ring, or to factory-reset it. Commands can be sent over multiple transport channels: over SMS, over third-party messaging apps like Signal or Matrix (that post a notification to the Android notification tray), or over the "FMD Server" (a self-hostable server providing a web interface to control your device). For full self-hosted mode, use toghether with sysutils/go-ntfy |
| 2026-02-23T22:40:36-08:00 | devel/py-aiofile |
Asynchronous file operations Real asynchronous file operations with asyncio support. Features: * Since version 2.0.0 using caio, which contains linux libaio and two thread-based implementations (c-based and pure-python). * AIOFile has no internal pointer. You should pass offset and chunk_size for each operation or use helpers (Reader or Writer). The simplest way is to use async_open for creating object with file-like interface. * For Linux using implementation based on libaio. * For POSIX (MacOS X and optional Linux) using implementation based on threadpool. * Otherwise using pure-python thread-based implementation. * Implementation chooses automatically depending on system compatibility. |
| 2026-02-23T22:52:47-08:00 | devel/py-caio |
Asynchronous file IO for Python caio is Python bindings for AIO API and simple asyncio wrapper. |
| 2026-02-23T22:13:17-08:00 | devel/py-py-key-value-aio |
Async Key-Value Store - A pluggable interface for KV Stores The py-key-value library provides a pluggable interface for key-value stores with support for multiple backends, TTL handling, type safety, and extensible wrappers. |
| 2026-02-18T14:02:58+01:00 | net/ucx |
Unified Communication X framework (UCX) UCX (Unified Communication X) is a high-performance communication framework for modern HPC and data-intensive workloads. It provides low-latency, high-bandwidth messaging and remote-memory-access primitives across a wide range of transports, including shared memory, TCP/IP, and RDMA-capable interconnects such as InfiniBand and RoCE (when supported by the platform). UCX is commonly used as a communication substrate for MPI, OpenSHMEM, and other distributed runtimes. It exposes a set of layered APIs (UCP/UCT/UCS/UCM) to balance portability and performance while enabling optimized transport selection, rendezvous protocols, and progress models. |
| 2026-02-23T09:09:58+01:00 | graphics/lua-qrencode |
libqrencode wrapper for the Lua programming language qrencode is a wrapper of libqrencode with libpng for lua |
| 2026-02-22T16:51:43Z | databases/pg_auto_failover-devel |
Postgres extension for automated failover and high-availability pg_auto_failover is an extension and service for PostgreSQL that monitors and manages automated failover for a Postgres cluster. It is optimized for simplicity and correctness and supports Postgres 13 to 18. pg_auto_failover supports several Postgres architectures and implements a safe automated failover for your Postgres service. It is possible to get started with only two data nodes which will be given the roles of primary and secondary by the monitor. The pg_auto_failover Monitor implements a state machine and relies on in-core PostgreSQL facilities to deliver HA. For example, when the secondary node is detected to be unavailable, or when its lag is too much, then the Monitor removes it from the synchronous_standby_names setting on the primary node. Until the secondary is back to being monitored healthy, failover and switchover operations are not allowed, preventing data loss. pg_auto_failover consists of the following parts: - a PostgreSQL extension named pgautofailover - a PostgreSQL service to operate the pg_auto_failover monitor - a pg_auto_failover keeper to operate your PostgreSQL instances, see pg_autoctl run This is the development version tracking the main branch. |
| 2026-02-22T16:51:43Z | databases/pg_auto_failover |
Postgres extension for automated failover and high-availability pg_auto_failover is an extension and service for PostgreSQL that monitors and manages automated failover for a Postgres cluster. It is optimized for simplicity and correctness and supports Postgres 13 to 17. pg_auto_failover supports several Postgres architectures and implements a safe automated failover for your Postgres service. It is possible to get started with only two data nodes which will be given the roles of primary and secondary by the monitor. The pg_auto_failover Monitor implements a state machine and relies on in-core PostgreSQL facilities to deliver HA. For example, when the secondary node is detected to be unavailable, or when its lag is too much, then the Monitor removes it from the synchronous_standby_names setting on the primary node. Until the secondary is back to being monitored healthy, failover and switchover operations are not allowed, preventing data loss. pg_auto_failover consists of the following parts: - a PostgreSQL extension named pgautofailover - a PostgreSQL service to operate the pg_auto_failover monitor - a pg_auto_failover keeper to operate your PostgreSQL instances, see pg_autoctl run |
| 2026-02-22T22:43:22+09:00 | x11/hyprshutdown |
Graceful shutdown utility for Hyprland A graceful shutdown/logout utility for Hyprland, which prevents apps from crashing / dying unexpectedly. Notes: - hyprshutdown does not shut down the system, it only shuts down Hyprland. - hyprshutdown does not work with anything other than Hyprland, as it relies on Hyprland IPC. |
| 2026-02-21T17:25:15+09:00 | deskutils/joplin-desktop |
Note taking and to-do application with synchronisation capabilities Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format. |
| 2026-02-20T12:09:35+01:00 | textproc/rubygem-rails-html-sanitizer-gitlab |
Sanitize HTML fragments in Rails applications HTML sanitization for Rails applications |
| 2026-02-20T14:36:41+01:00 | textproc/py-sphinxcontrib-mermaid |
Mermaid diagrams in your Sphinx-powered docs This Sphinx extension allows you to embed Mermaid graphs in your documents, including general flowcharts, sequence diagrams, gantt diagrams and more. |
| 2026-02-20T14:27:07+01:00 | databases/py-squall-sql |
TUI SQLite Viewer and Editor Squall-sql is a SQLite viewer and editor that runs in your terminal. Squall is written in Python and uses the Textual package. |
| 2026-02-20T11:52:34+01:00 | www/access-log-exporter |
Prometheus exporter to convert webserver logs into metrics A Prometheus exporter that receives web server access logs via syslog and converts them into metrics. access-log-exporter processes logs from multiple web servers and has undergone testing with Nginx and Apache HTTP Server 2.4. It supports flexible metric configuration through presets and provides comprehensive monitoring capabilities for web traffic analysis. |
| 2026-02-16T21:19:58+01:00 | deskutils/xdgctl |
TUI for managing XDG default applications TUI for managing XDG default applications |
| 2026-02-18T23:11:00+03:00 | math/wide-integer |
Generic C++ template for extended width unsigned/signed integral types Wide-integer implements a generic C++ template for extended width unsigned and signed integral types. This C++ template header-only library implements drop-in big integer types such as uint128_t, uint256_t, uint384_t, uint512_t, uint1024_t, uint1536_t, etc. These can be used essentially like regular built-in integers. Corresponding signed integer types such as int128_t, int256_t, and the like can also be used. |
| 2026-02-18T23:08:02+03:00 | devel/small |
C++ small containers C++ standard template library optimized small containers. |
| 2026-02-18T20:48:00+04:00 | textproc/krep |
High-performance string search utility krep is an optimized string search utility designed for maximum throughput and efficiency when processing large files and directories. It is built with performance in mind, offering multiple search algorithms and SIMD acceleration when available. Note: Krep is not intended to be a full replacement or direct competitor to feature-rich tools like grep or ripgrep. Instead, it aims to be a minimal, efficient, and pragmatic tool focused on speed and simplicity. Krep provides the essential features needed for fast searching, without the extensive options and complexity of more comprehensive search utilities. Its design philosophy is to deliver the fastest possible search for the most common use cases, with a clean and minimal interface. |
| 2026-02-18T00:50:18+08:00 | www/nbytes |
Library of byte handling functions extracted from Node.js core nbytes is a library of byte handling functions extracted from Node.js core. |
| 2026-02-18T00:50:17+08:00 | graphics/hdr_histogram |
C port of the HdrHistogram HdrHistogram_c is a C port of High Dynamic Range (HDR) Histogram. This port contains a subset of the functionality supported by the Java implementation. The current supported features are: - Standard histogram with 64 bit counts (32/16 bit counts not supported) - All iterator types (all values, recorded, percentiles, linear, logarithmic) - Histogram serialisation (encoding version 1.2, decoding 1.0-1.2) - Reader/writer phaser and interval recorder |
| 2026-02-18T00:50:17+08:00 | devel/span |
Implementation of C++20's std::span for older compilers This repository contains a single-header implementation of C++20's std::span, conforming to the C++20 committee draft. It is compatible with C++11, but will use newer language features if they are available. It differs from the implementation in the Microsoft GSL in that it is single-header and does not depend on any other GSL facilities. It also works with C++11, while the GSL version requires C++14. |
| 2026-02-18T00:53:26+08:00 | devel/merve |
Fast C++ lexer for extracting named exports from CommonJS modules Merve is a fast C++ lexer for extracting named exports from CommonJS modules. This library performs static analysis to detect CommonJS export patterns without executing the code. Features: - Fast: Zero-copy parsing for most exports using std::string_view - Accurate: Handles complex CommonJS patterns including re-exports, Object.defineProperty, and transpiler output - Source Locations: Each export includes a 1-based line number for tooling integration - Unicode Support: Properly unescapes JavaScript string literals including \u{XXXX} and surrogate pairs - Optional SIMD Acceleration: Can use simdutf for faster string operations - No Dependencies: Single-header distribution available (simdutf is optional) - Cross-Platform: Works on Linux, macOS, and Windows |
| 2026-02-18T00:50:15+08:00 | devel/lief |
Library to Instrument Executable Formats (C++) The purpose of this project is to provide a cross-platform library to parse, modify and abstract ELF, PE and MachO formats. Main features: - Parsing: LIEF can parse ELF, PE, MachO, COFF, OAT, DEX, VDEX, ART and provides an user-friendly API to access to internals. - Modify: LIEF can use to modify some parts of these formats (adding a section, changing a symbol's name, ...) - Abstract: Three formats have common features like sections, symbols, entry point... LIEF factors them. - API: LIEF can be used in C++, Python, Rust, C and Node.js (unofficial, AI-generated) Extended features: - DWARF/PDB Support - Objective-C Metadata - Dyld Shared Cache with support for extracting Dylib - Disassembler: AArch64, x86/x86-64, ARM, RISC-V, Mips, PowerPC, eBPF - Assembler: AArch64, x86/x86-64 |
| 2026-02-18T00:50:13+08:00 | devel/frozen |
Header-only, constexpr alternative to gperf for C++14 users Frozen is a header-only library that provides 0 cost initialization for immutable containers, fixed-size containers, and various algorithms. Frozen provides: - immutable (a.k.a. frozen), constexpr-compatible versions of std::set, std::unordered_set, std::map and std::unordered_map. - fixed-capacity, constinit-compatible versions of std::map and std::unordered_map with immutable, compile-time selected keys mapped to mutable values. - 0-cost initialization version of std::search for frozen needles using Boyer-Moore or Knuth-Morris-Pratt algorithms. The unordered_* containers are guaranteed perfect (a.k.a. no hash collision) and the extra storage is linear with respect to the number of keys. Once initialized, the container keys cannot be updated, and in exchange, lookups are faster. And initialization is free when constexpr or constinit is used :-). |
| 2026-02-17T11:08:01+01:00 | devel/git-flow-next |
Modern reimplementation of git-flow branching model written in Go A modern reimplementation of git-flow in Go that offers greater flexibility while maintaining backward compatibility with the original git-flow and git-flow-avh. It is built with Go, focusing on reliability, extensibility, and developer experience. |
| 2026-01-14T02:50:09+04:00 | misc/deark |
Utility for data extraction, decompression, and image format decoding Deark is a portable command-line utility that can decode certain types of files, and either convert them to a more-modern or more-readable format, or extract embedded files from them. It also has an option (-d) to display detailed information about a fileâs contents and metadata. Itâs Free Software. The files it writes are usually named "output.*". When processing "archive" formats that contain other files, it's usually best to use Deark only to convert to ZIP format, so that the filenames and paths can be retained. Suggest options "-zip -ka". |
| 2026-02-16T17:32:58-04:00 | www/py-dj60-django-stubs-ext |
Monkey-patching and extensions for django-stubs django-stubs contains type stubs and a custom mypy plugin to provide more precise static types and type inference for Django framework. Django uses some Python "magic" that makes having precise types for some code patterns problematic. This is why we need this project. The final goal is to be able to get precise types for most common patterns. |
| 2026-02-16T14:28:28+01:00 | audio/waves |
Terminal music player with MusicBrainz tagging, and Last.fm scrobbling Waves is a keyboard-driven terminal music player with Soulseek downloads, MusicBrainz tagging, Last.fm scrobbling, and radio mode. Features: - Browser: Browse music by Artist > Album > Track hierarchy - File Browser: Navigate filesystem with file/folder deletion - Playlists: Create, organize, and manage playlists with folder hierarchy - Favorites: Quick-access playlist with heart icon display - Playing Queue: Persistent queue with multi-selection, reordering, and undo/redo - Audio Playback: MP3, FLAC, OPUS/OGG, and M4A/AAC support with seeking - Album Art: Display album art in expanded player bar, auto-fetch during import - Full-Text Search: SQLite FTS5 search across library, files, and playlists - Download Manager: Search and download from Soulseek via slskd integration - Import System: MusicBrainz tagging, file renaming, and library integration - Last.fm Scrobbling: Track your listening history with offline queue support - Radio Mode: Endless playback with Last.fm similar artists and intelligent track selection - And more... |
| 2026-02-16T14:11:52+01:00 | security/py-slip10 |
Reference implementation of SLIP-0010 key derivation slip10 is a reference implementation of the SLIP-0010 specification, which generalizes BIP-0032 hierarchical deterministic key derivation for multiple curves, including secp256k1, NIST P-256, ed25519, and curve25519. It supports deriving extended private and public keys along standard paths and can operate from either seed material or serialized extended keys. |
| 2026-02-16T14:11:14+01:00 | security/py-shamir-mnemonic |
Implementation of SLIP-0039 Shamir mnemonic secret sharing shamir-mnemonic is a Python implementation of SLIP-0039, a standard for splitting secrets into multiple mnemonic word shares using Shamir's Secret Sharing scheme. It is designed primarily for use with cryptocurrency wallets and hardware devices, enabling secure backup and recovery of sensitive secrets through human-readable word lists. The library provides tools for generating mnemonic shares, combining shares to recover secrets, and validating share sets, while remaining compatible with SLIP-0039 implementations used by Trezor and related ecosystems. |
| 2026-02-16T03:27:29-08:00 | graphics/py-vulkan |
Python binding for Vulkan API Vulkan is a Python extension which supports the Vulkan API. It leverages power of Vulkan with simplicity of Python. It's a complete Vulkan wrapper, it keeps the original Vulkan API and try to limit differences induced by Python. |
| 2026-02-15T20:22:46-08:00 | www/py-django_statici18n |
Helper for generating Javascript catalog to static files When dealing with internationalization in JavaScript code, Django provides the javascript_catalog view which sends out a JavaScript code library with functions that mimic the gettext interface, plus an array of translation strings. At first glance, it works well and everything is fine. But, because javascript_catalog view is generating JavaScript catalog dynamically on each request, it's adding an overhead that can be an issue with site growth. |
| 2026-02-15T18:31:00+01:00 | databases/mysql96-server |
Multithreaded SQL database (server) MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software |
| 2026-02-15T18:31:00+01:00 | databases/mysql96-client |
Multithreaded SQL database (client) |
| 2026-02-15T17:09:47+03:00 | graphics/openusd |
Universal Scene Description is a scene description management system Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications. |
| 2026-02-15T09:54:43+01:00 | databases/rubygem-lmdb |
Ruby bindings for OpenLDAP's LMDB Ruby bindings for the OpenLDAP's Lightning Memory-Mapped Database (LMDB) If you want to have a simpler interface to LMDB databases please consider using Moneta. The Moneta gem provides an LMDB adapter which uses this gem. |
| 2026-02-13T18:36:51+01:00 | emulators/firebird |
Emulator of the ARM-based TI-Nspire calculators This port is a community TI-Nspire emulator, originally created by Goplat. It supports the emulation of Touchpad, TPad CAS, CX and CX CAS calcs on Android, iOS, Linux, macOS and Windows. |
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-zedmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-victormono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-ubuntusans |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-ubuntumono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-ubuntu |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-tinos |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-terminess |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-symbols |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-spacemono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-shuretechmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-saucecodepro |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-robotomono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-recmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-proggyclean |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-profont |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-overpass |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-opendyslexic |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-noto |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-mplus |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-mononoki |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-monoid |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-monofur |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-monaspice |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-meslo |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-martianmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-literation |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-lilex |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-lekton |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-jetbrainsmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-iosevkatermslab |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-iosevkaterm |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-iosevka |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-intonemono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-inconsolatalgc |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-inconsolatago |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-inconsolata |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-imwriting |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-hurmit |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-heavydata |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-hasklug |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-hack |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-gomono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-gohu |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-geistmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-firamono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-firacode |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-fantasquesansmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-envycoder |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-droidsansmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-departuremono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-dejavusansmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-daddytimemono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-d2coding |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-cousine |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-commitmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-comicshannsmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-codenewroman |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-caskaydiamono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-caskaydiacove |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-blexmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-bitstromwera |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-bigblueterminal |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-aurulentsansmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-atkynsonmono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-arimo |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-anonymicepro |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-agave |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-adwaitamono |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-3270 |
|
| 2026-01-26T21:26:52+01:00 | x11-fonts/nerd-fonts-0xproto |
|
| 2026-02-05T01:28:07+01:00 | graphics/blender4 |
3D modeling/rendering/animation package -v4.x Blender is a free and fully functional 3D modeling/rendering/animation/gaming package. This port provides v4.5 of blender for file compatibility with older versions. Some changes in file format can prevent v5.x from opening older files while this version can open both old and new. See https://developer.blender.org/docs/release_notes/5.0/core/ for more info. |
| 2026-02-14T12:27:40+01:00 | databases/redis84 |
Persistent key-value database with built-in net interface(8.4.X) Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. This is the 8.4.X branch of redis. |
| 2026-02-14T11:27:58+01:00 | emulators/emutos |
Free operating system for Atari computers EmuTOS is a TOS compatible operating system for Atari ST series computers. It is made from Digital Research's GPLed original sources and is a free and open source alternative to Atari proprietary ROMs. Needed to run emulators like hatari and STonX. |
| 2026-02-12T23:15:56-05:00 | graphics/py-pycairo |
Python bindings for Cairo Python bindings for Cairo. |
| 2026-02-12T18:14:10-05:00 | audio/blucli |
Go-based cli for BluOS BluOS CLI (blu) for Bluesound/NAD BluOS players. Features: * Discovery: mDNS (_musc/_musp/_musz/_mush) + LSDP fallback (blu devices) * Device selection: --device, BLU_DEVICE, config default_device, aliases, discovery names * Playback: play/pause/stop/next/prev + play --url/--seek/--id * Volume + modes: volume, mute, shuffle, repeat * Grouping: group status|add|remove * Queue/presets/browse: queue, presets, browse, playlists, inputs * TuneIn: tunein search|play for quick "play X" * Spotify Connect: spotify open (and optional Web API spotify login/search/play) * Sleep timer: sleep * Watch: long-poll Status / SyncStatus (watch status|sync) * Scripting/safety: --json, --dry-run, --trace-http * Diagnostics: diag, doctor, raw endpoint runner * Shell completions: completions bash|zsh |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-netdump |
MooseFS network packet dump utility MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS network packet dump utility |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-metalogger |
MooseFS metadata backup server MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS metalogger (metadata replication) server. |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-master |
Fault-tolerant distributed filesystem MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS master (metadata) server. |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-gui |
MooseFS web-based GUI MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS web-based GUI. |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-client |
MooseFS client tools MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS clients: mfsmount and mfstools. |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-cli |
MooseFS command line interface MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS CLI utilities. |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-chunkserver |
MooseFS data storage and synchronization component MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS data server. |
| 2026-02-13T00:19:59+03:00 | filesystems/moosefs-cgi |
Meta package to redirect old -cgi package to new -gui package MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS cgi package replacement. |
| 2026-02-12T22:14:06+01:00 | sysutils/rustic |
Fast, encrypted, and deduplicated backups powered by Rust 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. |
| 2026-02-12T21:44:36+01:00 | sysutils/rucola |
Terminal-based markdown note manager 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. |
| 2026-02-12T03:14:36-05:00 | devel/py-setuptools-scm8 |
Setuptools plugin to manage your versions by scm tags Handles managing your python package versions in scm metadata instead of declaring them as the version argument or in a scm managed file. |
| 2026-02-11T22:46:15+01:00 | audio/noctavox |
Lightweight TUI music player for local files NoctaVox is a lightweight, plug and play, TUI music player for local music. Features: - Gapless playback with queue support - Multi-format audio (mp3, m4a, wav, flac, ogg, opus) - Live library reloading - Custom themeing with hot reload - Vim-like keybindings - Waveform and oscilloscope visualization - Playlist management |
| 2026-02-11T12:45:08-05:00 | lang/go126 |
|
| 2026-02-10T23:05:00+01:00 | devel/prjpeppercorn111 |
GateMate FPGAs bitstream documentation and tools GateMate FPGAs Bitstream Documentation and Tools. This port is used by devel/nextpnr to generate configuration bitstreams for CologneChip GateMate FPGAs. |
| 2026-02-10T17:30:28+01:00 | comms/meshcore-cli |
CLI interface to MeschCore companion app over TCP or Serial meshcore-cli is a tool that connects to companion radio node (meshcore client) over BLE, TCP or Serial and lets you interact with it from a terminal using a command line interface. |
| 2026-02-10T16:57:50+01:00 | comms/py-meshcore |
Base classes for communicating with meshcore companion radios Python library for interacting with MeshCore companion radio nodes. At the moment FreeBSD does not support BLE communication, so only Serial and TCP modes are available. |
| 2026-02-10T14:23:24+01:00 | textproc/comparator |
Find common sections in source trees comparator is a program for rapidly finding common segments in large source-code trees. See the manual page for instructions. It comes with a filtering postprecessor, filterator. |
| 2026-02-04T16:01:47+01:00 | benchmarks/py-reframe-hpc |
HPC regression/benchmark testing framework ReFrame is a powerful Python framework for writing portable HPC regression tests and benchmarks. It abstracts away system- and scheduler-specific details so the test logic stays portable, while ReFrame handles modules/ env switching, compile, submit, polling, sanity/perf checks, and results storage. CLI tool installed as `reframe`. |
| 2026-02-10T09:37:49+01:00 | comms/py-cayennelpp |
CayenneLPP decoder and encoder written in Python A Cayenne Low Power Payload (CayenneLPP) decoder and encoder written in Python. PyCayenneLPP offers a concise interface with proper encoding and decoding functionality for the CayenneLPP format, supporting many sensor types. |
| 2026-02-10T09:31:53+01:00 | comms/py-pyserial-asyncio-fast |
Async I/O extension package for the Python Serial Port Extension This module provides asynchronous I/O on serial ports, extending the pyserial module. This version implements eager writes like cpython asyncio selector_events does. This can significantly reduce overhead since the asyncio writer is no longer added and removed frequently. |
| 2026-02-10T00:15:45-08:00 | misc/py-NATTEN |
Neighborhood Attention Extension for PyTorch NATTEN is an open-source project dedicated to providing fast implementations for Neighborhood Attention, a sliding window self-attention mechanism. |
| 2026-02-10T15:44:05+09:00 | devel/vali |
C library and code generator for Varlink A Varlink C implementation and code generator. Varlink is an interface description format and protocol that aims to make services accessible to both humans and machines in the simplest feasible way. |
| 2026-02-10T01:44:36+01:00 | audio/subtui |
Lightweight subsonic TUI music player SubTUI is your next favorite lightweight music player for Subsonic-compatible servers like Navidrome, Gonic, and Airsonic. Built with Go and the Bubble Tea framework, it provides a clean terminal interface to listen to your favorite high-quality audio. |
| 2026-02-09T13:33:12-05:00 | sysutils/try-rs |
Workspace manager for your temporary experiments try-rs is a CLI tool designed to manage the chaos of temporary projects. Instead of cluttering your Desktop or /tmp with test1, new-test, and final-test, try-rs organizes them into date-prefixed directories, offering a robust TUI (Terminal User Interface) to create, navigate, and clean up your experiments. |
| 2026-02-08T16:15:46+09:00 | devel/electron40 |
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. |
| 2026-02-05T13:12:31-04:00 | devel/mfc-candidates |
Identify FreeBSD commits to MFC The mfc-candidates script compares git commit hashes between branches to identify potential MFC candidates. It was originally designed for the FreeBSD src repository, but it also works for ports. |
| 2026-02-05T13:06:46-04:00 | devel/freebsd-git-arc |
Git plugin to manage FreeBSD Phabricator reviews The git-arc script is a git plugin for arc, the Phabricator command-line tool, that simplifies the creation and management of FreeBSD Phabricator reviews. It was created for src development, but also works for doc and ports. |
| 2026-02-06T12:03:19+01:00 | devel/nextpnr-devel |
Portable FPGA place and route tool nextpnr aims to be a vendor neutral, timing driven, FOSS FPGA place and route tool. Currently nextpnr supports: - Lattice iCE40 devices supported by Project IceStorm - Lattice ECP5 devices supported by Project Trellis - Lattice Nexus devices supported by Project Oxide - Gowin LittleBee devices supported by Project Apicula - NanoXplore NG-Ultra devices supported by Project Beyond - (experimental) Cyclone V devices supported by Mistral - (experimental) Lattice MachXO2 devices supported by Project Trellis - (experimental) a "generic" back-end for user-defined architectures |
| 2026-02-06T11:25:43+01:00 | devel/py-tree-sitter-sql |
Tree-sitter Grammar for SQL (Python module) Tree-sitter-sql is a general/permissive SQL grammar for tree-sitter. |
| 2026-02-05T19:32:05-08:00 | devel/py-spy |
Sampling profiler for Python programs py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. |
| 2026-02-04T23:56:55+01:00 | sysutils/py-nvitop |
Interactive NVIDIA-GPU process viewer nvitop is an interactive NVIDIA device and process monitoring tool. It has a colorful and informative interface that continuously updates the status of the devices and processes. As a resource monitor, it includes many features and options, such as tree-view, environment variable viewing, process filtering, process metrics monitoring. |
| 2026-02-05T00:25:44+01:00 | devel/py-nvidia-ml-py |
Python bindings to the NVIDIA Management Library Python bindings to the NVIDIA Management Library. Provides a Python interface to GPU management and monitoring functions. |
| 2026-02-06T00:22:33+08:00 | editors/fresh |
Terminal based IDE & text editor: easy, powerful and fast Fresh provides a comprehensive set of features to help you be productive. * Editing - Multiple cursors, advanced selection, unlimited undo/redo * Command Palette - Quick access to commands, files, and navigation * Navigation - Go to definition, position history * File Explorer - Browse and manage project files * Search and Replace - Powerful search with regex support * LSP Integration - Language server support for diagnostics and completion * Integrated Terminal - Run shell commands without leaving the editor * Themes - Customizable color themes * Encoding - Text encoding detection and conversion |
| 2026-02-05T09:57:29+01:00 | devel/rubygem-listen-gitlab |
Listen to file modifications and notify about the changes The Listen gem listens to file modifications and notifies you about the changes. Features: - Works everywhere! - Supports watching multiple directories from a single listener. - OS-specific adapters for Mac OS X 10.6+, Linux and Windows. - Automatic fallback to polling if OS-specific adapter doesn't work. - Detects files modification, addidation and removal. - Checksum comparaison for modifications made under the same second. - Allows supplying regexp-patterns to ignore and filter paths for better results. - Tested on all Ruby environments via travis-ci. |
| 2026-02-05T03:09:31-04:00 | sysutils/xclipsync |
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. |
| 2026-02-04T20:48:48+01:00 | devel/hs-ghcup |
GHC toolchain installer GHCup is the main installer for the general purpose language Haskell. It provides a command-line interface for installing, managing, and updating the Haskell toolchain components, including: - The Glasgow Haskell Compiler (GHC) - The Haskell Build Tool (Cabal-install) - The Haskell Language Server (HLS) - Stack - GHCup itself GHCup allows users to easily switch between different versions of these tools and manage sandboxed environments for Haskell development. |
| 2026-02-01T21:13:18+01:00 | x11-toolkits/wlroots020 |
Modular Wayland compositor library (current 0.20.* series) Pluggable, composable, unopinionated modules for building a Wayland compositor; or about 60,000 lines of code you were going to write anyway. - wlroots provides backends that abstract the underlying display and input hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends, plus any custom backends you choose to write, which can all be created or destroyed at runtime and used in concert with each other. - wlroots provides unopinionated, mostly standalone implementations of many Wayland interfaces, both from wayland.xml and various protocol extensions. We also promote the standardization of portable extensions across many compositors. - wlroots provides several powerful, standalone, and optional tools that implement components common to many compositors, such as the arrangement of outputs in physical space. - wlroots provides an Xwayland abstraction that allows you to have excellent Xwayland support without worrying about writing your own X11 window manager on top of writing your compositor. - wlroots provides a renderer abstraction that simple compositors can use to avoid writing GL code directly, but which steps out of the way when your needs demand custom rendering code. wlroots implements a huge variety of Wayland compositor features and implements them *right*, so you can focus on the features that make your compositor unique. By using wlroots, you get high performance, excellent hardware compatibility, broad support for many wayland interfaces, and comfortable development tools - or any subset of these features you like, because all of them work independently of one another and freely compose with anything you want to implement yourself. |
| 2026-02-04T14:21:36+01:00 | devel/py-pyperclipimg |
Python copy() and paste() clipboard functions for images Python copy() and paste() clipboard functions for images on Windows, macOS, Linux and FreeBSD. |
| 2026-02-04T11:52:00+01:00 | devel/py-darkdetect |
This Python package allows to detect if the user is using Dark Mode The main application of this Python package is to detect the Dark mode from your GUI Python application (Tkinter/wx/pyqt/qt for python (pyside)/...) and apply the needed adjustments to your interface. Darkdetect is particularly useful if your GUI library does not provide a public API for this detection. In addition, this package does not depend on other modules or packages that are not already included in standard Python distributions. |
| 2026-02-04T22:26:49+09:00 | multimedia/hyprpwcenter |
GUI Pipewire control center hyprpwcenter is a GUI control center for pipewire. It allows to look and configure nodes, outputs, and adjust the pw graph. |
| 2026-02-04T13:39:48+01:00 | net/openbgpd9 |
Free implementation of the Border Gateway Protocol, Version 4 OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4. It allows ordinary machines to be used as routers exchanging routes with other systems speaking the BGP protocol. |
| 2026-02-03T22:36:40-08:00 | www/rubygem-requestjs-rails |
Tiny Fetch API wrapper for Rails with CSRF token handling requestjs-rails is a tiny Fetch API wrapper that allows you to make HTTP requests from Rails applications without the need to manually handle CSRF tokens on every request. This gem provides a simple JavaScript library that automatically includes Rails' CSRF token in AJAX requests, making it easier to build interactive web applications while maintaining security. Key features: - Automatic CSRF token handling - Simple Fetch API wrapper - Lightweight and easy to integrate - Designed specifically for Rails applications |
| 2026-02-03T22:36:40-08:00 | www/rubygem-requestjs-rails-rails72 |
|
| 2026-02-03T16:17:23Z | misc/emacs-libvterm |
Emacs libvterm integration Emacs-libvterm (vterm) is fully-fledged terminal emulator inside GNU Emacs based on libvterm, a C library. As a result of using compiled code (instead of elisp), emacs-libvterm is fully capable, fast, and it can seamlessly handle large outputs. |
| 2026-02-03T23:31:54+03:00 | devel/spago |
PureScript package manager and build tool Spago is a PureScript package manager and build tool powered by Dhall and package-sets, a curated list of PureScript packages. Spago focuses on great UX, assuring minimal dependencies and reproducible builds. |
| 2026-02-03T16:26:04+01:00 | devel/rubygem-thor14 |
Scripting framework that replaces rake, sake, and rubigen A scripting framework that replaces rake, sake and rubigen |
| 2026-02-03T12:42:29+08:00 | textproc/rubygem-cucumber-html-formatter22 |
HTML formatter for Cucumber Cucumber HTML Formatter is a cross-platform formatter that produces a HTML report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protobuf formatter that outputs cucumber messages. |
| 2026-02-03T12:42:28+08:00 | devel/rubygem-cucumber-tag-expressions8 |
Cucumber tag expressions for Ruby Tag Expressions provide a simple query language for tags. The simplest tag expression is simply a single tag. |
| 2026-02-02T23:05:11+03:00 | devel/py-spin |
Scientific Python INcantations (spin) Scientific Python INcantations (spin) is a developer tool for scientific Python libraries. The goal of spin is therefore to provide a simple, user-friendly, extendable interface for common development tasks. It comes with a few common build commands out the box, but can easily be customized per project. |
| 2026-02-01T00:42:12-08:00 | graphics/papers |
View multipage documents Papers is a document viewer for the GNOME desktop. You can view, search or annotate documents in many different formats. It supports documents in: PDF, PS, EPS, XPS, DjVu, TIFF, and Comic Books archives (CBR, CBT, CBZ, CB7). |
| 2026-01-31T16:49:49+01:00 | databases/rainfrog |
Database tool for the terminal Rainfrog is a lightweight, terminal-based tool for interacting with databases. Features: - efficient navigation via vim-like keybindings and mouse controls - query editor with keyword highlighting, session history, and favorites - quickly copy data, filter tables, and switch between schemas - shortcuts to view table metadata and properties - cross-platform (Android via termux, FreeBSD, Linux, MacOS, Windows) Supported databases: - Postgres - MySQL - Sqlite - Redshift (via wire protocol of Postgres) - DuckDB - Oracle (requires additional runtime dependencies) |
| 2026-01-31T16:44:52+01:00 | databases/py-harlequin-postgres |
Harlequin adapter for Postgres Postgres adapter for Harlequin, the SQL IDE for your Terminal. |
| 2026-01-31T16:40:41+01:00 | databases/py-harlequin-mysql |
MySQL adapter for Harlequin, the SQL IDE for your Terminal MySQL/MariaDB adapter for Harlequin, the SQL IDE for your terminal. |
| 2026-01-31T16:32:33+01:00 | databases/py-harlequin |
SQL IDE for your terminal Harlequin is an easy, fast, and beautiful database client for the terminal. It has all the features you'd expect from an SQL IDE, delightfully running right in your terminal. - View tables, columns, and their types across one or more attached databases. Optionally view local files or S3 objects. - A full-featured editor: autocomplete, open, save, format, cut, copy, paste, and more. Supports multiple tabbed buffers! - View 1M+ results in an interactive table. Multiple queries loaded into separate tabs. - Full Screen - Export query results and configure the export using a helpful UI. - View a list of executed queries and a summary of results. Select to insert into a new buffer. |
| 2026-01-31T16:28:40+01:00 | textproc/py-textual-textarea |
Text area (multi-line input) with syntax highlighting for Textual Textual-textarea is a text area (multi-line input) with syntax highlighting for Textual. It offers a full-featured text editor experience with VS-Code-like bindings, in your Textual App: - Syntax highlighting and support for Pygments themes. - Move cursor and scroll with mouse or keys (including ctrl+arrow, PgUp/Dn, ctrl+Home/End). - Open (ctrl+o) and save (ctrl+s) files. - Cut (ctrl+x), copy (ctrl+c), paste (ctrl+u/v), optionally using the system clipboard. - Comment selections with ctrl+/. - Indent and dedent (optionally for a multiline selection) to tab stops with Tab and shift+Tab. - Automatic completions of quotes and brackets. - Select text by double-, triple-, or quadruple-clicking. - Quit with ctrl+q. |
| 2026-01-31T16:25:56+01:00 | textproc/py-textual-fastdatatable |
Reimplementation of Textual's DataTable widget Textual-fastdatatable is a performance-focused reimplementation of Textual's DataTable widget, with a pluggable data storage backend. |
| 2026-01-31T21:11:37+08:00 | devel/rubygem-xdg9 |
XDG Base Directory Standard Library for Ruby XDG provides an easy to use Ruby library for working with XDG standards. Presently, it only supports the XDG Base Directory Standard. If your program utilizes user or system-wide support files (e.g. configuration files), you owe it to yourself to checkout the XDG base directory standard. You can learn more about the standard at: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html |
| 2026-01-31T21:11:36+08:00 | www/py-proxy.py |
Fast lightweight pluggable proxy framework Proxy.py is a high-performance, lightweight, and highly customizable HTTP proxy server framework written in Python. |
| 2026-01-31T21:11:35+08:00 | textproc/py-wheezy.template |
Lightweight template library wheezy.template is a python package written in pure Python code. It is a lightweight template library. The design goals achieved: - Compact, Expressive, Clean: Minimizes the number of keystrokes required to build a template. Enables fast and well read coding. You do not need to explicitly denote statement blocks within HTML (unlike other template systems), the parser is smart enough to understand your code. This enables a compact and expressive syntax which is really clean and just pleasure to type. - Intuitive, No time to Learn: Basic Python programming skills plus HTML markup. You are productive just from start. Use full power of Python with minimal markup required to denote python statements. - Do Not Repeat Yourself: Master layout templates for inheritance; include and import directives for maximum reuse. - Blazingly Fast: Maximum rendering performance: ultimate speed and context preprocessor features. |
| 2026-01-31T21:11:34+08:00 | textproc/py-hotdoc |
Documentation tool micro-framework Hotdoc is a documentation micro-framework. It provides an interface for extensions to plug upon, along with some base objects (formatters, ...). |
| 2026-01-31T21:11:33+08:00 | sysutils/py-python-on-whales |
Docker client for Python, designed to be fun and intuitive A Docker client for Python, designed to be fun and intuitive! Works on Linux, macOS and Windows, for Python 3.8 and above. |
| 2026-01-31T21:11:32+08:00 | devel/py-wait-for-it |
Wait for service(s) to be available before executing a command wait-for-it is a script that will wait on the availability of one or more TCP services (i.e. host:port) before executing a user-defined command. It is useful for synchronizing the spin-up of interdependent services, such as linked docker containers. |
| 2026-01-31T21:11:30+08:00 | devel/py-isal |
Python bindings for the ISA-L ibrary This package provides Python bindings for the ISA-L library. The Intel(R) Intelligent Storage Acceleration Library (ISA-L) implements several key algorithms in assembly language. This includes a variety of functions to provide zlib/gzip-compatible compression. python-isal provides the bindings by offering four modules: - isal_zlib: A drop-in replacement for the zlib module that uses ISA-L to accelerate its performance. - igzip: A drop-in replacement for the gzip module that uses isal_zlib instead of zlib to perform its compression and checksum tasks, which improves performance. - igzip_threaded offers an open function which returns buffered read or write streams that can be used to read and write large files while escaping the GIL using one or multiple threads. This functionality only works for streaming, seeking is not supported. - igzip_lib: Provides compression functions which have full access to the API of ISA-L's compression functions. |
| 2026-01-31T21:11:29+08:00 | devel/py-dbus-deviation |
Parse D-Bus introspection XML and process it in various ways dbus-deviation is a project for parsing D-Bus introspection XML and processing it in various ways. Its main tool is dbus-interface-diff, which calculates the difference between two D-Bus APIs for the purpose of checking for API breaks. This functionality is also available as a Python module, dbusdeviation. A second Python module, dbusapi, is provided for parsing D-Bus introspection XML to produce an AST representing a D-Bus interface. |
| 2026-01-31T21:11:28+08:00 | databases/datafusion-cli |
Apache DataFusion Command-line Interface Apache DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format. DataFusion CLI (datafusion-cli) is a small command line utility that runs SQL queries using the DataFusion engine. |
| 2026-01-06T00:19:23+01:00 | security/gnupg25 |
Complete and free PGP implementation GnuPG is a complete and free replacement for PGP. This is the "stable" version. GnuPG allows encrypting and signing your data and communication, and features a versatile key management system as well as access modules for many public key directories. GnuPG, also known as GPG, is a command line tool with features for easy integration with other applications. |
| 2026-01-29T20:34:30Z | textproc/mg-aspell |
Aspell Malagasy dictionary Aspell Malagasy dictionary. |
| 2026-01-29T20:06:44Z | textproc/hus-aspell |
Aspell Huastec (Tenek) dictionary Aspell Huastec (Tenek) dictionary. See https://en.wikipedia.org/wiki/Huastec_language . |
| 2026-01-29T16:16:01+03:00 | math/p5-Math-GSL-Alien |
Easy installation of the GSL library Easy installation of the GSL library |
| 2026-01-29T16:16:01+03:00 | devel/p5-Alien-Role-Dino |
Experimental support for dynamic share Alien install Experimental support for dynamic share Alien install |
| 2026-01-25T16:29:45+01:00 | devel/py-lap |
Linear Assignment Problem Solver Lap is a linear assignment problem solver using Jonker-Volgenant algorithm for dense LAPJV or sparse LAPMOD matrices. Both algorithms are implemented from scratch based solely on the papers and the public domain Pascal implementation provided by A. Volgenant. The LAPMOD implementation seems to be faster than the LAPJV implementation for matrices with a side of more than ~5000 and with less than 50% finite coefficients. |
| 2026-01-28T12:16:12+01:00 | www/surge |
High-performance download manager with TUI and CLI Surge is a high-performance download manager designed for power users. It operates as a terminal user interface (TUI), background daemon, or CLI tool. Features include: - Parallel downloading with multiple simultaneous connections - Pause/resume downloads seamlessly - Real-time progress with speed graphs and ETA - Auto-retry on connection failures - Batch download support - Browser extension integration - Single-instance design with client/server architecture |
| 2026-01-28T10:54:35+01:00 | databases/tredis |
Terminal UI for Redis tredis is a terminal-based user interface for managing Redis servers. Features include: - Manage multiple Redis servers from a single interface - Browse keys with pagination and filtering - View all major Redis data types (strings, lists, sets, hashes, sorted sets, streams) - Monitor real-time commands and manage pub/sub channels - Inspect server information - Secure connections using TLS |
| 2026-01-28T09:53:53+01:00 | sysutils/rubygem-ohai18 |
Ohai profiles your system and emits JSON Ohai detects data about your operating system. It can be used standalone, but it's primary purpose is to provide node data to Chef. Ohai will print out a JSON data blob for all the known data about your system. When used with Chef, that data is reported back via node attributes. |
| 2026-01-28T09:52:12+01:00 | devel/rubygem-ffi16 |
Extension for dynamic libraries and binding functions Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. |
| 2026-01-27T17:41:29-04:00 | www/py-flatnotes |
Self-hosted, database-less note taking web app Flatnotes is a self-hosted, database-less note-taking web app that utilises a flat folder of markdown files for storage. |
| 2026-01-27T09:04:15-07:00 | x11-themes/xapp-symbolic-icons |
Set of symbolic icons for Gtk applications and projects Xapp-symbolic-icons (XSI) is a set of symbolic icons. It is used by the following projects: - XApp - Cinnamon - Linux Mint All XSI icons are prefixed with "xsi-". |
| 2026-01-27T06:55:30-08:00 | sysutils/py-ansible-core220 |
Radically simple IT automation Ansible is a radically simple configuration-management, deployment, task-execution, and multinode orchestration framework. ansible-core contains the core engine, modules and plugins. It does not contain community and partner supported Ansible Collections of modules and plugins. |
| 2026-01-26T18:10:47+01:00 | sysutils/watchcat |
Combines the functionality of 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. |
| 2026-01-25T17:21:21+01:00 | archivers/extract-xiso |
Create, modify, and extract XISOs Extract-iso is a command line utility created by in to allow the creation, modification, and extraction of XISOs. Currently being maintained and modernized by the XboxDev organization. |
| 2026-01-02T16:10:37+01:00 | textproc/libxml2-core |
XML parser library for GNOME Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform). XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra "markup" information enclosed between angle brackets. |
| 2026-01-26T13:38:35-05:00 | x11-toolkits/py-wxpython |
GUI toolkit for the Python programming language wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++. |
| 2026-01-25T20:35:37+09:00 | japanese/proxy2ch |
Proxy server for 5ch.net, bbspink.com and talk.jp This is a proxy that retrieves data from 5ch.net, bbspink.com, talk.jp and returns it to the client. If the destination is *.2ch.net, the URL is converted internally to *.5ch.net before connecting. |
| 2026-01-24T23:55:28-05:00 | devel/freebsd-gcc15 |
Cross GNU Compiler ${SUFFIX} for FreeBSD/${TARGETARCH} GCC, the GNU C/C++ Compiler, customized to build the FreeBSD base system. To use GCC for other purposes, please use one of the lang/gcc* packages. |
| 2026-01-24T17:48:10-08:00 | multimedia/py-torchcodec |
PyTorch media decoding and encoding Hardware-accelerated video and audio decoding for PyTorch. TorchCodec is a library that provides fast and easy-to-use tools for decoding video and audio directly into PyTorch tensors. It uses FFmpeg as a backend and is optimized for performance, with support for hardware acceleration. This makes it ideal for machine learning pipelines that process large amounts of video and audio data. |
| 2026-01-24T17:30:28-04:00 | security/py-serpico |
Security scanner for FreeBSD packages and releases serpico is a security scanner for FreeBSD packages and releases that compares the versions against a list of versions marked as vulnerable, then displays vulnerability information in a JSON-compact format for easy analysis by other security tools. |
| 2026-01-24T22:02:09+03:00 | x11-fonts/opensans-ttf |
Clean and modern sans-serif typeface Open Sans is a clean and modern sans-serif typeface designed by Steve Matteson and commissioned by Google. It is especially designed for legibility across print, web, and mobile interfaces. |
| 2026-01-24T01:42:05Z | astro/calceph |
Access the binary planetary ephemeris files CALCEPH Library is designed to access the binary planetary ephemeris files, such INPOPxx and JPL DExxx ephemeris files, (called 'original JPL binary' or 'INPOP 2.0 or 3.0 binary' ephemeris files in the next sections) and the SPICE kernel files (called 'SPICE' ephemeris files in the next sections). |
| 2026-01-23T15:40:17Z | textproc/caps-log |
Small TUI journaling tool empty pkg-descr |
| 2026-01-23T12:21:02+01:00 | sysutils/mdfried |
Markdown viewer for the terminal that renders images and big headers Mdfried is a markdown viewer for the terminal that renders headers as Bigger Text than the rest. |
| 2026-01-19T02:33:10+02:00 | security/himitsu |
Secret storage system for Unix systems Himitsu is a secure secret storage system for Unix-like systems. It provides an arbitrary key/value store (where values may be secret) and a query language for manipulating the key store. |
| 2026-01-19T15:47:10-08:00 | www/py-twill |
Web browsing and testing language twill is a simple scripting language for Web browsing. It can be used to automate Web tests, fill out forms, and generally interact with Web sites programmatically. It's built on top of httpx and lxml. |
| 2026-01-19T19:20:40-06:00 | math/octave-forge-instrument-control |
Octave-forge package ${OCTAVE_PKGNAME} The octave-forge package is the result of The GNU Octave Repository project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is instrument-control. Low level I/O functions for serial, i2c, parallel, tcp, gpib, udp and usbtmc interfaces. Not vxi11 as there doesn't seem to be FreeBSD support. |
| 2026-01-19T15:35:08+01:00 | textproc/rubygem-cronex |
Ruby library that converts cron expressions Ruby library that converts cron expressions into human readable strings |
| 2026-01-13T16:06:29Z | devel/llvm22 |
LLVM and Clang The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker), LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on. |
| 2026-01-19T10:21:14Z | devel/tcl-thread |
Scripting level thread extension for Tcl Tcl 9.x Thread extension Script-level access to Tcl threading capabilities. |
| 2026-01-19T00:42:31-08:00 | net/zapret2 |
DPI (Deep Packet Interderence) bypass (Gen 2) zapret2 is a stand-alone (without 3rd party servers) DPI circumvention tool. May allow to bypass http(s) website blocking or speed shaping, resist signature tcp/udp protocol discovery. |
| 2026-01-18T20:00:30-08:00 | textproc/py-pyrdfa3 |
RDFa parser library RDFa parser library. pyRdfa is a Python library for parsing RDFa (Resource Description Framework in Attributes) data from HTML and XML documents. It implements the RDFa 1.0 and 1.1 specifications. |
| 2026-01-19T00:10:54+03:00 | www/typo3-14 |
Typo3 content management system We support each TYPO3 sprint release until the next minor version is published. Once released in April 2026, the long-term support version of TYPO3 14 will receive bug fixes until December 2027, and we will provide security updates until June 2029. We encourage users and agencies to install and use the sprint releases until the LTS release is available. Further details about the releases and planned release dates are available in the roadmap. System requirements * PHP 8.2, 8.3, 8.4, 8.5 * MariaDB 10.4.3+ / MySQL 8.0.17+ / PostgreSQL 10.0+ / SQLite 3.8.3+ * Modern Browsers * Detailed list of requirements: https://get.typo3.org/version/14#system-requirements |
| 2026-01-18T14:14:54+01:00 | devel/py-mpremote |
Tool for interacting remotely with MicroPython devices mpremote is a tool for interacting remotely with MicroPython devices This CLI tool provides an integrated set of utilities to remotely interact with and automate a MicroPython device over a serial connection. |
| 2026-01-18T14:31:24+07:00 | security/p5-Digest-SipHash |
Perl XS interface to the SipHash algorithm Perl XS interface to the SipHash algorithm. This module does only one thing - calculates the SipHash value of the given string. |
| 2026-01-17T15:27:04Z | filesystems/versitygw |
High-Performance S3 Gateway and Translation Service Versity S3 Gateway is a simple to use tool for seamless inline translation between AWS S3 object commands and storage systems. It supports: - Serving your local filesystem into an S3 server with a single command - Proxying local S3 requests to S3 storage with caching See https://github.com/versity/versitygw/wiki/Quickstart for usage. |
| 2026-01-17T08:06:03+01:00 | devel/rubygem-snaky_hash-gitlab |
Hashie::Mash joint to make \#snakelife better SnakyHash gem is used by the oauth and oauth2 gems, and others, to normalize hash keys and lookups, and provide a nice psuedo-object interface. It has its roots in the Rash (specifically the rash_alt flavor), which is a special Mash, made popular by the hashie gem. Classes that include SnakyHash::Snake should inherit from Hashie::Mash. |
| 2026-01-17T08:06:03+01:00 | devel/rubygem-hashie-gitlab |
Simple collection of useful Hash extensions Hashie is available as a RubyGem which extend Hashes and make them more useful. - Hashie::Mash: gives simple pseudo-object functionality that can be built from hashes and easily extended - Hashie::Dash: has a discrete set of defined properties and only those properties may be set on the hash. - Hashie::Trash: a Dash that allows you to translate keys on initialization. - Hashie::Clash: allows you to easily construct complex hashes using method notation chaining. |
| 2026-01-16T10:52:44Z | textproc/py-pygtkspellcheck |
Spellchecking library for GTK written in Python Python GTK Spellcheck is a simple but quite powerful spellchecking library for GTK written in pure Python. Its spellchecking component is based on Enchant and it supports both GTK 3 and 4 via PyGObject. |
| 2026-01-15T16:16:58+01:00 | multimedia/gpac |
Framework for processing and streaming content GPAC is a modular multimedia framework based on the ISO Base Media File Format and related standards. It provides a library and command-line tools for media processing, packaging, and delivery. |
| 2026-01-15T19:35:29+08:00 | www/py-aiohttp-cors |
CORS support for aiohttp aiohttp_cors library implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server. |
| 2026-01-15T19:35:27+08:00 | devel/py-confusable-homoglyphs |
Detect confusable usage of unicode homoglyphs A homoglyph is one of two or more graphemes, characters, or glyphs with shapes that appear identical or very similar homoglyph. Unicode homoglyphs can be a nuisance on the web. confusable_homoglyphs helps to detect confusable usage of unicode homoglyphs and prevent homograph attacks. |
| 2026-01-15T19:35:03+08:00 | www/py-rolo |
Python framework for building HTTP-based server applications Rolo is a flexible framework and library to build HTTP-based server applications beyond microservices and REST APIs. You can build HTTP-based RPC servers, websocket proxies, or other server types that typical web frameworks are not designed for. Rolo extends Werkzeug, a flexible Python HTTP server library, for you to use concepts you are familiar with like Router, Request, Response, or @route. It introduces the concept of a Gateway and HandlerChain, an implementation variant of the chain-of-responsibility pattern. Rolo is designed for environments that do not use asyncio, but still require asynchronous HTTP features like HTTP2 SSE or Websockets. To allow asynchronous communication, Rolo introduces an ASGI/WSGI bridge, that allows you to serve Rolo applications through ASGI servers like Hypercorn. |
| 2026-01-15T19:35:02+08:00 | math/py-spox |
Framework for constructing ONNX computational graphs Spox makes it easy to construct ONNX models through clean and idiomatic Python code. A common application of ONNX is converting models from various frameworks. This requires replicating their runtime behaviour with ONNX operators. In the past this has been a major challenge. Based on our experience, we designed Spox from the ground up to make the process of writing converters (and ONNX models in general) as easy as possible. Spox's features include: - Eager operator validation and type inference - Errors with Python tracebacks to offending operators - First-class support for subgraphs (control flow) - A lean and predictable API |
| 2026-01-15T19:35:01+08:00 | math/py-ndonnx |
ONNX backed array library compliant with Array API standard ndonnx provides an ONNX-backed array library that is compliant with the Array API standard. |
| 2026-01-15T19:35:00+08:00 | devel/py-readerwriterlock |
Python implementation of the three Reader-Writer problems Reader Writer Lock provides a python implementation of a solution for the three Reader-Writer problems. Not only does it implement the reader-writer problems, it is also compliant with the python lock interface which among others include support for timeout. |
| 2026-01-15T19:34:59+08:00 | devel/py-localstack-core |
Core library and runtime of LocalStack LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow. LocalStack supports a growing number of AWS services, like AWS Lambda, S3, DynamoDB, Kinesis, SQS, SNS, and many more! The Pro version of LocalStack supports additional APIs and advanced features. You can find a comprehensive list of supported APIs on our Feature Coverage page. LocalStack also provides additional features to make your life as a cloud developer easier! Check out LocalStack's User Guides for more information. |
| 2026-01-15T19:34:58+08:00 | devel/py-localstack |
Fully functional local Cloud stack LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow. LocalStack supports a growing number of AWS services, like AWS Lambda, S3, DynamoDB, Kinesis, SQS, SNS, and many more! The Pro version of LocalStack supports additional APIs and advanced features. You can find a comprehensive list of supported APIs on our Feature Coverage page. LocalStack also provides additional features to make your life as a cloud developer easier! Check out LocalStack's User Guides for more information. |
| 2026-01-15T19:34:57+08:00 | devel/py-ipython-pygments-lexers |
Define a variety of Pygments lexers for highlighting IPython code A Pygments plugin for IPython code & console sessions IPython is an interactive Python shell. Among other features, it adds some special convenience syntax, including %magics, !shell commands and help?. This package contains lexers for these, to use with the Pygments syntax highlighting package. - The ipython lexer should be used where only input code is highlighted - The ipythonconsole lexer works for an IPython session, including code, prompts, output and tracebacks. These lexers were previously part of IPython itself (in IPython.lib.lexers), but have now been moved to a separate package. |
| 2026-01-15T19:34:55+08:00 | devel/py-azure-storage-queue |
Microsoft Azure Azure Queue Storage Client Library for Python Azure Queue storage is a service for storing large numbers of messages that can be accessed from anywhere in the world via authenticated calls using HTTP or HTTPS. A single queue message can be up to 64 KiB in size, and a queue can contain millions of messages, up to the total capacity limit of a storage account. Common uses of Queue storage include: - Creating a backlog of work to process asynchronously - Passing messages between different parts of a distributed application |
| 2026-01-15T19:34:54+08:00 | devel/py-azure-storage-file-share |
Microsoft Azure Azure File Share Storage Client Library for Python Azure File Share storage offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS. Additionally, Azure file shares can be cached on Windows Servers with Azure File Sync for fast access near where the data is being used. Azure file shares can be used to: - Replace or supplement on-premises file servers - "Lift and shift" applications - Simplify cloud development with shared application settings, diagnostic share, and Dev/Test/Debug tools |
| 2026-01-15T19:34:53+08:00 | devel/py-azure-mgmt-resource-templatespecs |
Microsoft Azure Resource Templatespecs Management Client Library for Python This is the Microsoft Azure Resource Templatespecs Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release. |
| 2026-01-15T19:34:52+08:00 | devel/py-azure-mgmt-resource-deploymentstacks |
Microsoft Azure Resource Deploymentstacks Management Client Library for Python This is the Microsoft Azure Resource Deploymentstacks Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release. |
| 2026-01-15T19:34:50+08:00 | devel/py-azure-mgmt-resource-deploymentscripts |
Microsoft Azure Resource Deploymentscripts Management Client Library for Python This is the Microsoft Azure Resource Deploymentscripts Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release. |
| 2026-01-15T19:34:49+08:00 | devel/py-azure-mgmt-resource-deployments |
Microsoft Azure Resource Deployments Management Client Library for Python This is the Microsoft Azure Resource Deployments Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release. |
| 2026-01-15T19:34:48+08:00 | devel/py-azure-mgmt-postgresqlflexibleservers |
Microsoft Azure Postgresqlflexibleservers Management Client Library for Python This is the Microsoft Azure Postgresqlflexibleservers Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release. |
| 2026-01-15T19:34:47+08:00 | devel/py-azure-mgmt-mysqlflexibleservers |
Microsoft Azure Mysqlflexibleservers Management Client Library for Python This is the Microsoft Azure Mysqlflexibleservers Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release. |
| 2026-01-15T19:34:46+08:00 | devel/py-azure-keyvault-securitydomain |
Microsoft Corporation Azure Keyvault Securitydomain Client Library for Python Azure Keyvault Securitydomain Client Library provides secrets management. It can be used to securely store and control access to tokens, passwords, certificates, API keys, and other secrets. |
| 2026-01-15T19:34:44+08:00 | devel/py-azure-ai-projects |
Microsoft Azure AI Projects Client Library for Python The AI Projects client library (in preview) is part of the Microsoft Foundry SDK, and provides easy access to resources in your Microsoft Foundry Project. Use it to: - Create and run Agents using methods on methods on the .agents client property. - Enhance Agents with specialized tools: - Get an OpenAI client using .get_openai_client() method to run Responses, Conversations, Evals and FineTuning operations with your Agent. - Manage memory stores for Agent conversations, using the .memory_stores operations. - Explore additional evaluation tools to assess the performance of your generative AI application, using the .evaluation_rules, .evaluation_taxonomies, .evaluators, .insights, and .schedules operations. - Run Red Team scans to identify risks associated with your generative AI application, using the ".red_teams" operations. - Fine tune AI Models on your data. - Enumerate AI Models deployed to your Foundry Project using the .deployments operations. - Enumerate connected Azure resources in your Foundry project using the .connections operations. - Upload documents and create Datasets to reference them using the .datasets operations. - Create and enumerate Search Indexes using methods the .indexes operations. |
| 2026-01-15T19:34:43+08:00 | devel/py-azure-ai-agents |
Microsoft Corporation Azure AI Agents Client Library for Python Use the AI Agents client library to: - Develop Agents using the Azure AI Agents Service, leveraging an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other LLM providers. The Azure AI Agents Service enables the building of Agents for a wide range of generative AI use cases. - Note: While this package can be used independently, we recommend using the Azure AI Projects client library (azure-ai-projects) for an enhanced experience. The Projects library provides simplified access to advanced functionality, such as creating and managing agents, enumerating AI models, working with datasets and managing search indexes, evaluating generative AI performance, and enabling OpenTelemetry tracing. |
| 2026-01-15T19:34:42+08:00 | devel/py-airspeed-ext |
Airspeed fork with some extensions This is a fork of the original airspeed library, with some extensions used in LocalStack. Note: This fork of airspeed focuses on providing maximum parity with AWS' implementation of Velocity templates (used in, e.g., API Gateway or AppSync). In some cases, the behavior may diverge from the VTL spec, or from the Velocity reference implementation. |
| 2026-01-15T19:34:41+08:00 | devel/py-airspeed |
Powerful and easy-to-use templating engine for Python Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java. Selling points: - Compatible with Velocity templates - Compatible with Python 2.7 and greater, including Jython - Features include macros definitions, conditionals, sub-templates and much more - Airspeed is already being put to serious use - Comprehensive set of unit tests; the entire library was written test-first - Reasonably fast - A single Python module of a few kilobytes, and not the 500kb of Velocity - Liberal licence (BSD-style) |
| 2026-01-15T19:34:40+08:00 | textproc/jsonfmt |
Like gofmt, but for JSON files jsonfmt works like gofmt, but for JSON files. |
| 2026-01-14T23:19:13+01:00 | devel/libigloo |
Generic C framework developed and used by the Icecast project Abstracts memory allocation, provides high level types (including support to define such types), and provides a library for common programming problems. |
| 2026-01-02T10:48:05-08:00 | x11-toolkits/thentenaar-motif |
Motif X11 Toolkit (industry standard GUI (IEEE 1295)) Motif(r) is the industry standard graphical user interface, (as defined by the IEEE 1295 specification), used on more than 200 hardware and software platforms. It provides application developers, end users, and system vendors with the industry's most widely used environment for standardizing application presentation on a wide range of platforms. Motif is the leading user interface toolkit for the UNIX(r) system. NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp. In that case, you need to edit Makefile after configure, or, hack configure(.in) before configure. |
| 2026-01-02T10:48:05-08:00 | x11-toolkits/thentenaar-motif-devel |
Motif X11 Toolkit (industry standard GUI (IEEE 1295)) Motif(r) is the industry standard graphical user interface, (as defined by the IEEE 1295 specification), used on more than 200 hardware and software platforms. It provides application developers, end users, and system vendors with the industry's most widely used environment for standardizing application presentation on a wide range of platforms. Motif is the leading user interface toolkit for the UNIX(r) system. NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp. In that case, you need to edit Makefile after configure, or, hack configure(.in) before configure. |
| 2026-01-14T12:15:19+01:00 | security/pam_worker |
PAM authentication helper for use with pam_worker utility is a helper program designed to perform PAM (Pluggable Authentication Modules) authentication for a given profile. It is intended to be used in combination with pam_exec(8) to allow non-setuid programs to perform authentication. |
| 2026-01-14T12:03:15+01:00 | x11/histui |
Highly themeable GTK4 notification daemon for Wayland Histui is a notification system for Wayland desktops. It captures, displays, and lets you browse your notification history. Features: - CSS theming with hot reload - edit themes live without restarting - Clickable URLs and deep links - jump straight to the source app - Image previews and progress bars with Pango markup support - Smart icon resolution - app aliases with Nerd Font fallbacks for 350+ apps - Audio alerts by urgency with repeat options - Notification stacking with smooth animations - Supports Hyprland, Sway, river, and other layer-shell compositors - Run alongside other daemons (dunst, mako etcetera..) Histui is also a CLI and TUI for querying notification history. You can: - View what you missed while away - Filter by app, urgency, or time range - Output in JSON for scripts or dmenu for launchers - Show notification counts in Waybar or Polybar |
| 2026-01-13T20:19:20-07:00 | databases/timescaledb-parallel-copy |
Parallel copying of CSV data into a TimescaleDB hypertable timescaledb-parallel-copy is a command line program for parallelizing PostgreSQL's built-in COPY functionality for bulk inserting data into TimescaleDB. |
| 2026-01-13T20:01:45-07:00 | databases/pg_textsearch |
PostgreSQL extension for BM25 full-text search PostgreSQL extension for BM25 relevance-ranked full-text search. Modern ranked text search for Postgres. |
| 2026-01-14T03:53:15+08:00 | textproc/fcitx5-mcfoxim |
OpenVanilla Formosan languages for Fcitx5 OpenVanilla Formosan languages support for Fcitx5 input method framework. |
| 2026-01-13T07:19:04-08:00 | sysutils/cfengine-masterfiles327 |
cfengine sample policies for installations and upgrades CFEngine 3 is a popular open source configuration management system. Its primary function is to provide automated configuration and maintenance of large-scale computer systems. The repository is intended to provide a stable base policy for installations and upgrades, and is used by CFEngine 3.6 and newer. The port installs the repository as examples which should be copied by the user to the masterfiles directory (usually /var/cfengine/masterfiles). |
| 2026-01-13T07:16:14-08:00 | sysutils/cfengine327 |
Systems administration tool for networks Cfengine is an automated suite of programs for configuring and maintaining Unix-like computers. It has been used on computing arrays of between 1 and 20,000 computers since 1993 by a wide range of organizations. Cfengine is supported by active research and was the first autonomic, hands-free management system for Unix-like operating systems. Cfengine is an autonomic maintenance system not merely a change management roll-out tool. Cfengine has a history of security and adaptability. |
| 2026-01-13T15:36:48+09:00 | x11/quickshell |
Building blocks for your desktop Quickshell is a toolkit for building status bars, widgets, lockscreens, and other desktop components using QtQuick. It can be used alongside your wayland compositor or window manager to build a complete desktop environment. |
| 2026-01-01T22:48:28+01:00 | dns/register-dnsclient |
Dynamically register hostnames with a DNS server using GSS-TSIG Dynamically register hostnames with a DNS server like Active Directory DNS using GSS-TSIG. |
| 2026-01-11T00:05:06-08:00 | misc/py-polars-runtime |
Runtime binaries for Polars, the DataFrame library Binary runtime library for Polars. Polars is a DataFrame interface on top of an OLAP Query Engine implemented in Rust using Apache Arrow Columnar Format as the memory model. This port is not to be used by or depended on by any other port except for the main py-polars port. |
| 2026-01-10T19:40:02+07:00 | net/amneziawg-go |
Amnezia in Go with VPN non-detection extensions This is an implementation of AmneziaVPN in Go. Amnezia VPN is a VPN protocol that is backward compatible with the WireGuard VPN protocol. It offers protection against detection by Deep Packet Inspection (DPI) systems. At the same time, it retains the simplified architecture and high performance. The Amnezia VPN protocol has issues with detection due to distinctive packet signatures. Amnezia addresses this problem by employing advanced obfuscation methods, allowing its traffic to blend seamlessly with regular internet traffic. |
| 2026-01-08T16:38:37+01:00 | sysutils/sdmon |
Utility to get SD card health data sdmon program reads out the health data of some industrial grade SD Cards and outputs the result in JSON format. |
| 2026-01-09T15:48:00+01:00 | sysutils/witr |
Witr (why-is-this-running) witr (why-is-this-running) is a diagnostic tool that explains the causal chain of how and why a process came to exist on your system. It answers questions like: - Why is this running? - How did it start? - What is keeping it running? - What context does it belong to? witr supports querying by process name, PID, or port number, and provides detailed information about process ancestry, service detection (systemd on Linux, rc.d on FreeBSD), container detection (jails, docker), Git repository context, and resource usage warnings. Features: - Zero configuration required - Read-only and non-destructive - Multiple output formats (standard, short, tree, JSON) - FreeBSD native tools support (ps, procstat, sockstat, fstat) - Works without procfs mounted |
| 2026-01-07T09:46:29-05:00 | textproc/qo |
TUI to query JSON/CSV/TSV with SQL qo is an interactive TUI to query structured data (JSON/CSV/TSV) using SQL (in particular, SQLite syntax). Results are updated in real-time. It ultimately works as a standard stdin-in/stdout-out CLI app, so it's essentially a normal piped app that (optionally) has interactivity. If you pass the query as an argument, it'll skip the TUI, but still let you query your data with SQL. |
| 2026-01-07T14:35:17Z | mail/opensmtpd-table-socketmap |
Socketmap table for OpenSMTPD The socketmap table addon for OpenSMTPD allows querying information through the socketmap protocol. |
| 2026-01-07T06:27:50Z | devel/py-annotated-doc |
Document parameters, class attributes, etc, with Annotated Document parameters, class attributes, return types, and variables inline, with Annotated. |
| 2026-01-06T17:46:00+01:00 | deskutils/ekphos |
Lightweight, fast, terminal-based markdown research tool Ekphos is an open-source, terminal-based markdown research tool inspired by Obsidian. Built with Rust for performance, it provides a fast and intuitive way to manage markdown notes directly from your terminal. Features - Three-panel layout - Sidebar, content view, and outline navigation - Vim keybindings - Full vim-style navigation and editing - Wiki links - Obsidian-style [[note]] linking with autocomplete - Graph view - Visualize note connections with interactive graph (Ctrl+g) - Syntax highlighting - 50+ languages supported in code blocks - Inline images - Preview images in compatible terminals - Fast search - Fuzzy search across all notes - Customizable themes - TOML-based theming system |
| 2026-01-05T22:28:07-08:00 | misc/py-equinox |
Elegant easy-to-use neural networks in JAX JAX library for neural networks and PyTree manipulations. Equinox is a JAX library that provides everything you need that isn't already in core JAX: - neural networks (or more generally any model), with easy-to-use PyTorch-like syntax; - filtered APIs for transformations; - useful PyTree manipulation routines; - advanced features like runtime errors; Equinox isn't a framework: everything you write in Equinox is compatible with anything else in JAX or the ecosystem. |
| 2026-01-05T21:17:36-08:00 | devel/py-wadler-lindig |
WadlerâLindig pretty-printer for Python wadler-lindig provides a "pretty-printer" for Python objects, based on the Wadler-Lindig layout algorithm. It is an alternative to the built-in `pprint` module that consumes less horizontal space, which is useful for displaying complex, nested data structures in error messages or interactive sessions. The implementation is small, has no dependencies, and supports custom pretty-printed representations for user-defined types. |
| 2026-01-04T18:04:47-08:00 | misc/py-langgraph |
LangGraph: Building stateful, multi-actor applications with LLMs LangGraph is a low-level orchestration framework for building, managing, and deploying long-running, stateful agents. Core benefits of LangGraph include: - Durable execution: Build agents that persist through failures and can run for extended periods, automatically resuming from exactly where they left off. - Human-in-the-loop: Seamlessly incorporate human oversight by inspecting and modifying agent state at any point during execution. - Comprehensive memory: Create truly stateful agents with both short-term working memory for ongoing reasoning and long-term persistent memory across sessions. - Debugging with LangSmith: Gain deep visibility into complex agent behavior with visualization tools that trace execution paths, capture state transitions, and provide detailed runtime metrics. - Production-ready deployment: Deploy sophisticated agent systems confidently with scalable infrastructure designed to handle the unique challenges of stateful, long-running workflows. |
| 2026-01-03T02:42:42-08:00 | misc/py-langgraph-prebuilt |
LangGraph: APIs for creating and executing LangGraph agents and tools langgraph-prebuilt provides an implementation of a tool-calling ReAct-style agent - create_react_agent. |
| 2026-01-04T15:26:45+01:00 | sysutils/devtui |
Swiss-army app for developers All-in-one terminal toolkit that consolidates everyday developer utilities into a unified TUI and CLI interface. |
| 2026-01-04T00:40:49-05:00 | security/voa |
Verification of OS Artifacts (VOA) command-line interface This project provides Rust libraries, command line tools and a test suite to interact with the File Hierarchy for the Verification of OS Artifacts (VOA). The VOA specification has been created to provide the means for a generic, OS artifact verification scheme, that can work with different technologies while relying on a unifying lookup directory to retrieve verifiers for signatures. This project provides a reference implementation for the VOA specification as well as a canonical test suite that is usable by any other implementation. |
| 2026-01-03T00:27:34-07:00 | graphics/egl-x11 |
EGL X11/XCB platform library for NVIDIA driver This is an EGL platform library for the NVIDIA driver to support XWayland via xlib (using EGL_KHR_platform_x11) or xcb (using EGL_EXT_platform_xcb). |
| 2026-01-01T21:58:25+01:00 | sysutils/michaelo-periodic |
Scripts for the FreeBSD periodic(8) system from ${MAINTAINER} Scripts for the FreeBSD periodic(8) system from michaelo@FreeBSD.org such as updating Git repositories with gitup(1) or building FreeBSD from source. |
| 2026-01-01T14:52:23+03:00 | lang/kotlin22 |
Kotlin Programming Language with Ant Support (removed in v2.3) Kotlin Programming Language |
| 2026-01-01T14:58:16-04:00 | sysutils/logstash92 |
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." |
| 2026-01-01T14:36:44-04:00 | sysutils/logstash91 |
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." |
| 2026-01-01T00:38:40Z | sysutils/mtail |
Extract internal monitoring data from application logs 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. |