FreeBSD New Ports Index

This page is a slightly modified version of the following one-liner output. created_at: 2023-08-10T12:50:29+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
2022-12-11T18:30:30+00:00 x11/somebar dwm-like bar for dwl
somebar - dwm-like bar for dwl
2022-08-01T02:12:06-07:00 audio/vgmtools Tools for vgm/vgz files
The official and always up-to-date tools for all VGM (Video Game
Music) files. VGM is an audio file format for multiple video game
platforms, such as Sega Master System, Game Gear, Mega Drive/Genesis,
MSX, Neo Geo, IBM PC AT (Adlib/SoundBlaster), and has expanded to a
variety of arcade system boards since its release.
2022-12-31T09:25:30+01:00 misc/qt6-examples Qt 6 examples sourcecode
A collection of code samples and tutorials are provided with Qt to help new
users get started with Qt development. These documents cover a range of topics,
from basic use of widgets to step-by-step tutorials that show how an
application is put together.
2022-09-15T19:26:07+02:00 x11/plasma5-plasma-bigscreen Plasma5 Plasma workspace
Plasma5 Plasma Workspace
2022-09-15T19:26:07+02:00 multimedia/plasma5-plank-player Plasma5 Bigscreen Multimedia Player
Plasma applet for audio volume management using PulseAudio

For users of pulseaudio, this provides extended mixer applet.
2022-09-15T19:26:07+02:00 audio/plasma5-kpipewire Plasma5 Plasma pipewire plugin
Plasma applet for audio volume management using PulseAudio

For users of pulseaudio, this provides extended mixer applet.
2022-11-22T18:27:27+00:00 devel/rust-bindgen-cli Generate Rust bindings from C (and some C++) code
bindgen automatically generates Rust FFI bindings to C and C++ libraries.
2022-11-09T14:25:59+00:00 textproc/cy-hunspell Welsh Hunspell dictionaries
Welsh spellchecking dictionary for use with Hunspell.
2022-11-26T18:00:38+01:00 devel/rubygem-telesignenterprise TeleSign Enterprise Ruby SDK
TeleSign Enterprise Ruby SDK.
2022-11-26T18:00:38+01:00 devel/rubygem-telesign TeleSign Ruby SDK
TeleSign Ruby SDK.
2022-11-26T18:00:38+01:00 devel/rubygem-oj-introspect Embeds start and end byte offsets of JSON objects
Embeds start and end byte offsets of JSON objects into generated Ruby hashes.
2022-07-08T12:26:13+00:00 multimedia/uvg266 VVC encoder based on Kvazaar
An open-source VVC encoder licensed under 3-clause BSD license.

uvg266 is still under development. Speed and RD-quality will continue
to improve.
2022-12-10T21:01:05+00:00 graphics/upscaler Upscale and enhance images
Upscaler is a GTK4 + libadwaita application that allows you to upscale
and enhance a given image. It is a front-end for Real-ESRGAN ncnn Vulkan.
2022-12-31T14:32:02+01:00 graphics/darktable42 Virtual lighttable and darkroom for photographers
Darktable is a virtual lighttable and darkroom for photographers: an open
source photography workflow application and raw image developer. It manages
digital negatives in a database and lets one view them through a zoomable
lighttable. It also enables one to develop raw images and enhance them.

Darktable tries to fill the gap between many excellent existing free raw
converters and image management tools (such as UFRaw or F-Spot). The user
interface is built around efficient caching of image metadata and mipmaps,
all stored in a database. The user will always be able to interact, even
if the full resolution image is not yet loaded.

All editing is fully non-destructive and only operates on cached image
buffers for display. The full image is only converted during export. The
frontend is written in Gtk+/Cairo, the database uses SQLite3, raw image
loading is done using libraw and rawspeed, high-dynamic range and standard
image formats such as JPEG are also supported. The core operates completely
on floating point values, so darktable can not only be used for photography
but also for scientifically acquired images or output of renderers (high
dynamic range).
2022-12-31T23:57:40-08:00 misc/coloursum Colourise your checksum output
This is a utility into which you can pipe the output from various checksum
generators, to get coloured output.

It understands both the BSD "tag" form, as well as the GNU Coreutils/Perl
shasum(1) form of checksums, and has been tested with the output from
macOS' md5 and shasum, as well as GNU md5sum and sha256sum.
2022-12-31T23:53:06-08:00 textproc/comrak CommonMark + GFM compatible Markdown parser and renderer
comrak 100% CommonMark and GFM compatible Markdown parser.
The design is based on cmark, so familiarity with that will help.
2022-12-31T23:24:12-08:00 lang/pomsky Portable, modern regular expression language
Pomsky is a language that compiles to regular expressions. It is currently in an
alpha stage and will likely change in the next few releases.
2022-12-31T22:22:30-08:00 sysutils/runiq Efficient way to filter duplicate lines from input, a la uniq
runiq offers an efficient way (in both time and space) to filter duplicate
entries (lines) from texual input. This project was born from neek, but
optimized for both speed and memory. Several filtering options are supported
depending on your data and tradeoffs you wish to make between speed and memory
usage.
2022-12-31T17:53:11+03:00 graphics/openpgl Intel Open Path Guiding Library
The Intel Open Path Guiding Library (Intel Open PGL) implements
a set of representations and training algorithms needed to
integrate path guiding into a renderer.
2022-12-31T02:35:24-08:00 devel/fcppt Freundlich's C++ toolkit
Freundlich's C++ Toolkit (fcppt) is a collection of libraries that aim to
improve general C++ code through better typing and functional programming.
2022-12-31T02:20:32-08:00 devel/catch2 Test framework for C++ (3.x series)
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm
automated test framework for C++ and Objective-C (and, maybe, C).
2022-12-31T02:10:33-08:00 devel/py-mutmut Mutation testing for Python 3
Mutmut is a mutation testing system for Python, with a strong focus on ease of
use. If you don't know what mutation testing is try starting with this article.

Some highlight features:
* Found mutants can be applied on disk with a simple command making it very easy
to work with the results
* Remembers work that has been done, so you can work incrementally
* Supports all test runners (because mutmut only needs an exit code from the
test command)
* Can use coverage data to only do mutation testing on covered lines
* Battle tested on real libraries by multiple companies
2022-12-31T02:08:31-08:00 deskutils/xannotate Turn static CLI commands into TUIs with ease
xannotate is a simple program that opens a screen-size window over whatever is
present and allows you to scribble over it. This is useful when you are doing
a demo and you need to annotate parts of what is on-screen.
2022-12-30T22:21:56-08:00 deskutils/lazycli Turn static CLI commands into TUIs with ease
lazycli allows to turn static CLI commands into TUIs with ease.

Pick a command that spits out either a list or table of content, like ls,
docker ps, git branch, or git status --short. Then run lazycli -- <YOUR COMMAND>

$ lazycli -- ls
2022-12-30T11:04:36-08:00 ftp/termscp TUI file transfer and explorer with support for SCP/SFTP/FTP/S3
Feature rich TUI file transfer and explorer with support for SCP/SFTP/FTP/S3.

Termscp is a feature rich terminal file transfer and explorer, with support for
SCP/SFTP/FTP/S3.
So basically it is a terminal utility with an TUI to connect to a remote server
to retrieve and upload files and to interact with the local file system.
2022-12-30T11:17:43-08:00 audio/py-librosa Python module for audio and music processing
librosa is a python package for music and audio analysis. It provides the
building blocks necessary to create music information retrieval systems.
2022-12-30T10:27:07-08:00 misc/pytorch Tensors and dynamic neural networks in Python (C++ library)
PyTorch is a Python package that provides two high-level features:
* Tensor computation (like NumPy) with strong GPU acceleration
* Deep neural networks built on a tape-based autograd system
2022-12-30T10:23:49-08:00 audio/py-resampy Efficient signal resampling conversion in Python
resumpy performs efficient sample rate conversion in Python.

This package implements the band-limited sinc interpolation method for sampling
rate conversion.
2022-12-25T15:59:56+00:00 x11/grimshot Screenshot helper for Sway
A helper for screenshots within Sway.
2022-12-31T02:07:06+08:00 devel/py-libcst03 Concrete syntax tree with AST-like properties
LibCST is a Concrete Syntax Tree (CST) parser and serializer library for Python.

LibCST parses Python source code as a CST tree that keeps all formatting details
(comments, whitespaces, parentheses, etc). It's useful for building automated
refactoring (codemod) applications and linters.

LibCST creates a compromise between an Abstract Syntax Tree (AST) and a
traditional Concrete Syntax Tree (CST). By carefully reorganizing and naming
node types and fields, we've created a lossless CST that looks and feels like an
AST.
2022-12-30T02:44:18-08:00 finance/frontaccounting24 Simple, powerful system for the entire ERP chain
FrontAccounting is a simple, but powerful, system for the
entire ERP chain and covers:

Purchase Orders
Goods Receivable Notes
Supplier Invoices/Credit Notes
Payments
Allocations
Accounts Payable
Items and Inventory
Stock
Manufacturing
Sales Orders
Customer Invoices/Credit Notes
Deposits
Allocations
Accounts Receivable
2022-12-30T18:00:29+08:00 chinese/fcitx5-mcbopomofo McBopomofo for Fcitx5
McBopomofo support for Fcitx5 input method framework.
2022-12-30T16:36:24+08:00 devel/rubygem-xxhash Ruby wrapper for xxHash lib
Ruby wrapper for xxHash
2022-12-30T16:36:23+08:00 devel/rubygem-timecop Mock current time to test time-dependent code
timecop is a gem providing "time travel" and "time freezing" capabilities,
making it dead simple to test time-dependent code. It provides a unified method
to mock Time.now, Date.today, and DateTime.now in a single call.

Features:
- Freeze time to a specific point.
- Travel back to a specific point in time, but allow time to continue moving
forward from there.
- Scale time by a given scaling factor that will cause time to move at an
accelerated pace.
- No dependencies, can be used with any ruby project
- Timecop api allows arguments to be passed into #freeze and #travel as one of
the following:
- Time instance
- DateTime instance
- Date instance
- individual arguments (year, month, day, hour, minute, second)
- a single integer argument that is interpreted as an offset in seconds from
Time.now
- Nested calls to Timecop#travel and Timecop#freeze are supported -- each block
will maintain its interpretation of now.
- Works with regular Ruby projects, and Ruby on Rails projects
2022-12-30T16:36:22+08:00 devel/rubygem-google-iam-v1 Ruby Client for the IAM Policy API
This is an add-on interface used by some Google API clients to provide IAM
policy calls.
2022-12-30T16:36:21+08:00 devel/rubygem-gettext_i18n_rails18 Simple FastGettext Rails integration
gettext_i18n_rails is simple FastGettext Rails integration. Translate via
FastGettext, use any other I18n backend as extension/fallback.

Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or directly
from db. To use I18n, calls add a syntax.with.lots.of.dots translation.
2022-12-30T16:36:20+08:00 devel/rubygem-cucumber-messages19 Protocol Buffer messages for Cucumber
Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
process to construct message objects and send them to another process. Protobuf
takes care of serialising those messages to a binary format, and deserialise
them on the other end.
2022-12-30T16:36:19+08:00 x11-fonts/py-fontfeatures Python library for manipulating OpenType font features
OpenType fonts are "programmed" using features, which are normally authored in
Adobe's feature file format. This like source code to a computer program: it's a
user-friendly, but computer-unfriendly, way to represent the features.

Inside a font, the features are compiled in an efficient internal format. This
is like the binary of a computer program: computers can use it, but they can't
do else anything with it, and people can't read it.

The purpose of this library is to provide a middle ground for representing
features in a machine-manipulable format, kind of like the abstract syntax tree
of a computer programmer. This is so that:
- features can be represented in a structured human-readable and
machine-readable way, analogous to the XML files of the Unified Font Object
format.
- features can be more directly authored by programs (such as font editors),
rather than them having to output AFDKO feature file format.
- features can be easily manipulated by programs - for example, features from
two files merged together, or lookups moved between languages.
2022-12-30T16:36:18+08:00 textproc/py-youseedee Interface to the Unicode Character Database
youseedee provides an interface to the UCD. This module allows you to query the
Unicode Character Database. The main function to be imported is ucd_data.
2022-12-30T16:36:16+08:00 textproc/py-openstep-plist ASCII plist parser written in Cython
A parser for the "old style" OpenStep property list format (also known as ASCII
plist), written in Cython. Largely based on the CoreFoundation implementation.
2022-12-30T16:36:13+08:00 print/py-freetype-py Freetype python bindings
Freetype Python provides bindings for the FreeType library. Only the high-level
API is bound.
2022-12-30T16:36:12+08:00 devel/py-shtab Automagic shell tab completion for Python CLI applications
What: Automatically generate shell tab completion scripts for Python CLI apps
Why: Speed & correctness. Alternatives like argcomplete and pyzshcomplete are
slow and have side-effects
How: shtab processes an argparse.ArgumentParser object to generate a tab
completion script for your shell

Features:
- Outputs tab completion scripts for
- bash
- zsh
- tcsh
- Supports
- argparse
- docopt (via argopt)
- Supports arguments, options and subparsers
- Supports choices (e.g. --say={hello,goodbye})
- Supports file and directory path completion
- Supports custom path completion (e.g. --file={*.txt})
2022-12-30T16:36:11+08:00 devel/py-pytest-random-order Randomize the order in which pytest tests are run with some control over the randomness
pytest-random-order is a pytest plugin that randomises the order of tests. This
can be useful to detect a test that passes just because it happens to run after
an unrelated test that leaves the system in a favourable state.

The plugin allows user to control the level of randomness they want to introduce
and to disable reordering on subsets of tests. Tests can be rerun in a specific
order by passing a seed value reported in a previous test run.
2022-12-30T16:36:10+08:00 science/p5-Geo-Coordinates-Transform Transform Latitude/Longitude between various different coordinate functions
There are several formats used to present geographic coordinates.

Geo::Coordinates::Transform converts a list of provided latitude and longitude
coordinates in any of the three formats above (mixed input is ok) and converts
to the desired format. Note that special characters or non-numerical characters
such as " will throw an warning and return NaN for that list item.

In addition, the input does not interpert N,S,W,E designators but expects
coordinates to be in positive or negative representation.

Format of the output can be controlled via input arguments in the constructor.
The arguments are expected to be in the form of a hash reference.
2022-12-30T16:36:08+08:00 devel/p5-Avro Official Perl API for the Apache Avro
Apache Avro is a data serialization system providing rich data structures and a
compact, fast, binary data form.
2022-12-30T16:36:07+08:00 x11-fonts/noto-serif-tc Google Noto Serif (Traditional Chinese)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Serif set of Traditional Chinese fonts which supports BIG5.
Traditional Chinese glyphs comply with the glyph standard of the Taiwan Ministry
of Education.
2022-12-30T16:36:06+08:00 x11-fonts/noto-serif-sc Google Noto Serif (Simplified Chinese)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Serif set of Simplified Chinese fonts which supports GB 18030
and China's latest standard Table of General Chinese Characters published in
2013.
2022-12-30T16:36:06+08:00 x11-fonts/noto-serif-kr Google Noto Serif (Korean)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Serif set of Korean fonts which supports over 1.5 million
archaic Hangul syllables and 11,172 modern syllables as well as all CJK
ideographs in KS X 1001 and KS X 1002.
2022-12-30T16:36:05+08:00 x11-fonts/noto-serif-jp Google Noto Serif (Japanese)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Serif set of Japanese fonts which supports all of the kanji in
JIS X 0208, JIS X 0213, and JIS X 0212 to include all kanji in Adobe-Japan1-6.
2022-12-30T16:36:04+08:00 x11-fonts/noto-serif-hk Google Noto Serif (Traditional Chinese Hong Kong)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Serif set of Traditional Chinese Hong Kong fonts.
2022-12-30T16:36:03+08:00 x11-fonts/noto-sans-tc Google Noto Sans (Traditional Chinese)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Sans set of Traditional Chinese fonts which supports BIG5.
Traditional Chinese glyphs comply with the glyph standard of the Taiwan Ministry
of Education.
2022-12-30T16:36:02+08:00 x11-fonts/noto-sans-sc Google Noto Sans (Simplified Chinese)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Sans set of Simplified Chinese fonts which supports GB 18030
and China's latest standard Table of General Chinese Characters published in
2013.
2022-12-30T16:36:01+08:00 x11-fonts/noto-sans-kr Google Noto Sans (Korean)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Sans set of Korean fonts which supports over 1.5 million
archaic Hangul syllables and 11,172 modern syllables as well as all CJK
ideographs in KS X 1001 and KS X 1002.
2022-12-30T16:36:00+08:00 x11-fonts/noto-sans-jp Google Noto Sans (Japanese)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Sans set of Japanese fonts which supports all of the kanji in
JIS X 0208, JIS X 0213, and JIS X 0212 to include all kanji in Adobe-Japan1-6.
2022-12-30T16:35:59+08:00 x11-fonts/noto-sans-hk Google Noto Sans (Traditional Chinese Hong Kong)
Noto Sans CJK and Noto Serif CJK comprehensively cover Simplified Chinese,
Traditional Chinese, Japanese, and Korean in a unified font family. This
includes the full coverage of CJK Ideographs with variation support for 4
regions, Kangxi radicals, Japanese Kana, Korean Hangul, and other CJK symbols
and letters in the Basic Multilingual Plane of Unicode. It also provides limited
coverage of CJK Ideographs in Plane 2 of Unicode as necessary to support
standards from China and Japan.

This port is the Sans set of Traditional Chinese Hong Kong fonts.
2022-12-30T16:35:59+08:00 textproc/docproj-fonts-cjk CJK fonts required by the FreeBSD Documentation Project
The FreeBSD Documentation Project maintains the FAQ, Handbook and tutorials.

This port contains the required CJK font files for the FreeBSD Documentation
Project. They are required to build PDF files without tofu. Currently we use
Noto Sans Medium.
2022-12-29T23:36:36-08:00 biology/py-biosig Library for reading and writing different biosignal data format
BioSig is an open source software library for biomedical signal processing,
featuring for example the analysis of biosignals such as the
electroencephalogram (EEG), electrocorticogram (ECoG), electrocardiogram (ECG),
electrooculogram (EOG), electromyogram (EMG), respiration, and so on. Major
application areas are: Neuroinformatics, brain-computer interfaces,
neurophysiology, psychology, cardiovascular systems and sleep research. The aim
of the BioSig project is to foster research in biomedical signal processing by
providing open source software tools for many different applications.
2022-12-29T22:11:44-08:00 multimedia/obs-recursion-effect OBS Studio Plugin: Recursion effect for a source using a filter
Plugin for OBS Studio to add recursion effect to a source using a filter.
2022-12-29T21:54:41-08:00 multimedia/obs-text-pthread OBS Studio Plugin: Rich text source plugin for OBS Studio
This plugin displays text with many advanced features.
* Markup
* Text alignment
- Left, center, and right
- Justification
* Outline
- Configurable width, color, and opacity
- Configurable shape of corners
- Blur
* Transition
- Fade-in, fade-out, cross-fade
- Slide
* Threaded glyph drawing
- Lower priority to draw glyphs so that other sources and encoders are not
impacted
- More frequent polling of the text file
* Automatic line-break supporting East Asian languages
* Saving as PNG files for post production
2022-12-29T11:08:35-08:00 multimedia/obs-waveform OBS Studio Plugin: Audio spectral analyser
Waveform is an audio spectral analysis plugin for OBS Studio.
It is based on FFTW and optimized for AVX2/FMA3.
2022-12-28T15:05:55-08:00 math/py-linearmodels Linear Panel, Instrumental Variable, Asset Pricing and other models
Linear (regression) models for Python. Extends statsmodels with Panel
regression, instrumental variable estimators, system estimators and
models for estimating asset prices:
* Panel models:
- Fixed effects (maximum two-way)
- First difference regression
- Between estimator for panel data
- Pooled regression for panel data
- Fama-MacBeth estimation of panel models
* High-dimensional Regresssion:
- Absorbing Least Squares
* Instrumental Variable estimators
- Two-stage Least Squares
- Limited Information Maximum Likelihood
- k-class Estimators
- Generalized Method of Moments, also with continuously updating
* Factor Asset Pricing Models:
- 2- and 3-step estimation
- Time-series estimation
- GMM estimation
* System Regression:
- Seemingly Unrelated Regression (SUR/SURE)
- Three-Stage Least Squares (3SLS)
- Generalized Method of Moments (GMM) System Estimation
2022-12-28T14:52:41-08:00 math/py-pyhdfe High dimensional fixed effect absorption
PyHDFE is a Python 3 implementation of algorithms for absorbing high dimensional
fixed effects. This package was created by Jeff Gortmaker in collaboration with
Anya Tarascina.

What PyHDFE won't do is provide a convenient interface for running regressions.
Instead, the package is meant to be incorporated into statistical projects that
would benefit from performant fixed effect absorption. Another goal is
facilitating fair comparison of algorithms that have been previously implemented
in various languages with different convergence criteria.

Development of the package has been guided by code made publicly available by
many researchers and practitioners. For a full list of papers and software cited
in this documentation, refer to the references section of the documentation.
2022-12-28T14:30:03-08:00 math/py-formulaic Implementation of Wilkinson formulas
Formulaic is a high-performance implementation of Wilkinson formulas for Python.

It provides:
* high-performance dataframe to model-matrix conversions.
* support for reusing the encoding choices made during conversion of one
data-set on other datasets.
* extensible formula parsing.
* extensible data input/output plugins, with implementations for:
* input:
* pandas.DataFrame
* pyarrow.Table
* output:
* pandas.DataFrame
* numpy.ndarray
* scipy.sparse.CSCMatrix
* support for symbolic differentiation of formulas (and hence model matrices).
2022-12-27T15:16:26+01:00 sysutils/nut_exporter Prometheus exporter for the Network UPS Tools server
A Prometheus exporter for the Network UPS Tools server.
The exporter is written in a way to permit an administrator to scrape one or
many UPS devices visible to a NUT client as well as one or all NUT variables.
A single instance of this exporter can scrape one or many NUT servers.
2022-12-28T22:21:26+08:00 sysutils/lua-puremagic Lua module that detects the mime type of file based on their contents
A pure Lua module that detects the mime type of file based on their contents.
Falls back to detecting based on extension for plain text files.
2022-12-27T23:45:29-08:00 devel/py-lsprotocol Python implementation of the Language Server Protocol
lsprotocol is a python implementation of object types used in the
Language Server Protocol (LSP). This repository contains the code
generator and the generated types for LSP.
2022-12-27T20:06:22-08:00 devel/ruff Extremely fast Python linter, written in Rust
ruff is an extremely fast Python linter, written in Rust.

Features:
* 10-100x faster than existing linters
* Installable via pip
* Python 3.11 compatibility
* pyproject.toml support
* Built-in caching, to avoid re-analyzing unchanged files
* Autofix support, for automatic error correction (e.g., automatically
remove unused imports)
* Near-parity with the built-in Flake8 rule set
* Native re-implementations of popular Flake8 plugins, like flake8-bugbear
* Monorepo-friendly configuration via hierarchical and cascading settings
2022-12-27T21:32:06-05:00 www/varnish-libvmod-fileserver Varnish Module (vmod) for file server backend
Serve files directly from Varnish, no external backend needed!
2022-12-27T16:54:45-08:00 misc/py-papermill Parameterize, execute, and analyze notebooks
papermill is a tool for parameterizing, executing, and analyzing
Jupyter Notebooks.

Papermill lets you:
* parameterize notebooks
* execute notebooks
2022-12-27T15:07:49-08:00 finance/py-fredapi Python API for Federal Reserve Economic Data (FRED) from St. Louis Fed
fredapi is a Python API for the FRED data provided by the Federal Reserve Bank
of St. Louis. fredapi provides a wrapper in python to the FRED web service,
and also provides several convenient methods for parsing and analyzing
point-in-time data (i.e. historic data revisions) from ALFRED.
2022-12-27T13:32:41-08:00 arabic/py-hijri-converter Hijri-Gregorian dates converter based on the Umm al-Qura calendar
hijri-converter is a Python package to convert accurately between Hijri and
Gregorian dates using the Umm al-Qura calendar.

Features:
* Accurate and verified date conversion.
* Optimized code performance compared to similar packages.
* Intuitive, clean, and easy-to-use interface.
* Most of the methods and formats are similar to those of standard library.
* Multilingual representation of weekday names, months, and calendar era
notations.
* Easily extendable to support other natural languages.
* Rich comparison between dates.
* Validation of input dates.
* Works on Python 3.6+ with zero dependencies.
* Thoroughly tested with 100% test coverage.
2022-12-27T13:10:04-08:00 misc/py-detecta Library to detect events in data
detecta is a Python module to detect events in data.

The following functions are implemented in detecta:
* detect_peaks.py: detects peaks in data based on their amplitude and other
features.
* detect_onset.py: detects onset in data based on amplitude threshold.
* detect_cusum.py: detects abrupt changes in data using cumulative sum algorithm
(CUSUM).
* detect_seq.py: detects initial and final indices of sequential data identical
to a parameter.
2022-12-27T12:36:30-08:00 www/remark42 Privacy-focused lightweight commenting engine
Remark42 allows you to have a self-hosted, lightweight, and simple (yet
functional) comment engine, which doesn't spy on users. It can be embedded
into blogs, articles or any other place where readers add comments.
2022-12-27T16:22:20+01:00 mail/py-offlineimap3 Two-way synchronization of local Maildir and IMAP folders
OfflineIMAP is software that downloads your email mailbox(es) as
local Maildirs. OfflineIMAP will synchronize both sides via IMAP.
2022-12-27T16:00:38+01:00 mail/py-rfc6555 Happy Eyeballs Algorithm described in RFC 6555
Synchronous Python implementation of the Happy Eyeballs Algorithm
described in RFC 6555. Provided with a single file and dead-simple
API to allow easy vendoring and integration into other projects.
2022-12-27T15:49:19+01:00 mail/py-imaplib2 Threaded Python IMAP4 client
Based on RFC 3501 and original imaplib module.

This is a version of imaplib that uses threads to allow full use of
the IMAP4 concurrency features, and to de-couple a user of imaplib
from i/o lags, except where explicitly allowed.
2022-12-26T23:44:21-08:00 finance/py-degiro-connector Library to access Degiro's API
degiro-connector is yet another library to access Degiro's API.

It allows access to bond, ETF, futures, stocks, options, etc
information.
2022-12-27T12:36:06+09:00 security/gokey Simple password manager write in Go
gokey is a password manager, which does not require a password vault.

Supported password/key types:
- pass: default, generates a password
- seed: generates a seed file, which can be used with -s option later
- raw: generates 32 random bytes (can be used as a symmetric key)
- ec256: generates ECC P-256 private key
- ec384: generates ECC P-384 private key
- ec521: generates ECC P-521 private key
- rsa2048: generates 2048-bit RSA private key
- rsa4096: generates 4096-bit RSA private key
- x25519: generates x25519 (also known as curve25519) ECC private key
- ed25519: generates ed25519 ECC private key
2022-12-26T18:59:58-08:00 finance/py-ccxt Cryptocurrency trading API with support for 100+ exchanges
The CCXT library is used to connect and trade with cryptocurrency exchanges and
payment processing services worldwide. It provides quick access to market data
for storage, analysis, visualization, indicator development, algorithmic
trading, strategy backtesting, bot programming, and related software
engineering.

It is intended to be used by coders, developers, technically-skilled traders,
data-scientists and financial analysts for building trading algorithms.

Current feature list:
* support for many cryptocurrency exchanges - more coming soon
* fully implemented public and private APIs
* optional normalized data for cross-exchange analytics and arbitrage
* an out of the box unified API that is extremely easy to integrate
* works in Node 10.4+, Python 3, PHP 7.0+, and web browsers
2022-12-26T18:38:16-08:00 finance/py-bt Flexible backtesting framework to test quantitative trading strategies
bt is a flexible backtesting framework for Python used to test quantitative
trading strategies. Backtesting is the process of testing a strategy over a
given data set. This framework allows you to easily create strategies that mix
and match different Algos. It aims to foster the creation of easily testable,
re-usable and flexible blocks of strategy logic to facilitate the rapid
development of complex trading strategies.

The goal: to save quants from re-inventing the wheel and let them focus on the
important part of the job - strategy development.

bt is coded in Python and joins a vibrant and rich ecosystem for data analysis.
Numerous libraries exist for machine learning, signal processing and statistics
and can be leveraged to avoid re-inventing the wheel - something that happens
all too often when using other languages that don't have the same wealth of
high-quality, open-source projects.
2022-12-26T18:33:12-08:00 finance/py-ffn Financial functions for Python
ffn is a library that contains many useful functions for those who work in
quantitative finance. It stands on the shoulders of giants (Pandas, Numpy,
Scipy, etc.) and provides a vast array of utilities, from performance
measurement and evaluation to graphing and common data transformations.
2022-12-26T17:48:55-08:00 devel/py-beartype Fast runtime type checking in pure Python
Beartype is an open-source PEP-compliant near-real-time pure-Python runtime
type checker emphasizing efficiency, usability, and thrilling puns.
2022-12-26T13:49:37-08:00 misc/py-censys Lightweight API wrapper for Censys APIs (censys.io)
censys is an easy-to-use and lightweight API wrapper for Censys APIs
(censys.io).

Censys is an Attack Surface Management system. It searches and proactively
monitores your digital footprint.
2022-12-26T13:36:20-08:00 devel/py-backoff Function decoration for backoff and retry
The backoff Python module provides function decorators which can be used to wrap
a function such that it will be retried until some condition is met. It is meant
to be of use when accessing unreliable resources with the potential for
intermittent failures i.e. network resources and external APIs. Somewhat more
generally, it may also be of use for dynamically polling resources for
externally generated content.
2022-12-26T13:08:12-08:00 misc/py-ascii-magic Convert pictures into ASCII art
ascii-magic is a Python package that converts images into ASCII art for
terminals and HTML.
2022-12-26T12:57:37-08:00 science/py-arch Autoregressive Conditional Heteroskedasticity (ARCH) models
Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for
financial econometrics, written in Python.
2022-12-26T12:28:30-08:00 devel/py-property-cached Decorator for caching properties in classes
cached-property is a decorator for caching properties in classes. It makes
caching of time or computational expensive properties quick and easy.

cached-property is forked from cached-property.
2022-12-26T12:07:19-08:00 finance/py-alpha-vantage Module to get stock data from the Alpha Vantage Api
alpha-vantage is a Python module to get stock data/cryptocurrencies from the
Alpha Vantage API.

Alpha Vantage delivers a free API for real time financial data and most used
finance indicators in a simple json or pandas format. This module implements
a python interface to the free API provided by Alpha Vantage. It requires a
free API key, that can be requested from
http://www.alphavantage.co/support/#api-key.
2022-12-26T12:05:53-08:00 www/py-onetimepass Module for generating and validating HOTP and TOTP tokens
One-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords.
2022-03-12T12:54:40+00:00 x11/cliphist Wayland clipboard manager
cliphist is clipboard history "manager" for wayland

- write clipboard changes to a history file
- recall history with dmenu (for example)
- both text and images are supported
- clipboard is preserved byte-for-byte
- leading / trailing whitespace / no whitespace or newlines are
preserved
- won’t break fancy editor selections like vim wordwise, linewise,
block mode
- no concept of a picker, only pipes
2022-12-26T16:01:50+01:00 science/geant4 Simulate the passage of particles through matter
Geant4 is a toolkit for the simulation of the passage of particles through
matter. Its areas of application include high energy, nuclear and accelerator
physics, as well as studies in medical and space science.
The three main reference papers for Geant4 are published in Nuclear Instruments
and Methods in Physics Research A 506 (2003) 250-303, IEEE Transactions on
Nuclear Science 53 No. 1 (2006) 270-278 and Nuclear Instruments and Methods in
Physics Research A 835 (2016) 186-225.
[Text copied from Geant4's website 2022-12-10. Links to the three papers
referenced in the description are available on the Geant4 website.]
2022-12-26T08:13:22+00:00 math/vdt Fast and inline implementations of mathematical functions
vectorised math:
- A collection of fast and inline implementations of mathematical functions.
- The functions can be used in autovectorised loops.
- Double and single precision implementations are available.
- No overhead present, no intrinsics used.
- A scalar (T(T)) and array signature (void(const unsigned int,T*,T*))
are provided.

Born and developed at CERN, it is used, among the others, by LHC
experiments and the Geant4 simulation toolkit.

Much of the VDT code is inspired by the well known Cephes mathematical
library.
2022-12-25T22:12:44-08:00 finance/py-pandas-ta Market Technical Analysis indicators in Python and Pandas
Pandas Technical Analysis (Pandas TA) is an easy to use library that leverages
the Pandas package with more than 130 Indicators and Utility functions and more
than 60 TA Lib Candlestick Patterns. Many commonly used indicators are included,
such as: Candle Pattern(cdl_pattern), Simple Moving Average (sma) Moving Average
Convergence Divergence (macd), Hull Exponential Moving Average (hma), Bollinger
Bands (bbands), On-Balance Volume (obv), Aroon & Aroon Oscillator (aroon),
Squeeze (squeeze) and many more.
2022-12-25T22:04:20-08:00 finance/py-TA-Lib Python wrapper for TA-LIB based on Cython
Python-TA-Lib is a Python wrapper for TA-LIB based on Cython instead of SWIG.

TA-Lib is widely used by trading software developers requiring to perform
technical analysis of financial market data.
* Includes 150+ indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands,
etc.
* Candlestick pattern recognition
* Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET
2022-12-25T19:10:14-08:00 math/mathpresso Mathematical expression parser and JIT compiler
MathPresso is a C++ library designed to parse mathematical expressions and
compile them into machine code. It's much faster than traditional AST or
byte-code based evaluators, because there is basically no overhead in the
expression's execution. The JIT compiler is based on AsmJit and works on
X86 and X64 architectures.
2022-12-25T18:27:05-08:00 finance/py-pandas-market-calendars Market and exchange trading calendars for pandas
The Pandas package is widely used in finance and specifically for time series
analysis. It includes excellent functionality for generating sequences of dates
and capabilities for custom holiday calendars, but as an explicit design choice
it does not include the actual holiday calendars for specific exchanges or OTC
markets.

The pandas_market_calendars package looks to fill that role with the holiday,
late open and early close calendars for specific exchanges and OTC conventions.
pandas_market_calendars also adds several functions to manipulate the market
calendars and includes a date_range function to create a pandas DatetimeIndex
including only the datetimes when the markets are open. Additionally the package
contains product specific calendars for future exchanges which have different
market open, closes, breaks and holidays based on product type.
2022-12-25T14:24:32-08:00 finance/py-exchange-calendars Calendars for securities exchanges
FinViz aims to make market information accessible and provides a lot of data in
visual snapshots, allowing traders and investors to quickly find the stock,
future or forex pair they are looking for. The site provides advanced screeners,
market maps, analysis, comparative tools, and charts.
2022-12-25T14:12:18-08:00 korean/py-korean-lunar-calendar Korean Lunar Calendar
korean-lunar-calendar is a library to convert Korean lunar-calendar to Gregorian
calendar.

Korean calendar and Chinese calendar is same lunar calendar but they have
different dates.

This package follows the KARI (Korea Astronomy and Space Science Institute).
2022-12-25T14:00:19-08:00 hebrew/py-pyluach Python package for manipulating Hebrew dates
Pyluach is a Python package for manipulating Hebrew (Jewish) calendar dates and
Hebrew-Gregorian conversions.

Features:
* Conversion between Hebrew and Gregorian dates
* Finding the difference between two dates
* Finding a date at a given duration from the given date
* Rich comparisons between dates
* Finding the weekday of a given date
* Finding the weekly Parsha reading of a given date
* Getting the holiday occuring on a given date
* Generating html and text Hebrew calendars
2022-12-25T13:40:18-08:00 finance/py-finviz Unofficial API for FinViz.com
FinViz aims to make market information accessible and provides a lot of data in
visual snapshots, allowing traders and investors to quickly find the stock,
future or forex pair they are looking for. The site provides advanced screeners,
market maps, analysis, comparative tools, and charts.
2022-12-25T12:49:20-08:00 deskutils/pueue Shell commands manager
Pueue is a command-line task management tool for sequential and parallel
execution of long-running tasks.

Simply put, it's a tool that processes a queue of shell commands. On top of
that, there are a lot of convenient features and abstractions.

Since Pueue is not bound to any terminal, you can control your tasks from any
terminal on the same machine. The queue will be continuously processed, even
if you no longer have any active ssh sessions.
2022-12-25T18:18:14+01:00 www/gstreamer1-plugins-srt GStreamer Secure Reliable Transport (SRT) plugin
2022-12-24T23:02:08-08:00 finance/py-finnhub-python Python API to access Finnhub
financedatabase is a database of 300.000+ symbols containing Equities, ETFs,
Funds, Indices, Currencies, Cryptocurrencies and Money Markets.

As a private investor, the sheer amount of information that can be found on the
internet is rather daunting. Trying to understand what type of companies or ETFs
are available is incredibly challenging with there being millions of companies
and derivatives available on the market. Sure, the most traded companies and
ETFs can quickly be found simply because they are known to the public (for
example, Microsoft, Tesla, S&P500 ETF or an All-World ETF). However, what else
is out there is often unknown.
2022-12-24T23:00:48-08:00 finance/py-financedatabase Database of 300.000+ symbols containing Equities, ETFs, Funds, Indices
financedatabase is a database of 300.000+ symbols containing Equities, ETFs,
Funds, Indices, Currencies, Cryptocurrencies and Money Markets.

As a private investor, the sheer amount of information that can be found on the
internet is rather daunting. Trying to understand what type of companies or ETFs
are available is incredibly challenging with there being millions of companies
and derivatives available on the market. Sure, the most traded companies and
ETFs can quickly be found simply because they are known to the public (for
example, Microsoft, Tesla, S&P500 ETF or an All-World ETF). However, what else
is out there is often unknown.
2022-12-24T22:45:18-08:00 finance/py-finvizfinance Finviz Finance information downloader
finvizfinance is a package which collects financial information from FinViz
website. The package provides the information of the following:
* Stock charts, fundamental & technical information, insider information and
stock news
* Forex charts and performance
* Crypto charts and performance
2022-12-24T17:22:30-08:00 finance/py-investpy Financial Data Extraction from Investing.com with Python
investpy is a Python package to retrieve data from Investing.com, which provides
data retrieval from up to 39952 stocks, 82221 funds, 11403 ETFs, 2029 currency
crosses, 7797 indices, 688 bonds, 66 commodities, 250 certificates, and 4697
cryptocurrencies.

investpy allows the user to download both recent and historical data from all
the financial products indexed at Investing.com. It includes data from all over
the world, from countries such as United States, France, India, Spain, Russia,
or Germany, amongst many others.

investpy seeks to be one of the most complete Python packages when it comes to
financial data extraction to stop relying on public/private APIs since investpy
is FREE and has NO LIMITATIONS. These are some of the features that currently
lead investpy to be one of the most consistent packages when it comes to
financial data retrieval.
2022-12-24T17:19:25-08:00 science/bout++-merging-filaments Simulation of reconnection during merging of current filaments
BOUY++-based simulation of reconnection during merging of current filaments.

BOUT++ is a framework for writing fluid and plasma simulations in curvilinear
geometry. It is intended to be quite modular, with a variety of numerical
methods and time-integration solvers available. BOUT++ is primarily designed
and tested with reduced plasma fluid models in mind, but it can evolve any
number of equations, with equations appearing in a readable form.
2022-12-24T17:01:09-08:00 finance/py-investiny Investiny is faster, lighter, and easier to use than investpy
investiny has been created due to the latest Investing.com changes
in their API protection protocols, as now their main APIs are
Cloudflare V2 protected.
2022-12-24T15:56:04-08:00 science/py-xbout Collect data from BOUT++ runs in python using xarray
xBOUT provides an interface for collecting the output data from a BOUT++
simulation into an xarray dataset in an efficient and scalable way, as well
as accessor methods for common BOUT++ analysis and plotting tasks.
2022-12-24T15:48:51-08:00 finance/py-fundamentalanalysis Fundamental analysis package to analyze companies data
FundamentalAnalysis is a fully-fledged Fundamental Analysis package capable of
collecting 20 years of Company Profiles, Financial Statements, Ratios and Stock
Data of 20.000+ companies.
2022-12-24T14:45:55-08:00 math/py-animatplot-ng Making animating in matplotlib easy (new gen)
animatplots a python package for making interactive as well as animated plots
with matplotlib.
2022-12-24T14:44:24-08:00 math/py-animatplot Making animating in matplotlib easy
animatplots a python package for making interactive as well as animated plots
with matplotlib.
2022-12-24T13:54:59-08:00 devel/py-gelidum Freeze your python objects
gelidum is inspired by the method freeze found in other languages like
Javascript. gelidum tries to make immutable objects to make it easier
avoiding accidental modifications in your code.
2022-12-24T03:31:33-08:00 science/py-boutdata Python package for collecting BOUT++ data
boutdata is a Python library that manipulates simulation data produced by
BOUT++, plasma fluid finite-difference simulation code.
2022-12-24T03:00:05-08:00 science/py-boututils Python package containing BOUT++ utils
Python utilities for managing data produced by BOUT++,
plasma fluid finite-difference simulation code.
2022-12-24T00:53:22-08:00 science/bout++ Plasma fluid finite-difference simulation code
BOUT++ is a framework for writing fluid and plasma simulations in curvilinear
geometry. It is intended to be quite modular, with a variety of numerical
methods and time-integration solvers available. BOUT++ is primarily designed
and tested with reduced plasma fluid models in mind, but it can evolve any
number of equations, with equations appearing in a readable form.
2022-12-24T13:13:29+05:30 audio/tuner Minimalist radio station player
Discover and Listen to your favourite internet radio stations.

- Uses radio-browser.info catalog
- Presets various selection of stations (random, top, trending, genres)
- Save favourite stations
- Sends a click count to radio-browser.info on station click
- Sends a vote count to radio-browser.info when you star a station
- DBus integration to pause/resume playing and show station info in Wingpanel
2022-12-23T09:34:41+01:00 net-p2p/tootle Simple Mastodon client
Tootle is a client for Mastodon, which is the world's largest
decentralized microblogging platform. The client provides a clean,
native interface, allowing the Mastodon social experience to be
seamlessly integrated into our desktop environment.

This client for Mastodon that It is characterized by three fundamental
aspects; be simple, free and open source. It should be added that this
tool is based on GTK with dark mode support.
2022-11-30T00:33:25+09:00 www/rubygem-rackup General server command for Rack applications
A general server command for Rack applications.
2022-12-06T21:54:48+09:00 www/rubygem-rack22 Rack, a Ruby Webserver Interface
Rack provides a minimal, modular and adaptable interface for developing web
applications in Ruby. By wrapping HTTP requests and responses in the simplest
way possible, it unifies and distills the API for web servers, web frameworks,
and software in between (the so-called middleware) into a single method call.
2022-12-22T17:33:38+08:00 textproc/py-chevron Mustache templating language renderer
A python implementation of the mustache templating language
(https://mustache.github.io/).
2022-12-21T12:41:49+01:00 www/tor-browser Tor Browser for FreeBSD
Tor Browser (TB) is a customized version of Firefox Extended Service
Release built specifically for internet browsing over the Tor
anonymity network.

TB's configuration aims to mitigate attacks on a client's anonymity,
including determining the client's actual IP address and browser
fingerprinting. Other aspects of Firefox have also been patched
to plug privacy leaks in ways not possible any other way.

You are recommended to install noscript extension manually,
and read about TB and privacy from tor-project documentation.

Remember that there are no perfect privacy or anonymity solutions, and
this includes TB. As always you must pay attention and in many cases
modify your behavior to ensure your privacy online.
2022-12-21T08:34:49+00:00 editors/retext Markdown editor
ReText is a simple but powerful editor for Markdown and reStructuredText markup
languages. ReText is written in Python
2022-12-20T00:12:31-08:00 cad/py-pygmsh Python frontend for Gmsh (on top of Gmsh's own binding)
Gmsh is a free 3D finite element grid generator with a build-in CAD engine and
post-processor. Its design goal is to provide a fast, light and user-friendly
meshing tool with parametric input and advanced visualization capabilities. Gmsh
is built around four modules: geometry, mesh, solver and post-processing. The
specification of any input to these modules is done either interactively using
the graphical user interface or in ASCII text files using Gmsh's own scripting
language.

pygmsh combines the power of Gmsh with the versatility of Python. It provides
useful abstractions from Gmsh's own Python interface (cad/py-gmsh) so you can
create complex geometries more easily.
2022-12-20T01:13:46-03:00 www/py-aiostream Generator-based operators for asynchronous iteration
Generator-based operators for asynchronous iteration.

It can be seen as an asynchronous version of itertools, although some
aspects are slightly different. Essentially, all the provided operators
return a unified interface called a stream. A stream is an enhanced
asynchronous iterable providing the following features:

- Operator pipe-lining - using pipe symbol '|'
- Repeatability - every iteration creates a different iterator
- Safe iteration context - using 'async with' and the 'stream' method
- Simplified execution - get the last element from a stream using 'await'
- Slicing and indexing - using square brackets '[]'
- Concatenation - using addition symbol '+'
2022-12-19T20:18:55-08:00 cad/py-gmsh Automatic 3D finite element mesh generator (gmsh's own binding)
Gmsh is a free 3D finite element grid generator with a build-in CAD engine and
post-processor. Its design goal is to provide a fast, light and user-friendly
meshing tool with parametric input and advanced visualization capabilities. Gmsh
is built around four modules: geometry, mesh, solver and post-processing. The
specification of any input to these modules is done either interactively using
the graphical user interface or in ASCII text files using Gmsh's own scripting
language.
2022-12-19T18:43:25-05:00 www/drupal10 Database driven web content management system (CMS)
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.

Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
2022-12-19T12:55:45-06:00 irc/znc-clientbuffer Client specific buffers module for ZNC
ZNC Clientbuffer is a module for ZNC that allows to maintain client specific
buffers for identified clients.
2022-12-18T20:58:09+03:00 x11-toolkits/kirigami-addons Component library for KDE Kirigami
Widget library for the Kirigami Framework.
2022-12-19T09:51:51+01:00 devel/libgpr Library from GPRbuild
libgpr is a part of GPRbuild (see devel/gprbuild). It is requested by various
Ada projects, like GNATCOLL (GNAT Collection Library) or AWS (a framework to
develop Web based applications in Ada).
2022-12-19T05:05:02+00:00 security/osv-scanner Vulnerability scanner written in Go which uses the OSV database
Use OSV-Scanner to find existing vulnerabilities affecting your projects
dependencies.

OSV-Scanner provides an officially supported frontend to the OSV database
that connects a projects list of dependencies with the vulnerabilities
that affect them. Since the OSV.dev database is open source and distributed,
it has several benefits in comparison with closed source advisory databases
and scanners:

* Each advisory comes from an open and authoritative source.
* Anyone can suggest improvements to advisories, resulting in a very high
quality database.
* The OSV format unambiguously stores information about affected versions
in a machine-readable format that precisely maps onto a developers list
of packages.

The above all results in fewer, more actionable vulnerability notifications,
which reduces the time needed to resolve them.
2022-12-18T10:40:49+01:00 www/redmine50 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
2022-12-18T10:40:04+01:00 mail/rubygem-roadie-rails-rails61 Helper for generating HTML mails in Rails applications
Hooks Roadie into Rails applications to help with HTML email generation.
2022-12-18T10:39:21+01:00 textproc/rubygem-actionpack-xml_parser-rails61 XML parameters parser for Action Pack
actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
core in Rails 4.0).

See also: https://rubyonrails.org/
2022-12-17T16:27:34+01:00 audio/py-spotipy Light weight Python library for the Spotify Web API
Spotipy is a lightweight Python library for the Spotify Web API. With Spotipy
you get full access to all of the music data provided by the Spotify platform.
2022-12-15T19:01:57+01:00 devel/electron21 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.
2022-12-17T01:13:20-08:00 databases/datasette Multi-tool for exploring and publishing data
Datasette is a tool for exploring and publishing data. It helps people take
data of any shape or size and publish that as an interactive, explorable
website and accompanying API.

Datasette is aimed at data journalists, museum curators, archivists, local
governments, scientists, researchers and anyone else who has data that they
wish to share with the world.
2022-12-17T00:40:01-08:00 devel/py-click-default-group-wheel Extends click.Group to invoke command without explicit subcommand name
Extends click.Group to invoke a command without explicit subcommand name.
2022-12-16T22:32:21-08:00 www/py-asgi-csrf ASGI middleware for protecting against CSRF attacks
ASGI middleware for protecting against CSRF attacks.
2022-12-16T21:41:15-08:00 devel/py-asgi-lifespan Programmatic startup/shutdown of ASGI apps
Programmatically send startup/shutdown lifespan events into ASGI applications.
When used in combination with an ASGI-capable HTTP client such as HTTPX, this
allows mocking or testing ASGI applications without having to spin up an ASGI
server.
2022-12-16T20:56:38-08:00 devel/py-hupper Integrated process monitor for developing and reloading daemons
hupper is monitor for your Python process. When files change, the process will
be restarted. It can be extended to watch arbitrary files. Reloads can also be
triggered manually from code.
2022-12-16T20:44:55-08:00 devel/py-janus Mixed sync-async queue to interoperate between asyncio tasks & threads
Mixed sync-async queue, supposed to be used for communicating between classic
synchronous (threaded) code and asynchronous (in terms of asyncio) one.
2022-12-15T08:26:23+01:00 security/crowdsec-blocklist-mirror CrowdSec Blocklist Mirror
CrowdSec Blocklist Mirror

Publish CrowdSec decisions via HTTP, to be consumed by network appliances.
2022-12-15T22:28:26-05:00 devel/libnjs NGINX JavaScript static library
The library of the njs scripting language. njs, is a subset of the JavaScript
language that allows extending nginx functionality. njs is created in
compliance with ECMAScript 5.1 (strict mode) with some ECMAScript 6 and later
extensions. The compliance is still evolving.
2022-12-13T04:12:57+03:00 security/gostsum Implementation of GOST R 34.11-94, GOST R 34.11-2012 hash functions
Implementation of GOST R 34.11-94, GOST R 34.11-2012 (STRIBOG-256/512),
SHA, SHA2 hash functions and hash based algorithms: HMAC, PBKDF, SSHA.
2022-12-15T21:03:00+01:00 print/epson-inkjet-printer-201207w CUPS filter for Seiko Epson Color Ink Jet Printers
This software is a filter program used with Common UNIX Printing
System (CUPS) from the Linux. This can supply the high quality print
with Seiko Epson Color Ink Jet Printers.

This printer driver is supporting the following printers.
L110
L111
L210
L211
L300
L301
L303
L350
L351
L353
L355
L356
L550
L551
L555
2022-12-14T17:11:09-08:00 devel/pydeps Display Python module dependencies
pydeps is a Python module dependency visualizer.

It is primarly intended to be used from the command line through the pydeps
command.
2022-12-14T14:28:28+01:00 net-mgmt/icinga-ipl-i18n Icinga PHP library
ipl-i18n provides a translation suite using PHP's native gettext extension for Icinga.
2022-12-14T12:02:32+00:00 accessibility/darkman Framework for dark-mode and light-mode transitions
A framework for dark-mode and light-mode transitions on Unix-like desktops.
2022-12-14T12:24:06+01:00 net-mgmt/icinga-php-thirdparty Icinga PHP thirdparty
This project bundles all 3rd party PHP libraries used by Icinga Web products
into one piece, which can be integrated as library into Icinga Web 2.
2022-12-13T18:20:52+01:00 net-mgmt/icinga-php-library Icinga PHP library
This module ships the new Icinga PHP library and is used by some Icinga Web 2
modules.
2022-10-22T10:12:59+00:00 x11/darkman Framework for dark-mode and light-mode transitions
A framework for dark-mode and light-mode transitions on Unix-like desktops.
2022-12-13T00:55:12+00:00 x11/xdg-desktop-portal-hyprland xdg-desktop-portal backend for hyprland
Due to reasons explained in hyprland-protocols, we have a separate
desktop portal impl for Hyprland.

Although -wlr *does* work with Hyprland, -hyprland offers more features.
2022-12-13T00:55:12+00:00 x11/hyprland-share-picker Share picker for xdg-desktop-portal-hyprland
Share picker for xdg-desktop-portal-hyprland.
2022-11-20T10:37:39+00:00 x11/hyprpicker wlroots-compatible Wayland color picker that does not suck
A wlroots-compatible Wayland color picker that does not suck.
2022-11-28T11:43:08+00:00 x11/hyprpaper Blazing fast Wayland wallpaper utility with IPC controls
Hyprpaper is a blazing fast wallpaper utility for Hyprland with the
ability to dynamically change wallpapers through sockets. It will work
on all wlroots-based compositors, though.
2022-12-12T07:44:12-08:00 science/openmodelica Modelica-based modeling and simulation environment
OPENMODELICA is an open-source Modelica-based modeling and simulation
environment intended for industrial and academic usage.

The goal with the OpenModelica effort is to create a comprehensive Open Source
Modelica modeling, compilation and simulation environment based on free software
distributed in binary and source code form for research, teaching, and
industrial usage.
2022-12-12T11:29:36-06:00 biology/rna-seq Metaport for RNA-Seq analysis
Metaport to install tools for typical RNA-Seq analysis, including QC,
adapter trimming, alignment, and differential analysis.
2022-12-12T11:17:02-06:00 biology/fasda Fast and simple differential analysis
FASDA aims to provide a fast and simple differential analysis tool
that just works and does not require any knowledge beyond basic Unix
command-line skills. The code is written entirely in C to maximize
efficiency and portability, and to provide a simple command-line user
interface.
2022-12-13T02:12:00+09:00 mail/cyrus-imapd36 Cyrus mail server, supporting POP3 and IMAP4 protocols ${COMMENT_${FLAVOR}}
The Cyrus IMAP (Internet Message Access Protocol) server provides access to
personal mail and system-wide bulletin boards through the IMAP protocol.
The Cyrus IMAP server is a scaleable enterprise mail system designed for use
from small to large enterprise environments using standards-based
technologies.

A full Cyrus IMAP implementation allows a seamless mail and bulletin board
environment to be set up across multiple servers. It differs from other
IMAP server implementations in that it is run on "sealed" servers, where
users are not normally permitted to log in. The mailbox database is stored
in parts of the filesystem that are private to the Cyrus IMAP system. All
user access to mail is through software using the IMAP, POP3, or KPOP
protocols.

The private mailbox database design gives the server large advantages in
efficiency, scalability, and administratability. Multiple concurrent
read/write connections to the same mailbox are permitted. The server
supports access control lists on mailboxes and storage quotas on mailbox
hierarchies.
2022-12-11T16:11:32-05:00 www/p5-LWP-UserAgent-Cached LWP::UserAgent with simple caching mechanism
LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with
cache support. It stores cache in the files on local filesystem and
if response already available in the cache returns it instead of
making HTTP request.
2022-12-11T19:13:41+01:00 lang/gnat12 GNAT Ada compiler
This is an Ada compiler, from GCC-12.

Since Ada support must be built by an Ada-capable compiler, only platforms for
which a bootstrap compiler is available can build it.

It is based on release versions of the Free Software Foundation's GNU Compiler
Collection. It uses the GCC Runtime Library Exception, so the resulting
binaries have no licensing requirements. Binaries produced by the AUX compiler
should be legally handled the same as binaries produced by any FSF compiler.

It offers continuous improvements to the Ada 2022 standard since GCC 11.
2022-12-10T16:43:34-08:00 science/spheral Environment for hydrodynamical & gravitational numerical simulations
Silo is a library for reading and writing a wide variety of scientific
data to binary, disk files. The files Silo produces and the data within
them can be easily shared and exchanged between wholly independently
developed applications running on disparate computing platforms.
Consequently, Silo facilitates the development of general purpose tools
for processing scientific data.
2022-12-10T14:45:10+01:00 sysutils/apt-mirror-devel Debian/Ubuntu apt sources mirroring tool
A small and efficient tool that lets you mirror a part of or
the whole Debian GNU/Linux distribution or any other apt sources.

Main features:
* It uses a config similar to APT's F<sources.list>
* It's fully pool compliant
* It supports multithreaded downloading
* It supports multiple architectures at the same time
* It can automatically remove unneeded files
* It works well on an overloaded Internet connection
* It never produces an inconsistent mirror including while mirroring
* It works on all POSIX compliant systems with Perl and wget
2022-12-10T00:57:00-08:00 science/m-aneos M-ANEOS: program for construction of thermodynamic equations of state
M-ANEOS is a FORTRAN program for the construction of thermodynamic equations of
state, which extends the ANEOS computer code developed at Sandia National
Laboratories.
2022-11-02T15:42:22+01:00 multimedia/mlt7-qt Qt plugin for the MLT multimedia framework
2022-12-09T09:41:58+01:00 dns/p5-Net-DNS-Paranoid Paranoid DNS resolver
Paranoid DNS resolver is a wraper around
Net::DNS who perform paranoid checks to
ensure the address you are trying to resolve
isn't a local one or part of the blacklisted
block.
2022-12-08T07:59:01-08:00 math/primesum Sum of the primes below x
primesum is a command-line program that computes the sum of the primes below an
integer x <= 1031 as quickly as possible using a modified version of the
combinatorial prime counting function algorithm.
2022-12-08T09:13:52-06:00 mail/mailslurper Local, web-based mail server application. Slurp mails into oblivion!
MailSlurper is a small SMTP mail server that slurps mail into oblivion!

MailSlurper is perfect for individual developers or small teams writing
mail-enabled applications that wish to test email functionality without
the risk or hassle of installing and configuring a full blown email server.

It's simple to use! Simply setup MailSlurper, configure your code and/or
application server to send mail through the address where MailSlurper is
running, and start sending emails!

MailSlurper will capture those emails into a database for you to view at
your leisure.
2022-12-08T03:08:26-08:00 science/py-optking Python version of the PSI4 geometry optimization program by R.A. King
optking (also known as pyoptking) is a rewrite of the c++ optking module in
psi4.This rewrite was undertaken to enable future development and for use with
recent interoperability efforts (e.g. MolSSI QCArchive and QCDB). optking is
focused on optimization of molecular geometries: finding minima, transition
states, and reaction paths. Current work is focused especially on expanding
the reaction path methods.
2022-12-08T03:04:58-08:00 science/dftd3 S. Grimme's dispersion correction for DFT, Hartree-Fock methods
S. Grimme's dispersion correction for DFT, Hartree-Fock, and semi-empirical
quantum chemical methods.
2022-12-07T18:17:07+01:00 sysutils/qtxdg-tools User tools for libqtxdg
User tools for libqtxdg. qtxdg-tools contains a CLI MIME tool, qtxdg-mat, for
handling file associations and opening files with their default applications.
2022-12-07T08:19:58-06:00 security/local-php-security-checker Tool to check PHP composer dependencies for vulnerabilities
The Local PHP Security Checker is a command line tool that checks if your PHP
application depends on PHP packages with known security vulnerabilities. It
uses the Security Advisories Database behind the scenes availble from
https://github.com/FriendsOfPHP/security-advisories.
2022-12-07T04:04:25-08:00 science/mp2d Program for calculating the MP2D dispersion energy
MP2D is an open-source code (MIT license, see below) for calculating
van der Waals dispersion for second-order Moller-Plesset pertubation
theory. The calculation of the MP2D dispersion correction is analogous
to MP2C:
E_MP2D = E_MP2 - E_UCHF + E_CKS

The UCHF and CKS dispersion energies are calculated according to Grimme's D3
method. The CKS coefficients identical to those used in D3. The UCHF
coefficients were calculated specifically for this work. Dispersion
coefficients are currently available for the following elements:
H, B, C, N, O, F, Ne, P, S, Cl, Ar, Br
2022-12-07T00:08:01-05:00 math/R-cran-cvar Compute Expected Shortfall and Value at Risk for Continuous Distributions
Compute expected shortfall (ES) and Value at Risk (VaR) from a quantile
function, distribution function, random number generator or probability density
function. ES is also known as Conditional Value at Risk (CVaR). Virtually any
continuous distribution can be specified. The functions are vectorized over the
arguments. The computations are done directly from the definitions, see e.g.
Acerbi and Tasche (2002) <doi:10.1111/1468-0300.00091>. Some support for GARCH
models is provided, as well.
2022-12-06T19:28:38-05:00 textproc/opensearch-dashboards13 Visualization dashboards for OpenSearch
OpenSearch Dashboards is the default visualization tool for data in OpenSearch.
It also serves as a user interface for many of the OpenSearch plugins,
including security, alerting, Index State Management, SQL, and more.
2022-12-06T19:25:36-05:00 textproc/opensearch13 Full-text search engine for Java
OpenSearch is a fork of Elasticsearch which aims to be a Distributed,
RESTful, Search Engine built on top of Apache Lucene.
2022-12-06T18:38:10-05:00 devel/jetbrains-pty4j Pty4J's native library
Pty4J - Pseudo terminal(PTY) implementation in Java.
2022-12-06T18:37:44-05:00 math/R-cran-gbutils Utilities for Simulation, Plots, Quantile Functions and Programming
Plot density and distribution functions with automatic selection of suitable
regions. Numerically invert (compute quantiles) distribution functions.
Simulate real and complex numbers from distributions of their magnitude and
arguments. Optionally, the magnitudes and/or arguments may be fixed in almost
arbitrary ways. Create polynomials from roots given in Cartesian or polar form.
Small programming utilities: check if an object is identical to NA, count
positional arguments in a call, set intersection of more than two sets, check
if an argument is unnamed, compute the graph of S4 classes in packages.
2022-12-06T07:41:19-08:00 biology/py-pyrodigal Python binding for Prodigal, an ORF finder for genomes and metagenomes
Pyrodigal is a Python module that provides bindings to Prodigal using Cython.

Features:
The library now features everything from the original Prodigal CLI:
* run mode selection: Choose between single mode, using a training sequence to
count nucleotide hexamers, or metagenomic mode, using pre-trained data from
different organisms (prodigal -p).
* region masking: Prevent genes from being predicted across regions containing
unknown nucleotides (prodigal -m).
* closed ends: Genes will be identified as running over edges if they are larger
than a certain size, but this can be disabled (prodigal -c).
* training configuration: During the training process, a custom translation
table can be given (prodigal -g), and the Shine-Dalgarno motif search can be
forcefully bypassed (prodigal -n)
* output files: Output files can be written in a format mostly compatible with
the Prodigal binary, including the protein translations in FASTA format
(prodigal -a), the gene sequences in FASTA format (prodigal -d), or the
potential gene scores in tabular format (prodigal -s).
2022-12-06T11:03:52+01:00 devel/py-ttkbootstrap Flat style theme extension for Python Tkinter
A supercharged theme extension for Tkinter that enables on-demand modern flat
style themes inspired by Bootstrap.

Features

* Over a dozen curated dark and light themes.

* Loads of beautiful pre-defined widget styles such as outline and round
toggle buttons.

* Apply colors and types using simple keywords such as primary and striped
instead of the legacy approach of primary.Striped.Horizontal.TProgressbar.
If you've used Bootstrap for web development, you are already familiar with
this approach using css classes.

* ttkbootstrap comes with several new beautifully designed widgets such as
Meter, DateEntry, and Floodgauge. Additionally, dialogs are now themed and
fully customizable.

* Want to create your own theme? Easy! ttkboostrap includes a built-in theme
creator that enables you to easily build, load, expore, and apply your own
custom themes.
2022-12-05T21:43:32-08:00 misc/lbann Livermore Big Artificial Neural Network toolkit
The Livermore Big Artificial Neural Network toolkit (LBANN) is an open-source,
HPC-centric, deep learning training framework that is optimized to compose
multiple levels of parallelism.

LBANN provides model-parallel acceleration through domain decomposition to
optimize for strong scaling of network training. It also allows for composition
of model-parallelism with both data parallelism and ensemble training methods
for training large neural networks with massive amounts of data. LBANN is able
to advantage of tightly-coupled accelerators, low-latency high-bandwidth
networking, and high-bandwidth parallel file systems.

LBANN supports state-of-the-art training algorithms such as unsupervised,
self-supervised, and adversarial (GAN) training methods in addition to
traditional supervised learning. It also supports recurrent neural networks via
back propagation through time (BPTT) training, transfer learning, and
multi-model and ensemble training methods.
2022-12-05T19:58:37+08:00 www/typo3-12 Typo3 content management system
We support each TYPO3 sprint release until the next minor version is published.
Once released in April 2023, the long-term support version of TYPO3 12 will receive
bug fixes until October 2024, and we will provide security updates until April 2026.

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.

* Increased performance
* Improved backend usability
* Create custom content types quickly and easily
* Top-modern dependent libraries (CKEditor v5, Symfony v6, Doctrine v3)
* And many improvements for developers

System requirements
* PHP 8.1
* MariaDB 10.3+ / MySQL 8.0+ / PostgreSQL 10.0+ / SQLite 3.8.3+
* Modern Browsers
* Detailed list of requirements: https://get.typo3.org/version/12#system-requirements
2022-12-05T02:46:24-08:00 math/scorec-core Parallel finite element unstructured meshes
The SCOREC Core is a set of C/C++ libraries for unstructured mesh simulations
on supercomputers.

This project contains:
* PUMI: parallel unstructured mesh infrastructure API User's Guide
* PCU: Communication and file IO built on MPI
* APF: Abstract definition of meshes, fields, and related operations
* GMI: Common interface for geometric modeling kernels
* MDS: Compact but flexible array-based mesh data structure
* PARMA: Scalable partitioning and load balancing procedures
* SPR: Superconvergent Patch Recovery error estimator
* MA: Anisotropic mixed mesh adaptation and solution transfer
* SAM: Sizing anisotropic meshes
* STK: Conversion from APF meshes to Sandia's STK meshes
* ZOLTAN: Interface to run Sandia's Zoltan code on APF meshes
* PHASTA: Tools and file formats related to the PHASTA fluid solver
* MTH: Math containers and routines
* CRV: Support for curved meshes with Bezier Shapes
* PYCORE: Python Wrappers
* REE: Residual based implicit error estimator
2022-12-04T16:03:07-06:00 graphics/openscenegraph Open source high performance 3D graphics toolkit
The OpenSceneGraph is an open source high performance 3D graphics
toolkit, used by application developers in fields such as visual
simulation, games, virtual reality, scientific visualization and
modelling. Written entirely in Standard C++ and OpenGL it runs on all
Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and
FreeBSD operating systems. The OpenSceneGraph is now well established
as the world leading scene graph technology, used widely in the
vis-sim, space, scientific, oil-gas, games and virtual reality
industries.
2022-12-03T15:36:55-08:00 devel/py-PYB11Generator Code generator for the pybind11 C++ <-> Python language binding tool
PYB11Generator is a python based code generator that creates pybind11 code for
binding C++ libraries as extensions in Python. PYB11Generator parses input that
is very close to writing the desired interface in native python, turning this
into the corresponding pybind11 C++ code.
2022-12-03T13:55:34-08:00 math/polyclipper Library to clip polygons (in 2D) and polyhedra (in 3D) by planes
Polytope is a C++ library for generating polygonal and polyhedral meshes.
It makes use of various 2D and 3D tessellation techniques, but provides
a single representation for these tessellations, and a simple interface
for generating them.

Polytope has a simple C interface for use with other languages. It also
includes bindings for Python. These bindings allow you to easily incorporate
Polytope into your own mesh generation tools.
2022-12-03T20:25:17+00:00 sysutils/bacula13-client-static Network backup solution (static client)
2022-12-03T12:35:44-06:00 security/rubygem-omniauth-saml1 OmniAuth strategy for SAML
A generic SAML strategy for OmniAuth
2022-12-03T01:17:57-08:00 science/polytope Library for generating Voronoi and Voronoi-like tessellations
Polytope is a C++ library for generating polygonal and polyhedral meshes.
It makes use of various 2D and 3D tessellation techniques, but provides
a single representation for these tessellations, and a simple interface
for generating them.

Polytope has a simple C interface for use with other languages. It also
includes bindings for Python. These bindings allow you to easily incorporate
Polytope into your own mesh generation tools.
2022-12-02T07:44:59-08:00 devel/trompeloeil Header only C++14 mocking framework
trompeloeil is a thread-safe header-only mocking framework for C++11/14.
2022-12-02T07:44:59-08:00 devel/rationl Expressive regular expression library written in C
rationL is a lightweight and quick regular expression (regexp) dynamic library
written in C.

It is written as part of the 4th semester project in the French IT School EPITA.
2022-12-02T07:44:59-08:00 math/dihydrogen Dense and sparse linear algebra, conic optimization, lattice reduction
DiHydrogen is the second version of the Hydrogen fork of the well-known
distributed linear algebra library, Elemental. DiHydrogen aims to be a basic
distributed multilinear algebra interface with a particular emphasis on the
needs of the distributed machine learning effort, LBANN.
2022-12-02T15:10:21+01:00 textproc/translate-shell Command line interface to translation engines
google-translate-cli is a 100-line AWK program to let you use Google Translate
without a web browser, i.e., from the terminal.
2022-12-02T22:01:12+08:00 www/mediawiki139 Wiki engine used by Wikipedia
MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
It's designed to handle a large number of users and pages without imposing
too rigid a structure or workflow.
2022-12-01T14:14:16+01:00 www/hurl CLI to run HTTP requests defined in a simple plain text format
Hurl is a command line tool that runs HTTP requests defined in a simple
plain text format. It can chain requests, capture values and evaluate
queries on headers and body response.
Hurl is very versatile: it can be used for fetching data, testing HTTP
sessions and testing XML / JSON APIs.
2022-12-02T11:42:08+01:00 x11/rofi-file-browser-extended Use rofi to quickly open files
rofi-file-browser-extended is a configurable file browser plugin for rofi.
Its main use case is to quickly open files without having to open a window
to navigate to the file.
2022-12-02T13:02:58+03:00 x11/sfwbar Flexible taskbar application for wayland compositors
SFWBar (S* Floating Window Bar) is a flexible taskbar application for
wayland compositors, designed with a stacking layout in mind.
Originally developed for Sway, SFWBar will work with any wayland compositor
supporting layer shell protocol, the taskbar and window switcher functionality
shall work with any compositor supportinig foreign toplevel protocol,
but the pager, and window placement functionality require sway
(or at least i3 IPC support).
2022-12-01T07:37:11-08:00 math/hydrogen Dense and sparse linear algebra, conic optimization, lattice reduction
Hydrogen is a fork of Elemental used by LBANN. Hydrogen is a redux of the
Elemental functionality that has been ported to make use of GPGPU accelerators.
The supported functionality is essentially the core infrastructure plus
BLAS-1 and BLAS-3.
2022-12-01T17:12:17-06:00 net-im/jsxc Browser-based XMPP Client
JSXC is a browser-based XMPP Client which suports video calls, file transfer and
encrypted communication

Features:
* Federated real-time communication with XMPP
* One-to-one conversation
* Multi-user conversation
* File transfer
* Video calls
* Internationalisation
* Desktop notifications
* End-to-end encrypted two-party communication
* Responsive layout
* Emoticons two_hearts
* Multi-Tab
* Screen sharing
2022-12-01T15:24:37-06:00 sysutils/httm Dream of a CLI Time Machine
The dream of a CLI Time Machine is still alive with httm.

httm prints the size, date and corresponding locations of available unique
versions (deduplicated by modify time and size) of files residing on snapshots,
but can also be used interactively to select and restore such files. httm might
change the way you use snapshots (because ZFS/btrfs aren't designed for finding
for unique file versions) or the Time Machine concept (because httm is very
fast!).
2022-12-01T17:56:01+01:00 math/slicot Fortran subroutines library for systems and control
SLICOT - Subroutine Library In COntrol Theory - is a general purpose basic
mathematical library for control theoretical computations. The library provides
tools to perform essential system analysis and synthesis tasks. The main
emphasis in SLICOT is on numerical reliability of implemented algorithms and the
numerical robustness and efficiency of routines. Providing algorithmic
flexibility and the use of rigorous implementation and documentation standards
are other SLICOT features.

The SLICOT Library is available as standard Fortran 77 code in double precision.
Each user-callable subroutine for control computations is accompanied by an
example program which illustrates the use of the subroutine and can act as a
template for the user's own routines.
2022-12-01T03:02:48-08:00 ports-mgmt/portsdb Program that imports the FreeBSD ports tree into an SQLite database
PortsDB is a program that imports the FreeBSD ports tree into an
SQLite database.
2022-11-30T20:15:07-08:00 security/openfhe Open-source Fully Homomorphic Encryption library
Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that
enables performing computations over encrypted data without having access to the
secret key. OpenFHE is an open-source FHE library that includes efficient
implementations of all common FHE schemes:
* Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic
* Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic
* Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic (includes
approximate bootstrapping)
* Ducas-Micciancio (DM) and Chillotti-Gama-Georgieva-Izabachene (CGGI) schemes
for evaluating Boolean circuits and arbitrary functions over larger plaintext
spaces using lookup tables

OpenFHE also includes the following multiparty extensions of FHE:
* Threshold FHE for BGV, BFV, and CKKS schemes
* Proxy Re-Encryption for BGV, BFV, and CKKS schemes
2022-12-01T04:06:10+08:00 devel/rubygem-aws-sdk-s31114 Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3)
Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).

See also: https://github.com/aws/aws-sdk-ruby
2022-12-01T03:58:15+08:00 devel/rubygem-aws-sdk-ssmsap Official AWS Ruby gem for AWS Systems Manager for SAP (SsmSap)
Official AWS Ruby gem for AWS Systems Manager for SAP (SsmSap).
2022-12-01T03:58:15+08:00 devel/rubygem-aws-sdk-scheduler Official AWS Ruby gem for Amazon EventBridge Scheduler
Official AWS Ruby gem for Amazon EventBridge Scheduler.
2022-12-01T03:58:14+08:00 devel/rubygem-aws-sdk-resourceexplorer2 Official AWS Ruby gem for AWS Resource Explorer
Official AWS Ruby gem for AWS Resource Explorer.
2022-12-01T03:58:13+08:00 devel/rubygem-aws-sdk-iotroborunner Official AWS Ruby gem for AWS IoT RoboRunner
Official AWS Ruby gem for AWS IoT RoboRunner.
2022-12-01T03:58:12+08:00 devel/rubygem-aws-sdk-core3159 AWS SDK for Ruby - Core
Provides API clients for AWS. This gem is part of the official AWS SDK for
Ruby.
2022-12-01T03:58:01+08:00 devel/rubygem-aws-sdk-chimesdkvoice Official AWS Ruby gem for Amazon Chime SDK Voice
Official AWS Ruby gem for Amazon Chime SDK Voice.
2022-11-30T20:32:24+00:00 www/py-selenium-wire Access to the underlying Selenium requests
Selenium Wire extends Selenium's Python bindings to give you access to the
underlying requests made by the browser. You author your code in the same way as
you do with Selenium, but you get extra APIs for inspecting requests and
responses and making changes to them on the fly.

Simnple example:

from seleniumwire import webdriver # Import from seleniumwire

# Create a new instance of the Chrome driver
driver = webdriver.Chrome()

# Go to the Google home page
driver.get('https://www.google.com')

# Access requests via the `requests` attribute
for request in driver.requests:
if request.response:
print(
request.url,
request.response.status_code,
request.response.headers['Content-Type']
)
2022-04-24T08:46:32+00:00 graphics/realesrgan-ncnn-vulkan Scale and denoise images using convolutional neural networks
ncnn implementation of Real-ESRGAN, a practical algorithm for general
image restoration.
2022-11-19T20:29:56+01:00 www/p5-HTML-Defang Cleans HTML of executable contents, and neutralises XSS attacks
This module accepts an input HTML and/or CSS string and removes any
executable code including scripting, embedded objects, applets, etc.,
and neutralises any XSS attacks. A whitelist based approach is used
which means only HTML known to be safe is allowed through.
2022-11-28T14:08:08-07:00 sysutils/qflipper Application for updating Flipper Zero firmware
Graphical desktop application for updating Flipper Zero firmware via PC

This utility allows updating firmware, repair, remote control, and backup.
2022-11-24T22:48:22-08:00 sysutils/hammer2 HAMMER2 file system for FreeBSD (read-only support)
HAMMER2 file system for FreeBSD (read-only support).
Write support for FreeBSD is not planned at the moment.
2022-11-14T18:17:27+01:00 math/suitesparse-spex Sparse Left-looking Integer-Preserving LU Factorization
This port installs the module SPEX, previously known as SLIP_LU, of SuiteSparse.

SPEX is a software package used to solve a sparse systems of linear equations
exactly using the Sparse Left-looking Integer-Preserving LU factorization.

SPEX Purpose: Exactly solve a sparse system of linear equations using a given
input matrix and right hand side vector file. This code can output the final
solution to a user specified output file in either double precision or full
precision rational numbers.
2022-11-27T02:11:32-08:00 science/py-arbor Multi-compartment neural network simulation library
Arbor is a multi-compartment neuron simulation library; compatible with
next-generation accelerators; best-practices applied to research software;
focussed on community-driven development.
2022-11-27T02:08:23-08:00 science/arbor Multi-compartment neural network simulation library
Arbor is a multi-compartment neuron simulation library; compatible with
next-generation accelerators; best-practices applied to research software;
focussed on community-driven development.
2022-11-26T23:47:32-08:00 devel/random123 Counter-based random number generators for C, C++ and CUDA
The Random123 library is a collection of counter-based random number generators
( "CBRNGs") for CPUs (C and C++) and GPUs (CUDA and OpenCL), as described in
Parallel Random Numbers: As Easy as 1, 2, 3, Salmon, Moraes, Dror & Shaw, SC11,
Seattle, Washington, USA, 2011, ACM . They are intended for use in statistical
applications and Monte Carlo simulation and have passed all of the rigorous
SmallCrush, Crush and BigCrush tests in the extensive TestU01 suite of
statistical tests for random number generators. They are not suitable for use in
cryptography or security even though they are constructed using principles drawn
from cryptography.
2022-11-27T15:50:04+08:00 www/moodle41 Course management system based on social constructionism
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.
2022-10-03T16:55:25+00:00 x11/shotman Uncompromising screenshot GUI for Wayland
The uncompromising screenshot GUI for Wayland compositors.

shotman takes a screenshot and shows it in a small floating thumbnail window.
The screenshot can then copied with Ctrl+C, deleted with D, or dismissed
with Esc.

shotman is designed to run in response to some global hotkey (e.g.: Super+P,
PrintScreen, etc). It is designed for interactive usage.
2022-11-01T17:52:08+01:00 sysutils/beats8 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.
2022-11-26T10:37:44+01:00 textproc/elasticsearch8 Distributed, RESTful search and analytics engine
Elasticsearch is a distributed, RESTful search and analytics engine capable of
addressing a growing number of use cases. As the heart of the Elastic Stack, it
centrally stores your data for lightning fast search, fine-tuned relevancy, and
powerful analytics that scale with ease.
2022-11-26T16:46:12+01:00 textproc/kibana8 Browser based analytics and search interface to ElasticSearch
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 7.x is compatible with Elasticsearch 7.x
2022-11-26T16:57:48+01:00 audio/py-pyradio Curses based Internet radio player
Curses based Internet radio player.

PyRadio provides the following features:

* vi like keys in addition to arrows and special keys
* Station editor (add/edit) with CJK characters support
* Configuration editor
* Multiple playlist support
* vi like station registers
* Search function
* Theming support
* RadioBrowser support
2022-11-26T03:00:33-08:00 science/psi4 Open-source suite of ab initio quantum chemistry programs
Psi4 is an open-source suite of ab initio quantum chemistry programs designed
for efficient, high-accuracy simulations of a variety of molecular properties.
We can routinely perform computations with more than 2500 basis functions
running serially or on multi-core machines.

With computationally demanding portions written in C++, Pybind11 exports many
of the C++ classes into Python, and a flexible Python driver, Psi4 strives to
be friendly to both users and developers.
2022-11-26T02:55:05-08:00 science/libint2-psi4 Evaluate the integrals in modern atomic and molecular theory (psi4)
Libint is a library for evaluating ERI (electron replusion integral)
over Cartesian Gaussian fuctions for modern atomic and molecular theory.

Spacial build for science/psi4.
2022-11-25T17:46:14-08:00 biology/metaeuk Gene discovery and annotation for large-scale eukaryotic metagenomics
MetaEuk is a modular toolkit designed for large-scale gene discovery and
annotation in eukaryotic metagenomic contigs. MetaEuk combines the fast and
sensitive homology search capabilities of MMseqs2 with a dynamic programming
procedure to recover optimal exons sets. It reduces redundancies in multiple
discoveries of the same gene and resolves conflicting gene predictions on the
same strand. MetaEuk is GPLv3-licensed open source software that is implemented
in C++ and available for Linux and macOS. The software is designed to run
efficiently on multiple cores.
2022-11-25T15:50:50-08:00 biology/augustus Genome annotation tool
AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences.

AUGUSTUS usually belongs to the most accurate programs for the species it is
trained for. Often it is the most accurate ab initio program. For example, at
the independent gene finder assessment (EGASP) on the human ENCODE regions
AUGUSTUS was the most accurate gene finder among the tested ab initio programs.
At the more recent nGASP (worm), it was among the best in the ab initio and
transcript-based categories. See accuracy statistics for further details.
2022-11-25T15:09:40+01:00 x11/rofi-emoji Emoji selector plugin for rofi
An emoji selector plugin for Rofi that copies the selected emoji to the
clipboard, among other things.

The plugin adds a Rofi mode that displays a menu of emojis and allows
searching by emoji names and their tags. The selected emoji can be
copied or inserted. See the project web site or the optional port
documentation for more features and configuration options.

The plugin can be used, for example, by running Rofi with the following
flags:

rofi -modi emoji -show emoji
2022-11-25T01:18:28-08:00 lang/colm Colm Programming Language
Colm is COmputer Language Machinery.

Colm is a programming language designed for the analysis and transformation of
computer languages.
Colm is influenced primarily by TXL.

Features:
* Colm's main contribution lies in the parsing method.
* Colm's parsing engine is generalized, but it also allows for the construction
of arbitrary global data structures that can be queried during parsing. In
other generalized methods, construction of global data requires some very
careful consideration because of inherent concurrency in the parsing method.
It is such a tricky task that it is often avoided altogether and the problem
is deferred to a post-parse disambiguation of the parse forest.
* By default Colm will create an elf executable that can be used standalone for
that actual transformations.
* Colm is a static and strong typed scripting language.
* Colm is very tiny and fast and can easily be embedded/linked with c/cpp
programs.
* Colm's runtime is a stackbased VM that starts with the bare minimum of the
language and bootstraps itself.
2022-11-24T19:08:04-08:00 biology/barrnap BAsic Rapid Ribosomal RNA Predictor
Barrnap predicts the location of ribosomal RNA genes in genomes. It supports
bacteria (5S,23S,16S), archaea (5S,5.8S,23S,16S), metazoan mitochondria
(12S,16S) and eukaryotes (5S,5.8S,28S,18S).

It takes FASTA DNA sequence as input, and write GFF3 as output. It uses the new
nhmmer tool that comes with HMMER 3.1 for HMM searching in RNA:DNA style.
Multithreading is supported and one can expect roughly linear speed-ups with
more CPUs.
2022-11-24T13:03:41-08:00 devel/maven363 Java project management tool
Apache Maven is a software project management and comprehension tool. Based on
the concept of a project object model (POM), Maven can manage a project's
build, reporting and documentation from a central piece of information.
2022-11-24T12:49:48+00:00 editors/turbo Text editor based on Scintilla and Turbo Vision
Turbo is an experimental text editor for the terminal, based on the
Scintilla editing component and the Turbo Vision application framework.

It aims at being intuitive and easy to use. Usability and productivity
are its two other major objectives, although it has not got that far yet.
And only for being a Turbo Vision application, it offers a vintage look
and feel, while being fully Unicode/UTF-8 aware, including support for
CJK (wide) characters.
2022-11-24T12:16:44+00:00 x11/libclipboard Lightweight cross-platform clipboard library
libclipboard is a lightweight, cross-platform clipboard library.
Currently supported actions:

- Checking clipboard data ownership
- Clearing the clipboard
- Retrieving and setting text (UTF-8)
2022-11-24T02:56:35-08:00 devel/libmcfp C++ header only library to parse command line arguments
libmcfp is a library for parsing command line arguments and configuration files
and making them available throughout a program.
2022-11-23T13:06:03-06:00 devel/rubygem-cocoon Unobtrusive nested forms handling, using jQuery
Cocoon makes it easier to handle nested forms.

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

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

This project is not related to Apache Cocoon.
2022-11-23T12:35:23-06:00 devel/rubygem-xorcist Blazing-fast-cross-platform-monkey-patch-free string XOR
Blazing-fast-cross-platform-monkey-patch-free string XOR. Yes, that means JRubys
too.

Supported platforms: MRI (v2+), JRuby (v9.2+), Truffle (v21+), Truffle+GraalVM
(v21+).
2022-11-23T07:46:28-06:00 games/solver Math training game using C and SDL2
Solver is a math training game. The goal of the game is to improve the
user's confidence in using four basic math operations: addition,
subtraction, multiplication and division. The user can set various
options to create a custom game experience. These options include
setting the time limit and the goal for correct/incorrect answers.
This program uses C and SDL2.
2022-11-23T11:44:22+00:00 games/oblige Random map generator for classic FPS games
Oblige is a random level generator for classic FPS games, especially the
DOOM games, but aiming to support Heretic, Hexen, and Quake eventually.
The goal is to produce high quality levels which are easy to create and
fun to play. Scripting in Lua is supported for easy customisation.
2022-11-22T07:29:51-08:00 devel/babelflow Embedded Domain Specific Language to describe task graph abstraction
BabelFlow is an Embedded Domain Specific Language to describe algorithms using
a task graph abstraction which allows them to be executed on top of one of
several available runtime systems.
2022-11-22T18:38:39-05:00 print/pdfmixtool Application to split, merge, rotate and mix PDF files
PDF Mix Tool is a simple and lightweight application that allows you to perform
common editing operations on PDF files.

Base operations it can perform are the following:
* Merge two or more files specifying a page set for each of them
* Rotate pages
* Composite more pages onto a single one (N-up)
* Combinations of all of the above

Besides, it can also mix files alternating their pages, generate booklets,
add white pages to a PDF file, delete pages from a PDF file, extract pages from
a PDF file, edit the PDF document information, extract images from a PDF file.
2022-11-22T18:37:49-05:00 www/p5-HTTP-OAI HTTP::OAI - API for the OAI-PMH
HTTP::OAI - API for the OAI-PMH
2022-11-22T13:23:38-06:00 devel/rubygem-i18n-tasks-rails61 i18n-tasks helps managing missing and unused translation
i18n-tasks helps you find and manage missing and unused translations.

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

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

Thus addressing the two main problems of i18n gem design:

* Missing keys only blow up at runtime.
* Keys no longer in use may accumulate and introduce overhead, without you
knowing it.
2022-11-22T12:46:38-06:00 devel/rubygem-better_html-rails61 Better HTML for Rails
Better HTML for Rails. Provides sane html helpers that make it easier to
do the right thing.
2022-11-22T18:34:09+01:00 x11-toolkits/ocaml-lablgtk3 Objective Caml interface to GTK+ 3.x
LablGtk2 is an OCaml interface to GTK+ 3.x. It provides a strongly-typed,
yet comfortable, object-oriented interface compatible with GTK+'s dynamic
typing through OCaml's rich type system. Most widgets and methods are
available, along with many examples.

Objective Caml threads are supported, including for the toplevel, which
allows for interactive use of the library.
2022-11-22T18:33:49+01:00 graphics/ocaml-cairo Objective Caml binding for the Cairo library
This is an OCaml binding for the Cairo library, a 2D graphics library
with support for multiple output devices.
2022-11-22T10:38:31-06:00 biology/megahit Ultra-fast single-node large and complex metagenomics assembly
MEGAHIT is a single node assembler for large and complex metagenomics NGS
reads, such as soil. It makes use of succinct de Bruijn graph (SdBG) to achieve
low memory assembly. MEGAHIT can optionally utilize a CUDA-enabled GPU to
accelerate its SdBG contstruction.
2022-11-22T07:03:44-06:00 devel/rubygem-smart_properties Flexible and feature-rich alternative to Ruby accessors
SmartProperties are a more flexible and feature-rich alternative to traditional
Ruby accessors. They provide support for input conversion, input validation,
specifying default values and presence checking.
2022-11-20T17:20:24+01:00 security/rubygem-openssl221 Wrap the OpenSSL library
OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the
OpenSSL library.
2022-11-20T17:20:24+01:00 security/rubygem-cvss-suite Ruby binding to process CVSS entries
This Ruby gem helps you to process the vector of the Common Vulnerability Scoring System
(https://www.first.org/cvss/specification-document). Besides calculating the Base, Temporal
and Environmental Score, you are able to extract the selected option.

2022-11-20T17:20:24+01:00 net/rubygem-ipaddr122 Set of methods to manipulate an IP address
IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6
are supported.
2022-11-20T17:20:24+01:00 devel/rubygem-grape-swagger-entity Grape-entity object parsing
Grape swagger adapter to support grape-entity object parsing.
2022-11-21T18:56:36+03:00 graphics/py-pyglet1 Cross-platform windowing and multimedia library (legacy version)
pyglet provides an object-oriented programming interface for
developing games and other visually-rich applications for Windows,
Mac OS X and Linux.
2022-11-21T07:45:17-06:00 devel/rubygem-strong_migrations61 Catch unsafe migrations at dev time
This gem catches the following unsafe migrations:
- adding a column with a non-null default value to an existing table
- changing the type of a column
- renaming a table
- renaming a column
- removing a column
- adding an index non-concurrently (Postgres only)
- adding a json column to an existing table (Postgres only)
2022-11-21T07:25:08-06:00 devel/rubygem-simple_form-rails61 Forms made easy
Forms made easy!
2022-11-21T06:56:37-06:00 devel/rubygem-simple-navigation-rails61 Create navigations for Rails, Sinatra or Padrino applications
Simple Navigation is a ruby library for creating navigations (with multiple
levels) for your Rails, Sinatra or Padrino applications. It runs with all ruby
versions.
2022-11-21T20:37:54+08:00 science/p5-Geo-Calc Simple geo calculator for points and distances
Geo::Calc implements a variety of calculations for latitude/longitude points.

All these formulare are for calculations on the basis of a spherical earth
(ignoring ellipsoidal effects) which is accurate enough* for most purposes.
2022-11-20T13:48:26-08:00 chinese/chinese-calendar Chinese traditional calendar
"Chinese calendar" is a Chinese traditional calendar for Ubuntu Kylin.
You can find festivals and solar terms for China. In line with the Chinese
using habit, it can help users to query date easily.
2022-11-15T22:43:06+01:00 emulators/uconvert Bitmap converter into Atari-specific formats
uConvert - bitmap converter into Atari formats.
Supported formats are ST/STE/TT/Falcon.
2022-11-19T21:53:03-08:00 cad/libgdsii C++ library and command-line utility for reading GDSII geometry files
libGDSII is a C++ library for working with GDSII binary data files, intended
primarily for use with the computational electromagnetism codes scuff-em and
meep but sufficiently general-purpose to allow other uses as well.
2022-11-19T20:40:48-08:00 devel/py-objsize Calculate the total size of the object subtree in bytes (deep size)
Traversal over Python's objects subtree and calculate the total size of the
subtree in bytes (deep size).

This module traverses all child objects using Python's internal GC
implementation. It attempts to ignore shared objects (i.e., None, types,
modules, classes, functions, lambdas), as they are common among all objects.
It is implemented without recursive calls for high performance.
2022-11-19T16:47:36-06:00 devel/rubygem-fuubar Instafailing RSpec progress bar formatter
fuubar is an instafailing RSpec formatter that uses a progress bar instead of a
string of letters and dots as feedback.
2022-11-19T16:25:42-06:00 databases/rubygem-scenic61 Adds methods to ActiveRecord::Migration to create and manage database views in Rails
This gem is an ActiveModel Serializer implementation with Rails hooks.
It provides a means to generate JSON in an object-oriented and
convention-driven manner.
2022-11-19T16:18:43-06:00 databases/rubygem-fabrication Object generation framework for ActiveRecord or any other Ruby object
Fabrication generates objects in Ruby. Fabricators are schematics for your
objects, and can be created as needed anywhere in your app or specs.

Fabrication can generate anything, but has specific support for ActiveRecord
Models, Mongoid Documents, Sequel Models, and DataMapper Resources.
2022-11-19T15:57:21-06:00 www/rubygem-rails-settings-cached-rails61 Rails settings plugin for easily managing key-value pairs table
Rails-settings-cached is a settings plugin that makes managing a table of global
key-value pairs easy. Think of it like a global hash stored in your database
that uses simple ActiveRecord-like methods for manipulation.

You can keep track of any global setting that you do not want to hard code into
your rails application. You can store any kind of object including strings,
numbers, and arrays.
2022-11-19T12:45:51-06:00 www/rubygem-rqrcode2 Library for encoding QR Codes
rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface
with all the standard qrcode options. It was adapted from the Javascript
library by Kazuhiko Arase.
2022-11-19T12:25:39-06:00 www/rubygem-rqrcode_core Ruby library for encoding QR Codes
rqrcode_core is a library for encoding QR Codes in pure Ruby. It has a
simple interface with all the standard qrcode options. It was originally
adapted in 2008 from a Javascript library by Kazuhiko Arase.

Features:
* rqrcode_core is a Ruby only library. It requires no 3rd party
libraries. Just Ruby!
* It is an encoding library. You can't decode QR Codes with it.
* The interface is simple and assumes you just want to encode a string
into a QR Code, but also allows for encoding multiple segments.
* QR Code is trademarked by Denso Wave inc.

rqrcode_core is the basis of the popular rqrcode gem. This gem allows
you to generate different renderings of your QR Code, including png, svg
and ansi.
2022-11-19T17:34:16+01:00 science/py-sdf Simple SDF mesh generation in Python
Generate 3D meshes based on SDFs (signed distance functions) with a dirt simple
Python API.

sdf natively writes binary STL files. For other formats, meshio is used (based
on your output file extension). This adds support for over 20 different 3D file
formats, including OBJ, PLY, VTK, and many more.

You could use cad/meshlab or cad/gmsh to view the mesh.

Remark: there exists also another Python program named SDF (in uppercase),
Scientific Data Format, but this is a different one: see
<https://pypi.org/project/SDF/>.
2022-11-19T09:52:23+01:00 science/py-meshio I/O for many mesh formats
There are various mesh formats available for representing unstructured meshes.
meshio can read and write all of the following and smoothly converts between
them:

Abaqus (.inp), ANSYS msh (.msh), AVS-UCD (.avs), CGNS (.cgns), DOLFIN XML
(.xml), Exodus (.e, .exo), FLAC3D (.f3grid), H5M (.h5m), Kratos/MDPA (.mdpa),
Medit (.mesh, .meshb), MED/Salome (.med), Nastran (bulk data, .bdf, .fem, .nas),
Netgen (.vol, .vol.gz), Neuroglancer precomputed format, Gmsh (format versions
2.2, 4.0, and 4.1, .msh), OBJ (.obj), OFF (.off), PERMAS (.post, .post.gz,
.dato, .dato.gz), PLY (.ply), STL (.stl), Tecplot .dat, TetGen .node/.ele, SVG
(2D output only) (.svg), SU2 (.su2), UGRID (.ugrid), VTK (.vtk), VTU (.vtu), WKT
(TIN) (.wkt), XDMF (.xdmf, .xmf).

It also installs a plug-in to let you open all meshio-supported files in
ParaView.

See also <https://pypi.org/project/meshio/>.
2022-11-19T16:09:55+08:00 devel/py-pytest-console-scripts Pytest plugin for testing console scripts
Pytest-console-scripts is a pytest plugin for running python scripts from within
tests. It's quite similar to subprocess.run(), but it also has an in-process
mode, where the scripts are executed by the interpreter that's running pytest
(using some amount of sandboxing).

In-process mode significantly reduces the run time of the test suites that run
many external scripts. This is speeds up development. In the CI environment
subprocess mode can be used to make sure the scripts also work (and behave the
same) when run by a fresh interpreter.
2022-11-19T16:09:54+08:00 devel/py-pep440 Simple package with utils to check whether versions number match PEP 440
A simple package with utils to check whether versions number match PEP 440.
2022-11-19T16:09:54+08:00 devel/py-flatdict Interact with nested dicts as a single level dict with delimited keys
FlatDict and FlatterDict are a dict classes that allows for single level,
delimited key/value pair mapping of nested dictionaries. You can interact with
FlatDict and FlatterDict like a normal dictionary and access child dictionaries
as you normally would or with the composite key.
2022-11-19T01:33:46-06:00 security/rubygem-pundit61 Object oriented authorization for Rails applications
Pundit provides a set of helpers which guide you in leveraging regular Ruby
classes and object oriented design patterns to build a simple, robust and
scaleable authorization system.
2022-11-19T01:21:35-06:00 devel/rubygem-nsa-rails61 Deliver Rails ActiveSupport::Notifications to a Statsd backend
Listen to Rails ActiveSupport::Notifications and deliver to a Statsd backend.
This gem also supports writing your own custom collectors.
2022-11-19T00:43:40-06:00 security/rubygem-doorkeeper-rails61 OAuth2 provider for Rails and Grape
Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2
provider functionality to a Rails or Grape application.
2022-11-19T00:23:07-06:00 databases/rubygem-discard-rails61 Allows marking ActiveRecord objects as discarded
Soft deletes for ActiveRecord done right.

A simple ActiveRecord mixin to add conventions for flagging records as
discarded.
2022-11-19T00:07:18-06:00 print/rubygem-color_diff Calculate RGB color distances using CIEDE2000 formula
Calculating differences between colors using the CIEDE2000 algorithm
2022-11-18T23:25:12-06:00 security/rubygem-devise_pam_authenticatable2-rails61 Devise PAM authentication module using rpam2
The devise_pam_authenticatable2 is a Devise extension for authentication using
PAM (Pluggable Authentication Modulues) via the rpam2 gem. This allows you to
authenticate against the local host's authentication system including local
account usernames and passwords.
2022-11-18T22:54:27-06:00 databases/rubygem-active_model_serializers61 Conventions-based JSON generation for Rails
This gem is an ActiveModel Serializer implementation with Rails hooks.
It provides a means to generate JSON in an object-oriented and
convention-driven manner.
2022-11-18T22:41:09-06:00 textproc/rubygem-case_transform61 Extraction of the key_transform abilities of ActiveModelSerializers
This gem implements a simple extraction of the key_transform abilities of
ActiveModelSerializers. For example, it will transform the key to camel case,
dash, or underscore.
2022-11-18T22:03:04-06:00 graphics/rubygem-blurhash Ruby bindings for Blurhash library
Scruffy is a Ruby library for creating great looking graphs and charts.
Graphs can be rendered to SVG code or an image. Blend the beauty of Gruff
with the SVG capabilities of SVG::Graph, make it super simple and extensible,
and you've got Scruffy.
2022-11-18T21:50:28-06:00 devel/rubygem-kt-paperclip-rails61 Easy upload management for ActiveRecord
Easy upload management for ActiveRecord.

Paperclip development has stalled and this is a fork which is being
maintained.
2022-11-18T20:53:58-06:00 devel/rubygem-makara61 Read-write split DB - RAILS61
Makara is generic primary/replica proxy. It handles the heavy lifting of
managing, choosing, blacklisting, and cycling through connections. It comes with
an ActiveRecord database adapter implementation.
2022-11-18T20:38:22-06:00 misc/rubygem-dotenv-rails-rails61 Autoload dotenv in Rails
Autoload dotenv in Rails.
2022-11-18T20:28:52-06:00 www/rubygem-hamlit-rails-rails61 Hamlit (haml) generators for Rails 61
hamlit-reails provides hamlit generators for Rails 4. It also enables hamlit as
the templating engine and "hamlit:html2haml" rake task that converts erb files
to haml.
2022-11-18T20:12:35-06:00 databases/rubygem-pghero-rails61 Performance dashboard for Postgres
PgHere is a performance dashboard for Postgres. It includes health checks,
suggested indexes, and more.
2022-11-18T18:03:44-08:00 graphics/alizams DICOM Viewer
AlizaMS is a DICOM image viewer.

Feature highlights
* Very fast directory scanner, DICOMDIR
* 2D and 3D views with many tools
* View uniform and non-uniform series in physical space
* DICOM Study multi-view with intersection lines
* Structured report
* RTSTRUCT contours
* 2D+t and 3D+t animations
* Consistently de-identify DICOM
* View DICOM metadata
* Ultrasound incl. proper measurement in regions, cine
* Grayscale softcopy presentation
* Siemens mosaic format
* United Imaging Healthcare (UIH) Grid / VFrame format
2022-11-18T17:57:07-08:00 science/InsightToolkit521 Insight Toolkit
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and classifying
data found in a digitally sampled representation. Typically the sampled
representation is an image acquired from such medical instrumentation as
CT or MRI scanners. Registration is the task of aligning or developing
correspondences between data. For example, in the medical environment,
a CT scan may be aligned with a MRI scan in order to combine the
information contained in both.
2022-11-18T22:14:41-03:00 net-p2p/libutp uTorrent Transport Protocol library and sample utilities
# libutp - The uTorrent Transport Protocol library.
Copyright (c) 2010 BitTorrent, Inc.

uTP provides provides reliable, ordered delivery while maintaining
minimum extra delay. It is implemented on top of UDP to be
cross-platform and functional today. As a result, uTP is the primary
transport for uTorrent peer-to-peer connections.

uTP is written in C++, but the external interface is strictly C
(ANSI C89).
2022-11-18T22:27:00+01:00 net/go-tcping Command-line utility to ping TCP ports written in Go
A cross-platform ping program for TCP ports.

This program will send TCP probes to an IP address or a hostname
specified by you and prints the result. It works with both IPv4 and
IPv6.
2022-11-18T07:56:11-08:00 graphics/py-openslide-python Python interface to OpenSlide library for reading virtual slide images
OpenSlide is a C library that provides a simple interface to read whole-slide
images (also known as virtual slides).
2022-11-18T07:56:11-08:00 graphics/openslide C library for reading virtual slide images
OpenSlide is a C library that provides a simple interface to read whole-slide
images (also known as virtual slides).
2022-11-18T01:00:49-05:00 finance/odoo15 Suite of web based open source business apps
Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce,
Warehouse Management, Project Management, Billing & Accounting, Point of Sale,
Human Resources, Marketing, Manufacturing, etc

Odoo Apps can be used as stand-alone applications, but they also integrate
seamlessly so you get a full-featured Open Source ERP when you install several
Apps.
2022-11-17T15:57:46-08:00 security/heimdal-devel Popular BSD-licensed implementation of Kerberos 5
Heimdal is an implementation of Kerberos 5, largely written in Sweden
(due to crypto export legal issues in the US at the time). It is freely
available under a three clause BSD style license.
2022-11-17T21:38:56+01:00 math/verdict Compute quality functions of 2 and 3-dimensional regions
Verdict is a collection of subroutines for evaluating the geometric qualities
of triangles, quadrilaterals, tetrahedra, and hexahedra using a variety of
metrics. A metric is a real number assigned to one of these shapes depending
on its particular vertex coordinates. These metrics are used to evaluate the
input to finite element, finite volume, boundary element, and other types
of solvers that approximate the solution to partial differential equations
defined over regions of space. The geometric qualities of these regions is
usually strongly tied to the accuracy these solvers are able to obtain in their
approximations.

See also <https://gitlab.kitware.com/verdict/verdict/>.
2022-11-17T13:37:33-07:00 net/stc Syncthing CLI Tool
Stc is a command line tool for Syncthing. It can be used to quickly check
status of Syncthing from a terminal / command line without need of a Web
Browser. For example on a remote machine over ssh, without port forwarding or
if you have large number of machines to query. Also run from a script,
crontab, scheduled task, etc.
2022-11-16T20:07:32-08:00 graphics/simpleitk Simplification layer built on top of the Insight Toolkit (ITK)
elastix is open source software, based on the well-known Insight Segmentation
and Registration Toolkit (ITK). The software consists of a collection of
algorithms that are commonly used to solve (medical) image registration
problems.
2022-11-16T19:21:26+00:00 x11-wm/hyprland Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
Hyprland is a dynamic tiling Wayland compositor based on wlroots that
doesn't sacrifice on its looks.

It supports multiple layouts, fancy effects, has a very flexible IPC
model allowing for a lot of customization, and more.
2022-11-16T07:33:20-08:00 graphics/elastix Image registration toolbox
elastix is open source software, based on the well-known Insight Segmentation
and Registration Toolkit (ITK). The software consists of a collection of
algorithms that are commonly used to solve (medical) image registration
problems.
2022-11-16T11:35:42-06:00 math/octave-forge-psychrometrics Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 psychrometrics.

A toolbox for air-water vapor psychrometrics for GNU Octave.
2022-11-16T12:46:31+00:00 sysutils/podman-suite Metaport of podman and buildah toolkit
buildah, podman and skopeo, comprise a modern container-based workflow
toolkit, now available on FreeBSD.

This meta-package doesn't preclude users from combining these
separately, nor from installing a functional subset of components.
2022-11-16T12:46:31+00:00 sysutils/skopeo Inspect container images and repositories on registries
Command line utility to inspect images and repositories directly on Docker
registries without the need to pull them.
2022-11-16T12:46:31+00:00 sysutils/podman Manage Pods, Containers and Container Images
podman (Pod Manager) is a fully featured container engine that is a
simple daemonless tool. podman provides a Docker-CLI comparable
command line that eases the transition from other container engines
and allows the management of pods, containers and images. Simply put:
alias docker=podman.

podman uses Buildah(1) internally to create container images. Both
tools share image (not container) storage, hence each can use or
manipulate images (but not containers) created by the other.
2022-11-16T12:46:30+00:00 sysutils/conmon OCI container runtime monitor
conmon is a command-line program for monitoring and managing the
lifecycle of containers that follow the Open Container Initiative
(OCI) format.
2022-11-16T12:46:30+00:00 sysutils/buildah Manage Pods, Containers and Container Images
The buildah package provides a command line tool which can be used to
* create a working container from scratch
or
* create a working container from an image as a starting point
* mount/umount a working container's root file system for manipulation
* save container's root file system layer to create a new image
* delete a working container or an image.
2022-11-16T12:46:30+00:00 net/containernetworking-plugins Networking plugins for container networking support
CNI plugins for container networking support. This is used by
container engines such as podman and buildah to setup and teardown
network access for containers.
2022-11-16T12:46:30+00:00 sysutils/containers-common Common manpages and config files for podman and buildah
Common manpages and config files for podman and buildah.
2022-11-16T12:46:29+00:00 sysutils/ocijail Experimental, proof-of-concept OCI-compatible runtime for jails
Experimental, proof-of-concept OCI-compatible runtime for jails. This
is used by container engines such as buildah or podman to manage the
container lifecycle
2022-11-16T02:31:37-08:00 science/InsightToolkit501 Insight Toolkit
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and classifying
data found in a digitally sampled representation. Typically the sampled
representation is an image acquired from such medical instrumentation as
CT or MRI scanners. Registration is the task of aligning or developing
correspondences between data. For example, in the medical environment,
a CT scan may be aligned with a MRI scan in order to combine the
information contained in both.
2022-11-15T23:30:14-08:00 science/sciplot Modern C++ scientific plotting library powered by gnuplot
The goal of the sciplot project is to enable C++ programs to conveniently plot
beautiful graphs as easy as in other high-level programming languages. sciplot
is a header-only library that needs a C++17-capable compiler, but has no
external dependencies for compiling. The only external runtime dependencies are
gnuplot-palettes for providing color palettes and a gnuplot executable.
2022-11-16T03:42:02+00:00 net-p2p/xbt High-performance low-overhead BitTorrent tracker
XBT (Extended BitTorrent) tracker is a BitTorrent tracker written in
modern C++. It's designed to offer high performance while consuming
little resources (CPU and RAM). It's a pure tracker, so it doesn't
offer a frontend; please use any (e.g. PHP-based) frontend you want.
The tracker stores statistics in a MySQL database/table; version 5 or
higher is required.
2022-11-15T20:45:09+01:00 x11-toolkits/xwallpaper Xwallpaper utility allows you to set image files as your X wallpaper
The xwallpaper utility allows you to set image files as your X wallpaper.
JPEG, PNG, and XPM file formats are supported, all of them being configurable
and therefore no fixed dependencies.

The wallpaper is also advertised to programs which support semi-transparent
backgrounds.
2022-11-15T21:00:56+01:00 devel/py-awscli Universal Command Line Interface for Amazon Web Services
This package provides a unified command line interface to many Amazon Web
Services.

The currently supported services include:

* Amazon Elastic Compute Cloud (Amazon EC2)
* Elastic Load Balancing
* Auto Scaling
* AWS CloudFormation
* AWS Elastic Beanstalk
* Amazon Simple Notification Service (Amazon SNS)
* Amazon Simple Queue Service (Amazon SQS)
* Amazon Relational Database Service (Amazon RDS)

... and more.
2022-11-12T23:12:55+01:00 sysutils/egress-monitor Set network interface groups based on default routes
Watching for default routes changes and sets the interface group. When the
default route is added, egress-monitor sets the group of that interface to
appropriate egress. That means for IPv4 and FIB 0 (default one) the group will
be v4fib0egress. In general, the group name is v<4|6>fib<number>egress.
2022-11-15T10:55:34-05:00 security/shibboleth-idp Shibboleth Identity Provider (Internet2)
A simple Single Sign-On solution for any organisation with complex
identity management requirements. With excellent scaling capabilities
and customisable user-related data, the Identity Provider equips
workforces with a personalised user experience.

* Widely adaptable to support custom scenarios
* Built-in support for a range of authentication systems
* Handles millions of authentication requests per day
2022-11-15T07:47:42+00:00 x11-fm/4pane Multi-pane, detailed-list graphical file manager
4Pane is a multi-pane, detailed-list file manager for Unix-like systems.
It is designed to be fully-featured without bloat, and aims for speed
rather than visual effects. In addition to standard file manager things,
it offers multiple undo and redo of most operations (including deletions),
archive management including "virtual browsing" inside archives, multiple
renaming/duplication of files, terminal emulator, and user-defined tools.
2022-11-14T18:56:04-08:00 devel/test-drive Simple testing framework
This project offers a lightweight, procedural unit testing framework based on
nothing but standard Fortran. Integration with meson, cmake and Fortran package
manager (fpm) is available. Alternatively, the testdrive.F90 source file can be
redistributed in the project's testsuite as well.
2022-11-14T18:03:12-08:00 science/py-mrchem MultiResolution Chemistry
MRChem is a numerical real-space code for molecular electronic structure
calculations within the self-consistent field (SCF) approximations of quantum
chemistry (Hartree-Fock and Density Functional Theory).

The code is being developed at the Hylleraas Centre for Quantum Molecular
Sciences at UiT - The Arctic University of Norway.
2022-11-14T17:56:21-08:00 science/mrchem MultiResolution Chemistry
MRChem is a numerical real-space code for molecular electronic structure
calculations within the self-consistent field (SCF) approximations of quantum
chemistry (Hartree-Fock and Density Functional Theory).

The code is being developed at the Hylleraas Centre for Quantum Molecular
Sciences at UiT - The Arctic University of Norway.
2022-11-14T07:59:01-08:00 science/mrcpp MultiResolution Computation Program Package
The MultiResolution Computation Program Package (MRCPP) is a general purpose
numerical mathematics library based on multiresolution analysis and the
multiwavelet basis which provide low-scaling algorithms as well as rigorous
error control in numerical computations.

The code is being developed at the Hylleraas Centre for Quantum Molecular
Sciences at UiT - The Arctic University of Norway.
2022-11-14T20:43:58+01:00 devel/pcsc-cyberjack Reiner SCT cyberJack card reader pcsc driver
This driver package contains a working PC/SC driver for
the Reiner SCT cyberJack card readers.
2022-11-13T18:18:56-08:00 math/arborx Performance-portable geometric search library
ArborX is an open-source library designed to provide performance portable
algorithms for geometric search, similarly to nanoflann and Boost Geometry.
2022-10-16T15:00:55+00:00 multimedia/mpv034 Free and open-source general-purpose video player
Mpv is based on the MPlayer and mplayer2 projects which it greatly improves.
It supports a wide variety of video file formats, audio and video codecs, and
subtitle types. Special input URL types are available to read input from
a variety of sources other than disk files. Depending on platform, a variety of
different video and audio output methods are supported.
2022-03-23T13:08:41+00:00 x11-toolkits/wlroots015 Modular Wayland compositor library (deprecated 0.15.* 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.
2022-11-11T21:25:24+01:00 x11/py-autotiling Automatically switch the window split orientation in sway and i3
This script uses the i3ipc-python library to switch the layout
splith/splitv depending on the currently focused window dimensions.
It works on both sway and i3 window managers.

The script does one thing: it checks the window height / width ratio,
and executes the equivalent of either swaymsg splitv or swaymsg splith.
Nothing less, nothing more. Yes, it may make stacking and tabbed
layouts behave oddly. No, nothing can be done about it. If you like
stacking/tabbed layouts, you may use them on workspaces with autotiling
turned off (--workspaces argument). Do not submit issues about it.

For instance, you may configure autotiling to work on odd workspaces,
but not on even:

### Autostart
exec autotiling -w 1 3 5 7 9
2022-11-11T20:44:43+01:00 misc/vote Transparent git based voting system
Transparent git-based vote tool for FreeBSD's teams.
2022-11-11T13:37:19-06:00 math/octave-forge-sole Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 sole.

A package for transient and steady state simulation of organic solar cells.
2022-11-10T10:45:46+00:00 editors/lite-xl Lightweight text editor written mostly in Lua
Lite XL editor is a lightweight, simple, fast, feature-filled, and
extremely extensible text editor written in C, and Lua, descendant
of the `editors/lite'.
2022-11-10T03:42:00+00:00 archivers/nevada-toolset Tools for working with old Westwood game data formats
A small set of open-source tools for manipulating game data files from
various early Command and Conquer games by Westwood Studios, namely:

- strgen, which converts between a UTF-8 INI file format for easy
translation and the in game binary string table in an old DOS
code page

- makemix, which packs files into MIX archive files

- unmakemix, which extracts files from MIX archive files
2022-11-08T07:21:19-08:00 graphics/sciplot Modern C++ scientific plotting library powered by gnuplot
The goal of the sciplot project is to enable C++ programs to conveniently plot
beautiful graphs as easy as in other high-level programming languages. sciplot
is a header-only library that needs a C++17-capable compiler, but has no
external dependencies for compiling. The only external runtime dependencies are
gnuplot-palettes for providing color palettes and a gnuplot executable.
2022-11-09T19:20:40+01:00 net/keama Kea migration assistant
Kea migration assistant is an experimental extension to ISC DHCP
that is able to read an isc-dhcp configuration
and produce a JSON configuration in Kea format.
2022-11-09T10:33:37+01:00 x11-toolkits/py-qt6-chart Python bindings for the Qt6 toolkit, QtChart module
PyQt6 is a set of Python bindings for Qt6 application framework.
This package provides the extra QtCharts module.
2022-11-09T10:33:37+01:00 net/py-qt6-networkauth Python bindings for the Qt6 toolkit, QtNetworkAuth module
PyQt6 is a set of Python bindings for Qt6 application framework.
This package provides the QtNetworkAuth module.
2022-11-09T10:33:37+01:00 devel/qscintilla2-qt6 Qt 6 port of the Scintilla C++ editor class
QScintilla2 is a port to Qt5 of Neil Hodgson's Scintilla C++ editor class.
2022-11-09T10:33:37+01:00 devel/py-qt6 Python bindings for the Qt 6 toolkit (meta port)
PyQt6 is a set of Python bindings for Qt6 application framework.
This package provides the PyQt6 metaport.
2022-11-09T10:33:37+01:00 devel/py-qt6-sip Python to C and C++ bindings generator
SIP is a tool for generating Python bindings for C and C++ libraries.
2022-11-09T10:33:37+01:00 devel/py-qt6-qscintilla2 Python bindings for QScintilla2 (PyQt6), QSci module
PyQt6 is a set of Python bindings for Qt6 application framework.
This package provides the Qsci module for the Qscintilla2 editor component.
2022-11-09T10:33:37+01:00 devel/py-qt6-pyqt Python bindings for the Qt6 toolkit, QtCore module
PyQt6 is a set of Python bindings for Qt6 application framework.
This package provides the QtCore module.
2022-11-09T01:30:18-08:00 graphics/cxxplot C++ 2D plotting library
cxxplot is a C++ plotting library meant to be used in science, engineering and
data analysis. The main objectives of the project are:
* Provide syntax that is familiar to scientists and engineers.
* Enable low setup times.
* Be more performant than typical plotting libraries.
* Operate in asynchronous mode. Therefore plot calls and user code can be
combined and still retain GUI interactivity.
2022-11-08T07:03:00-08:00 audio/py-essentia Python bindings for essentia, C++ library for audio and music analysis
Essentia is an open-source library and tools for audio and music analysis,
description and synthesis.
2022-11-08T18:51:31+01:00 net/nqptp Not Quite PTP
nqptp is a daemon that monitors timing data from any PTP clocks - up to
64 - it sees on ports 319 and 320. It maintains records for each clock,
identified by Clock ID and IP.

It is a companion application to Shairport Sync and provides timing
information for AirPlay 2 operation.
2022-11-07T23:31:59-06:00 math/octave-forge-mpi Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 mpi.

Octave bindings for basic Message Passing Interface (MPI) functions for
parallel computing.
2022-11-07T13:05:15-05:00 sysutils/ipmi_exporter IPMI exporter for Prometheus
IPMI exporter for Prometheus.
It supports both the regular /metrics endpoint, exposing metrics from the host
that the exporter is running on, as well as an /ipmi endpoint that supports
IPMI over RMCP - one exporter running on one host can be used to monitor a
large number of IPMI interfaces by passing the target parameter to a scrape.
2022-11-07T12:16:30+00:00 x11-wm/hyprland-devel Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #'
Hyprland is a dynamic tiling Wayland compositor based on wlroots that
doesn't sacrifice on its looks.

It supports multiple layouts, fancy effects, has a very flexible IPC
model allowing for a lot of customization, and more.
2022-10-20T17:21:22+02:00 security/rubygem-omniauth-rails_csrf_protection Mitigation against CVE-2015-9284 for OmniAuth
This gem provides a mitigation against CVE-2015-9284
(Cross-Site Request Forgery on the request phrase when
using OmniAuth gem with a Ruby on Rails application) by
implementing a CSRF token verifier that directly utilize
`ActionController::RequestForgeryProtection` code from Rails.
2022-11-07T16:31:05+01:00 devel/py-construct-classes Parse your binary structs into dataclasses
Parse your binary data into dataclasses. Pack your dataclasses into
binary data.

construct-classes rely on construct for parsing and packing. The
programmer needs to manually write the Construct expressions. There is
also no type verification, so it is the programmer's responsibility that
the dataclass and the Construct expression match.
2022-11-07T01:38:28-08:00 audio/essentia C++ library for audio and music analysis
Essentia is an open-source library and tools for audio and music analysis,
description and synthesis.
2022-11-06T23:05:49-08:00 math/libfixmath Cross-platform fixed point math library
Libfixmath implements Q16.16 format fixed point operations in C.
2022-11-06T22:52:27-08:00 net/brynet Header-only cross-platform C++ TCP network library
Brynet is a header-only cross platform high performance TCP network library
using C++11.
2022-11-06T16:02:01+03:00 devel/glibmm26 C++ interfaces for glib2
C++ interfaces for glib20.
2022-11-05T23:44:49-07:00 www/restinio Asynchronous HTTP/WebSocket server C++14 library
RESTinio is a header-only C++14 library that gives you an embedded
HTTP/Websocket server. It is based on standalone version of ASIO and
targeted primarily for asynchronous processing of HTTP-requests.
2022-11-05T23:32:02-07:00 devel/json-dto Header-only library for converting data between JSON and C++ structs
json_dto library is a small header-only helper for converting data between json
representation and c++ structs. DTO here stands for data transfer object.
2022-11-05T16:34:50-05:00 math/octave-forge-pythonic Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 pythonic.

Python native calling interface for GNU Octave.
2022-11-05T22:59:26+09:00 japanese/font-plemoljp-nfj Plex Mono Language JP (Nerd Fonts / Japanese character priority)
Plex Mono Language JP is a composite font of IBM Plex Mono and
IBM Plex Sans JP (Nerd Fonts / Japanese character priority).
2022-11-05T13:34:45+01:00 textproc/py-docstring-to-markdown On the fly conversion of Python docstrings to markdown
On the fly conversion of Python docstrings to markdown.

- Currently can recognise reStructuredText and convert multiple
of its features to Markdown
- In the future will be able to convert Google docstrings too
2022-11-04T07:29:00-08:00 audio/qjackcapture GUI for the jack_capture program using PyQt5
qjackcapture is a GUI for easy recording of JACK audio sources using the
jack_capture program.
2022-09-07T15:50:33+00:00 graphics/oxipng Multithreaded PNG optimizer written in Rust
Oxipng is a multithreaded lossless PNG compression optimizer. It can
be used via a command-line interface or as a library in other Rust
programs.
2022-11-04T12:57:44+01:00 science/py-earthpy Plot and manipulate spatial data in Python
Python is a generic programming language designed to support many different
applications. Because of this, many commonly performed spatial tasks for science
including plotting and working with spatial data take many steps of code.
EarthPy builds upon the functionality developed for raster data (rasterio) and
vector data (geopandas) in Python and simplifies the code needed to:

- Stack and crop raster bands from data such as Landsat into an easy to use
numpy array;
- Work with masks to set bad pixels such a those covered by clouds and
cloud-shadows to NA (mask_pixels());
- Plot rgb (color), color infrared and other 3 band combination images
(plot_rgb());
- Plot bands of a raster quickly using plot_bands();
- Plot histograms for a set of raster files;
- Create discrete (categorical) legends;
- Calculate vegetation indices such as Normalized Difference Vegetation Index
(normalized_diff());
- Create hillshade from a DEM.

EarthPy also has an io module that allows users to

- Quickly access pre-created data subsets used in the earth-analytics courses
hosted on www.earthdatascience.org;
- Download other datasets that they may want to use in their workflows.
2022-11-03T14:26:29+01:00 security/tpm-quote-tools Tools for TPM-based remote attestation using the TPM quote operation
The TPM Quote Tools is a collection of programs that provide support
for TPM based attestation using the TPM quote mechanism. The manual
page for tpm_quote_tools provides a usage overview.

The management tools are only used to take ownership of a TPM.
2022-11-03T22:30:15-07:00 science/ttk Topology ToolKit: Topological data analysis and visualization
TTK - The Topology ToolKit - is an open-source library for efficient, generic
and easy topological data analysis and visualization. TTK is written in C++ and
comes with a variety of APIs (C++, VTK/C++, Python, PVPython), standalone
programs and a ParaView plugin.
2022-11-03T00:47:13-07:00 textproc/libfyaml YAML parser and emitter
libfyaml is a fully feature complete YAML parser and emitter, supporting the
latest YAML spec and passing the full YAML testsuite.

It is designed to be very efficient, avoiding copies of data, and has no
artificial limits like the 1024 character limit for implicit keys.
2022-11-03T00:44:23-07:00 audio/jack-capture Program for recording soundfiles with Jack
jack_capture is a program for recording soundfiles with jack.

The default operation of the program is executed by writing "jack_capture"
in the terminal without any extra command line options:

$ jack_capture

...which will record what you hear in your loudspeakers
into a stereo wav file.
2022-11-02T21:42:04+00:00 databases/postgresql-promscale Tables, types and functions supporting Promscale
PostgreSQL extension required for storing Prometheus metrics in PostgreSQL via TimescaleDB.
2022-11-01T21:29:13-07:00 science/zx MQT ZX: A library for working with ZX-diagrams
zx is a library for working with ZX-diagrams developed by the Chair for Design
Automation at the Technical University of Munich as part of the Munich Quantum
Toolkit (MQT).
2022-11-01T17:02:54-07:00 science/dd_package MQT decision diagram package tailored to quantum computing
A decision diagram package tailored to quantum computing developed by the Chair
for Design Automation at the Technical University of Munich. The DD Package is
part of the Munich Quantum Toolkit (MQT; formerly known as JKQ and developed by
the Institute for Integrated Circuits at the Johannes Kepler University Linz).
2022-11-01T22:59:42+01:00 devel/py-pkgutil-resolve-name Backport of Python 3.9’s pkgutil.resolve_name
A backport of Python 3.9's pkgutil.resolve_name.

See python 3.9 documentation.
2022-03-23T09:10:07+00:00 multimedia/video-trimmer Trim videos quickly
Video Trimmer cuts out a fragment of a video given the start and end
timestamps. The video is never re-encoded, so the process is very fast
and does not reduce the video quality.
2022-10-31T23:33:55+01:00 lang/lfortran Modern interactive Fortran compiler built on top of LLVM
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user's code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile to
binaries with the goal to run user's code on modern architectures such as
multi-core CPUs and GPUs.

Try online: https://dev.lfortran.org/

See also: https://github.com/lfortran/lfortran
2022-09-17T20:06:41+00:00 devel/d-spy D-Bus explorer
D-Spy is a tool to explore and test end-points and interfaces on the
System or Session D-Bus. You can also connect to D-Bus peers by
address. D-Spy was originally part of GNOME Builder.
2022-11-01T03:35:25-07:00 misc/py-openvdb Tools for storage and manipulation of sparse volumetric data
OpenVDB is an Academy Award-winning open-source C++ library comprising a novel
hierarchical data structure and a suite of tools for the efficient storage and
manipulation of sparse volumetric data discretized on three-dimensional grids.
It was developed by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production and is now maintained by the
Academy Software Foundation (ASWF).
2022-10-31T23:50:43-07:00 devel/py-zfp High throughput library for compressed floating-point arrays
zfp is a BSD licensed open source C/C++ library for compressed floating-point
arrays that support very high throughput read and write random access. zfp was
written by Peter Lindstrom, Markus Salasoo, and Matt Larsen at Lawrence
Livermore National Laboratory.
2022-10-31T18:08:23-05:00 devel/gdmd Wrapper providing DMD-like CLI interface to gdc
An interface to the GNU D compiler (GDC), which recognizes flags normally
used with the DMD D compiler and translates them to flags GDC can understand.
This makes `gdmd` a drop-in replacement to the `dmd` compiler invocation.
2022-10-30T19:40:09-05:00 math/octave-forge-csg-toolkit Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 csg-toolkit.

The present set of GNU Octave functions provides a novel and robust algorithm
for analyzing the diaphyseal cross-sectional geometric properties of long bones,
which can be applied to any 3D digital model of a humerus, ulna, femur or tibia
bone represented as a triangular mesh in a Wavefront OBJ file format.
2022-10-30T11:41:31-07:00 java/openjdk19 Java Development Kit ${JDK_MAJOR_VERSION}
An open-source implementation of the Java Platform, Standard Edition,
2022-10-30T15:44:13+00:00 audio/mousai-devel Identify songs in seconds (development snapshot)
Discover songs you are aching to know with an easy-to-use interface.

Mousai is a simple application that can identify songs similar to Shazam. Just
click the listen button, and then wait a few seconds. It will magically return
the title and artist of that song!

Note: This uses the API of audd.io, so it is necessary to log in to their site
to get more trials.

Why you will love Mousai?
* Identify the title and artist of the song within seconds.
* Use your microphone or audio from desktop.
* Store the identified song including the album art in history.
* Preview the identified song with the native player.
* Browse and listen the song from different providers.
* Easy-to-use user interface.
* User-friendly keyboard shortcuts.
2022-10-30T10:13:51-07:00 science/feff10 Ab initio scattering calculations of X-ray absorption fine structure
FEFF is an automated program for ab initio multiple scattering calculations of
X-ray Absorption Fine Structure (XAFS), X-ray Absorption Near-Edge Structure
(XANES) and various other spectra for clusters of atoms. The code yields
scattering amplitudes and phases used in many modern XAFS analysis codes, as
well as various other properties.
2022-10-29T23:42:24-07:00 science/ocean BSE code for core spectroscopy
OCEAN is BSE code for core spectroscopy.

OCEAN is a code for calculating near-edge x-ray spectra using the Bethe-Salpeter
equation (BSE) is briefly reviewed. The code is capable of calculating UV/Vis,
near-edge x-ray absorption or non-resonant scattering, and resonant inelastic
x-ray scattering, requiring only the structure of the material as input.
Improved default behavior and reduced input requirements are detailed as well as
new capabilities, such as incorporation of final-state-dependent broadening,
finite-temperature dependence, and flexibility in the density-functional theory
exchange-correlation potentials.
2022-10-29T08:29:42-10:00 deskutils/subsurface Manage and display dive computer data
Subsurface can plan and track single and multi-tank dives using air, Nitrox or
TriMix. It allows tracking of dive locations including GPS coordinates (which
can also conveniently be entered using a map interface), logging of equipment
used and names of other divers, and lets users rate dives and provide
additional notes.

You can tag dives and filter a dive list based on criteria including tags,
locations and people with whom you were diving. You can group the dive list
into trips, and edit multiple dives at the same time, making it easy to support
a large number of dives.

Subsurface also calculates a wide variety of statistics of the user's diving
and tracks information like the SAC rate, partial pressures of O2, N2 and He,
calculated deco information, and many more.
2022-10-29T08:41:07-10:00 comms/libdc Subsurface version of libdivecomputer
Libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.

This port is the subsurface flavor of libdivecomputer.
2022-10-29T00:06:21-07:00 math/hs-syfco Synthesis Format Conversion Tool
The tool interprets the high level constructs of TLSF 1.1 (functions, sets, ...)
and supports the transformation of the specification to Linear Temporal Logic
(LTL) in different output formats. The tool has been designed to be modular with
respect to the supported output formats and semantics. Furthermore, the tool
allows to identify and manipulate parameters, targets and semantics of a
specification on the fly. This is especially thought to be useful for
comparative studies, as they are for example needed in the Synthesis
Competition.
2022-10-28T18:53:34-05:00 math/octave-forge-onsas Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 onsas.

ONSAS is an Open Nonlinear Structural Analysis Solver. It is a GNU-Octave
code for static/dynamic and linear/non-linear analysis of structures formed
by solid, beam, truss or plane components.
2022-10-28T18:26:13-05:00 math/octave-forge-coder Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 coder.

Coder is an Octave code generator and build system that, given a function
name translates the function and all of its dependencies to C++ and builds a
.oct shared module.
2022-10-28T17:23:51-05:00 math/octave-forge-mqtt Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 mqtt.

Basic Octave implementation of mqtt toolkit.
2022-10-28T13:36:09-05:00 math/octave-forge-cfitsio Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 cfitsio.

I/O routines to read and write FITS (Flexible Image Transport System) files.
2022-10-28T12:06:58+01:00 www/wiki-tui Simple and easy to use Wikipedia Text User Interface
* Search:

Search for an article in Wikipedia. The search results feature
pagination and a little preview is generated when you select a result.

* Read:

When opening an article wiki-tui generates and displays a table of
contents where you can quickly jump to any section in the article. The
main article currently supports links and lists with more features like
tables and images planned. Although wiki-tui was designed to be used
with a keyboard, it also supports mouse input.

* Customize:

- Themes (changing colors of the whole program and individual parts)
- Keybindings (so you don't have to use the arrow keys for navigation)
- Toggle specific features of wiki-tui:
- Disable the table of contents
- Disable links
- Logging
- Change the language of Wikipedia Articles
2022-10-26T21:06:26-07:00 math/mesquite Mesh Quality Improvement Toolkit is a suite of mesh algorithms
Mesquite (Mesh Quality Improvement Toolkit) is designed to provide a
stand-alone, portable, comprehensive suite of mesh quality improvement
algorithms and components that can be used to construct custom quality
improvement algorithms. Mesquite provides a robust and effective mesh
improvement toolkit that allows both meshing researchers application
scientists to benefit from the latest developments in mesh quality control
and improvement.
2022-10-27T15:03:10-04:00 www/jetty10 Full-featured web server implemented entirely in Java
The Jetty Web Server provides an HTTP server and Servlet container
capable of serving static and dynamic content either from a standalone
or embedded instantiations. From jetty-7, the jetty webserver and
other core compoments are hosted by the eclipse foundation.

The project provides:

* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support
2022-10-26T20:47:12-05:00 math/octave-forge-biosig Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 biosig.

Biomedical signal processing tools.
2022-10-26T17:58:25+03:00 textproc/py-morse3 Morse code encryption / decryption library
A library that can convert text, numbers and symbols to morse code
and vice versa.
2022-10-26T12:32:01-05:00 math/octave-forge-femoctave Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 femoctave.

Use FEM for solving boundary value problems in two space dimensions.
2022-10-26T12:26:20-05:00 math/octave-forge-sqlite Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 sqlite.

Basic Octave implementation of the sqlite toolkit.
2022-10-26T12:07:18-05:00 math/octave-forge-mccabe-thiele Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 mccabe-thiele.

A toolbox for the McCabe-Thiele method for GNU Octave.
2022-10-25T19:36:37-05:00 math/octave-forge-automatic-differentiation Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 automatic-differentiation.

An automatic differentiation implimentation for Octave.
2022-09-23T12:18:31-04:00 textproc/py-textract Extract text from any document
textract provides a single interface for extracting content embedded
from Word documents, PowerPoint presentations, PDFs and much more,
which can be used for further textual analysis and visualization.
2022-09-23T15:03:34-04:00 audio/py-pocketsphinx Python interface to CMU Sphinxbase and Pocketsphinx libraries
Pocketsphinx is a part of the CMU Sphinx Open Source Toolkit For
Speech Recognition.

This package provides a python interface to CMU Sphinxbase and
Pocketsphinx libraries created with SWIG and Setuptools.
2022-09-23T12:41:06-04:00 textproc/py-extract-msg Extracts emails and attachments saved in MS Outlook's .msg files
extract_msg extracts emails and attachments saved in Microsoft
Outlook's .msg files. It automates the extraction of key email data
(from, to, cc, date, subject, body) and the email's attachments.
2022-09-23T14:04:25-04:00 textproc/py-ebcdic Additional EBCDIC codecs
ebcdic is a Python package adding additional EBCDIC codecs for data
exchange with legacy system. It works with Python 2.7 and Python
3.4+.

EBCDIC is short for Extended Binary Coded Decimal Interchange Code
and is a family of character encodings that is mainly used on
mainframe computers. There is no real point in using it unless you
have to exchange data with legacy systems that still only support
EBCDIC as character encoding.
2022-09-23T13:54:09-04:00 textproc/py-RTFDE Library for extracting HTML content from RTF encapsulated HTML
RTFDE is a python3 library for extracting encapsulated HTML & plain
text content from the RTF bodies of .msg files.

De-encapsulation enables previously encapsulated HTML and plain
text content to be extracted and rendered as HTML and plain text
instead of the encapsulating RTF content. After de-encapsulation,
the HTML and plain text should differ only minimally from the
original HTML or plain text content.
2022-09-23T13:30:13-04:00 archivers/py-compressed-rtf Compressed RTF compression and decompression package
compressed-rtf can create a Compressed Rich Text Format (RTF), also
known as "LZFu", based on Microsoft's RTF Compression Algorithm.
2022-10-25T10:34:29-05:00 math/octave-forge-geographiclib Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 geographiclib.

Native Octave/MATLAB implementations of a subset of the C++ library,
GeographicLib. Key components of this toolbox are: (a) Geodesics, direct,
inverse, area calculations; (b) Projections, transverse Mercator, polar
stereographic, etc; (c) Grid systems, UTM, UPS, MGRS; (d) Geoid lookup, egm84,
egm96, egm2008 geoids supported; (e) Geometric transformations, geocentric,
local cartesian; (f) Great ellipse, direct, inverse, area calculations.
2022-10-25T10:08:46-05:00 math/octave-forge-pde1dm Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 pde1dm.

Solve systems of partial differential equations (PDE) in a single spatial
variable and time. The input is mostly compatible with the MATLAB function
pdepe. Many pdepe examples will work with pde1dm with only small changes.
2022-10-25T20:56:00+08:00 benchmarks/plow HTTP benchmarking tool with real-time web UI and terminal displaying
HTTP(S) benchmarking tool, written in Golang. It uses excellent fasthttp
instead of Go's default net/http due to its lightning fast performance.
2022-10-25T20:44:35+08:00 dns/dnsx DNS toolkit allow to run multiple DNS queries
Fast and multi-purpose DNS toolkit allow to run multiple DNS queries.

Features
- Query DNS records
- Brute force
- Custom resolver
- Multiple resolver format
- TCP
- UDP
- DOH
- DOT
- Automatic wildcard handling
2022-10-25T20:42:46+08:00 security/nuclei Fast vulnerability scanner
Fast and customizable vulnerability scanner based on simple YAML based DSL.

Nuclei offers scanning for a variety of protocols:
- TCP
- DNS
- HTTP
- SSL
- File
- Whois
- Websocket
- Headless

Example templates:
- github.com/projectdiscovery/nuclei-templates
2022-10-25T20:28:02+08:00 security/tfsec Security scanner for Terraform
Tool for static analysis of your terraform code to spot misconfigurations.
Scan remote and local Terraform modules, support modules outputs formats:
JSON, SARIF, CSV, CheckStyle, JUnit, text, Gif.
2022-10-25T00:39:59-07:00 misc/py-openpaperwork-gtk OpenPaperwork GTK plugins
Core module of the OpenPaperwork framework.
OpenPaperwork is a GUI to make papers searchable.

Gtk plugin bundle is a bunch of plugins for Paperwork related to GLib and GTK.
2022-10-25T00:05:42-07:00 misc/py-openpaperwork-core OpenPaperwork's core
Core module of the OpenPaperwork framework.
OpenPaperwork is a GUI to make papers searchable.

The core manages Plugins, Callbacks and Interfaces. This package also provide
some basic plugins that may be used in any kind of application.
2022-09-02T08:16:09+02:00 x11-toolkits/wxgtk32 GUI toolkit (wxWidgets) with ${FLAVOR:S/k/&+/:tu} bindings
wxWidgets is a C++ library that lets developers create applications for Windows,
Mac OS X, Linux and other platforms with a single code base. On FreeBSD the Gtk
toolkit is used.

WWW: https://www.wxwidgets.org/
2022-10-25T00:37:08-05:00 math/octave-forge-internal-fluid-flow Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 internal-fluid-flow.

A toolbox for internal fluid flow for GNU Octave.
2022-10-25T00:20:09-05:00 math/octave-forge-statistics-bootstrap Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 statistics-bootstrap.

Estimate bias, uncertainty (standard errors and confidence intervals) and
test hypotheses (p-values) using bootstrap resampling methods.
2022-10-24T15:06:36+00:00 deskutils/notes Beautiful and powerful note-taking application
Notes is an open-source and cross-platform note-taking application that
is beautiful and sleek looking, yet still powerful. It is fast native
program (written in C++ with Qt) with a low memory footprint, supporting
markdown and not tracking users in any way.
2022-10-24T22:59:14+08:00 comms/py-pyserial-asyncio Async I/O support for pyserial
This module provides asynchronous I/O on serial ports, extending the
pyserial module.
2022-10-23T20:25:53+01:00 astro/starfetch Command line tool that displays constellations
starfetch is a tool that prints out a scheme of a given constellation
and some information about it: its quadrant, its right ascension,
its declination, its area and its main stars number.
2022-10-23T08:24:16+00:00 games/pysolfc-cardsets Collection of free cardsets adapted for use with PySolFC
This is collection of free cardsets adapted for use with PySolFC,
including large cards for high resolution displays (or for the
vision impaired).

It is provided as a separate package to keep the main distribution
reasonably small.

The "bknoll" cardsets were adapted from Byron Knoll's public-domain
card images. The large and huge sets are large enough to be used
on most hi-res displays without enabling scaling in PySolFC.
2022-10-22T23:14:44-05:00 math/octave-forge-websockets Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 websockets.

Simple implementation of the Websockets protocol for GNU Octave.
2022-10-23T03:43:23+08:00 sysutils/fusefs-nbt Editing Named Binary Tag (NBT) as using a file system
Named Binary Tag (NBT) is a binary format designed for and used by the game
Minecraft to store various data including worlds, player data and many other
things. This project provides a way to access those data by simply mounting
the corresponding data file as a file system, then reading and writing any
value as usual file system nodes.

NBT parser and writer are originally written by Lukas Niederbremer as cNBT
project which this project is based on.

This package provides the FUSE-based file system implementation, as well as
NBT maintenance command-line tools and library (cNBT).
2022-10-23T03:38:56+08:00 textproc/py-sphinxcontrib-svg2pdfconverter Sphinx extension for converting SVG to PDF
Sphinx SVG to PDF Converter Extension:

This extension converts SVG images to PDF in case the builder does
not support SVG images natively (e.g. LaTeX). libRSVG is used
internally.
2022-10-13T01:41:22+02:00 devel/p5-String-KeyboardDistance String::KeyboardDistance - String Comparison Algorithm
This module implmements a version of keyboard distance for fuzzy
string matching. Keyboard distance is a measure of the physical
distance between two keys on a keyboard. For example, 'g' has a
distance of 1 from the keys 'r', 't', 'y', 'f', 'h', 'v', 'b', and
'n'. Immediate diagonals (like ''r, 'y', 'v', and 'n') are considered
to have a distance of 1 instead of 1.414 to help to prevent
horizontal/vertical bias.
2022-10-13T01:46:52+02:00 devel/p5-Text-Levenshtein-Damerau-XS Damerau Levenshtein edit distance
Returns the true Damerau Levenshtein edit distance of strings with
adjacent transpositions. XS implementation (requires a C compiler).
Works correctly with utf8.
2022-10-12T16:54:39+02:00 misc/p5-Library-CallNumber-LC Deal with Library-of-Congress call numbers
Library::CallNumber::LC is mostly designed to do call number
normalization, with the following goals:
* The normalized call numbers are comparable with each other, for
proper sorting
* The normalized call number is a short as possible, so left-anchored
wildcard searches are possible (e.g., searching on "A11*" should
give you all the A11 call numbers)
* A range defined by start_of_range and end_of_range should be
correct, assuming that the string given for the end of the range
is, in fact, a left prefix.
2022-10-22T23:38:22+08:00 sysutils/darling-dmg FUSE module for .dmg files (containing an HFS+ filesystem)
FUSE module for .dmg files (containing an HFS+ filesystem)

Supported file types

* DMG (UDIF) files containing an Apple Disk Image.
* Apple Disk Images containing an HFS+/HFSX file system.
* HFS+/HFSX file systems (incl. file systems embedded within HFS).
2022-10-15T13:51:22-04:00 www/rustypaste-cli CLI tool for rustypaste
rustypaste-cli or rpaste is a CLI tool for the minimal file
upload/pastebin service: rustypaste.
2022-10-15T13:48:47-04:00 www/rustypaste Minimal file upload/pastebin service
Rustypaste is a minimal file upload/pastebin service.

Features:

* File upload & URL shortening & upload from URL
- supports basic HTTP authentication
- random file names (optional)
- pet name (e.g. capital-mosquito.txt)
- alphanumeric string (e.g. yB84D2Dv.txt)
- supports expiring links
- auto-deletion of expired files (optional)
- supports one shot links (can only be viewed once)
- guesses MIME types
- supports overriding and blacklisting
- no duplicate uploads (optional)
* Single binary
* Simple configuration
- supports hot reloading
* No database
- filesystem is used
* Self-hosted
- centralization is bad!
* Written in Rust
- blazingly fast!
2022-10-20T12:20:31+02:00 security/hyperhotp Programmer for the HOTP feature of hyperFIDO USB security keys
HyperHOTP is an open re-implementation of the programming software for
the HOTP feature of the hyperFIDO security keys. It's based on reverse-
engineering the Windows-based programmer available on Hypersecu's
website.
2022-10-20T10:50:32+00:00 devel/gcli CLI utility to interact with various Git forges
GCLI is a simple and portable CLI tool for interacting with GitHub,
GitLab, and Gitea from the command line.

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

Also, the official tool from Github is written in Go, which does manual
DNS resolution which is a massive security vulnerability for people
using Tor as it leaks your IP to the DNS server. This program builds
upon libcurl, which obeys the operating system's DNS resolution
mechanisms and thus also works with Tor.
2022-10-21T15:40:13-05:00 math/octave-forge-fda Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 fda.

These functions were developed to support functional data analysis as
described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
Analysis. New York: Springer.
2022-10-21T00:04:23-07:00 biology/libcombine C++ library for working with the COMBINE archive format
LibCombine implements a C++ API library providing support for the Combine
Archive. The library is written after the likeness of libSBML (and in fact some
classes have been generated using DEVISER). Thus even thought he core is
written in C++, the classes can be accessed via SWIG from .NET, Java and Python.
2022-10-20T06:38:41-08:00 math/py-evalidate Safe evaluation of untrusted user-supplied python expressions
Evalidate is simple python module for safe eval()'uating user-supplied
(possibly malicious) logical expressions in python syntax.
2022-10-20T08:36:06-06:00 devel/py-robotframework-requests HTTP API testing features for Robot Framework
RequestsLibrary is a Robot Framework library aimed to provide HTTP api
testing functionalities by wrapping the well known Python Requests
Library.
2022-10-20T15:02:05+02:00 audio/py-pyjacklib Python bindings for the Jack library
Python bindings for libjack using ctypes, which allow you to write
JACK client applications in Python.

The library provides a low-level, almost unaltered mapping of the
libjack C API, plus a few additional convenience functions.
2022-10-19T23:06:53-05:00 math/octave-forge-ponchon-savarit Octave-forge package ${OCTAVE_PKGNAME}
The octave-forge package is the result of The GNU Octave Repositry 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 ponchon-savarit.

A toolbox for the Ponchon-Savarit method.
2022-05-16T20:03:02+00:00 multimedia/ffnvcodec-headers FFmpeg version of Nvidia Codec SDK headers
FFmpeg version of headers required to interface with Nvidia's codec APIs.
2022-10-19T11:19:12-04:00 audio/rsgain ReplayGain 2.0 tagging utility
rsgain (really simple gain) is a ReplayGain 2.0 tagging utility for
Windows, macOS, and Linux. rsgain applies loudness metadata tags
to your files, while leaving the audio stream untouched. A
ReplayGain-compatible player will dynamically adjust the volume of
your tagged files during playback.

rsgain is designed with a "batteries included" philosophy, allowing
a user to scan their entire music library without requiring external
scripts or other tools. It aims to strike the perfect balance between
power and simplicity by providing multiple user interfaces.
2022-10-18T23:29:51-07:00 audio/bespokesynth Software modular synth
Bespoke is a Digital Audio Workstation (DAW).

Bespoke's core design is to break everything into separate modules that can be
patched together in a custom layout, much like a hardware modular. Bespoke is
designed to be highly customizable, with the idea that any of the custom layouts
that you create will be "bespoke" to you as well.
2022-10-18T18:20:55-07:00 devel/readerwriterqueue Fast single-producer, single-consumer lock-free queue for C++
readerwriterqueue is a lock-free queue for C++.

It only supports a two-thread use case (one consuming, and one producing). The
threads can't switch roles, though you could use this queue completely from a
single thread if you wish.
2022-10-18T10:51:40+02:00 deskutils/arttime Bring curated text/ascii art to artless terminals
Text art meets the functionality of a feature-rich clock/timer /
pattern-based time manager. Arttime brings curated text art to otherwise
artless terminal emulators of starving developers and other users who
can use the terminal.
2022-10-18T00:56:06-07:00 devel/lefthook Fast and powerful Git hooks manager for any type of projects
lefthook is a fast and powerful Git hooks manager for Node.js, Ruby or any other
type of projects.

Features:
* Fast. It is written in Go. Can run commands in parallel.
* Powerful. With a few lines in the config you can check only the changed files
on pre-push hook.
* Simple. It is single dependency-free binary which can work in any environment.
2022-10-18T00:39:35-07:00 graphics/py-f3d Fast and minimalist 3D viewer
F3D is a VTK-based 3D viewer following the KISS principle, so it is minimalist,
efficient, has no GUI, has simple interaction mechanisms and is fully
controllable using arguments in the command line.

It supports a range of file formats, rendering and texturing options.
2022-10-17T19:45:49+02:00 archivers/tartest Test tar archive for POSIX.1-1990 compliance
Tartest reads a tar archive from stdin
and checks this archive for compliance with POSIX.1-1990.

As tartest is limited to tests the data that is delivered by the tar
archiver that is going to be checked, it cannot tests if the tar
archiver in question will produce correct archives under all
circumstances. There may be borderline cases that trigger bugs in the
tar archiver.

This port also contains the various test scripts belonging to
archivers/star.
2022-10-17T20:36:37-07:00 graphics/diplib Library and development environment for quantitative image analysis
The DIPlib project contains:
* DIPlib, a C++ library for quantitative image analysis. It has been in
development at Delft University of Technology in The Netherlands since 1995.
The 3.0 release of DIPlib represented a complete rewrite in modern C++ of the
library infrastructure, with most of the image processing and analysis
algorithms ported from the previous version, and some of them improved
significantly.
* DIPimage, a MATLAB toolbox for quantitative image analysis. It has been in
development at Delft University of Technology in The Netherlands since 1999.
* PyDIP, Python bindings to DIPlib. This is currently a thin wrapper that
exposes the C++ functionality with little change.
* DIPviewer, an interactive image display utility. It is usable from C++, Python
and MATLAB programs. Within DIPimage this is an optional alternative to the
default MATLAB-native interactive display utility.
* DIPjavaio, an interface to OME Bio-Formats, a Java-based library that reads
hundreds of image file formats. This module is usable from C++ and Python
(DIPimage interfaces to Bio-Formats natively).
2022-10-17T19:28:55-07:00 devel/pybind11-json Using nlohmann::json with pybind11
pybind11_json is an nlohmann::json to pybind11 bridge, it allows you to
automatically convert nlohmann::json to py::object and the other way around.
Simply include the header, and the automatic conversion will be enabled.
2022-10-17T19:36:45+02:00 math/ntpoly Library for computing the functions of sparse matrices
NTPoly is a massively parallel library for computing the functions of sparse,
Hermitian matrices based on polynomial expansions. For sufficiently sparse
matrices, most of the matrix functions in NTPoly can be computed in linear time.
2022-10-17T11:51:16+08:00 math/py-reals Lightweight python3 library for arithmetic with real numbers
Reals is a lightweight Python library for arbitrary precision arithmetic. It
allows you to compute approximations to an arbitrary degree of precision, and,
contrary to most other libraries, guarantees that all digits it displays are
correct. It works by using interval arithmetic and continued fractions. The
bulk of this code is based on Bill Gosper's notes on continued fractions in
which he presents algorithms for doing arithmetic on continued fractions.

The reals library is characterized by:

* Correctness; the reals library uses interval arithmetic to ensure that all
the digits are correct.
* Calculations are done in a streaming way; the result of previous
calculations can be re-used.
* Uses no external libraries.
* Focus on usability.
2022-10-17T01:06:57+02:00 net/samba416 Free SMB/CIFS and AD/DC server and client for Unix
Samba4 is an attempt to implement an Active Directory compatible Domain
Controller.

In short, you can join a WinNT, Win2000, WinXP or Win 2003 - 2016 member
server to a Samba4 domain, and it will behave much as it does in AD,
including Kerberos domain logins where applicable.
2022-10-16T15:14:11-07:00 editors/novelwriter Text editor designed for writing novels
novelWriter is a markdown-like text editor designed for writing novels and
larger projects of many smaller plain text documents.

It is designed to be a simple text editor that allows for easy organisation of
text files and notes, with a meta data syntax for comments, synopsis, and
cross-referencing between files, and built on plain text files for robustness.
2022-10-16T22:42:50+02:00 sysutils/rdfind Utility to find duplicate files based on their content
Rdfind is a command line tool that finds duplicate files. It is
useful for compressing backup directories or just finding duplicate
files. It compares files based on their content, not file names.
2022-10-16T23:19:42+02:00 mail/postforward Postfix SRS forwarding agent
Postforward is a mail forwarding utility which aims to compliment the Postfix
Sender Rewriting Scheme daemon (PostSRSd).
2022-10-16T15:10:02-06:00 devel/msgpack-cxx Efficient binary serialization protocol (C++ version)
MessagePack is an efficient binary serialization format, which lets you
exchange data among multiple languages like JSON, except that it's faster and
smaller. Small integers are encoded into a single byte and short strings
require only one extra byte in addition to the strings themselves.

This package provides C++ support. It is header-only and uses boost for all
the heavy lifting.
2022-10-16T15:10:02-06:00 devel/msgpack-c Efficient binary serialization, like JSON but smaller and faster
MessagePack is an efficient binary serialization format, which lets you
exchange data among multiple languages like JSON, except that it's faster and
smaller. Small integers are encoded into a single byte and short strings
require only one extra byte in addition to the strings themselves.
2022-10-16T08:31:15-07:00 databases/octosql OctoSQL is a query tool for databases, file formats, etc
OctoSQL is predominantly a CLI tool which lets you query a plethora of
databases and file formats using SQL through a unified interface, even do JOINs
between them.

At the same time it's an easily extensible full-blown dataflow engine, and you
can use it to add a SQL interface to your own applications.
2022-10-16T08:58:29+02:00 textproc/apache-solr9 High performance search server built using Lucene Java
Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
faceted search, caching, replication, a web administration interface
and many more features. It runs in a Java servlet container such as
Tomcat.
2022-10-02T02:33:59+00:00 multimedia/clapper Simple and modern GNOME media player
Clapper is a GNOME media player built using GJS with GTK4 toolkit.
The media player is using GStreamer as a media backend and renders
everything via OpenGL. Player works natively on both Xorg and Wayland.
It also supports hardware acceleration through VA-API on AMD/Intel GPUs,
NVDEC on Nvidia and V4L2 on mobile devices.

The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
Clapper will use mostly unmodified GTK widgets to match your OS look nicely.
When player enters "Fullscreen Mode" all GUI elements will become darker,
bigger and semi-transparent for your viewing comfort. It also has a
"Floating Mode" which displays only video on top of all other windows for a
PiP-like viewing experience. Mobile friendly transitions are also supported.
2022-10-14T22:35:33-07:00 devel/py-pytest-tornasync PyTest plugin for testing Python 3.5+ Tornado code
pytest-tornasync is a simple pytest plugin that provides some helpful fixtures
for testing Tornado (version 5.0 or newer) apps and easy handling of plain
(undecoratored) native coroutine tests (Python 3.5+).
2022-10-14T22:21:57-07:00 devel/py-nbval PyTest plugin to validate Jupyter notebooks
The plugin adds functionality to py.test to recognise and collect Jupyter
notebooks. The intended purpose of the tests is to determine whether
execution of the stored inputs match the stored outputs of the .ipynb file.
Whilst also ensuring that the notebooks are running without errors.

The tests were designed to ensure that Jupyter notebooks (especially those
for reference and documentation), are executing consistently.

Each cell is taken as a test, a cell that doesn't reproduce the expected output
will fail.
2022-09-14T22:16:04+01:00 net/cloud-init-devel Init scripts for use on cloud images, development version
Cloud-init is the industry standard multi-distribution method for cross-platform
cloud instance initialization. It is supported across all major public cloud
providers, provisioning systems for private cloud infrastructure, and bare-metal
installations. This is the development version, it follows the git HEAD.
2022-10-13T23:19:55+03:00 audio/iir1 DSP IIR Realtime C++ filter library
An infinite impulse response (IIR) filter library which implements
Butterworth, RBJ, Chebychev filters and can easily import coefficients
generated by Python (scipy).
2022-10-13T06:41:27-08:00 textproc/py-python-lsp-black Black plugin for the Python LSP Server
Black plugin for the Python LSP Server.

* This plugin will disable the yapf and autopep8 plugins if installed.
* python-lsp-black can either format an entire file or just the selected text.
* The code will only be formatted if it is syntactically valid Python.
* Text selections are treated as if they were a separate Python file.
Unfortunately this means you can't format an indented block of code.
* python-lsp-black will use your project's pyproject.toml if it has one.
* python-lsp-black only officially supports the latest stable version of
black. An effort is made to keep backwards-compatibility but older black
versions will not be actively tested.
* The plugin can cache the black configuration that applies to each Python file,
this improves performance of the plugin. When configuration caching is
enabled any changes to black's configuration will need the LSP server to be
restarted. Configuration caching can be disabled with the cache_config option.
2022-10-12T17:40:05-07:00 devel/py-pylint-venv Pylint-venv allows use same Pylint with different virtual environments
Pylint does not respect the currently activated virtualenv if it is not
installed in every virtual environment individually. This module provides a
Pylint init-hook to use the same Pylint installation with different virtual
environments.
2022-10-12T22:15:41+02:00 audio/pt2-clone Amiga ProTracker clone
Multi-platform clone of the classic music making software "ProTracker" from the
Commodore Amiga days. Aims to work exactly like you remember it, with added
features and fixes.
2022-10-12T19:45:08+02:00 www/rubygem-json-jwt115 JSON Web Token implementation in Ruby
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON
Web Key) in Ruby
2022-10-12T06:34:52-08:00 devel/py-pyxdg PyXDG is implementations of freedesktop.org standards in python
PyXDG is a python library to access freedesktop.org standards.

Currently supported are:
* Base Directory Specification Version 0.6
* Menu Specification Version 1.0
* Desktop Entry Specification Version 1.0
* Icon Theme Specification Version 0.8
* Recent File Spec 0.2
* Shared-MIME-Database Specification 0.13
2022-10-11T20:37:33+02:00 deskutils/kronometer Stopwatch application
Kronometer is a stopwatch application.

Kronometer's main features are the following:

- Start/pause/resume the stopwatch widget
- Laps recording: you can capture the stopwatch time and add a note to it
- Lap times sorting: you can easily find the shortest or longest lap time
- Reset the stopwatch widget and the lap times
- Time format settings: you can choose the stopwatch granularity
- Times saving and resuming: you can save and resume the stopwatch status
- Lap times export: you can export the lap times using the JSON or CSV format

2022-10-10T03:08:16-04:00 textproc/fcitx5-qt-common Fcitx support for Qt (common files)
2022-10-09T15:22:46-07:00 misc/py-apache-beam Apache Beam SDK for Python
Apache Beam is a unified programming model for Batch and Streaming data
processing.

Beam provides a general approach to expressing embarrassingly parallel data
processing pipelines and supports three categories of users, each of which have
relatively disparate backgrounds and needs.

* End Users: Writing pipelines with an existing SDK, running it on an existing
runner. These users want to focus on writing their application logic and have
everything else just work.
* SDK Writers: Developing a Beam SDK targeted at a specific user community
(Java, Python, Scala, Go, R, graphical, etc). These users are language geeks
and would prefer to be shielded from all the details of various runners and
their implementations.
* Runner Writers: Have an execution environment for distributed processing and
would like to support programs written against the Beam Model. Would prefer to
be shielded from details of multiple SDKs.
2022-10-09T14:15:08-07:00 www/py-hdfs HdfsCLI: API and command line interface for HDFS
API and command line interface for HDFS.
2022-10-09T13:50:40-07:00 databases/py-pymongo Python driver for MongoDB
The PyMongo distribution contains tools for interacting with
the Mongo database from Python. The pymongo package is a native
Python driver for the Mongo database. The gridfs package is a
gridfs implementation on top of pymongo.
2022-10-09T22:09:15+02:00 security/py-certbot-dns-gandi Gandi LiveDNS plugin for Certbot
This is a Gandi LiveDNS Authenticator plugin for Certbot (security/py-certbot).
2022-10-10T03:43:21+08:00 www/rubygem-faraday-follow_redirects Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects
Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects. This
gem will also work with Faraday 1.x, to support gem codebases which can work
with Faraday 1.x or 2.x. For the former standard version of this middleware for
Faraday 1.x, check out https://github.com/lostisland/faraday_middleware. Faraday
1.x support is considered deprecated, please update to Faraday 2.x.
2022-10-10T03:43:18+08:00 devel/py-hatch-fancy-pypi-readme Fancy PyPI READMEs with Hatch
hatch-fancy-pypi-readme is a Hatch metadata plugin for everyone who cares about
the first impression of their project's PyPI landing page. It allows you to
define your PyPI project description in terms of concatenated fragments that are
based on static strings, files, and most importantly: parts of files defined
using cut-off points or regular expressions.

Once you've assembled your readme, you can additionally run regular
expression-based substitutions over it. For instance to make relative links
absolute or to linkify users and issue numbers in your changelog.
2022-10-09T23:19:14+08:00 www/rubygem-haml5 Markup language to describe HTML
Haml is a markup language that's used to cleanly and simply describe the HTML
of any web document without the use of inline code. Haml functions as a
replacement for inline page templating systems such as PHP, ASP, and ERB, the
templating language used in most Ruby on Rails applications.
However, Haml avoids the need for explicitly coding HTML into the template,
because it itself is a description of the HTML, with some code to generate
dynamic content.
2022-10-09T23:19:11+08:00 devel/rubygem-aws-sdk-connectcases Official AWS Ruby gem for Amazon Connect Cases (ConnectCases)
Official AWS Ruby gem for Amazon Connect Cases (ConnectCases).

See also: https://github.com/aws/aws-sdk-ruby
2022-10-09T23:19:11+08:00 databases/rubygem-red-plasma Ruby bindings of Plasma
Red Plasma is the Ruby bindings of Plasma. Red Plasma is based on GObject
Introspection.

Plasma is an in-memory object store and cache for big data.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Plasma uses Plasma GLib and gobject-introspection gem to generate Ruby
bindings of Plasma.

See also: https://github.com/apache/arrow/tree/master/ruby/red-plasma
2022-10-09T23:19:10+08:00 databases/rubygem-red-parquet Ruby bindings of Apache Parquet
Red Parquet is the Ruby bindings of Apache Parquet. Red Parquet is based on
GObject Introspection.

Apache Parquet is a columnar storage format.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Parquet uses Apache Parquet GLib and gobject-introspection gem to generate
Ruby bindings of Apache Parquet.

See also: https://github.com/apache/arrow/tree/master/ruby/red-parquet
2022-10-09T23:19:09+08:00 databases/rubygem-red-gandiva Ruby bindings of Gandiva
Red Gandiva is the Ruby bindings of Gandiva. Red Gandiva is based on GObject
Introspection.

Gandiva is a toolset for compiling and evaluating expressions on Arrow data.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Gandiva uses Gandiva GLib and gobject-introspection gem to generate Ruby
bindings of Gandiva.

See also: https://github.com/apache/arrow/tree/master/ruby/red-gandiva
2022-10-09T23:19:09+08:00 databases/rubygem-red-arrow-dataset Ruby bindings of Apache Arrow Dataset
Red Arrow Dataset is the Ruby bindings of Apache Arrow Dataset. Red Arrow
Dataset is based on GObject Introspection.

Apache Arrow Dataset is one of Apache Arrow components to read and write
semantic datasets stored in different locations and formats.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Arrow Dataset uses Apache Arrow Dataset GLib and gobject-introspection gem
to generate Ruby bindings of Apache Arrow Dataset.

See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow-dataset
2022-10-09T23:19:08+08:00 databases/rubygem-red-arrow Ruby bindings of Apache Arrow
Red Arrow is the Ruby bindings of Apache Arrow. Red Arrow is based on GObject
Introspection.

Apache Arrow is an in-memory columnar data store. It's used by many products for
data analytics.

GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.

Red Arrow uses Apache Arrow GLib and gobject-introspection gem to generate Ruby
bindings of Apache Arrow.

See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow
2022-10-09T23:19:08+08:00 devel/py-types-psutil Typing stubs for psutil
This is a PEP 561 type stub package for the psutil package. It can be used by
type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
psutil.
2022-10-09T23:19:07+08:00 devel/py-geventhttpclient Http client library for gevent
geventhttpclient is a high performance, concurrent HTTP client library for
python using gevent.

geventhttpclient uses a fast http parser, written in C.

geventhttpclient has been specifically designed for high concurrency, streaming
and support HTTP 1.1 persistent connections. More generally it is designed for
efficiently pulling from REST APIs and streaming APIs like Twitter's.

Safe SSL support is provided by default. geventhttpclient depends on the certifi
CA Bundle. This is the same CA Bundle which ships with the Requests codebase,
and is derived from Mozilla Firefox's canonical set.
2022-10-09T23:19:06+08:00 devel/py-async-lru Simple lru_cache for asyncio
async_lru is 100% port of Python built-in function functools.lru_cache for
asyncio.
2022-10-09T23:19:06+08:00 devel/p5-MooseX-Role-WarnOnConflict Warn if classes override role methods without excluding them
When using Moose::Role, a class which provides a method a role provides will
silently override that method. This can cause strange, hard-to-debug errors when
the role's methods are not called. Simply use MooseX::Role::WarnOnConflict
instead of Moose::Role and overriding a role's method becomes a composition-time
warning. See the synopsis for a resolution.
2022-10-09T23:19:05+08:00 devel/p5-MooseX-Extended Extend Moose with safe defaults and useful features
MooseX::Extended attempts to create a safer version of Moose that defaults to
read-only attributes and is easier to read and write.

It tries to bring some of the lessons learned from the Corinna project, while
acknowledging that you can't always get what you want (such as true
encapsulation and true methods).
2022-10-09T23:19:04+08:00 devel/p5-B-Hooks-AtRuntime Lower blocks from compile time to runtime
B::Hooks::AtRuntime allows code that runs at compile-time to do something at
runtime. A block passed to at_runtime gets compiled into the code that's
currently compiling, and will be called when control reaches that point at
runtime. In the example in the SYNOPSIS, the warnings will occur in order, and
if that section of code runs more than once, so will all three warnings.
2022-10-09T23:19:03+08:00 databases/arrow-glib C API wrapper library for Arrow C++
Arrow GLib is a wrapper library for Arrow C++. Arrow GLib provides C API.

Arrow GLib supports GObject Introspection. It means that you can create language
bindings at runtime or compile time.

See also: https://github.com/apache/arrow/tree/master/c_glib
2022-09-04T19:04:03+00:00 devel/blueprint-compiler Markup language for GTK user interfaces
A markup language for GTK user interface files.
2022-07-20T23:36:47+00:00 deskutils/health Track your fitness goals
A health tracking app for the GNOME desktop.
2022-10-09T11:06:48+08:00 devel/py-aws-lambda-builders Python library to compile, build and package AWS Lambda functions
Lambda Builders is a Python library to compile, build and package AWS Lambda
functions for several runtimes & frameworks.
Lambda Builders currently contains the following workflows

Java with Gradle
Java with Maven
Dotnet with amazon.lambda.tools
Python with Pip
Javascript with Npm
Ruby with Bundler
Go with Dep
Go with Mod

In Addition to above workflows, AWS Lambda Builders also supports Custom
Workflows through a Makefile.
2022-09-08T14:33:54+00:00 x11/tofi Tiny dynamic menu for Wayland
An extremely fast and simple dmenu / rofi replacement for
wlroots-based Wayland compositors such as Sway.
2022-10-07T20:48:23-07:00 devel/py-pytest-qt PyTest support for PyQt and PySide applications
pytest-qt is a pytest plugin that allows programmers to write tests for PyQt5,
PyQt6, PySide2 and PySide6 applications.

The main usage is to use the qtbot fixture, responsible for handling qApp
creation as needed and provides methods to simulate user interaction, like key
presses and mouse clicks.
2022-10-07T06:57:02-08:00 science/py-kimpy Python interface to the KIM-API
kimpy is a Python interface to the KIM API.

The Knowledgebase of Interatomic Models (KIM) Application Programming Interface
(API) defines a standard (the Portable Model Interface (PMI)) for how molecular
simulators interface with interatomic models (also called potentials or
force-fields).
2022-10-06T20:02:52-05:00 x11-fonts/atkinson-hyperlegible Braille Institute font for low vision readers
Atkinson Hyperlegible font is named after Braille Institute founder, J. Robert
Atkinson. What makes it different from traditional typography design is that
it focuses on letterform distinction to increase character recognition,
ultimately improving readability.
2022-10-06T15:23:58-06:00 www/caddy-custom Caddy (www/caddy) with customized plugins
This port will build a customized version of the caddy webserver
using plugins of your choice. You will need to rebuild this port
manually if one of your plugins gets updated.

Caddy is a high-performance webserver with a simple config format,
out-of-the-box HTTP/3 support, and automatica transparent ACME
certificate provisioning.

NOTE: THIS PORT BYPASSES EVERY SINGLE ONE OF FREEBSD'S CHECKSUM-
BASED DISTFILE TAMPERING DETECTION MECHANISMS. USE THIS AT YOUR
OWN PERIL (though the peril is exactly the same as using the
xcaddy port).

To make this work:

1) In /usr/local/etc/poudriere.conf, add the following:

ALLOW_NETWORKING_PACKAGES="caddy-custom"

You can skip this step if you're not building in poudriere.

2) Put your plugin list into make.conf (or
/usr/local/etc/poudriere.conf/make.conf):

.if ${.CURDIR:M*/www/caddy-custom*}
CADDY_CUSTOM_PLUGINS= github.com/caddy-dns/rfc2136 github.com/greenpau/caddy-security
.endif

If you have any other xcaddy build flags you want to set, put
them in XCADDY_ENV.

3) Profit
2022-10-06T07:45:10+02:00 deskutils/iconbrowser Browse and find system icons
Icon Browser is a GTK based browser for system icons with search and
code sample functionality.
2022-10-05T06:53:04+00:00 devel/qxlsx Excel file reader/writer library using Qt
QXlsx is reader/writer library for Microsoft Excel files (*.xlsx).
Because QtXlsx is no longer supported since 2014, new project had
been created based off of it in 2017.
2022-10-05T04:06:26+00:00 astro/calcmysky Planetary atmosphere light scattering simulator
CalcMySky is a software package that simulates scattering of light by the
atmosphere to render daytime and twilight skies (without stars). Its
primary purpose is to enable realistic view of the sky in applications
such as planetaria. Secondary objective is to make it possible to explore
atmospheric effects such as glories, fogbows, etc., as well as simulate
unusual environments such as on Mars or an exoplanet orbiting a star with
a non-solar spectrum of radiation.

The simulation is based on E. Bruneton's "Precomputed Atmospheric
Scattering" paper and the updated implementation of the demo. This in
particular limits the atmosphere to spherical symmetry (which means
localized clouds are not supported, and ground albedo is the same all
around the globe).

An additional capability is simulation of solar eclipses, which is
currently limited to two scattering orders, while the non-eclipsed
atmosphere can be simulated to arbitrary order.
2022-10-01T12:52:12+02:00 www/ungoogled-chromium Google web browser based on WebKit sans integration with Google
A lightweight approach to removing Google web service dependency
from the Chromium open-source browser.
2022-10-04T20:23:33+02:00 textproc/rubygem-loofah218 Library for manipulating HTML/XML documents and fragments
Loofah is a general library for manipulating HTML/XML documents and fragments.
It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
sanitizers, which are based on HTML5lib's whitelist.
2022-10-04T11:34:32+02:00 games/arttime Bring curated text/ascii art to artless terminals
Text art meets the functionality of a feature-rich clock/timer /
pattern-based time manager. Arttime brings curated text art to otherwise
artless terminal emulators of starving developers and other users who
can use the terminal.
2022-10-04T00:49:34-07:00 devel/shroud Fortran and Python wrapper generator for C and C++ libraries
Shroud is a tool for creating a Fortran or Python interface to a C or C++
library. It can also create a C API for a C++ library.

The user creates a YAML file with the C/C++ declarations to be wrapped along
with some annotations to provide semantic information and code generation
options. Shroud produces a wrapper for the library. The generated code is
highly-readable and intended to be similar to code that would be hand-written to
create the bindings.
2022-10-03T21:05:49-07:00 science/py-atomium Molecular modeller and file parser
atomium is a molecular modeller and file parser, capable of reading from and
writing to .pdb, .cif and .mmtf files.
2022-10-03T20:54:08-07:00 biology/py-valerius Python bioinformatics tools
valerius is a simple Bioinformatics toolset for processing Biological sequences.

It can gfetch sequences from servers, detect their types, do FASTA parsing.
2022-10-03T20:42:02-07:00 devel/py-coveralls Show coverage stats online via coveralls.io
coveralls.io is a service for publishing your coverage stats online.
This package provides seamless integration with coverage.py (and thus
pytest, nosetests, etc...) in your Python projects:

> pip install coveralls
> coverage run --source=mypkg -m pytest tests/
> coveralls
2022-10-03T19:38:26-07:00 science/dssp Application to assign secondary structure to proteins
dssp-4 is a rewrite of DSSP, now offering full mmCIF support. The difference
with previous releases of DSSP is that it now writes out an annotated mmCIF
file by default, storing the secondary structure information in the
_struct_conf category.
2022-10-03T19:30:27-07:00 devel/mrc Maartens Resource Compiler
Resource compiler to make executables self-contained.

It stores data in the static data section of an executable. The data is then
available through global variables.
2022-10-03T19:03:33-07:00 science/cif-tools Suite of programs to manipulate and examine mmCIF files
The cif-tools suite of programs are tools you can use to examine and manipulate
mmCIF and PDB files.
2022-10-03T18:54:53-07:00 science/libcifpp Library to manipulate mmCIF and PDB files
libcifpp is a library the contains code to work with mmCIF and PDB files.

It allows to read/write the above mentioned molecule interchange formats.
2022-10-03T18:34:24-07:00 science/py-gemmi Macromolecular crystallography library and utilities
Gemmi is a library, accompanied by a set of programs, developed primarily for
use in macromolecular crystallography (MX). For working with:
* macromolecular models (content of PDB, PDBx/mmCIF and mmJSON files),
* refinement restraints (CIF files),
* reflection data (MTZ and mmCIF formats),
* data on a 3D grid (electron density maps, masks, MRC/CCP4 format)
* crystallographic symmetry.
2022-10-03T18:34:24-07:00 science/gemmi Macromolecular crystallography library and utilities
Gemmi is a library, accompanied by a set of programs, developed primarily for
use in macromolecular crystallography (MX). For working with:
* macromolecular models (content of PDB, PDBx/mmCIF and mmJSON files),
* refinement restraints (CIF files),
* reflection data (MTZ and mmCIF formats),
* data on a 3D grid (electron density maps, masks, MRC/CCP4 format)
* crystallographic symmetry.
2022-10-03T18:31:51-07:00 science/py-mmcif mmCIF Core Access Library
mmcif includes a native Python mmCIF API for data files and dictionaries along
with pybind11 wrappers for the PDB C++ Core mmCIF Library.
2022-10-04T00:56:46+08:00 www/rubygem-sinatra-contrib2 Collection of useful Sinatra extensions
Collection of common Sinatra extensions, semi-officially supported.
2022-10-04T00:56:44+08:00 www/rubygem-sinatra2 Classy web development framework in ruby
Sinatra is a DSL for quickly creating web-applications in Ruby
with minimal effort. It sits on top of Rack, a minimal standard
interface for Ruby web frameworks. For templating, the choices
include erb, haml, sass and Builder.
2022-10-04T00:56:42+08:00 www/rubygem-rack-protection2 Collection of Rack middleware to protect against opportunistic attack
Collection of Rack middleware to protect you against common, opportunistic attack.
2022-10-04T00:56:39+08:00 devel/rubygem-aws-sdk-migrationhuborchestrator Official AWS Ruby gem for AWS Migration Hub Orchestrator
Official AWS Ruby gem for AWS Migration Hub Orchestrator.

See also: https://github.com/aws/aws-sdk-ruby
2022-10-04T00:56:39+08:00 devel/rubygem-aws-sdk-iotfleetwise Official AWS Ruby gem for AWS IoT FleetWise
Official AWS Ruby gem for AWS IoT FleetWise.

See also: https://github.com/aws/aws-sdk-ruby
2022-10-04T00:56:38+08:00 textproc/py-sphinx-examples Lightweight example directive to make it easy to demonstrate code/results
sphinx-examples is a small Sphinx extension to create examples of source markup
and the result of rendering it in your documentation. This is useful if you wish
to demonstrate the functionality of a new directive or role in Sphinx.
2022-10-04T00:56:36+08:00 devel/py-re-assert Show where your regex match assertion failed
re-assert shows where your regex match assertion failed.
2022-10-04T00:56:35+08:00 devel/py-envier Python application configuration via the environment
Envier is a Python library for extracting configuration from environment
variables in a declarative and (eventually) 12-factor-app-compliant way.
2022-10-04T00:56:34+08:00 devel/p5-Test2-Tools-MemoryCycle Check for memory leaks and circular memory references
Perl's garbage collection has one big problem: Circular references can't get
cleaned up. The above example is the sort of thing that sometimes trips me up,
where a code reference inside a data structure refers to another part of the
data structure. There already exists a good testing module to find these sort of
problems: Test::Memory::Cycle, so why write this one? Well that module uses
Test::Builder, and this one instead uses Test2::API. If you want to write
Test2::Suite tests without pulling in Test::Builder then this is the cycle
testing module for you.

Test2::Tools::MemoryCycle also uses the standard Exporter interface, instead of
letting you specify a test plan. That behavior was once in vogue I guess, but I
do not care for it.
2022-10-04T00:56:33+08:00 archivers/p5-Archive-Libarchive Modern Perl bindings to libarchive
Archive::Libarchive provides a Perl object-oriented interface to the libarchive
library. The libarchive library is the API used to implemnt bsdtar, the default
tar implementation on a number of operating systems, including FreeBSD, macOS
and Windows. It can also be installed on most Linux distributions. But wait,
there is more, libarchive supports a number of formats, compressors and filters
transparently, so it can be a useful when used as a universal
archiver/extractor.
2022-10-03T19:04:42+02:00 sysutils/devctl-jail-kmod Module to expose jail lifecycle events
Kernel mdule providing dectl notifications for jails
Jails event like start and stop can be notified via devd.
Devd acions can be added to send messages to syslogd
2022-10-03T09:19:29+02:00 devel/kconfig-frontends Kconfig files parser and frontend
Kconfig frontends and parser. Port created for NuttX RTOS development.
Kconfig is the configuration language used by the Linux kernel. This package
is a simple copy of the frontends and the parser found in the Linux kernel
source tree, with very minor changes to adapt them to being built out of
the kernel build infrastructure. Kconfig is also used in embedded development.
This program has currently no upstream maintainer. NuttX copy is used.
There are two forks: Debian based on 4.11, Espressif based on version 4.6.
2022-10-03T10:10:21+08:00 www/rubygem-asana1 Ruby wrapper for the Asana REST API
This gem is a simple Ruby wrapper for the Asana REST API. It uses
ActiveResource to provide a simple, familiar interface for
accessing your Asana account.
2022-10-03T10:10:19+08:00 devel/rubygem-extpp Reduce duplicated code needed for Ruby C API with Ext++ C API
Ext++ is a Ruby extension that provides C++ API for writing Ruby extension.

You can write your Ruby extension easier than Ruby's C API. Because Ext++'s C++
API reduces duplicated code needed for Ruby's C API.

You can use all Ruby's C API without any adapter layer. Because you can use C
API directory from C++.
2022-10-03T10:10:18+08:00 devel/py-types-cryptography Typing stubs for cryptography
This is a PEP 561 type stub package for the cryptography package. It can be used
by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
cryptography.
2022-10-03T10:10:18+08:00 devel/py-pytest-watcher Continiously run pytest on changes in *.py files
pytest-watcher is a tool to automatically rerun pytest when your code changes.
It looks for the following events:
- New *.py file created
- Existing *.py file modified
- Existing *.py file deleted
2022-10-03T10:10:17+08:00 devel/py-mediapy Read/write/show images and videos in an IPython notebook
mediapy reads/writes/shows images and videos in an IPython/Jupyter notebook.
2022-10-03T10:10:16+08:00 devel/p5-Test2-Tools-FFI Tools for testing FFI
Test2::Tools::FFI provides some basic tools for testing FFI modules.
2022-10-03T10:10:16+08:00 devel/p5-Test-Archive-Libarchive Testing tools for Archive::Libarchive
Error handling for libarchive and Archive::Libarchive is fairly primitive. Most
methods return an int which correspond to ARCHIVE_EOF, ARCHIVE_OK,
ARCHIVE_RETRY, ARCHIVE_WARN, ARCHIVE_FAILED or ARCHIVE_FATAL. Some methods will
also return the number of actual bytes written on success and one of these codes
on failure. It can be tedious doing the necessary checks for each method call in
a test, so this module provides tools for testing Archive::Libarchive method
calls that follow this pattern.
2022-10-03T10:10:15+08:00 devel/p5-File-ShareDir-Dist Locate per-dist shared files
File::ShareDir::Dist finds share directories for distributions. It is similar to
File::ShareDir with a few differences:
- Only supports distribution directories.
- Doesn't compute filenames.
- Doesn't compute filenames.
- Hopefully doesn't find the wrong directory.
- No non-core dependencies.
- Works in your development tree.
- Built in override.
2022-10-03T10:10:14+08:00 devel/p5-FFI-Platypus-Type-PtrObject Platypus custom type for an object wrapped around an opaque pointer
FFI::Platypus::Type::PtrObject is a helper type for FFI::Platypus that handles
type checking for the common pattern where a Perl class is a simple wrapper
around an opaque pointer. The class should be implemented as a hash reference,
and the pointer itself is expected to be stored on the ptr key. If the caller of
the interface (Perl) is responsible for cleaning up the memory, then it normally
should be done in the DESTROY method (as above).

If you do not pass in the correct type, it will be detected before the C code is
called and an exception will be thrown. (otherwise you would probably get a
segment violation SEGV).
2022-10-03T10:10:13+08:00 devel/p5-FFI-Platypus-Type-Enum Custom platypus type for dealing with C enumerated types
FFI::Platypus::Type::Enum is a helper for making enumerated types. It makes the
most sense to use this when you have an enumerated type with a small number of
possible values. For a large set of enumerated values or constants, see
FFI::Platypus::Constant.
2022-10-03T10:10:13+08:00 devel/p5-FFI-C-Stat Object-oriented FFI interface to native stat and lstat
Perl comes with perfectly good stat, lstat functions, however if you are writing
FFI bindings for a library that use the C stat structure, you are out of luck
there. FFI::C::Stat Perl comes with perfectly good stat, lstat functions,
however if you are writing FFI bindings for a library that use the C stat
structure, you are out of luck there.
2022-10-03T10:10:12+08:00 databases/odbc-cpp-wrapper Object-oriented C++-wrapper of the ODBC API
odbc-cpp-wrapper is an object-oriented C++-wrapper of the ODBC API. It takes
care of
- managing the lifetime of ODBC resources,
- allocating and managing resources needed for ODBC operations and
- converting ODBC errors to exceptions and throwing them.

The odbc-cpp-wrapper API attempts to make usage of ODBC as simple as possible.
The API was designed to make wrong usage almost impossible and to ensure proper
object lifetime management.

odbc-cpp-wrapper was originally developed for exchanging spatial data with
databases. It focuses on batch operations of variable-sized data, which is not
very well supported by other ODBC wrappers.
2022-10-02T01:47:20-05:00 www/dolibarr15 Modern software package to manage your company or foundation
Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)

It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.

You can freely use, study, modify or distribute it according to its Free
Software licence.

You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN.
2022-10-01T16:34:10+02:00 sysutils/e2fsprogs-core Utilities & library to manipulate ext2/3/4 filesystems
Set of utilities and library to manipulate an ext2, ext3 or ext4 filesystem.
2022-09-30T14:15:32+00:00 x11/swayrbar status_command for swaybar
swayrbar is a status command for sway's swaybar implementing the
swaybar-protocol(7).
2022-09-30T12:53:00+00:00 x11/salut Sleek notification daemon
A notification daemon for Wayland compositors made with snui.

## Features
- Summary
- Body
- Icons (SVGs and PNGs)
- Timeout
- Actions
- Urgency
- Persistence
- Animations
- Light, dark and custom themes
2022-09-30T13:39:38+01:00 www/tomcat101 Open-source Java web server by Apache, 10.1.x branch
Apache Tomcat is a web server written in 100% Pure Java.

Apache Tomcat 10.1.x is the current focus of development. It builds on
Tomcat 10.0.x and implements the Servlet 6.0, JSP 3.1, EL 5.0, WebSocket 2.1
and Authentication 3.0 specifications (the versions required by Jakarta EE 10
platform).
2022-09-29T06:59:07-08:00 graphics/py-colorcet Useful perceptually uniform colormaps for plotting scientific data
Colorcet is a collection of perceptually acccurate 256-color colormaps for use
with Python plotting programs like Bokeh, Matplotlib, HoloViews, and
Datashader.
2022-09-29T06:55:43-08:00 misc/py-pyct Python package for common tasks for users: copy examples, fetch data
pyct is a utility package that includes:
* pyct.cmd: Makes various commands available to other packages. The same
commands are available from within python. Can either add new subcommands
to an existing argparse based command if the module has an existing command,
or create the entire command if the module has no existing command. Currently,
there are commands for copying examples and fetching data.
* pyct.build: Provides various commands to help package building, primarily as a
convenience for project maintainers.
2022-09-29T06:49:11-08:00 devel/py-param Module to make Python code clearer and more reliable
Param is a library for handling all the user-modifiable parameters, arguments,
and attributes that control your code. It provides automatic, robust
error-checking while dramatically reducing boilerplate code, letting you focus
on what you want your code to do rather than on checking for all the possible
ways users could supply inappropriate values to a function or class.
2022-09-29T14:50:29+03:00 sysutils/bsdebfetch Simple system info tool written in bash
BSDebfetch is a simple yet beautiful system information tool for FreeBSD
based on Debfetch, written in GNU Bash.
2022-09-29T01:46:55-07:00 misc/caffe Fast open framework for deep learning
Caffe is a deep learning framework made with expression, speed, and modularity
in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and
by community contributors. Yangqing Jia created the project during his PhD at
UC Berkeley. Caffe is released under the BSD 2-Clause license.
2022-09-28T23:15:34-05:00 www/py-aiohttp-session Web sessions for aiohttp web
The library provides sessions for aiohttp.web
2022-09-28T22:57:41-05:00 security/py-secure Adds security headers for python web frameworks
secure.py lock is a lightweight package that adds optional security headers for
Python web frameworks.
2022-09-28T22:41:10-05:00 databases/py-aiomcache Minimal asyncio memcached client
Asyncio (PEP 3156) library to work with memcached
2022-09-26T09:02:57-07:00 devel/shunit2 xUnit based unit testing for Unix shell scripts
shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and it is
designed to work in a similar manner to JUnit, PyUnit, etc.. If you have ever
had the desire to write a unit test for a shell script, shUnit2 can do the job.
2022-09-25T23:29:48-07:00 devel/libcds C++ library of Concurrent Data Structures
The Concurrent Data Structures (CDS) library is a collection of concurrent
containers that don't require external (manual) synchronization for shared
access, and safe memory reclamation (SMR) algorithms like Hazard Pointer and
user-space RCU that is used as an epoch-based SMR.

CDS is mostly header-only template library. Only SMR core implementation is
segregated to .so file.

The library contains the implementations of the following containers:
* lock-free stack with optional elimination support
* several algo for lock-free queue, including classic Michael & Scott
algorithm and its derivatives, the flat combining queue, the segmented queue.
* several implementation of unordered set/map - lock-free and fine-grained
lock-based
* flat-combining technique
* lock-free skip-list
* lock-free FeldmanHashMap/Set Multi-Level Array Hash with thread-safe
bidirectional iterator support
* Bronson's et al algorithm for fine-grained lock-based AVL tree

Generally, each container has an intrusive and non-intrusive (STL-like) version
belonging to cds::intrusive and cds::container namespace respectively.
2022-09-25T22:17:13-04:00 x11/eww ElKowars wacky widgets
Elkowars Wacky Widgets is a standalone widget system made in Rust
that allows you to implement your own, custom widgets in any window
manager.
2022-09-25T12:06:01-07:00 devel/py-pytest-parallel Pytest plugin for parallel and concurrent testing
The pytest-parallel plugin makes it possible to run tests quickly using
multiprocessing (parallelism) and multithreading (concurrency).
2022-09-25T00:45:55-05:00 security/wazuh-dashboard Web user interface for data visualization and analysis
Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.

Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
2022-09-25T00:44:21-05:00 security/wazuh-server Components for analyze the data received from the agents
Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.

Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
2022-09-25T00:40:47-05:00 security/wazuh-indexer A highly scalable, full-text search and analytics engine
Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.

Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
2022-09-20T21:38:11+00:00 astro/mepo Fast, simple, and hackable OSM map viewer
Mepo is a fast, simple, and hackable OSM map viewer for desktop & mobile
Linux devices (like the PinePhone, Librem 5, pmOS devices etc.) and both
environment's various user interfaces (Wayland & X inclusive). Mepo
works both offline and online, features a minimalist both touch/mouse
and keyboard compatible interface, and offers a UNIX-philosophy
inspired underlying design, exposing a powerful command language called
Mepolang capable of being scripted to provide things like custom
bounding-box search scripts, bookmarks, and more.
2022-09-23T17:35:51+01:00 sysutils/mprocs Run multiple commands in parallel
mprocs runs multiple commands in parallel and shows output of each
command separately.
2022-09-23T15:05:58+02:00 textproc/termshot Creates screenshots based on terminal command output
Terminal screenshot tool, which takes the console output and renders an output
image that resembles a user interface window. The idea is similar to what
carbon.now.sh, instaco.de, or codekeep.io/screenshot do. Instead of applying
syntax highlight based on a programming language, termshot is using the ANSI
escape codes of the program output. The result is clean screenshot (or
recreation) of your terminal output. If you want, it has an option to edit the
program output before creating the screenshot. This way you can remove unwanted
sensitive content. Like time, watch, or perf, just place termshot before the
command and you are set.
2022-09-21T17:07:56-03:00 audio/spotify-player Command driven spotify player
spotify-player is a fast, easy to use, and configurable terminal music player.

Features:
- Minimalist UI with an intuitive paging and popup system.
- Highly configurable, allow to easily customize application's
shortcuts or theme/color scheme.
- Feature parity with the official Spotify application.
- Support remote control with Spotify Connect.
- Support streaming songs directly from the terminal.
- Support lyric for most songs.
- Support cross-platform media control.
- Support image rendering.

A Spotify Premium account is required to use spotify-player.
2022-09-21T07:55:44+00:00 games/vcmi Open-source engine for Heroes of Might and Magic III
VCMI is an open-source project aiming to reimplement HoMM3:WoG and SoD
game engines, giving it new and extended possibilities. Among current
features are:

- Complete gameplay mechanics
- Almost all objects, abilities, spells, and other content
- Basic battle AI and adventure AI
- Many GUI improvements: high resolutions, stack queue,
creature window
- Advanced and easy modding support -- add new towns, creatures,
heroes, artifacts and spells without limits or conflicts
- Launcher for easy configuration -- download mods from our
server and install them immediately!
- Random map generator that supports objects added by mods
2022-09-21T02:18:21+01:00 x11-clocks/xdaliclock-classic Rather neat animated clock (Xlib version)
This is a neat program which ``morphs'' each of the digits into the
next in the sequence to update the time. Good processor hog for all you
P90 owners.
2022-07-21T11:50:39+00:00 audio/gnome-metronome Keep the tempo
Metronome beats the rhythm for you, you simply need to tell it the
required time signature and beats per minutes. You can also tap to let
the application guess the required beats per minute.
2022-09-19T21:45:50+02:00 databases/postgis33 Geographic objects support for PostgreSQL databases
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.

PostGIS development was started by Refractions Research as a project
in open source spatial database technology. PostGIS is released
under the GNU General Public License. PostGIS continues to be
developed by a group of contributors led by a Project Steering
Committee and new features continue to be added.
2022-08-30T10:40:20+00:00 audio/amberol Plays music, and nothing else
Amberol aspires to be as small, unintrusive, and simple as possible. It does
not manage your music collection; it does not let you manage playlists, smart
or otherwise; it does not let you edit the metadata for your songs; it does
not show you lyrics for your songs, or the Wikipedia page for your bands.
2022-09-19T15:36:11+00:00 net-mgmt/icingaweb2-module-vspheredb Easily Monitor Vsphere with Icinga
The easiest way to monitor a VMware vSphere environment.
This module provides a lot of context, deep insight and great oversight.
Fast drill-down possibilities, valuable hints and reports.
2022-09-19T15:32:51+00:00 net-mgmt/icingaweb2-module-incubator Incubator provides bleeding-edge libraries
This repository ships libraries useful for Icinga Web 2 modules.
Please download the latest release and install it like any other module
2022-09-19T15:03:45+00:00 net-mgmt/icingaweb2-module-jira Jira integration into Icinga Web 2
This module integrates an existing Jira installation in your Icinga Web 2
frontend.

Hassle-free deep integration with Atlassian Jira. Depending on your needs, this
module is able to:

* create JIRA Issues for Problems detected by Icinga
* create only one issue per problem
* acknowledge Icinga Problems once a JIRA issue has been created
* manually create Host- or Service-related JIRA issues
* shows a Host/Service-related JIRA Issue History

And there is more. Use custom templates to trigger JIRA Workflows according
your very own needs. This way you can automatically fill JIRA custom fields
based on monitored system properties. This feature is mostly being used to
assign monitored objects to their related CIs or to trigger dedicated
customer-related workflows.
2022-08-18T22:53:34+02:00 shells/bosh Bourne Shell extended by J. Schilling
The Schily Bourne Shell was derived from the Bourne Shell sources from
OpenSolaris. The Schily Bourne Shell is actively maintained and
enhanced on a regular base. It can be compiled into three variants:

Non-POSIX SVr4/OpenSolaris variant (obosh)
The portable but not extended variant obosh allows script
portability testing. Most scripts that run in the old Schily
Bourne Shell will run with any Unix shell that is still in use
since 1990.

Minimal POSIX compliant variant (pbosh)
This version implements the minimal set of POSIX features and
this version is always in strict POSIX mode. The features are
similar to the features in dash, but since pbosh supports multi
byte characters, it is really POSIX compliant. The pbosh
variant allows script portability testing aginst the POSIX
feature set.

The POSIX compliant extended variant (bosh)
This version has been verified to work as the system shell on
Gentoo Linux and OpenSolaris (SchilliX). The enhanced Schily
Bourne Shell (bosh) implements many features that are missing
in the OpenSolaris Bourne Shell listed above.
2022-09-19T16:23:19+02:00 emulators/pcsx2 Free and open-source PlayStation 2 emulator
PCSX2 is a free and open-source PlayStation 2 (PS2) emulator.

Its purpose is to emulate the PS2's hardware, using a combination of MIPS CPU
Interpreters, Recompilers and a Virtual Machine which manages hardware states
and PS2 system memory.
2022-09-18T10:20:28+00:00 mail/roundcube-larry Larry skin/theme for Rouncube webmail
"Larry" skin for Roundcube Webmail.
2022-09-18T10:18:33+00:00 mail/roundcube-classic Larry skin/theme for Rouncube webmail
"Classic" skin for Roundcube Webmail.
2022-09-17T12:41:32+02:00 www/py-dj40-django-rich Extensions for using Rich with Django
This package provides Extensions for using Rich with the Django framework.

These extensions consist of the following subclasses:

* django_rich.management.RichCommand:
Subclass of Django’s BaseCommand class that sets its self.console to a
Rich Console.

* django_rich.test.RichRunner:
Subclass of Django's DiscoverRunner with colourized outputs and nice
traceback rendering.
2022-09-16T14:28:55+00:00 x11-toolkits/libshumate-shortwave GTK4 widget to display maps (compatible with Shortwave)
libshumate is a C library providing a GtkWidget to display maps. It supports
numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap
and Maps for free.
2022-08-30T19:30:22+00:00 x11-toolkits/libshumate GTK4 widget to display maps
libshumate is a C library providing a GtkWidget to display maps. It supports
numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap
and Maps for free.
2022-09-14T19:38:55-07:00 security/rotate Binary rotation cipher (rot-13)
rotate/librotator provides binary rotation similar to the ROT-13 cipher, with
the main difference being librotator runs at the binary level, so it can work
on any binary data and any text regardless of encoding, not just latin text.
2022-09-14T19:37:49-07:00 textproc/hexcode Easily convert between hex and data.
Hexcode allows easy conversion of data to hexidecimal representation and back.
2022-09-14T14:43:21-07:00 security/diffcode Progrssive differential cipher
diffcode is a project that can encode and decode using the progressive
differential algorithm. During encoding, the difference between the binary
values of each input character is calculated and that difference is output.
2022-09-14T20:21:42+00:00 games/blues Blues Brothers, Jukebox Adventure, and Prehistorik 2 engine reimplementation
This is a rewrite of the Blues Brothers and Blues Brothers: Jukebox
Adventure game engines developed by Titus Interactive. There is also
support for Prehistorik 2. Compared to the original DOS executables,
the rewritten engines feature:

- Horizontal scrolling
- Configurable screen size
- Game cheats: unlimited lives and energy, no hit
2022-09-13T21:35:14-07:00 math/py-clingcon Extension of clingo to handle constraints over integers
Clingcon is an answer set solver for constraint logic programs, building upon
the answer set solver clingo. It extends the high-level modeling language of ASP
with constraint solving capacities. Constraints over finite domain integer
variables can be used in logic programs. Clingcon adopts state-of-the-art
techniques from the area of SMT, like conflict-driven learning and theory
propagation. It uses lazy nogood and variable generation on the order encoding
and features several preprocessing techniques.
2022-09-13T20:49:21-07:00 math/clingcon Extension of clingo to handle constraints over integers
Clingcon is an answer set solver for constraint logic programs, building upon
the answer set solver clingo. It extends the high-level modeling language of ASP
with constraint solving capacities. Constraints over finite domain integer
variables can be used in logic programs. Clingcon adopts state-of-the-art
techniques from the area of SMT, like conflict-driven learning and theory
propagation. It uses lazy nogood and variable generation on the order encoding
and features several preprocessing techniques.
2022-09-13T20:30:34-07:00 math/py-clingo Grounder and solver for logic programs
Answer Set Programming (ASP) offers a simple and powerful modeling language to
solve combinatorial problems. With these tools users can concentrate on an
actual problem, rather than a smart way of implementing it.
2022-09-13T09:49:27-07:00 lang/spidermonkey102 Standalone JavaScript based from Mozilla 91-esr
Spidermonkey is the JavaScript interpreter from the Mozilla project.
2022-09-13T09:30:04-07:00 databases/mongodb60 Distributed document-oriented "NoSQL" database (6.0.x Branch)
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
2022-09-07T11:46:34+02:00 sysutils/waynergy Mouse and keyboard sharing utility
An implementation of a synergy client for wayland compositors. Based on the
upstream uSynergy library (heavily modified for more protocol support and a
bit of paranoia).
2022-09-13T09:05:19-07:00 games/libretro-melonds Port of melonDS to libretro
Port of melonDS to libretro
2022-09-13T09:04:05-07:00 games/melonds Nintendo DS emulator
melonDS aims at providing fast and accurate Nintendo DS emulation. While it is
still a work in progress, it has a pretty solid set of features:

* Nearly complete core (CPU, video, audio, ...)
* JIT recompiler for fast emulation
* OpenGL renderer, 3D upscaling
* RTC, microphone, lid close/open
* Joystick support
* Savestates
* Various display position/sizing/rotation modes
* (WIP) Wifi: local multiplayer, online connectivity
* (WIP) DSi emulation
* DLDI
* (WIP) GBA slot add-ons
* and more are planned!
2022-09-13T12:04:17+00:00 games/punchy 2.5D side-scroller beatemup, made in Bevy
Fish Folk: Punchy is a 2.5D side-scroller beat-'em-up, made in Bevy.
Inspired by games like Little Fighter 2, River City Ransom and many more.
2022-09-13T16:08:48+01:00 security/s2n-tls C99 implementation of the TLS/SSL protocols
s2n is a C99 implementation of the TLS/SSL protocols that
is designed to be simple, small, fast, and with security as
a priority. It is released and licensed under the Apache Software License 2.0.
2022-09-12T03:16:27+03:00 comms/py-elelabs-zigbee-ezsp-utility Elelabs Firmware Update Utility
The Elelabs Firmware Update Utility is a basic Python 3 script to flash
the the firmware inside a range of Elelabs Zigbee and Thread products to
a newer version.

Currently sold supported products based on Silicon Labs microcontrollers:
Elelabs Zigbee Raspberry Pi Shield ELR023 (EFR32MG13P)
Elelabs Zigbee USB Adapter ELU013 (EFR32MG13P)

Previously sold supported products based on Silicon Labs microcontrollers:
Elelabs Zigbee Raspberry Pi Shield ELR022 (EFR32MG1B)
Elelabs Zigbee USB Adapter ELU012 (EFR32MG1B)
Elelabs Zigbee Raspberry Pi Shield EZBPIS (EM357)
Elelabs Zigbee USB Adapter EZBUSBA (EM357)

Disclaimer: This utility should also work with other generic EZSP
(EmberZNet Serial Protocol) or Spinel (Openthread Serial Protocol) based
adapters and modules from other vendors, however firmwares for products
not from Elelabs are not provided here and there is no guarantees that
it will work with non-Elelabs products. Be wanted that you may void your
warranty and even brick your adapter if the firmware update is not
supported by your mnaufacturer.
2022-09-04T05:34:57+03:00 devel/py-orjson Fast, correct JSON library for Python
orjson is a fast, correct JSON library for Python.
It benchmarks as the fastest Python library for JSON and is more correct
than the standard json library or other third-party libraries.
It serializes dataclass, datetime, numpy, and UUID instances natively.
2022-09-11T10:50:18-07:00 www/py-Pituophis Python 3 library for building Gopher clients and servers
Pituophis is a Python 3 library for building Gopher clients and servers.
2022-09-11T13:25:07+02:00 textproc/linux-c7-expat-devel XML 1.0 parser headers (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}2/pkg-descr
2022-09-11T13:25:01+02:00 security/linux-c7-openssl-devel OpenSSL headers (Linux CentOS ${LINUX_DIST_VER})
${.CURDIR}/../${PORTNAME}/pkg-descr
2022-09-11T13:24:48+02:00 devel/linux-c7-zlib-devel Zlib headers (Linux CentOS ${LINUX_DIST_VER})
These are the headers for the zlib library in linux-c7.
2022-09-10T20:01:45-05:00 sysutils/logstash8 Server-side data ingestion and transformation tool (8.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."
2022-09-11T00:05:55+08:00 devel/py-jsonschema49 JSON Schema validation for Python
jsonschema is an implementation of JSON Schema for Python

- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
2022-09-10T17:45:01+02:00 x11/xfce4-windowck-plugin Puts the maximized window title and windows buttons on the panel
Xfce panel plugin which allows to put the maximized window title
and windows buttons on the panel.


Original plugin's features:

- Show the title and buttons of the maximized window on the panel.
- Allow window actions on buttons and title clicks
(activate, (un)maximize, close).
- Allow window action menu on left button click.
- Title formatting options.
- xfwm4/unity theming support for buttons.
2022-09-09T23:01:25+01:00 www/badwolf Minimalist and privacy-oriented WebKitGTK+ browser
BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.

Features:

* Privacy-oriented: No browser-level tracking, multiple ephemeral
isolated sessions per new unrelated tabs, JavaScript off by default.
* Minimalist: Small codebase (~1 500 LoC), reuses existing components
when available or makes them available.
* Customizable: WebKitGTK native extensions, Interface customizable
through CSS.
* Powerful & Usable: Stable User-Interface; The common shortcuts are
available, no vi-modal edition or single-key shortcuts are used.
* No annoyances: Dialogs are only used when required (save file,
print, ...), javascript popups open in a background tab.
2022-09-09T20:38:38+03:00 science/mercantile Spherical mercator coordinate and tile utilities
Mercantile is a module of utilities for working with XYZ style spherical
mercator tiles (as in Google Maps, OSM, Mapbox, etc.) and includes a set of
command line programs built on these utilities.
2022-09-09T09:45:46-06:00 sysutils/bottom Graphical process and system monitor
Bottom (btm) is a terminal process/system visualization and management
tool. Features include:

Graphical visualization widgets for:
CPU usage over time, at an average and per-core level
RAM and swap usage over time
Network I/O usage over time
with support for zooming in/out the current time interval displayed.

Widgets for displaying info about:
Disk capacity/usage
Temperature sensors
Battery usage

A process widget for displaying, sorting, and searching info about
processes, as well as support for:
Kill signals
Tree mode

Custom and pre-built colour themes
Changing the default behaviour of some widgets
Changing the layout of widgets
Filtering out entries in disk and temperature widgets
An htop-inspired basic mode (btm -b)
2022-09-08T15:44:40-03:00 graphics/igt-gpu-tools IGT gpu tools and tests
IGT GPU Tools is a collection of tools for development and testing of the
DRM drivers. There are many macro-level test suites that get used against
the drivers, including xtest, rendercheck, piglit, and oglconform, but
failures from those can be difficult to track down to kernel changes, and
many require complicated build procedures or specific testing environments
to get useful results. Therefore, IGT GPU Tools includes low-level tools
and tests specifically for development and testing of the DRM Drivers.
2022-09-08T16:25:53-04:00 net-mgmt/mac-telnet MAC telnet client for connecting to MikroTik RouterOS devices
Open source MAC Telnet client and server for connecting to MikroTik RouterOS
devices and Posix machines via MAC address.

Binaries are provided for both mac-telnet client and server.
2022-09-08T05:43:52+02:00 devel/cmake-man Manual pages for CMake
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated:
it is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and
template instantiation.

This port contains CMake's manual pages
2022-09-08T05:43:52+02:00 devel/cmake-core Cross-platform Makefile generator
CMake is used to control the software compilation process using simple
platform and compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment of your
choice. CMake is quite sophisticated: it is possible to support complex
environments requiring system configuration, pre-processor generation, code
generation, and template instantiation.

This port contains CMake core software used by projects depending on CMake
to build.
2022-09-08T13:49:08-05:00 emulators/qemu70 QEMU CPU Emulator ${${FLAVOR}_COMMENT} - 7.0.x
QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

* Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
* User mode emulation (Linux host only). In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy to use.
2022-09-07T21:49:08+01:00 net-im/discordo Lightweight, secure, and feature-rich Discord terminal client
Ligthweight and feature-rich terminal client
for Discord.
2022-09-07T13:53:19+03:00 textproc/libxml++30 XML API for C++
libxml++ is a C++ interface for working with XML files, using libxml
(gnome-xml) to parse and write the actual XML files. It has a simple
but complete API.
2022-08-30T02:40:48+00:00 net-im/lurch OMEMO Encryption Library for libpurple (plugin)
This plugin brings Axolotl, by now renamed to double ratchet, to libpurple
applications such as Pidgin by implementing the XEP-0384: OMEMO Encryption.
2022-09-06T14:21:17-06:00 devel/lua-language-server Sumneko Lua development server and LSP client
The Sumneko Lua Language Server is a comprehensive Lua development
server. It functions as an LSP client, supporting:

* Over 20 supported annotations for documenting your code
* Go to definition
* Dynamic type checking
* Find references
* Diagnostics/Warnings
* Syntax checking
* Element renaming
* Hover to view details on variables, functions, and more
* Autocompletion
* Support for libraries
* Code formatting
* Spell checking
* Custom plugins
2022-08-30T15:06:33+00:00 security/axc Crypto interfaces for libsignal-protocol-c
Client lib for libsignal-c, implementing the needed database and crypto
interfaces using SQLite and gcrypt.

Additionally it provides utility functions for common use cases like
encrypting and decrypting, ultimately making direct use of libsignal
unnecessary.
2022-09-06T09:00:05-07:00 math/mathlibtools Lean prover mathlib supporting tools
mathlibtools contains leanproject, a supporting tool for Lean mathlib.

Lean is installed by the port math/lean.
2022-07-20T18:32:00+00:00 devel/malloy Embeddable HTTP(S) and WS(S) client/server components for C++
Malloy is a C++ library providing embeddable server & client components for
both HTTP(S) and WebSocket(Secure).

The library is written in C++20 and provides easy-to-use high-level interfaces
for creating server and client applications painlessly.
2022-09-02T22:28:01+03:00 games/sdl-sopwith Classic WW1 biplane game
This is a port of the classic computer game "Sopwith" to run on
modern computers and operating systems. It is named "SDL Sopwith"
as it was originally used the LibSDL graphics library. There is now
also a port to Gtk+, the widget library used by GNOME and there is
initial code written toward a backport allowing it to be run under
DOS, like the original.
2022-09-05T01:14:44-07:00 science/serac High order nonlinear thermomechanical simulation code
Serac is a 3D implicit nonlinear thermal-structural simulation code. Its primary
purpose is to investigate multiphysics abstraction strategies and implicit
finite element-based algorithm development for emerging computing architectures.
It also serves as a proxy-app for LLNL's Smith code and heavily leverages the
MFEM finite element library.
2022-09-04T23:24:40+08:00 devel/libdatadog Datadog Rust library
libdatadog provides a shared library containing common code used in the
implementation of Datadog's libraries, including Continuous Profilers.

In a past life, libdatadog was known as libddprof but it was renamed when we
decided to increase its scope.
2022-09-04T11:41:41+08:00 www/rubygem-protocol-rack01 Implementation of the Rack protocol/specification
Protocol::Rack provides abstractions for working with the Rack specification on
top of Protocol::HTTP. This would, in theory, allow you to run any
Protocol::HTTP compatible application on top any rack-compatible server.
2022-09-04T11:41:39+08:00 devel/rubygem-snaky_hash 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.
2022-09-04T11:41:38+08:00 devel/rubygem-aws-sdk-core3131 AWS SDK for Ruby - Core
Provides API clients for AWS. This gem is part of the official AWS SDK for
Ruby.

See also: https://github.com/aws/aws-sdk-ruby
2022-09-04T11:41:37+08:00 devel/rubygem-aws-sdk-controltower Official AWS Ruby gem for AWS Control Tower
Official AWS Ruby gem for AWS Control Tower.

See also: https://github.com/aws/aws-sdk-ruby
2022-09-04T11:41:37+08:00 databases/rubygem-redis-clustering Ruby client that tries to match Redis Cluster API
Redis::Cluster is a Ruby client that tries to match Redis' Cluster API
one-to-one, while still providing an idiomatic interface.
2022-09-04T11:41:36+08:00 www/py-werkzeug21 Python utilities collection for building WSGI applications
A Python utilities collection for building WSGI applications.

Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.

It includes a powerful debugger, fully featured request and response
objects, HTTP utilities to handle entity tags, cache control headers,
HTTP dates, cookie handling, file uploads, a powerful URL routing
system and a bunch of community contributed add-on modules.
2022-09-04T11:41:34+08:00 www/py-requests-futures0 HTTP library written in Python for human beings
Small add-on for the python requests http library. Makes use of python
3.2's concurrent.futures or the backport for prior versions of python.
2022-09-04T11:41:32+08:00 graphics/py-optimize-images CLI utility to reduce the file size of images
Optimize Images is a command-line interface (CLI) utility written in pure Python
to help you reduce the file size of images.

This application is intended to be pure Python, with no special dependencies
besides Pillow, therefore ensuring compatibility with a wide range of systems.

Some aditional features can be added which require the presence of other
third-party packages that are not written in pure Python, but those packages and
the features depending on them should be treated as optional.
2022-09-04T11:41:31+08:00 devel/py-threadpoolctl Thread-pool controls
Thread-pool controls provides Python helpers to limit the number of threads used
in the threadpool-backed of common native libraries used for scientific
computing and data science (e.g. BLAS and OpenMP).

Fine control of the underlying thread-pool size can be useful in workloads that
involve nested parallelism so as to mitigate oversubscription issues.
2022-09-04T11:41:30+08:00 devel/py-openapi-spec-validator04 Validator for OpenAPI 2.0 and 3.0.0 specification
OpenAPI Spec Validator is a Python library that validates OpenAPI Specs against
the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification. The validator
aims to check for full compliance with the Specification.
2022-09-04T11:41:29+08:00 devel/py-openapi-schema-validator02 OpenAPI schema validation for Python
Openapi-schema-validator is a Python library that validates schema against the
OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema
Specification Wright Draft 00.
2022-09-04T11:41:29+08:00 devel/py-jsonschema-spec JSONSchema Spec with object-oriented paths
JSONSchema Spec with object-oriented paths
2022-09-04T11:41:28+08:00 databases/py-sqlglot Easily customizable SQL parser and transpiler
SQLGlot is a no dependency Python SQL parser, transpiler, and optimizer. It can
be used to format SQL or translate between different dialects like DuckDB,
Presto, Spark, and BigQuery. It aims to read a wide variety of SQL inputs and
output syntactically correct SQL in the targeted dialects.

It is a very comprehensive generic SQL parser with a robust test suite. It is
also quite performant while being written purely in Python.

You can easily customize the parser, analyze queries, traverse expression trees,
and programmatically build SQL.

Syntax errors are highlighted and dialect incompatibilities can warn or raise
depending on configurations.
2022-09-04T11:41:27+08:00 devel/p5-Test-Lives Decorate tests with a no-exceptions assertion
Test::Lives provides only one function, lives_and, which works almost exactly
like the function of the same name in Test::Exception. That is, it allows you to
test things that could (but shouldn't) throw an exception without having to have
two separate tests with two separate results (and two separate descriptions).

You pass it a block of code to run (which should contain one test assertion) and
a test description to give the assertion inside the block.

The description will be available inside the block in the $_ variable. (This is
different from Test::Exception, which employs hacky magic to relieve you of
having to pass the description to the decorated assertion.)

If the block ends up throwing an exception, a test failure will be logged.
2022-09-03T16:58:56+00:00 audio/alacenc Apple Lossless Audio Codec (ALAC) format encoder
Command-line program to encode audio files into the Apple Lossless
Audio Codec (ALAC) format.
2022-09-03T10:26:48-06:00 editors/vim-colorschemes-legacy Legacy colorschemes for Vim
The collection of legacy vim colorschemes before 8.2.4954.

The upstream vim colorschemes were substantively changed in that patch,
so the look is now noticably different. The original colorschemes live
on in this package.
2022-08-13T23:58:49+02:00 archivers/py-borgbackup11 Deduplicating backup program
[excerpt from borgbackup web site]

BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data.
The data deduplication technique used makes Borg suitable for daily backups
since only changes are stored. The authenticated encryption technique makes it
suitable for backups to not fully trusted targets.
2022-09-02T12:11:18-07:00 audio/sonivox-eas Sonivox EAS for Qt
The Sonivox EAS project is a MIDI Synth library based on the Sonivox EAS
Synthesizer published by Google on the Android Open Source Project. It is a
real time GM synthesizer without needing external soundfonts, using embedded
samples instead. It consumes very little resources, so it may be indicated in
Linux projects for small embedded devices.
2022-09-02T08:58:23-07:00 audio/sonivox Fork of the AOSP 'platform_external_sonivox' to use out of Android
sonivox is a fork of the Android Open Source Project
'platform_external_sonivox', including a CMake based build system to be used
not on Android, but on any other computer Operating System. Google licensed
this work originally named Sonivox EAS (Embedded Audio Synthesis) from the
company Sonic Network Inc. under the terms of the Apache License 2.0.

This is a Wave Table synthesizer, not using external soundfont files but
embedded samples instead. It is also a real time GM synthesizer. It consumes
very little resources, so it may be indicated in projects for small embedded
devices. There is neither MIDI input nor Audio output facilities included in
the library. You need to provide your own input/output.
2022-09-01T21:26:22+02:00 www/py-requests-gssapi GSSAPI authentication handler for python-requests
Requests is an HTTP library, written in Python, for human beings. This
library adds optional GSSAPI authentication support and supports mutual
authentication.

It provides a fully backward-compatible shim for the old
python-requests-kerberos library.

A more powerful interface is provided by the HTTPSPNEGOAuth component,
but this is of course not guaranteed to be compatible. Documentation
below is written toward the new interface.
2022-09-01T08:03:07+02:00 devel/py-attrdict Python dict with attribute-style access
AttrDict is an MIT-licensed library that provides mapping objects that allow
their elements to be accessed both as keys and as attributes
2022-08-31T15:30:12-05:00 security/1password-client2-beta 1Password CLI client (BETA)
This is a command-line interface to the 1Password password management
service. (BETA)

This is the release of the CLI Version 2 (BETA).
2022-09-01T02:06:33+08:00 devel/rubygem-pairing_heap Performant priority queue with support for changing priority
PairingHeap is a pure Ruby priority queue implementation using a pairing heap as
the underlying data structure. While a pairing heap is asymptotically less
efficient than the Fibonacci heap, it is usually faster in practice. This makes
it a popular choice for Prim's MST or Dijkstra's algorithm implementations.

PairingHeap is currently being used as the priority queue data structure in RGL.

Also implementation without priority change support is
provided(SimplePairingHeap), while the asymptotical complexity of the methods
stay the same, bookkeeping of elements is not needed making, the constant
smaller.
2022-09-01T02:06:31+08:00 databases/rubygem-redis4 Ruby client library for Redis, the key value storage server
rubygem-redis is a Ruby client library for the Redis key-value store.
2022-09-01T02:06:28+08:00 databases/rubygem-redis-cluster-client Redis cluster client for Ruby
Redis Cluster Client is a client for Redis cluster. It depends on redis-client.
2022-09-01T02:06:25+08:00 databases/rubygem-redis-client Simple low-level client for Redis 6+
redis-client is a simple, low-level, client for Redis 6+.

Contrary to the redis gem, redis-client doesn't try to map all Redis commands to
Ruby constructs, it merely is a thin wrapper on top of the RESP3 protocol.
2022-09-01T02:06:23+08:00 devel/py-flake8-print Print statement checker plugin for flake8
Flake8 print plugin checks for print statements in python files.
2022-09-01T02:06:19+08:00 devel/p5-Test-Mock-One Mock the world with one object
Test::Mock::One is able to mock many things with little code by using AUTOLOAD.

The problem this module tries to solve is to allow testing many things without
having to write many lines of code.
2022-08-31T19:21:21+08:00 www/rubygem-protocol-rack Implementation of the Rack protocol/specification
Protocol::Rack provides abstractions for working with the Rack specification on
top of Protocol::HTTP. This would, in theory, allow you to run any
Protocol::HTTP compatible application on top any rack-compatible server.
2022-08-31T19:21:19+08:00 www/rubygem-asana0 Ruby wrapper for the Asana REST API
This gem is a simple Ruby wrapper for the Asana REST API. It uses
ActiveResource to provide a simple, familiar interface for
accessing your Asana account.
2022-08-31T19:21:17+08:00 textproc/rubygem-cucumber-html-formatter19 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.
2022-08-31T19:21:15+08:00 devel/rubygem-aws-sdk-supportapp Official AWS Ruby gem for AWS Support App
Official AWS Ruby gem for AWS Support App.

See also: https://github.com/aws/aws-sdk-ruby
2022-08-31T19:21:14+08:00 devel/rubygem-aws-sdk-privatenetworks Official AWS Ruby gem for AWS Private 5G
Official AWS Ruby gem for AWS Private 5G.

See also: https://github.com/aws/aws-sdk-ruby
2022-08-31T19:21:14+08:00 devel/rubygem-aws-sdk-backupstorage Official AWS Ruby gem for AWS Backup Storage
Official AWS Ruby gem for AWS Backup Storage.

See also: https://github.com/aws/aws-sdk-ruby
2022-08-31T19:21:13+08:00 databases/rubygem-redis-namespace18 Ruby client class for Redis with namespace support
Adds a Redis::Namespace class which can be used to namespace calls to Redis.
This is useful when using a single instance of Redis with multiple, different
applications.
2022-08-31T19:21:12+08:00 dns/py-dnslib Simple library to encode/decode DNS wire-format packets
dnslib is a library to encode/decode DNS wire-format packets.

The library provides:
- Support for encoding/decoding DNS packets between wire format, python
objects, and Zone/DiG textual representation (dnslib.dns)
- A server framework allowing the simple creation of custom DNS resolvers
(dnslib.server) and a number of example servers created using this framework
- A number of utilities for testing (dnslib.client, dnslib.proxy,
dnslib.intercept)
2022-08-31T19:21:12+08:00 devel/py-tailer Simple implementation of GNU tail and head
Python tail is a simple implementation of GNU tail and head.

It provides 3 main functions that can be performed on any file-like object that
supports seek() and tell().
- tail: read lines from the end of a file
- head: read lines from the top of a file
- follow: read lines as a file grows
2022-08-31T19:21:11+08:00 devel/py-plux Dynamic code loading framework for building pluggable Python distributions
plux is the dynamic code loading framework used in LocalStack.

Plux builds a higher-level plugin mechanism around Python's entry point
mechanism. It provides tools to load plugins from entry points at run time, and
to discover entry points from plugins at build time (so you don't have to
declare entry points statically in your setup.py).
2022-08-31T19:21:10+08:00 devel/py-localstack-client Lightweight Python client for LocalStack
LocalStack Python Client is an easy-to-use Python client for LocalStack. The
client library provides a thin wrapper around boto3 which automatically
configures the target endpoints to use LocalStack for your local cloud
application development.
2022-08-31T19:21:09+08:00 devel/p5-Venus OO Library
Venus provides an object-orientation framework and extendible standard library
for Perl 5, built on top of the Mars architecture with classes which wrap most
native Perl data types. Venus has a simple modular architecture, robust library
of classes, methods, and roles, supports pure-Perl autoboxing, advanced
exception handling, "true" and "false" functions, package introspection,
command-line options parsing, and more. This package will always automatically
exports true and false keyword functions (unless existing routines of the same
name already exist in the calling package or its parents), otherwise exports
keyword functions as requested at import.
2022-08-29T12:12:42-07:00 misc/py-pypatent Search for and retrieve US Patent and Trademark Office Patent Data
pypatent is a tiny Python package to easily search for and scrape US Patent and
Trademark Office Patent Data.
2022-08-29T19:52:27+02:00 devel/qt6-positioning Qt 6 API to provide positioning information via QML and C++
The Qt Positioning API lets you to determine a position by using a variety of
possible sources, including satellite, wifi, or text files. That information
can then be used to, for example, determine a position on a map. In addition,
you can use to the API to retrieve satellite information and perform area based
monitoring.
2022-08-29T08:05:31-07:00 security/libomemo Implements OMEMO in C
Implements OMEMO (XEP-0384 v0.3.0) in C.

Input and output are XML strings, so it does not force you to use a certain
XML lib. While the actual protocol functions do not depend on any kind of
storage, it comes with a basic implementation in SQLite.
2022-08-29T04:13:20-05:00 devel/libthreadar Abstracted set of C++ *classes* to manipulate threads
Libthreadar is a C++ library providing an abstracted set of C++ *classes*
to manipulate threads in a very simple and efficient way from your C++ code.

It's used to support multithreading in the DAR archiver.
2022-08-28T18:18:11-10:00 devel/bfg Removes large or troublesome blobs like git-filter-branch does
The BFG is a simpler, faster alternative to git-filter-branch for cleansing bad
data out of your Git repository history:

* Removing Crazy Big Files;
* Removing Passwords, Credentials & other Private data.
2022-08-28T12:17:30-07:00 shells/ksh Development branch of AT&T KornShell 93
KSH-93 is the most recent version of the KornShell Language described
in "The KornShell Command and Programming Language," by Morris
Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is
a shell programming language, which is upward compatible with "sh"
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
9945.2 Shell and Utilities standard. KSH-93 provides an enhanced
programming environment in addition to the major command-entry
features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
2022-08-28T12:01:45-07:00 shells/ksh-devel Development branch of AT&T KornShell 93
KSH-93 is the most recent version of the KornShell Language described
in "The KornShell Command and Programming Language," by Morris
Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is
a shell programming language, which is upward compatible with "sh"
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
9945.2 Shell and Utilities standard. KSH-93 provides an enhanced
programming environment in addition to the major command-entry
features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
2022-08-28T15:16:23-05:00 devel/libthreader Abstracted set of C++ *classes* to manipulate threads
Libthreadar is a C++ library providing an abstracted set of C++ *classes*
to manipulate threads in a very simple and efficient way from your C++ code.

It's used to support multithreading in the DAR archiver.

WWW: https://libthreadar.sourceforge.net/
2022-08-28T14:01:51-04:00 www/rubygem-sitemap_generator Generate sitemaps in Ruby
SitemapGenerator is a framework-agnostic XML Sitemap generator written
in Ruby with automatic Rails integration. It supports Video, News,
Image, Mobile, PageMap and Alternate Links sitemap extensions and
includes Rake tasks for managing your sitemaps, as well as many other
great features.
2022-08-27T19:34:12-07:00 science/dwave-preprocessing DWave: Preprocessing tools to aid in solving binary quadratic models
dwave-preprocessing is a package of common preprocessing tools that can aid in
solving binary quadratic models (BQM).
2022-08-27T14:32:10-05:00 finance/odoo14 Suite of web based open source business apps
Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce,
Warehouse Management, Project Management, Billing & Accounting, Point of Sale,
Human Resources, Marketing, Manufacturing, etc

Odoo Apps can be used as stand-alone applications, but they also integrate
seamlessly so you get a full-featured Open Source ERP when you install several
Apps.
2022-08-27T15:21:28+01:00 editors/lapce Lightning-fast and Powerful Code Editor
Lapce is written in pure Rust with a UI in Druid. It is designed with
Rope Science from the Xi-Editor which makes for lightning-fast
computation, and leverages OpenGL for rendering.

- Built-in LSP (Language Server Protocol) support to give you
intelligent code features such as: completion, diagnostics and code
actions
- Modal editing support as first class citizen (Vim-like, and
toggleable)
- Built-in remote development support inspired by VSCode Remote
Development.
- Plugins can be written in programming languages that can compile to
the WASI format (C, Rust, AssemblyScript)
- Built-in terminal, so you can execute commands in your workspace,
without leaving Lapce.
2022-08-27T18:12:22+08:00 print/py-pypdf Pure-Python PDF toolkit
PyPdf isaA Pure-Python library built as a PDF toolkit. It is capable of:

- extracting document information (title, author, ...),
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.
2022-08-27T18:12:21+08:00 textproc/py-chameleon Fast HTML/XML Template Compiler
Chameleon is an HTML/XML template engine for Python. It uses the page templates
language.

It’s designed to generate the document output of a web application, typicay
HTML markup or XML. The language used is page templates, originally a Zope
invention, but available here as a standalone library that you can use in any
script or application running Python.
2022-08-27T18:12:20+08:00 print/py-pypdf2 Pure-Python PDF toolkit
PyPdf isaA Pure-Python library built as a PDF toolkit. It is capable of:

- extracting document information (title, author, ...),
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.
2022-08-27T18:10:53+08:00 security/rubygem-openssl2 Wrap the OpenSSL library
OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the
OpenSSL library.
2022-08-27T18:10:50+08:00 devel/rubygem-libdatadog Rust-based utility library for Datadog ddtrace gem
libdatadog provides a shared library containing common code used in the
implementation of Datadog's libraries, including Continuous Profilers.

In a past life, libdatadog was known as libddprof but it was renamed when we
decided to increase its scope.
2022-08-27T18:10:49+08:00 devel/rubygem-cow_proxy Copy-on-write proxy for frozen Ruby objects
This is a copy-on-write proxy for frozen Ruby objects, so duplicating frozen
object is delayed until a method tries to change frozen object.

CowProxy classes for array, hash, string and struct are provided. Objects from
other classes will be proxied without copy-on-write, you have to create a
CowProxy class for them to enable copy-on-write. Also you have to create
CowProxy class for each object which have any getter method with arguments,
because default CowProxy won't wrap returned value. Immutable classes such as
Integer or TrueClass doesn't need copy-on-write proxy because they can't be
changed.

You can wrap every object in a proxy. Proxy will always send method calls to
wrapped object, and wrap returned value with a CowProxy class if method has no
argument, so a proxy will always return proxy objects for getters without
arguments. When a method tries to change a frozen object, if proxy has
copy-on-write enabled, it will duplicate frozen object and will send next method
calls to duplicated object, in other case an exception is raised.
2022-08-27T18:10:48+08:00 devel/rubygem-aws-sdk-licensemanagerusersubscriptions Official AWS Ruby gem for AWS License Manager User Subscriptions
Official AWS Ruby gem for AWS License Manager User Subscriptions.

See also: https://github.com/aws/aws-sdk-ruby
2022-08-27T18:10:47+08:00 www/py-requests-wsgi-adapter WSGI Transport Adapter for Requests
WSGI Transport Adapter for Requests
2022-08-27T18:10:45+08:00 www/py-dropbox Official Dropbox API Client
The offical Dropbox SDK for Python.

See also: https://github.com/dropbox/dropbox-sdk-python
2022-08-27T18:10:43+08:00 www/py-cinemagoer Python package to access the IMDb database
Cinemagoer (previously known as IMDbPY) is a Python package for retrieving and
managing the data of the IMDb movie database about movies, people and companies.

See also: https://github.com/cinemagoer/cinemagoer
2022-08-27T18:10:41+08:00 textproc/py-xlrd2 Library for developers to extract data from Microsoft Excel legacy spreadsheet files (xls)
xlrd2 is an effort to extend xlrd project, which is no longer mintained by its
developers. The main goal is to make it suitable for extracting necessary
information from malicious xls documents.

Xlrd Purpose: Provide a library for developers to use to extract data from
Microsoft Excel (tm) spreadsheet files. It is not an end-user tool.
2022-08-27T18:10:38+08:00 textproc/py-xlmmacrodeobfuscator XLM Emulation engine designed to analyze and deobfuscate malicious XLM macros
XLMMacroDeobfuscator can be used to decode obfuscated XLM macros (also known as
Excel 4.0 macros). It utilizes an internal XLM emulator to interpret the macros,
without fully performing the code.

It supports both xls, xlsm, and xlsb formats.

It uses xlrd2, pyxlsb2 and its own parser to extract cells and other information
from xls, xlsb and xlsm files, respectively.
2022-08-27T18:10:36+08:00 textproc/py-untangle Convert XML to Python objects
untangle is a tiny Python library which converts an XML document to a Python
object.

Features:
- Siblings with similar names are grouped into a list.
- Children can be accessed with parent.child, attributes with
element['attribute'].
- You can call the parse() method with a filename, an URL or an XML string.
- Substitutes -, . and : with _ <foobar><foo-bar/></foobar> can be accessed with
foobar.foo_bar, <foo.bar.baz/> can be accessed with foo_bar_baz and
<foo:bar><foo:baz/></foo:bar> can be accessed with foo_bar.foo_baz
2022-08-27T18:10:33+08:00 textproc/py-pyxlsb2 Excel 2007+ Binary Workbook (xlsb) parser
pyxlsb2 (a variant of pyxlsb) is an Excel 2007+ Binary Workbook (xlsb) parser
written in Python.

pyxslb2 offers the following improvements/changes in comparison to pyxlsb:
- By default, keeps all data in memory instead of creating temporary files. This
is mainly to speed up the processing and also not changing the local file
system during the processing.
- relies on both "xl\workbook.bin" and "xl\_rels\workbook.bin.rels" to load
locate boundsheets. As a result, it can load all worksheets as well as all
macrosheets.
- extracts macro formulas:
- accurately shows the formulas
- supports A1 addressing
- supports external addressing (partially implemented))
- extracts defined names such as auto_open
2022-08-27T18:10:30+08:00 graphics/py-lerc Python binding for LERC (Limited Error Raster Compression)
LERC is an open-source image or raster format which supports rapid encoding and
decoding for any pixel type (not just RGB or Byte). Users set the maximum
compression error per pixel while encoding, so the precision of the original
input image is preserved (within user defined error bounds).

This port is the Python binding for LERC (Limited Error Raster Compression).

See also: https://github.com/Esri/lerc/tree/master/OtherLanguages/Python
2022-08-27T18:10:29+08:00 graphics/py-gprof2dot Generate a dot graph from the output of several profilers
gprof2dot is a Python script to convert the output from many profilers into a
dot graph.

It can:
- read output from:
- Linux perf
- Valgrind's callgrind tool
- oprofile
- sysprof
- xperf
- VTune Amplifier XE
- Very Sleepy
- python profilers
- Java's HPROF
- prof, gprof
- DTrace
- prune nodes and edges below a certain threshold;
- use an heuristic to propagate time inside mutually recursive functions;
- use color efficiently to draw attention to hot-spots;
- work on any platform where Python and Graphviz is available, i.e, virtually
anywhere.
2022-08-27T18:10:27+08:00 devel/py-termcolor-whl ANSI Color formatting for output in terminal, successor to termcolor
a: ASCII text
2022-08-27T18:10:27+08:00 devel/py-stone Interface description language (IDL) for APIs
The Official API Spec Language for Dropbox.
2022-08-27T18:10:26+08:00 devel/py-pytest-profiling Profiling plugin for py.test
Profiling plugin for pytest, with tabular and heat graph output.

Tests are profiled with cProfile and analysed with pstats; heat graphs are
generated using gprof2dot and dot.
2022-08-27T18:10:25+08:00 devel/py-pytest-httpserver HTTP server for pytest
This library is designed to help to test http clients without contacting the
real http server. In other words, it is a fake http server which is accessible
via localhost can be started with the pre-defined expected http requests and
their responses.
2022-08-27T18:10:24+08:00 devel/py-pcodedmp VBA p-code disassembler
pcodedmp.py is a VBA p-code disassembler.

It is not widely known, but macros written in VBA (Visual Basic for
Applications; the macro programming language used in Microsoft Office) exist in
three different executable forms, each of which can be what is actually executed
at run time, depending on the circumstances.

Since most of the time it is the p-code that determines what exactly a macro
would do (even if neither source code, nor execodes are present), it would make
sense to have a tool that can display it. This is what prompted us to create
this VBA p-code disassembler.
2022-08-27T18:10:24+08:00 devel/py-logfury0 Toolkit for logging of library method calls
Logfury is for python library maintainers. It allows for responsible,
low-boilerplate logging of method calls.

WWW: https://github.com/reef-technologies/logfury
2022-08-27T18:10:23+08:00 textproc/p5-XML-Sig Toolkit to help sign and verify XML Digital Signatures
XML::Sig provides two primary capabilities: given an XML string, create and
insert digital signatures, or if one is already present in the string verify it
-- all in accordance with the W3C standard governing XML signatures.
2022-08-27T18:10:20+08:00 textproc/p5-XML-Enc XML Encryption support
XML::Enc provides XML Encryption support.
2022-08-27T18:10:18+08:00 security/p5-URN-OASIS-SAML2 Constants for urn:oasis SAML2 implementations
URN::OASIS::SAML2 provides constants which are in use by the SAML2
implementation.
2022-08-27T18:10:15+08:00 security/p5-Net-SAML2 SAML2 bindings and protocol implementation
Net::SAML2 provides support for the Web Browser SSO profile of SAML2.

Net::SAML2 correctly perform the SSO process against numerous SAML Identity
Providers (IdPs). It has been tested against:
- GSuite (Google)
- Azure (Microsoft Office 365)
- OneLogin
- Jump
- Mircosoft ADFS
- Keycloak
- Auth0
- PingIdentity
2022-08-27T18:10:13+08:00 security/p5-Crypt-OpenSSL-Verify OpenSSL Verify certificate verification in XS
Given a CA certificate and another untrusted certificate, will show whether the
CA signs the certificate. This is a useful thing to have if you're signing with
X509 certificates, but outside of SSL.

A specific example is where you're working with XML signatures, and need to
verify that the signing certificate is valid.
2022-08-27T18:10:10+08:00 devel/p5-Test-Lib Use libraries from a t/lib directory
Test::Lib searches upward from the calling module for a directory t with a lib
directory inside it, and adds it to the module search path. Looks upward up to 5
directories. This is intended to be used in test modules either directly in t or
in a subdirectory to find their included testing libraries located in t/lib.
2022-08-27T00:36:52-07:00 math/superlu-dist Distributed memory, MPI based SuperLU
SuperLU_DIST contains a set of subroutines to solve a sparse linear system
A*X=B. It uses Gaussian elimination with static pivoting (GESP). Static pivoting
is a technique that combines the numerical stability of partial pivoting with
the scalability of Cholesky (no pivoting), to run accurately and efficiently on
large numbers of processors.

SuperLU_DIST is a parallel extension to the serial SuperLU library. It is
targeted for the distributed memory parallel machines. SuperLU_DIST is
implemented in ANSI C, with OpenMP for on-node parallelism and MPI for off-node
communications. We are actively developing GPU acceleration capabilities.
2022-08-26T21:51:59-07:00 science/dimod DWave: Shared API for QUBO/Ising samplers
dimod is a part of the software stack for accessing quantum computing hardware
made by D-Wave company.

dimod is a shared API for samplers. It provides:
* classes for quadratic models - such as the binary quadratic model (BQM) class
that contains Ising and QUBO models used by samplers such as the D-Wave system
- and higher-order (non-quadratic) models
* reference examples of samplers and composed samplers
* abstract base classes for constructing new samplers and composed samplers
2022-08-26T21:25:01-07:00 science/sirius Domain specific library for electronic structure calculations
SIRIUS is a domain specific library for electronic structure calculations. It
implements pseudopotential plane wave (PP-PW) and full potential linearized
augmented plane wave (FP-LAPW) methods and is designed for GPU acceleration of
popular community codes such as Exciting, Elk and Quantum ESPRESSO. SIRIUS is
written in C++14 with MPI, OpenMP and CUDA/ROCm programming models. SIRIUS is
organised as a collection of classes that abstract away the different building
blocks of DFT self-consistency cycle.
2022-05-06T14:05:11+02:00 x11/openrgb Software to control a multitude of (a)RGB devices
Open source RGB lighting control that doesn't depend on manufacturer software.
2022-08-26T17:06:37-07:00 science/nlcglib Nonlinear CG methods for wave-function optimization in DFT
Nlcglib is a plugin for sirius providing robust wave-function optimization
to q-e-sirius.
2022-08-26T17:02:32-07:00 math/minorminer Heuristic tool for minor graph embedding (C++ headers-only library)
minorminer is a heuristic tool for minor embedding: given a minor and target
graph, it tries to find a mapping that embeds the minor into the target.
2022-08-26T11:05:49-07:00 math/costa Distributed Communication-Optimal Shuffle and Transpose Algorithm
COSTA is a communication-optimal, highly-optimised algorithm for data
redistribution accross multiple processors, using MPI and OpenMP and
offering the possibility to transpose and scale some or all data.
2022-08-26T10:29:17+02:00 math/readstat Read (and write) data sets from SAS, Stata, and SPSS
Originally developed for Wizard, ReadStat is a command-line tool and
MIT-licensed C library for reading files from popular stats packages. Supported
data formats include:

* SAS: SAS7BDAT (binary file) and XPORT (transport file)
* Stata: DTA (binary file) versions 104-119
* SPSS: POR (portable file), SAV (binary file), and ZSAV (compressed binary)

Supported metadata formats include:

* SAS: SAS7BCAT (catalog file) and .sas (command file)
* Stata: .dct (dictionary file)
* SPSS: .sps (command file)

There is also write support for all the data formats, but not the metadata
formats. The produced SAS7BDAT files still cannot be read by SAS, but feel free
to contribute your binary-format expertise here.
2022-08-26T01:17:29-07:00 math/spla Specialized Parallel Linear Algebra
SPLA provides specialized functions for linear algebra computations with a C++
and C interface, which are inspired by requirements in computational material
science codes.

Currently, SPLA provides functions for distributed matrix multiplications with
specific matrix distributions, which cannot be used directly with a ScaLAPACK
interface. All computations can optionally utilize GPUs through CUDA or ROCm,
where matrices can be located either in host or device memory.
2022-08-26T00:52:35-07:00 math/spfft Sparse 3D FFT library
SpFFT - A 3D FFT library for sparse frequency domain data written in C++ with
support for MPI, OpenMP, CUDA and ROCm.
2022-08-25T16:20:09-07:00 astro/pal Positional Astronomy Library
The PAL library is a partial re-implementation of Pat Wallace's popular SLALIB
library written in C using a Gnu GPL license and layered on top of the IAU's
SOFA library (or the BSD-licensed ERFA) where appropriate. PAL attempts to stick
to the SLA C API where possible although palObs() has a more C-like API than the
equivalent slaObs() function. In most cases it is enough to simply change the
function prefix of a routine in order to link against PAL rather than SLALIB.
Routines calling SOFA use modern notation and precession models so will return
slightly different answers than native SLALIB. PAL functions not available in
SOFA were ported from the Fortran version of SLALIB that ships as part of the
Starlink software and uses a GPL licence.
2022-08-25T13:46:38-07:00 astro/erfa Essential Routines for Fundamental Astronomy
ERFA (Essential Routines for Fundamental Astronomy) is a C library containing
key algorithms for astronomy, and is based on the SOFA library published by the
International Astronomical Union (IAU).

ERFA is intended to replicate the functionality of SOFA (aside from possible
bugfixes in ERFA that have not yet been included in SOFA), but is licensed under
a three-clause BSD license to enable its compatibility with a wide range of open
source licenses.
2022-08-25T12:19:35-07:00 misc/ecflow Workflow package that enables users to run a large number of programs
ecFlow is a client/server workflow package that enables users to run a large
number of programs (with dependencies on each other and on time) in a controlled
environment. It provides reasonable tolerance for hardware and software
failures, combined with restart capabilities. It is used at ECMWF to run all our
operational suites across a range of platforms.

ecFlow submits tasks (jobs) and receives acknowledgments from the tasks when
they change status and when they send events, using child commands embedded in
your scripts. ecFlow stores the relationships between tasks, and is able to
submit tasks dependant on triggers, such as when a given task changes its
status, for example when it finishes.
2022-08-24T13:31:19-07:00 science/cardioid Cardiac simulation toolkit
Cardioid is a cardiac multiscale simulation suite spanning from subcellular
mechanisms up to simulations of organ-level clinical phenomena. The suite
contains tools for simulating cardiac electrophysiology, cardiac mechanics,
torso-ECGs, cardiac meshing and fiber generation tools.
2022-08-24T11:36:23-07:00 graphics/glvis Lightweight tool for accurate & flexible finite element visualization
GLVis is a lightweight tool for accurate and flexible finite element
visualization.

Features:
* Accurate functional representation of many finite elements.
* Support for arbitrary high-order and NURBS meshes.
* Desktop, Web and Jupyter versions from the same code base.
* Server mode accepting multiple socket connections.
* Visualization of parallel meshes and solutions.
2022-08-24T16:53:32+02:00 devel/pyenv Manage multiple versions of Python
pyenv lets you easily switch between multiple versions of Python.

It's simple, unobtrusive, and follows the UNIX tradition of
single-purpose tools that do one thing well.

This project was forked from rbenv and ruby-build, and modified for
Python.
2022-08-16T08:39:02+02:00 security/rubygem-omniauth-cas3-oauth2 CAS 3.0 Strategy for OmniAuth
This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS
strategy that was bundled with OmniAuth 0.3. This strategy haas also been
updated for CAS protocol version 3.0 and patched to deal with namespace issues.
2022-08-16T08:39:02+02:00 devel/rubygem-fog-core220 Shared classes and tests for fog providers and services
rubygem-fog-core (Fog::Core) provides shared classes and tests for fog providers
and services.
2022-08-23T19:52:46+00:00 games/Doom64EX Project aimed to recreate Doom64
Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as
possible with additional modding features.
2022-08-18T17:01:08+00:00 devel/open62541 Open source implementation of OPC UA
open62541 is an open source and free implementation of OPC UA (OPC
Unified Architecture) written in the common subset of the C99 and
C++98 languages. The library implements the OPC UA binary protocol
stack as well as a client and server SDK. The final server binaries
can be well under 100kb, depending on the selected features and the
size of the information model.
2022-08-23T08:39:58+02:00 x11-themes/adwaita-qt6
2022-08-23T08:04:01+02:00 graphics/poppler-qt6 Qt 6 bindings to poppler
2022-08-23T01:36:22+00:00 misc/wego Weather client for the terminal
wego is a weather client for the terminal.
2022-08-22T20:46:33+03:00 multimedia/qmmp-qt6 Qt6-based multimedia player
This program is an audio-player, written with help of Qt library.
Supported formats:
MPEG1 layer 2/3, Ogg Vorbis, Native FLAC, Ogg FLAC, Musepack, WavePack,
tracker modules (mod, s3m, it, xm, etc.), ADTS AAC, CD Audio, MIDI,
Opus tags, WMA-Monkey's Audio (and other formats via FFmpeg),
PCM Wave (and other formats via libsndfile), and Chiptune formats
(AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ, VTX)
DSP effects:
Effects of Bauer Stereophonic-to-Binaural, SoX resampling, LADSPA,
extra stereo, and crossfade
Visual effects:
Spectrum Analyzer, and projectM audio visulaliser
Output system support:
PulseAudio, OSS, OSS4, jack, ALSA, Qt multimedia API, and shoutcast
Other features:
multi-band equalizer, Last.fm/Libre.fm scrobbler, global hotkey,
streaming (MP3, Vorbis, AAC, AAC+ via IceCast/ShoutCast) and browser,
CDDB, removable device detection (via HAL or UDisks), cover art, MMS,
multiple playlists, file type determination and converter, ReplayGain,
CUE sheet, embedded CUE (for FLAC and WavPack), MPRIS, archived media,
automatic charset detection for cue files and ShoutCast metadata,
video playback via Mplayer, dump, lyrics (using lyrics.wikia.com), simple
UI, and skinned UI (supports all skins for XMMS and Winamp 2.x)
2022-08-22T20:46:33+03:00 multimedia/qmmp-plugin-pack-qt6 Additional plug-ins for QMMP (Qt6)
Additional plug-ins for Qt MultiMedia Player

- MPG123: provides MPEG v1/2 layer1/2/3 support with use of
libmpg123 library
- FFap: provides enhanced Monkey's Audio (APE) support
(24-bit samples and embedded cue support)
- Goom: Goom spectacle
- xmp: Decodes module audio and renders sound
- Sample Rate Converter: Changes frequency of sample rate.
- History: Collects information about listend tracks.
- FFvideo: FFmpeg-based video
2022-08-22T19:38:51+02:00 devel/qt6 Cross-platform application and UI framework (metaport)
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

With Qt, code can be reused efficiently to target multiple platforms
with one code base. The modular C++ class library and developer tools
easily enables developers to create applications for one platform and
easily build and run to deploy on another platform.
2022-08-22T18:01:08+02:00 devel/gitklient Git gui client for KDE
A git gui for KDE.
2022-08-22T17:39:42+02:00 x11-toolkits/qt6-charts Qt 6 charts module
The Qt Charts module provides a set of easy-to-use chart components. It uses
the Qt Graphics View Framework to integrate charts with modern user interfaces.
Qt Charts can be used as QWidgets, QGraphicsWidget, or QML types. Users can
easily create impressive charts by selecting one of the themes.
2022-08-22T17:30:10+02:00 x11-toolkits/qt6-datavis3d Qt 6 3D data visualization module
The Qt Data Visualization module enables you to visualize data in 3D as bar,
scatter, and surface graphs. It's especially useful for visualizing depth maps
and large quantities of rapidly changing data, such as data received from
multiple sensors. The look and feel of graphs can be customized by using themes
or by adding custom items and labels.

Qt Data Visualization is built on Qt 6 and OpenGL to take advantage of hardware
acceleration and Qt Quick 2.
2022-08-22T17:23:01+02:00 devel/qt6-languageserver Qt 6 implementation of the Language Server Protocol
Qt Language Server: implements the Language Server Protocol Specification and
the JsonRpc 2.0 protocol. The module does not contain a public API.
2022-08-22T17:12:14+02:00 graphics/qt6-lottie Qt 6 player software for a certain json-based for 2d animations
Qt Lottie Animation provides a QML API for rendering graphics and animations
that are exported in JSON format by the Bodymovin plugin for Adobe After
Effects.
2022-08-22T17:01:29+02:00 devel/qt6-remoteobjects Qt6 Remote Objects module
Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module
developed for Qt. This module extends Qt's existing functionalities to enable
information exchange between processes or computers, easily.

One of Qt's key features, to enable this information exchange, is the
distinction between an object's API (defined by its properties, signals, and
slots) and the implementation of that API. QtRO's purpose is to meet that
expected API, even if the true QObject is in a different process. A slot called
on a copy of an object (the Replica in QtRO) is forwarded to the true object
(the Source in QtRO) for handling. Every Replica receives updates to the
Source, either property changes or emitted signals.
2022-08-22T16:57:38+02:00 devel/qt6-scxml Qt6 SCXML module
The Qt SCXML module provides functionality to create state machines from SCXML
files. This includes both dynamically creating state machines (loading the
SCXML file and instantiating states and transitions) and generating a C++ file
that has a class implementing the state machine. It also contains functionality
to support data models and executable content.
2022-08-22T16:52:49+02:00 comms/qt6-sensors Qt sensors module
The Qt Sensors module provides access to sensor hardware via QML and C++
interfaces.
2022-08-22T16:42:52+02:00 comms/qt6-serialbus Qt functions to access industrial bus systems
The Qt Serial Bus API provides classes and functions to access the various
industrial serial buses and protocols, such as CAN, ModBus, and others.
2022-08-22T16:33:50+02:00 comms/qt6-serialport Qt functions to access serial ports
Qt Serial Port provides the basic functionality, which includes configuring,
I/O operations, getting and setting the control signals of the RS-232 pinouts.

The following items are not supported by this module:

* Terminal features, such as echo, control CR/LF, and so on.
* Text mode.
* Configuring timeouts and delays while reading or writing.
* Pinout signal change notification.
2022-08-22T16:19:07+02:00 x11-toolkits/qt6-virtualkeyboard Qt 6 Virtual Keyboard Module
The Qt Virtual Keyboard project provides an input framework and reference
keyboard frontend for Qt 6 on Linux Desktop/X11, Windows Desktop, and Boot2Qt
targets.

The input framework makes it easy to write custom input methods or to integrate
3rd party input engines. The input methods can be implemented in C++ or QML.
2022-08-22T16:06:57+02:00 www/qt6-webchannel Qt 6 library for integration of C++/QML with HTML/js clients
Qt WebChannel enables peer-to-peer communication between a server (QML/C++
application) and a client (HTML/JavaScript or QML application). It is supported
out of the box by Qt WebEngine. In addition, it can work on all browsers that
support WebSockets, enabling Qt WebChannel clients to run in any JavaScript
environment (including QML). This requires implementing a custom transport
based on Qt WebSockets.

The module provides a JavaScript library for seamless integration of C++ and
QML applications with HTML/JavaScript and QML clients. The clients must use the
JavaScript library to access the serialized QObjects published by the host
applications.
2022-08-22T15:58:25+02:00 www/qt6-websockets Qt implementation of WebSocket protocol
WebSocket is a web-based protocol designed to enable a two-way interactive
communication session between a client application and a remote host. It
enables the two entities to send data back and forth if the initial handshake
succeeds.

The Qt WebSockets module provides C++ and QML interfaces that enable Qt
applications to act as a server that can process WebSocket requests, or a
client that can consume data received from the server, or both.
2022-08-22T15:08:39+02:00 multimedia/qt6-multimedia Qt audio, video, radio and camera support module
Qt Multimedia is an essential module that provides a rich set of QML types and
C++ classes to handle multimedia content. It also provides necessary APIs to
access the camera and radio functionality. The included Qt Audio Engine
provides types for 3D positional audio playback and content management.
2022-08-21T23:00:56-07:00 devel/py-pytest-mpl Pytest plugin to facilitate image comparison for Matplotlib figures
pytest-mpl is a plugin to facilitate image comparison for Matplotlib figures
in pytest.
2022-08-21T13:13:37-07:00 misc/py-hist Histogramming for analysis powered by boost-histogram
Hist is a powerful Histogramming tool for analysis based on boost-histogram
(the Python binding of the Histogram library in Boost). It is a friendly
analysis-focused project that uses boost-histogram as a backend to do the
work, but provides plotting tools, shortcuts, and new ideas.

WWW: https://hist.readthedocs.io/en/latest/
2022-08-21T12:57:20-07:00 devel/py-hatch-vcs Hatch plugin for versioning with your preferred VCS
hatch-vcs provides a plugin for Hatch that uses your preferred version control
system (like Git) to determine project versions.
2022-08-21T12:53:14-07:00 misc/py-anndata Annotated multivariate observation data
AnnData provides a scalable way of keeping track of data and learned
annotations.

WWW: https://github.com/theislab/anndata
2022-08-21T15:18:00+02:00 archivers/zpaqfranz Swiss army knife for the serious backup manager
Swiss army knife for backup and disaster recovery

Features:

* Like 7z or RAR on steroids, with deduplicated "snapshots" (versions).
* Conceptually similar to Mac time machine, but much more efficient.
* Keeps backup always-to-always, no need to ever prune (CryptoLocker).
* Easily handles millions of files and TBs of data, non-latin support.
* Cloud backups with full encryption, minimal data transfer / bandwith.
* Data integrity check CRC32+XXHASH,SHA-1,SHA-2,SHA-3,MD5,XXH3,BLAKE3.
* Thorough data verification, multithread support (real world 1GB+/s).
* Specific zfs handling functions, full multiplatform interoperability.
* Particularly suitable for minimal space storage of virtual machines.
* Full backwards compatibility with ZPAQ [archivers/paq].
2022-08-12T19:55:36+02:00 x11-toolkits/qt6-shadertools Provides tools for the cross-platform Qt shader pipeline
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Provides tools for the cross-platform Qt shader pipeline.
These enable processing graphics and compute shaders to make them usable for
Qt Quick and other components in the Qt ecosystem.
2022-08-12T19:55:36+02:00 x11-toolkits/qt6-quicktimeline Enables keyframe-based animations and parameterization.
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Enables keyframe-based animations and parameterization.
2022-08-12T19:55:36+02:00 x11-toolkits/qt6-quick3d Provides a high-level API for creating 3D content or UIs based on Qt Quick
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Qt Quick is a collection of technologies that are designed to help
developers create intuitive, modern, and fluid user interfaces.
2022-08-12T19:55:36+02:00 x11-toolkits/qt6-declarative Qt declarative framework for dynamic user interfaces
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Qt Quick is a collection of technologies that are designed to help
developers create intuitive, modern, and fluid user interfaces.
2022-08-12T19:55:36+02:00 net/qt6-networkauth Qt6 Network authentication module
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Provides support for OAuth-based authorization to online services.
2022-08-12T19:55:36+02:00 misc/qt6-doc Qt 6 module Documentations
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Documentation modules.
2022-08-12T19:55:36+02:00 graphics/qt6-wayland Qt6 wrapper for Wayland
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Provides a framework to develop a Wayland compositor.
2022-08-12T19:55:36+02:00 graphics/qt6-svg Qt6 classes for displaying the contents of SVG files
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Classes for displaying the contents of SVG files. Supports a subset of the
SVG 1.2 Tiny standard. A separate library of Qt SVG Widgets C++ Classes provides
support for rendering SVG files in a widget UI.
2022-08-12T19:55:36+02:00 graphics/qt6-imageformats Qt6 plugins for additional image formats: TIFF, MNG, TGA, WBMP
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Plugins for additional image formats: TIFF, MNG, TGA, WBMP.
2022-08-12T19:55:36+02:00 graphics/qt6-3d C++ and QML APIs for easy inclusion of 3D graphics
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Functionality for near-realtime simulation systems with support
for 2D and 3D rendering.
2022-08-12T19:55:36+02:00 devel/qt6-translations Qt 6 translation module
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.
2022-08-12T19:55:36+02:00 devel/qt6-tools Qt declarative framework for dynamic user interfaces
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

Qt Quick is a collection of technologies that are designed to help
developers create intuitive, modern, and fluid user interfaces.
2022-08-12T19:55:36+02:00 devel/qt6-base Qt base (core, gui, widgets, network,...)
Qt Base
2022-08-12T19:55:36+02:00 devel/qt6-5compat Qt 6 module that contains unsupported Qt 5 APIs
Qt is a cross-platform application and UI framework for developers
using C++ or QML, a CSS/JavaScript-like language.

The Qt 5 Core Compat module contains the Qt Core APIs which will be no longer
supported in Qt 6 and therefore were removed from Qt 6. The module is provided
to facilitate the transition to Qt 6.
2022-08-21T08:47:52-06:00 devel/p5-Mojo-Base-XS Very fast Mojo-style accessors
Mojo::Base::XS implements fast XS-based accessors using the Mojolicious
interface. The accessors are based on Class::XSAccessor.

It can monkey-patch itself into Mojo::Base, or be used as a standalone
inclusion. The same limitations from Mojo::Base apply here, namely that
it doesn't support BUILD/before/after wrappers or roles. Use p5-Moo if
you want those features.
2022-06-27T09:36:48+00:00 www/dufs HTTP File Server
Dufs is a distinctive utility file server that supports static
serving, uploading, searching, accessing control, webdav...

Features:

o Serve static files
o Download folder as zip file
o Upload files and folders (Drag & Drop)
o Search files
o Partial responses (Parallel/Resume download)
o Path level access control
o Support https
o Support webdav
o Easy to use with curl
2022-08-20T00:53:11-07:00 devel/caliper Instrumentation and performance profiling library
Caliper is a library to integrate performance profiling capabilities into
applications. To use Caliper, developers mark code regions of interest using
Caliper's annotation API. Applications can then enable performance profiling at
runtime with Caliper's configuration API. Alternatively, you can configure
Caliper through environment variables or config files.

Caliper can be used for lightweight always-on profiling or advanced performance
engineering use cases, such as tracing, monitoring, and auto-tuning. It is
primarily aimed at HPC applications, but works for any C/C++/Fortran program on
Unix/Linux.
2022-08-20T14:58:00+09:00 japanese/font-hackgen-nf HackGen_NF is a composite font of Hack and GenJyuu-Gothic
HackGen is a composite font of Hack and GenJyuu-Gothic.
2022-08-18T15:19:31-04:00 sysutils/py-keep Personal shell command keeper
keep is a Meta CLI Toolkit that provides a personal shell command
keeper with some useful features:

* Save a new command with a brief description
* Search the saved commands using powerful patterns
* Save the commands as a secret GitHub gist
* Use keep push and keep pull to sync the commands between GitHub
gist and other computers.
2022-08-18T15:33:22-04:00 sysutils/py-howdoi Instant coding answers via the command line
Howdoi is an open source command line tool that gives answers to
your questions right on the command line. Howdoi can be used by
anyone and everyone who finds themselves Googling for answers to
their basic programming questions.
2022-08-16T15:29:36-04:00 multimedia/gtk-pipe-viewer Application for searching and playing videos from YouTube (gtk)
2022-08-16T15:21:02-04:00 multimedia/pipe-viewer Application for searching and playing videos from YouTube
pipe-viewer is a lightweight application (fork of straw-viewer) for
searching and playing videos from YouTube.

This fork parses the YouTube website directly and relies on the
invidious instances only as a fallback method.
2022-08-19T12:39:56-07:00 graphics/filament Real-time physically based rendering engine
Filament is a real-time physically-based renderer written in C++.
It is mobile-first, but also multi-platform.
2022-08-18T22:41:32-07:00 misc/meshoptimizer Mesh optimization library
meshoptimizer is a mesh optimization library that makes meshes smaller and
faster to render.
2022-07-18T09:48:02+02:00 net/kio-zeroconf KDE Network monitor for DNS-SD services (Zeroconf)
KDE Network monitor for DNS-SD services (Zeroconf).
2022-07-18T09:48:02+02:00 graphics/ksanecore Library providing logic to interface scanners
Libksane is a KDE interface for SANE library to control flat scanners.
This library is used by kipi-plugins, digiKam and others kipi host
programs.
2022-07-18T09:48:02+02:00 devel/kdesdk-kio KIO workers useful for software development
KIO workers useful for software development
2022-08-16T19:24:47-07:00 www/wabt WebAssembly Binary Toolkit
WABT (pronounced "wabbit") is a suite of tools for WebAssembly.
2022-08-16T13:33:41-07:00 science/py-qiskit-finance Quantum Finance module from the Qiskit quantum computing framework
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Finance is one of Qiskit components for quantum finance problems.
2022-08-16T22:32:31+02:00 security/py-certbot-dns-powerdns PowerDNS DNS Authenticator plugin for Certbot
This is the PowerDNS DNS Authenticator plugin for Certbot (security/py-certbot).
2022-08-16T12:59:30-07:00 finance/py-Nasdaq-Data-Link Package for Nasdaq Data Link API access
Python library for Nasdaq Data Link's RESTful API.
2022-08-15T19:27:55-07:00 science/py-dwave-ocean-sdk DWave: Meta-package for D-Wave's Ocean tools
dwave-ocean-sdk is a meta-package that installs Ocean, a D-Wave's suite of
tools for solving hard problems with quantum computers.
2022-08-15T19:06:58-07:00 science/py-dwave-hybrid DWave: Hybrid asynchronous decomposition sampler prototype framework
dwave-hybrid is a general, minimal Python framework for building hybrid
asynchronous decomposition samplers for quadratic unconstrained binary
optimization (QUBO) problems.

dwave-hybrid facilitates three aspects of solution development:
* Hybrid approaches to combining quantum and classical compute resources
* Evaluating a portfolio of algorithmic components and problem-decomposition
strategies
* Experimenting with workflow structures and parameters to obtain the best
application results
2022-08-15T16:48:12-07:00 science/py-dwavebinarycsp DWave: Map CSP with binary variables to binary quadratic models
dwavebinarycsp is a library to construct a binary quadratic model from a
constraint satisfaction problem with small constraints over binary variables.
2022-08-15T16:32:20-07:00 science/py-dwave-inspector DWave: Problem Inspector
dwave-inspector is a tool for visualizing problems submitted to, and answers
received from, a D-Wave structured solver such as an Advantage(TM) quantum
computer.
2022-08-15T14:25:21-07:00 x11-wm/ittywm Ridiculously tiny libxcb window manager
ittywm is a windowmanager in xcb which is based off of tinywm.
2022-08-11T14:17:20-04:00 textproc/py-python-pptx Generate and manipulate Open XML PowerPoint (.pptx) files
python-pptx is a Python library for creating and updating PowerPoint
(.pptx) files.

A typical use would be generating a customized PowerPoint presentation
from database content, downloadable by clicking a link in a web
application. Several developers have used it to automate production
of presentation-ready engineering status reports based on information
held in their work management system. It could also be used for
making bulk updates to a library of presentations or simply to
automate the production of a slide or two that would be tedious to
get right by hand.
2022-08-15T14:11:35-07:00 science/py-pyqubo DWave: Python DSL for constructing QUBOs from mathematical expressions
PyQUBO allows you to create QUBOs or Ising models from flexible mathematical
expressions easily. Some of the features of PyQUBO:
* python based (C++ backend)
* fully integrated with Ocean SDK
* automatic validation of constraints
* placeholder for parameter tuning
2022-08-15T13:50:08-07:00 math/cimod C++ header-only library for a binary quadratic models
cmod is a C++ library for a binary quadratic model.
2022-08-15T22:11:21+02:00 net/msoak Subscribe to different MQTT brokers and topics simultaneously
msoak is a utility with which to simultaneously subscribe to an
arbitrary number of topics on any number of MQTT brokers and
optionally modify or normalize received payloads before printing
them out. This utility was created to back up to a central location
messages received by a handfull of brokers, instead of launching
(and having to monitor success of) a large number of mosquitto_sub(1)
programs.
2022-08-15T23:04:08+08:00 lang/zephir Zephir is a transpiled language used for creating C-extensions for PHP
Zephir is a high level programming language that eases the creation and
maintainability of extensions for PHP. Zephir extensions are exported to
C code that can be compiled and optimized by major C compilers such as
gcc/clang/vc++. Functionality is exposed to the PHP language.
2022-08-14T15:59:42-07:00 devel/robin-hood-hashing Fast & memory efficient hashtable based on robin hood hashing for C++
robin-hood-hashing provides classes robin_hood::unordered_map and
robin_hood::unordered_set. It is a platform independent replacement for
std::unordered_map and std::unordered_set which is both faster and more memory
efficient for real-world use cases.
2022-08-14T15:13:51-07:00 science/py-penaltymodel DWave: Utilities and interfaces for using penalty models
penaltymodel is a set of utilities and interfaces for using penalty models.

One approach to solve a constraint satisfaction problem (CSP) using an Ising
model or a QUBO, is to map each individual constraint in the CSP to a 'small'
Ising model or QUBO. This mapping is called a penalty model.
2022-08-14T14:35:38-07:00 science/py-dwave-greedy DWave: Greedy binary quadratic model solvers
dwave-greedy is an implementation of a steepest descent solver for binary
quadratic models.

Steepest descent is the discrete analogue of gradient descent, but the best move
is computed using a local minimization rather rather than computing a gradient.
At each step, we determine the dimension along which to descend based on the
highest energy drop caused by a variable flip.
2022-08-14T14:19:36-07:00 science/py-dwave-system DWave: API for incorporating the D-Wave system as a sampler
dwave-system is a basic API for easily incorporating the D-Wave system as a
sampler in the D-Wave Ocean software stack, directly or through Leap's
cloud-based hybrid solvers. It includes DWaveSampler, a dimod sampler that
accepts and passes system parameters such as system identification and
authentication down the stack, LeapHybridSampler, for Leap's hybrid solvers,
and other. It also includes several useful composites - layers of pre- and
post-processing - that can be used with DWaveSampler to handle minor-embedding,
optimize chain strength, etc.
2022-08-14T12:01:03-07:00 math/py-minorminer Heuristic tool for minor embedding of graphs
minorminer is a heuristic tool for minor embedding: given a minor and target
graph, it tries to find a mapping that embeds the minor into the target.
2022-08-14T22:49:08+03:00 net-p2p/cncli A community-based cardano-node CLI tool
A community-based cardano-node CLI tool. It's a collection of utilities to
enhance and extend beyond those available with the cardano-cli.
2022-08-14T22:39:19+03:00 net-p2p/oura A pipeline that connects to the tip of a Cardano node
Oura is a rust-native implementation of a pipeline that connects to the
tip of a Cardano node through a combination of Ouroboros mini-protocol
(using either a unix socket or tcp bearer), filters the events that match
a particular pattern and then submits a succint, self-contained payload
to pluggable observers called "sinks".
2022-08-14T22:01:38+03:00 net-p2p/cardano-db-sync PostgreSQL-driven Cardano blockchain data tool
The purpose of Cardano DB Sync is to follow the Cardano chain and take
information from the chain and an internally maintained copy of ledger state.
Data is then extracted from the chain and inserted into a PostgreSQL database.
Queries can then be written directly against the database schema or as queries
embedded in any language with libraries for interacting with an SQL database.
This package provides a daemon program to run the Cardano DB Sync and a CLI
DB management tool.
2022-08-14T21:59:40+03:00 net-p2p/ogmios WebSockets API to Cardano Ouroboros' mini-protocols
Ogmios is a lightweight bridge interface for cardano-node. It offers a
WebSocket API that enables local clients to speak Ouroboros' mini-protocols
via JSON/RPC.
2022-08-14T21:44:28+03:00 net-p2p/cardano-node Core component of the Cardano decentralized blockchain
Cardano is a proof-of-stake blockchain platform built by a decentralized
community of scientists, engineers, and thought leaders. Cardano is based on
Ouroboros, an environmentally sustainable, verifiably secure consensus protocol
with rigorous security guarantees.

This package provides a daemon program to run the Cardano node and a CLI
management tool.
2022-08-14T11:36:41-07:00 math/py-rectangle-packer Rectangle packing library
rectangle-packer solves the following problem: Given a set of rectangles with
fixed orientations, find a bounding box of minimum area that contains them all
with no overlap.
2022-08-14T10:44:11-07:00 science/py-dwave-cloud-client DWave: REST interface to communicate with D-Wave Solver API servers
D-Wave Cloud Client is a minimal implementation of the REST interface used to
communicate with D-Wave Sampler API (SAPI) servers.

SAPI is an application layer built to provide resource discovery, permissions,
and scheduling for quantum annealing resources at D-Wave Systems. This package
provides a minimal Python interface to that layer without compromising the
quality of interactions and workflow.
2022-08-14T10:30:45-07:00 devel/py-diskcache Disk and file backed persistent cache
DiskCache is an Apache2 licensed disk and file backed cache library, written in
pure-Python, and compatible with Django.

The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty
space is left on disks as processes vie for memory. Among these processes is
Memcached (and sometimes Redis) which is used as a cache.
2022-08-14T10:09:16-07:00 devel/py-plucky Plucking keys/paths/items safely from Python objects
plucky.pluckable happily wraps any Python object and allows for chained soft
plucking with attribute- and item- getters (e.g. .attr, ["key"], [idx], [::2],
or a combination: ["key1", "key2"], and [0, 3:7, ::-1];
even: ["length", 0:5, 7]).
2022-08-14T09:52:03-07:00 devel/py-homebase Platform independent access to user data folders
homebase provides a platform independent API for querying paths in which
applications can write caches, data, configs, and other information.
2022-08-14T09:29:28-07:00 science/py-dwave-preprocessing DWave: Preprocessing tools to aid in solving binary quadratic models
dwave-preprocessing is a package of common preprocessing tools that can aid in
solving binary quadratic models (BQM).
2022-08-14T01:21:02-07:00 science/py-dwave-networkx DWave: Extension of the NetworkX Python package for graphs
D-Wave NetworkX is an extension of NetworkX - a Python language package for
exploration and analysis of networks and network algorithms - for users of
D-Wave Systems. It provides tools for working with Chimera graphs and
implementations of graph-theory algorithms on the D-Wave system and other
binary quadratic model samplers.
2022-08-13T23:01:28-07:00 science/py-dwave-tabu DWave: Tabu solver for QUBO/Ising problems
dwave-tabu is a C/C++ implementation of the MST2 multistart tabu search
algorithm for quadratic unconstrained binary optimization (QUBO) problems with a
dimod sampler Python interface.
2022-08-13T22:41:24-07:00 science/py-dwave-neal DWave: Simulated annealing sampler for general Ising model graphs
An implementation of a simulated annealing sampler.

A simulated annealing sampler can be used for approximate Boltzmann sampling or
heuristic optimization. This implementation approaches the equilibrium
distribution by performing updates at a sequence of increasing beta values,
beta_schedule, terminating at the target beta. Each spin is updated once in a
fixed order per point in the beta_schedule according to a Metropolis- Hastings
update. When beta is large the target distribution concentrates, at equilibrium,
over ground states of the model. Samples are guaranteed to match the equilibrium
for long 'smooth' beta schedules.
2022-08-13T22:10:45-07:00 science/py-dwave-samplers DWave: Classical algorithms for solving binary quadratic models
Ocean software provides a variety of quantum, classical, and quantum-classical
dimod samplers that run either remotely (for example, in D-Wave's Leap
environment) or locally on your CPU.

dwave-samplers implements the following classical algorithms for solving binary
quadratic models (BQM):
* Random: a sampler that draws uniform random samples.
* Simulated Annealing: a probabilistic heuristic for optimization and
approximate Boltzmann sampling well suited to finding good solutions of large
problems.
* Steepest Descent: a discrete analogue of gradient descent, often used in
machine learning, that quickly finds a local minimum.
* Tabu: a heuristic that employs local search with methods to escape local
minima.
* Tree Decomposition: an exact solver for problems with low treewidth.
2022-08-13T22:09:15-07:00 science/py-dimod DWave: Shared API for QUBO/Ising samplers
dimod is a part of the software stack for accessing quantum computing hardware
made by D-Wave company.

dimod is a shared API for samplers. It provides:
* classes for quadratic models - such as the binary quadratic model (BQM) class
that contains Ising and QUBO models used by samplers such as the D-Wave system
- and higher-order (non-quadratic) models
* reference examples of samplers and composed samplers
* abstract base classes for constructing new samplers and composed samplers
2022-08-12T10:27:18-07:00 devel/freebsd-gcc12 Cross GNU Compiler Collection for ${TARGETARCH}
GCC, the GNU Compiler Collection, supporting C and C++ for building the
FreeBSD base system.
2022-08-12T11:01:42+02:00 editors/bee-host Host application for Browser's Exernal Editor extension
BeeCtl, a native messaging host application for Browser's Exernal Editor
extension (https://github.com/rosmanov/chrome-bee).

When installing the add-on External Editor for Firefox (or Chrome),
https://addons.mozilla.org/en-US/firefox/addon/external-editor/
this is the required host part.
2022-08-11T17:10:46-07:00 science/py-OpenFermion-PySCF Interface between OpenFermion and PySCF
OpenFermion-PySCF is an interface between OpenFermion and PySCF to perform
relativistic quantum chemistry calculations simulated on a quantum computer.
2022-08-11T15:52:04-07:00 science/py-OpenFermion-Dirac Interface between OpenFermion and Dirac
OpenFermion-Dirac is an interface between Openfermion and Dirac to perform
relativistic quantum chemistry calculations simulated on a quantum computer.
2022-08-11T17:23:14+00:00 archivers/ccmix Westwood Studios MIX format file manipulator
ccmix is a command-line tool to create and extract from archive files in
the Westwood Studios MIX format. The tool can create any of the three main
variants used in classic Westwood games. These are Tiberian Dawn versions,
Red Alert versions with both encrypted and unencrypted file headers, and
Tiberian Sun versions with encrypted and unencrypted file headers. It also
optionally adds the XCC extension of including a local filenames database
to allow recovery of filenames from the one way hash they are stored as.
2022-08-11T00:34:08-07:00 science/dirac Program for atomic & molecular relativistic all-electron calculations
The DIRAC program computes molecular properties using relativistic quantum
chemical methods. It is named after P.A.M. Dirac, the father of relativistic
electronic structure theory.
2022-08-11T00:01:09+01:00 devel/llvm15 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.
2022-08-09T21:09:10+03:00 sysutils/py-elf_diff Tool to Compare Elf Binaries
This tool compares pairs of ELF binary files and provides information
about differences in the contained symbols with respect to the space
that they occupy in program memory (functions and global data) and in
RAM (global data).
2022-08-09T19:08:52+03:00 devel/py-anytree Powerful and Lightweight Python Tree Data Structure
Simple, lightweight and extensible Tree data structure.

Supports:

* Tree Iteration & Rendering
* Searching & Cached Searching
* Node Resolution
* Dictionary, JSON Importers
* Dictionary, JSON and Dot Exporters
* Multi-Dimensional Trees & Weighted Edges
2022-08-09T18:59:40+03:00 textproc/py-dict2xml Small utility to convert a python dictionary into an XML string
Super Simple utility to convert a python dictionary into an xml string.
2022-08-10T07:34:59+00:00 www/py-semiphemeral Automatically delete your old tweets, and more
Semiphemeral protects your privacy by making it easy for you to automatically
delete years of old tweets while giving you control over exactly which tweets
you want to make sure you keep.

You can set Semiphemeral to, for example, automatically delete your tweets that
are older than 30 days unless they have at least 10 retweets or at least 20
likes (all these numbers are configurable).
2022-08-09T21:16:58-07:00 science/py-qiskit-experiments Experiments submodule for Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Experiments is one of Qiskit components. Qiskit Experiments is a
repository that builds tools for building, running, and analysis of
experiments on noisy quantum computers.
2022-08-09T20:35:56-07:00 math/py-lmfit Least-squares Minimization with bounds and constraints
Lmfit provides a high-level interface to non-linear optimization and curve
fitting problems for Python. It builds on and extends many of the optimization
methods of scipy.optimize. Initially inspired by (and named for) extending the
Levenberg-Marquardt method from scipy.optimize.leastsq, lmfit now provides a
number of useful enhancements to optimization and data fitting problems.
2022-08-09T20:17:52-07:00 math/py-numdifftools Solve automatic numerical differentiation problems in 1+ variables
The numdifftools library is a suite of tools written in _Python to solve
automatic numerical differentiation problems in one or more variables. Finite
differences are used in an adaptive manner, coupled with a Richardson
extrapolation methodology to provide a maximally accurate result. The user can
configure many options like; changing the order of the method or the
extrapolation, even allowing the user to specify whether complex-step, central,
forward or backward differences are used.
2022-08-09T19:26:30-07:00 devel/py-line-profiler Line-by-line profiler for Python
line_profiler is a module for doing line-by-line profiling of functions.
kernprof is a convenient script for running either line_profiler or the Python
standard library's cProfile or profile modules, depending on what is available.
2022-08-09T19:00:56-07:00 devel/py-ubelt Python utility belt containing simple tools
Ubelt is a small library of robust, tested, documented, and simple functions
that extend the Python standard library. It has a flat API that all behaves
similarly on Windows, Mac, and Linux (up to some small unavoidable differences).
Almost every function in ubelt was written with a doctest. This provides helpful
documentation and example usage as well as helping achieve 100% test coverage
(with minor exceptions on Windows).
2022-08-09T18:15:11-07:00 devel/py-xdoctest Python package for executing tests in documentation strings
Xdoctest is a Python package for executing tests in documentation strings.
2022-08-10T09:47:09+08:00 textproc/pecl-zephir_parser Zephir Parser delivered as a C extension for the PHP language
Zephir is an open source, high-level/domain specific language
designed to ease the creation and maintainability of extensions for PHP,
with a focus on type and memory safety. Zephir is an attempt to join good
things from the C and PHP worlds, looking for opportunities to make
applications faster.

The Zephir Parser delivered as a C extension for the PHP language.
2022-08-09T15:29:55-07:00 devel/py-asteval Safe, minimalistic evaluator of python expression using ast module
asteval provides a numpy-aware, safe(ish) 'eval' function Emphasis is on
mathematical expressions, and so numpy ufuncs are used if available. Symbols
are held in the Interpreter symbol table 'symtable': a simple dictionary
supporting a simple, flat namespace. Expressions can be compiled into ast node
for later evaluation, using the values in the symbol table current at evaluation
time.
2022-08-09T14:52:59-07:00 science/py-qiskit-ibm-experiment IBM Experiment submodule for Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit IBM Experiment service is one of Qiskit components. It contains a
service that allows accessing the IBM Quantum experiment database.
2022-08-09T14:26:55-07:00 x11/jbxvt XVT fork in xcb
jbxvt is an XCB-based terminal emulator implementing modern terminal
emulator features and legacy expectations. It is a fork of XVT
focused on usability and minimal resource usage.
2022-08-09T14:24:07-07:00 science/py-qiskit-nature Natural science submodule for Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Nature is one of Qiskit components. Qiskit Nature is an open-source
framework which supports solving quantum mechanical natural science problems
using quantum computing algorithms. This includes finding ground and excited
states of electronic and vibrational structure problems, measuring the dipole
moments of molecular systems, solving the Ising and Fermi-Hubbard models on
lattices, and much more.

The code comprises chemistry drivers, which when provided with a molecular
configuration will return one- and two-body integrals as well as other data that
is efficiently computed classically. This output data from a driver can then be
used as input in Qiskit Nature that contains logic which is able to translate
this into a form that is suitable for quantum algorithms.

For the solution of electronic structure problems, the problem Hamiltonian is
first expressed in the second quantization formalism, comprising fermionic
excitation and annihilation operators. These can then be mapped to the qubit
formalism using a variety of mappings such as Jordan-Wigner, Parity, and more,
in readiness for the quantum computation.
2022-08-09T12:12:41-07:00 misc/py-qiskit-machine-learning Quantum Machine Learning for Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Machine Learning is one of Qiskit components. It introduces fundamental
computational building blocks - such as Quantum Kernels and Quantum Neural
Networks - used in different applications, including classification and
regression. On the one hand, this design is very easy to use and allows users to
rapidly prototype a first model without deep quantum computing knowledge. On the
other hand, Qiskit Machine Learning is very flexible, and users can easily
extend it to support cutting-edge quantum machine learning research.
2022-08-09T00:14:58-07:00 science/py-qiskit Qiskit meta-package: SDK for working with quantum computers
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

This is a meta-package that installs Qiskit submodules.
2022-08-08T23:56:11-07:00 science/py-qiskit-ibmq-provider Qiskit Provider for accessing IBM quantum devices and simulators
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

qiskit-ibmq-provider is a Qiskit Provider for accessing the quantum devices and
simulators.
2022-08-08T23:47:55-07:00 science/py-qiskit-optimization Optimization submodule of the Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Optimization is one of Qiskit components. It covers the whole range from
high-level modeling of optimization problems, with automatic conversion of
problems to different required representations, to a suite of easy-to-use
quantum optimization algorithms that are ready to run on classical simulators,
as well as on real quantum devices via Qiskit.
2022-08-08T23:37:30-07:00 science/py-qiskit-aer Aer submodule of the Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Aer is one of Qiskit components: it is a high performance simulator for
quantum circuits that includes noise models.
2022-08-08T20:26:46-07:00 science/py-qiskit-ibm-provider Qiskit Provider for accessing IBM quantum devices and simulators
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

qiskit-ibmq-provider is a Qiskit Provider for accessing the quantum devices and
simulators.
2022-08-08T17:54:00-07:00 graphics/matplotlib-cpp Header-only C++ plotting library built on the popular matplotlib
matplotlib-cpp is possibly the simplest C++ plotting library. It is built to
resemble the plotting API used by Matlab and matplotlib.
2022-08-08T13:35:17-07:00 math/py-docplex IBM Decision Optimization CPLEX Modeling for Python
docplex is an IBM Decision Optimization CPLEX Modeling for Python.

With this library, you can quickly and easily add the power of optimization to
your application. You need IBM ILOG CPLEX Optimization Studio to solve the
models.
2022-08-08T12:48:15-07:00 science/py-qiskit-terra Terra submodule of the Quiskit framework for quantum computing
Qiskit [quiss-kit] is an open-source SDK for working with quantum computers
at the level of pulses, circuits, and application modules.

Qiskit Terra is one of Qiskit components.
2022-08-08T23:13:43+03:00 devel/py-astroid253 Abstract syntax tree for Python with inference support (legacy version)
The aim of this module is to provide a common base representation of python
source code for projects such as pychecker, pyreverse, pylint... Well, actually
the development of this library is essentially governed by pylint's needs. It
used to be called logilab-astng.

It provides a compatible representation which comes from the _ast module. It
rebuilds the tree generated by the builtin _ast module by recursively walking
down the AST and building an extended ast. The new node classes have additional
methods and attributes for different usages. They include some support for
static inference and local name scopes. Furthermore, astroid builds partial
trees by inspecting living objects.
2022-08-08T21:11:53+02:00 devel/py-lru-dict Fast and memory efficient LRU cache for Python
A fixed size dict like container which evicts Least Recently Used (LRU)
items once size limit is exceeded. There are many python implementations
available which does similar things. This is a fast and efficient C
implementation. LRU maximum capacity can be modified at run-time.
2022-08-08T20:07:01+02:00 devel/py-voluptuous-serialize Convert voluptuous schemas to JSON
Convert Voluptuous schemas to dictionaries so they can be serialized.
You can pass a custom serializer to be able to process custom validators.
If the serializer returns UNSUPPORTED, it will return to normal processing.
2022-08-08T10:55:20-07:00 math/py-rustworkx High performance Python graph library implemented in Rust
rustworkx is a general purpose graph library for Python written in Rust to take
advantage of the performance and safety that Rust provides. It is designed to
provide a high performance general purpose graph library for any Python
application.
2022-08-01T21:58:46+02:00 sysutils/fakertc Save real-time clock on reboot
Save real-time clock on reboot

For computers without a real-time clock, this utility enables to store
the wall-clock on shutdown and restore it on boot, in order to minimize
the drift as far as possible until e.g. NTP is used to set the correct
date/time again.

Note that systems using UFS for the root fs won't need this, as the
clock is already restored from info in the UFS superblock.
2022-08-07T20:37:54-07:00 science/py-tweedledum Library for analysis, compilation, synthesis of quantum circuits
tweedledum is a library for synthesis, compilation, and optimization of quantum
circuits. The library is written to be scalable up to problem sizes in which
quantum circuits outperform classical ones. Also, it is meant to be used both
independently and alongside established tools.
2022-08-07T20:35:25-07:00 science/tweedledum Library for analysis, compilation, synthesis of quantum circuits
tweedledum is a library for synthesis, compilation, and optimization of quantum
circuits. The library is written to be scalable up to problem sizes in which
quantum circuits outperform classical ones. Also, it is meant to be used both
independently and alongside established tools.
2022-08-07T18:46:21-07:00 math/py-symengine Python library providing wrappers to SymEngine
SymEngine is a standalone fast C++ symbolic manipulation library.
Optional thin wrappers allow usage of the library from other languages, e.g.:

* C wrappers allow usage from C, or as a basis for other wrappers (the
symengine/cwrapper.h file)
* Python wrappers allow easy usage from Python and integration with SymPy and
Sage (the symengine.py repository)
* Ruby wrappers (the symengine.rb repository)
* Julia wrappers (the SymEngine.jl repository)
* Haskell wrappers (the symengine.hs repository)
2022-08-07T13:29:58-07:00 biology/kmcp Accurate metagenomic profiling & fast large-scale genome searching
KMCP: accurate metagenomic profiling of both prokaryotic and viral populations
by pseudo-mapping.

See also: https://github.com/shenwei356/kmcp
2022-08-07T15:42:14+00:00 net/onionprobe Test and monitor the status of Tor Onion Services
Onionprobe is a tool for testing and monitoring the status of
Tor Onion Services sites. It can run a single time or continuously to
probe a set of onion services endpoints and paths, optionally
exporting to Prometheus.
2022-08-07T03:05:29-07:00 misc/py-histoprint Pretty printing of histograms to the console
histoprint is a package for pretty print of NumPy (and other) histograms to the
console.

Histoprint uses a mix of terminal color codes and Unicode trickery (i.e.
combining characters) to plot overlaying histograms. Some terminals are not able
to display Unicode combining characters correctly. Histoprint can still be used
in those terminals, but the character set needs to be constrained to the
non-combining ones.
2022-08-06T20:10:27+02:00 devel/py-recordclass Mutable variants of tuple and collections.namedtuple
Recordclass is MIT Licensed python library. It was started as a "proof of
concept" for the problem of fast "mutable" alternative of namedtuple. It
implements a factory function recordclass (a variant of collection.namedtuple)
in order to create record-like classes with the same API as
collection.namedtuple. It was evolved further in order to provide more memory
saving, fast and flexible types.

See also: https://bitbucket.org/intellimath/recordclass/
2022-08-07T00:13:05-07:00 misc/py-uhi Universal Histogram Interface
UHI is a library that helps connect other Histogramming libraries. It is
primarily indented to be a guide and static type check helper; you do not need
an runtime dependency on UHI.

See also: https://github.com/Scikit-HEP/uhi
2022-08-06T23:31:23-07:00 misc/py-boost-histogram Python bindings for the C++14 Boost::Histogram library
Python bindings for Boost::Histogram, a C++14 library. This is one of the
fastest libraries for histogramming, while still providing the power of a full
histogram object.
2022-08-06T15:09:12-07:00 security/py-pycryptodome-test-vectors Optional test vectors for PyCryptodome and PyCryptodomeX
These cryptographic test vectors serve as the reference against which
to run the built-in test suite for security/py-pycryptodome and/or
security/py-pycrytodomex. It is only necessary to install this port if
you wish to run the tests yourself.
2022-08-06T12:36:39-07:00 math/ssht Fast and exact spin spherical harmonic transforms
The SSHT code provides functionality to perform fast and exact spin spherical
harmonic transforms based on the sampling theorem on the sphere derived in
McEwen & Wiaux (2011).

SSHT can also interface with ducc0 and use it as a backend for the forward,
inverse and inverse adjoint transforms.

In some applications adjoint forward and inverse spherical harmonic transforms
are also required (for example, when solving convex optimisation problems).
Functionality is also provided to perform fast and exact adjoint transforms,
based on the fast algorithms derived in McEwen et al. (2013).
2022-08-06T18:37:14+01:00 games/exult-devel
2022-08-06T09:34:06-07:00 devel/py-session-info Print version information for loaded modules, Python, and the OS
session_info outputs version information for modules loaded in the current
session, Python, the OS, and the CPU. It is designed as a minimum measure to
increase reproducibility and provides similar information as sessionInfo and
devtools::session_info in R.
2022-08-06T10:11:49-07:00 devel/py-stdlib-list List of Python Standard Libraries
The package includes lists of all of the standard libraries for Python
2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9 along with the code for
scraping the official Python docs to get said lists.
2022-08-06T10:10:03-07:00 math/py-umap-learn Uniform Manifold Approximation and Projection
Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction
technique that can be used for visualisation similarly to t-SNE, but also for
general non-linear dimension reduction. The algorithm is founded on three
assumptions about the data:
* The data is uniformly distributed on a Riemannian manifold;
* The Riemannian metric is locally constant (or can be approximated as such);
* The manifold is locally connected.
2022-08-06T10:56:34+00:00 www/onionshare-cli Secure and anonymous file sharing via Tor (CLI version)
OnionShare (CLI) lets you securely and anonymously send and receive files.

It works by starting a web server, making it accessible as a Tor onion service,
and generating an unguessable web address so others can download files
from you, or upload files to you.

It does *NOT* require setting up a separate server or using a third party
file-sharing service.
2022-08-06T10:49:50+00:00 net/py-cepa Python controller library for Tor, with v3 onion client auth support
Cepa (short for allium cepa) is a fork of stem that adds support for v3 onion
client authentication. Stem is a Python controller library for Tor.

With it you can use Tor's control protocol to script against the Tor process,
or build things such as Nyx.
2022-08-05T19:40:40-07:00 x11/cde-devel Common Desktop Environment
CDE - The Common Desktop Environment is X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
2022-08-05T08:31:23-07:00 x11/cde-25 Common Desktop Environment
CDE - The Common Desktop Environment is X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
2022-08-05T08:24:10-07:00 x11/cde-24 Common Desktop Environment
CDE - The Common Desktop Environment is X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
2022-08-05T20:19:21-05:00 x11/lemonbar-xft Fork of lemonbar with support for Xft (fontconfig typefaces)
lemonbar-xft is a lightweight bar entirely based on XCB. Provides full UTF-8
support, basic formatting, RandR and Xinerama support and EWMH compliance
without wasting your precious memory. This fork add Xft support
2022-08-05T00:47:22-07:00 audio/timbre-mill Timbre Mill tool for timbre correction
Timbre Mill is a tool for timbral correction of audio files.

The tool allows to specify multiple file groups containing two type of files:
* master file;
* child files.

For each file group, the tool performs spectral analysis of master file and each
child file. After that, it computes the raw inverse impulse responses which
allow to tune tonal characteristics of the master file to match the tonal
characteristics of each corresponding child file. These raw IR files allow to
process audio data as linear-phase finite impulse response filters (FIRs).
2022-08-04T18:32:31-07:00 devel/py-xarray-einstats Stats, linear algebra and einops for xarray
Stats, linear algebra and einops for xarray.
2022-08-05T08:05:05+08:00 www/py-django41 High-level Python Web Framework
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

Developed and used over the past two years by a fast-moving online-news
operation, Django was designed from scratch to handle two challenges: the
intensive deadlines of a newsroom and the stringent requirements of experienced
Web developers. It has convenient niceties for developing content-management
systems, but it's an excellent tool for building any Web site.
2022-08-04T16:10:40+03:00 audio/sdl_audiolib Audio decoding, resampling and mixing library for SDL
This is a small and simple to use C++ library for playing various
audio formats. It is a thin (-ish) wrapper around existing resampling
(like SRC or SoX) and decoding libraries (like libmpg123 or libvorbis.)

It was written as a replacement for SDL_mixer, due to SDL_mixer's
lack of multiple music streams, limited audio format support and
poor resampling quality.
2022-08-04T15:45:22+03:00 devel/simpleini C++ library providing a simple API to INI-style configuration files
A cross-platform library that provides a simple API to read and
write INI-style configuration files. It supports data files in
ASCII, MBCS and Unicode. It is designed explicitly to be portable
to any platform and has been tested on Windows, WinCE and Linux.
2022-08-04T12:46:50-07:00 devel/p5-Algorithm-Backoff Various backoff strategies for retry
Various backoff strategies for retry
2022-08-04T15:18:52+00:00 games/vanilla-conquer Portable version of the original C&C engine
Vanilla Conquer is a fully portable version of the first generation C&C
engine and is capable of running both Tiberian Dawn and Red Alert on
multiple platforms. It can also be used for mod development for the
Remastered Collection.

The main focus of Vanilla Conquer is to keep the default out-of-box
experience faithful to what the games were back when they were released
and work as a drop-in replacement for the original executables while
also providing bug fixes, compatibility and quality of life improvements.
2022-08-04T13:46:35+02:00 devel/rubygem-zstd-ruby Ruby binding for zstd
Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)
2022-08-04T17:18:40+08:00 devel/p5-Test-DBIC-ExpectedQueries Test that only expected DBIx::Class queries are run
Test that only expected DBIx::Class queries are run
2022-08-03T10:51:20-07:00 science/py-pymbd Many-body dispersion library
Pymbd is Python bindings for Libmbd.

Libmbd implements the many-body dispersion (MBD) method in several
programming languages and frameworks:

The Fortran implementation is the reference, most advanced
implementation, with support for analytical gradients and distributed
parallelism, and additional functionality beyond the MBD method
itself. It provides a low-level and a high-level Fortran API, as well
as a C API. Furthermore, Python bindings to the C API are provided.
2022-08-03T17:19:58+02:00 devel/muon Build system compatible with meson
muon is an implementation of the meson build system in c99 with minimal
dependencies.

# Non-features
* bug-for-bug compatibility with meson. In fact, muon aspires to be stricter
than meson in cases where meson's implementation seems error prone. muon uses
the official meson documentation as its specification.
* cli compatibility with meson. muon has different flags, subcommands, etc., and
should not be renamed/symlinked to meson.

# Features
* muon analyze - a static analyzer for meson.build files. Capable of doing type
inference, checking unused variables, undeclared variables, etc.
* muon fmt_unstable - a meson.build code formatter
* An interactive stepping debugger with the dbg() function.
* Fast
2022-07-23T09:06:42+02:00 devel/sjasmplus Command-line cross-compiler of assembly language for Z80 CPU
Command-line cross-compiler of assembly language for Z80 CPU. Supports many
ZX-Spectrum specific directives, has built-in Lua scripting engine and 3-pass
design.
2022-08-02T20:00:35-04:00 audio/lpcnet Neural Net speech coding
Experimental version of LPCNet that has been used to develop FreeDV 2020
- a HF radio Digial Voice mode for over the air experimentation with
Neural Net speech coding. Possibly the first use of Neural Net speech
coding in real world operation.
2022-08-02T13:40:30+00:00 games/jumpy Tactical 2D shooter in fishy pixels style
Fish Fight: Jumpy is a tactical 2D shooter, played by up to 4 players
online or on a shared screen. Aim either left or right; the rest is up
to clever movement and positioning in this fish-on-fish brawler! Made
with Rust-lang and Macroquad.

### Key Features (WIP)

- 2 to 4 players in either Local Multiplayer or Online Play
- Easy to pick up, emphasizing strategy over twitch reaction
- Customize characters with hats, saved to your cross-platform profile
- Create & explore user-made weapons, levels, audio and other scripted
extensions
- Smart level creation tools
- Tournaments & matchmaking built in
2022-08-02T12:36:35-05:00 lang/go119 Go programming language
2022-08-02T22:39:34+08:00 sysutils/nerdctl Docker-compatible CLI for containerd
ContaiNERD CTL - Docker-compatible CLI for containerd
- Same UI/UX as docker
- Supports Docker Compose (nerdctl compose up)
- [Optional] Supports rootless mode, without slirp overhead (bypass4netns)
- [Optional] Supports lazy-pulling (Stargz, Nydus, OverlayBD)
- [Optional] Supports encrypted images (ocicrypt)
- [Optional] Supports P2P image distribution (IPFS)
- [Optional] Supports container image signing and verifying (cosign)

nerdctl is a non-core sub-project of containerd.
2022-08-02T00:49:21-07:00 lang/quilc Optimizing Quil compiler (for quantum computing)
Quilc is an advanced optimizing compiler for the quantum instruction
language Quil.

Quil is the quantum instruction language, originally developed at
Rigetti Computing. In Quil quantum algorithms are expressed using
Quil's standard gates and instructions. One can also use Quil's
DEFGATE to define new non-standard gates, and DEFCIRCUIT to build a
named circuit that can be referenced elsewhere in Quil code (analogous
to a function in most other programming languages).
2022-08-01T15:41:43-05:00 security/py-notus-scanner scanner for creating results from local security checks
Notus Scanner detects vulnerable products in a system environment. The scanning
method is to evaluate internal system information. It does this very fast and
even detects currently inactive products because it does not need to interact
with each of the products.

To report about vulnerabilities, Notus Scanner receives collected system
information on the one hand and accesses the vulnerability information from the
feed service on the other. Both input elements are in table form: the system
information is specific to each environment and the vulnerability information
is specific to each system type.

Notus Scanner integrates into the Greenbone Vulnerability Management framework
which allows to let it scan entire networks within a single task. Any
vulnerability test in the format of .notus files inside the Greenbone Feed will
be considered and automatically matched with the scanned environments.
2022-08-01T22:26:50+02:00 benchmarks/uica Code Analyzer from the uops.info project
uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.

uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.
2022-08-01T14:07:06-05:00 databases/pg-gvm Greenbone Library for helper functions in PostgreSQL
Greenbone Library for helper functions in PostgreSQL. This library contains
functionality for ical object manipulation.
2022-08-01T20:32:11+03:00 comms/cyclonedds Eclipse Cyclone DDS middleware
Eclipse Cyclone DDS is a very performant and robust open-source implementation
of the OMG DDS specification. Cyclone DDS is developed completely in the open
as an Eclipse IoT project (see eclipse-cyclone-dds) with a growing list of
adopters (if you're one of them, please add your logo). It is a tier-1
middleware for the Robot Operating System ROS 2.
2022-08-01T19:34:59+09:00 devel/ghub-devel Client libraries for the APIs of various Git forges
Ghub is a library that provides basic support for using the Github
REST (v3) and GraphQL (v4) APIs from Emacs packages. It abstracts
access to API resources using only a handful of functions that are not
resource-specific.

Ghub handles the creation, storage and use of access tokens using a
setup wizard to make it easier for users to get started and to reduce
the support burden imposed on package maintainers. It also comes with
a comprehensive manual to address the cases when things don't just
work as expected or in case you don't want to use the wizard.

Ghub is intentionally limited to only provide these two essential
features - basic request functions and guided setup - to avoid being
too opinionated, which would hinder wide adoption. It is assumed that
wide adoption would make life easier for users and maintainers alike,
because then all packages that talk to the Github API could be
configured the same way.
2022-08-01T18:26:37+09:00 editors/with-editor-devel Use the Emacsclient as the $$EDITOR of child processes
The library with-editor makes it easy to use the Emacsclient as the
$EDITOR of child processes, making sure they know how to call
home. For remote processes a substitute is provided, which
communicates with Emacs on standard output instead of using a socket
as the Emacsclient does.
2022-08-01T15:36:00+09:00 devel/transient-devel Emacs key and popup interface for complex keybindings
Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands. We could call this abstraction a
"transient command", but because it always involves at least two
commands (a prefix and a suffix) we prefer to call it just a
"transient".

When the user calls a transient prefix command, then a transient
(temporary) keymap is activated, which binds the transient's infix
and suffix commands, and functions that control the transient state
are added to `pre-command-hook` and `post-command-hook`. The available
suffix and infix commands and their state are shown in a popup buffer
until the transient is exited by invoking a suffix command.

Calling an infix command causes its value to be changed, possibly by
reading a new value in the minibuffer.

Calling a suffix command usually causes the transient to be exited but
suffix commands can also be configured to not exit the transient.
2022-07-31T19:30:42-07:00 multimedia/py-pysubs2 Library for editing subtitle files
pysubs2 is a Python library for editing subtitle files. It's based on
SubStation Alpha, the native format of Aegisub; it also supports
SubRip (SRT), MicroDVD, MPL2, TMP and WebVTT formats. There is a small
CLI tool for batch conversion and retiming.
2022-07-31T15:18:58-05:00 security/wazuh-manager Security tool to monitor and check logs and intrusions (manager)
Wazuh is a free and open source platform used for threat prevention, detection,
and response. It is capable of protecting workloads across on-premises,
virtualized, containerized, and cloud-based environments.

Wazuh solution consists of an endpoint security agent, deployed to the
monitored systems, and a management server, which collects and analyzes data
gathered by the agents. Besides, Wazuh has been fully integrated with the
Elastic Stack, providing a search engine and data visualization tool that
allows users to navigate through their security alerts.
2022-07-31T04:56:40+08:00 textproc/rubygem-rouge329 Simple, easy-to-extend drop-in replacement for pygments
Rouge aims to a be a simple, easy-to-extend drop-in replacement for
pygments.
2022-07-31T03:23:29+08:00 devel/rubygem-bootsnap112 Boot large ruby/rails apps faster
Bootsnap makes booting large ruby/rails apps faster. It is a library that plugs
into a number of Ruby and (optionally) ActiveSupport and YAML methods to
optimize and cache expensive computations.
2022-07-30T13:56:32+08:00 devel/rubygem-aws-crt AWS SDK for Ruby - Common Run Time
AWS Common Runtime for Ruby

The AWS Common Runtime (CRT) libraries are a base library of the SDKs. The CRT
is a modular family of independent packages, written in C. Each package provides
good performance and minimal footprint for different required functionalities.
These functionalities are common and shared across all SDKs providing better
code reuse, optimization, and accuracy.
2022-07-30T13:56:31+08:00 devel/py-unearth Utility to fetch and download python packages
unearth is a utility to fetch and download python packages.
2022-07-30T13:56:31+08:00 devel/py-robotframework-stacktrace Listener that prints a Stack Trace to console to faster find the code section where the failure appears
robotframework-stacktrace provides a listener for RF >= 4.0 that prints a Stack
Trace to console to faster find the code section where the failure appears.
2022-07-30T13:56:30+08:00 devel/py-robotframework-pythonlibcore Tools to ease creating larger test libraries for Robot Framework using Python
Tools to ease creating larger test libraries for Robot Framework using Python.
The Robot Framework hybrid and dynamic library API gives more flexibility for
library than the static library API, but they also sets requirements for
libraries which needs to be implemented in the library side. PythonLibCore eases
the problem by providing simpler interface and handling all the requirements
towards the Robot Framework library APIs.
2022-07-29T10:11:51+03:00 comms/iceoryx True zero-copy inter-process communication
Iceoryx is an inter-process-communication (IPC) middleware. It has its origins
in the automotive industry, where large amounts of data have to be transferred
between different processes when it comes to driver assistance or automated
driving systems. However, the efficient communication mechanisms can also be
applied to a wider range of use cases, e.g. in the field of robotics or game
development. Iceoryx uses a true zero-copy, shared memory approach that allows
to transfer data from publishers to subscribers without a single copy. This
ensures data transmissions with constant latency, regardless of the size of the
payload.
2022-07-28T22:26:04+03:00 graphics/gdk-pixbuf2-xlib deprecated API for integrating Xlib and GdkPixbuf
GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with
Xlib data types.
2022-07-28T18:08:14+01:00 sysutils/topgrade Tool for upgrade everything
Upgrade tool for OS and package repositories

Keeping your system up to date usually involves invoking multiple
package managers.
This results in big, non-portable shell one-liners saved in your shell.
To remedy this, topgrade detects which tools you use and runs the
appropriate commands to update them
2022-07-27T22:51:48-07:00 net-p2p/libtorrent-rasterbar2 C++ library implementing a BitTorrent client
libtorrent is an open source C++ library implementing the BitTorrent
protocol, along with most popular extensions, making it suitable for
real world deployment. It is configurable to be able to fit both
servers and embedded devices.

The main goals of libtorrent are to be efficient and easy to use.

NB: this is NOT the same library as the net-p2p/libtorrent port!
2022-07-07T07:31:27+02:00 multimedia/mlt7-glaxnimate 2D animations plugin for the MLT multimedia framework
2022-07-27T16:26:37+01:00 devel/qschematic Qt/C++ library providing widgets for drawing diagrams
QSchematic is a C++ library providing Qt widgets to easily draw diagrams and
schematics in a Qt application. It uses Qt's graphics view framework.

The library interface allows for easy customization of existing items and adding
new custom items such as wires, nodes, connectors and similar.

Drawn diagrams/schematics can be easily serialized to and from XML. A built-in
netlist generator is provided to build a netlist form a drawn diagram/schematic.
2022-07-19T21:47:25+03:00 ports-mgmt/hs-cabal2tuple Generate USE_CABAL and GH_TUPLE knobs for Haskell ports
Cabal2Tuple is an utility to help develop ports for Haskell software. It
generates USE_CABAL and GH_TUPLE knobs for port's Makefiles based on the
plan.json file.
2022-07-26T18:11:38+02:00 devel/git-prev-next Git commands for navigating and editing Git commit history
git-prev-next allows to easily navigate commits, and amend them.
It is built on top of interactive rebase.
2022-07-26T12:39:18+01:00 sysutils/kopia Fast and secure open-source backup/restore tool
Kopia is a fast and secure open-source backup/restore tool that allows
you to create encrypted snapshots of your data and save the snapshots
to remote or cloud storage of your choice, to network-attached storage
or server, or locally on your machine. Kopia does not 'image' your
whole machine. Rather, Kopia allows you to backup/restore any and all
files/directories that you deem are important or critical.
2022-07-26T08:07:53+00:00 databases/py-sqlite-utils Python CLI utility and library for manipulating SQLite databases
Python CLI utility and library for manipulating SQLite databases.

Some feature highlights

* Pipe JSON (or CSV or TSV) directly into a new SQLite database
file, automatically creating a table with the appropriate schema
* Run in-memory SQL queries, including joins, directly against data
in CSV, TSV or JSON files and view the results
* Configure SQLite full-text search against your database tables
and run search queries against them, ordered by relevance
* Run transformations against your tables to make schema changes
that SQLite ALTER TABLE does not directly support, such as
changing the type of a column
* Extract columns into separate tables to better normalize your
existing data
2022-07-26T06:02:55+00:00 databases/py-sqlite-fts4 Python functions for working with SQLite FTS4 search
Custom SQLite functions written in Python for ranking documents
indexed using the FTS4 extension.
2022-07-24T04:59:32-05:00 textproc/vale Command-line tool that brings editorial style guide to life
When you think about software built for automated writing assistance, a
lot of assumptions probably come to mind. You have heard terms like
cloud-based, artificial intelligence, and machine learning. You have
been promised sophisticated, human-like feedback to dramatically
improve your writing.

Vale is none of that; it was not designed to be, and it does not try to be.
To put it succinctly, Vale does not teach you how to write, it is a tool for
writers.

This distinction is particularly important to understand because Vale
does not offer any of its own advice. Instead, it offers a framework for
creating and enforcing custom rules. Its approach is much more similar
to code linters than it is to traditional grammar checkers.
2022-07-23T18:41:30+01:00 sysutils/p5-RundeckAPI Easily queries Rundeck's REST API
RundeckAPI
simplifies authenticate, connect, queries to a Rundeck instance via REST API
2022-07-21T23:17:50-07:00 devel/py-synr Consistent AST for Python
Synr is a library that provides a stable Abstract Syntax Tree for Python.

Features:
* The Synr AST does not change between Python versions.
* Every AST node contains line and column information.
* There is a single AST node for assignments (compared to three in Python's ast
module).
* Support for returning multiple errors at once.
* Support for custom error reporting.
2022-07-21T15:19:50+01:00 editors/amp Complete text editor for your terminal
Heavily inspired by Vi/Vim. Amp aims to take the core interaction model
of Vim, simplify it, and bundle in the essential features required for
a modern text editor.
2022-07-21T09:45:31+01:00 security/openca-ocspd OpenCA OCSP responder
OpenCA OCSP Responder is an rfc2560 compliant OCSPD responder.
The server is a stand-alone application and can be integrated into many
different PKI solutions as it does not depend on specific database scheme.
Furthermore it can be used as a responder for multiple CAs.
2022-07-21T07:54:41+01:00 devel/py-fastbencode Fast implementation of bencode
fastbencode is an implementation of the bencode serialization format
originally used by BitTorrent.

The package includes both a pure-Python version and an optional C
extension based on Cython. Both provide the same functionality, but the C
extension provides significantly better performance.
2022-07-20T09:43:45-05:00 net/libpaho-mqtt3 Eclipse Paho C Client Library for the MQTT Protocol
Eclipse Paho C Client Library for the MQTT Protocol

The Paho C client comprises four variant libraries, shared or static:

paho-mqtt3a - asynchronous (MQTTAsync)
paho-mqtt3as - asynchronous with SSL (MQTTAsync)
paho-mqtt3c - "classic" / synchronous (MQTTClient)
paho-mqtt3cs - "classic" / synchronous with SSL (MQTTClient)
Which Paho C API to use, with some history, for context
2022-07-18T23:24:59+02:00 graphics/darktable40 Virtual lighttable and darkroom for photographers
Darktable is a virtual lighttable and darkroom for photographers: an open
source photography workflow application and raw image developer. It manages
digital negatives in a database and lets one view them through a zoomable
lighttable. It also enables one to develop raw images and enhance them.

Darktable tries to fill the gap between many excellent existing free raw
converters and image management tools (such as UFRaw or F-Spot). The user
interface is built around efficient caching of image metadata and mipmaps,
all stored in a database. The user will always be able to interact, even
if the full resolution image is not yet loaded.

All editing is fully non-destructive and only operates on cached image
buffers for display. The full image is only converted during export. The
frontend is written in Gtk+/Cairo, the database uses SQLite3, raw image
loading is done using libraw and rawspeed, high-dynamic range and standard
image formats such as JPEG are also supported. The core operates completely
on floating point values, so darktable can not only be used for photography
but also for scientifically acquired images or output of renderers (high
dynamic range).
2022-07-19T04:38:41+08:00 devel/py-giturlparse Git URL parsing module
giturlparse parses & rewrites git urls (supports GitHub, Bitbucket, FriendCode,
Assembla, Gitlab ...). This is a fork of giturlparse.py with updated parsers.
2022-07-19T04:38:40+08:00 devel/py-ckanapi CLI and Python module for accessing the CKAN Action API
ckanapi is a command line interface and Python module for accessing the CKAN
Action API.

The ckanapi command line interface lets you access local and remote CKAN
instances for bulk operations and simple API actions.

The ckanapi Python module may be used from within a CKAN extension or in a
Python 2 or Python 3 application separate from CKAN.
2022-07-18T20:50:15+08:00 science/hdf5-110 Hierarchical Data Format library (from NCSA) 1.10.x
HDF5 is a completely new Hierarchical Data Format product consisting of a data
format specification and a supporting library implementation. HDF5 is designed
to address some of the limitations of the older HDF product and to address
current and anticipated requirements of modern systems and applications.

HDF5 includes the following improvements:
- A new file format designed to address some of the deficiencies of HDF4.x,
particularly the need to store larger files and more objects per file.
- A simpler, more comprehensive data model that includes only two basic
structures: a multidimensional array of record structures, and a grouping
structure.
- A simpler, better-engineered library and API, with improved support for
parallel I/O, threads, and other requirements imposed by modern systems
and applications.

Note: this is a legacy version, the latest is available as science/hdf5.
2022-07-18T20:39:46+08:00 devel/py-awscrt Common runtime for AWS Python projects
Python 3 bindings for the AWS Common Runtime
2022-07-18T07:57:56+01:00 devel/genht Simple generic hash table implementation in C
genht is a simple generic hash table implementation in C.
Uses open addressing scheme with space doubling.
Type generics is achieved by ugly name prefixing macros.
2022-07-17T13:59:46+02:00 www/py-django-rich Extensions for using Rich with Django
This package provides extensions for using Rich with the Django framework.

These extensions consist of the following subclasses:

* django_rich.management.RichCommand:
Subclass of Django's BaseCommand class that sets its self.console to a
Rich console.

* django_rich.test.RichRunner:
Subclass of Django's DiscoverRunner with colorized outputs and nice
traceback rendering.
2022-07-17T13:57:34+02:00 textproc/py-ttp-templates Template Text Parser templates collections
This package contains a collection of TTP (= Template Text Parser) templates,
which is divided into three sections corresponding to folder names:

* "platform" collection
Mimics ntc-templates API and follows same naming rule.

* "yang" collection
Contains templates capable of producing YANG compatible structures out
of text data.

* "misc" collection
Miscellaneous templates for various use cases organized in folders.
2022-07-17T13:55:28+02:00 net-mgmt/py-netutils Common helper functions useful in network automation
This Python library contains a collection of objects for common network
automation tasks.

It intends to keep the following tenets:

* Must not be any dependencies required to run the library.
* May be some optional dependencies, to be managed by the user
in opt in fashion.
* Shall prefer functions over classes.
* Shall prefer a folder and file structure that is flat.
* Shall leverage docstrings as the primary documentation mechanism.
* Must provide examples in every public function.
* Shall retain a high test coverage.
2022-07-17T11:05:36+02:00 net/openbgpd7 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.
2022-07-16T23:26:40-07:00 science/py-kpLib Library for finding optimal Generalized Monkhorst-Pack k-points grid
KpLib is a C++ library for finding the optimal Generalized
Monkhorst-Pack k-points grid. It can be imported into
electronic-structure packages as a generator of efficient
generalized k-point grids, or be integrated into user scripts through
the python interface.
2022-07-16T23:02:16-07:00 science/kplib Library for finding optimal Generalized Monkhorst-Pack k-points grid
KpLib is a C++ library for finding the optimal Generalized
Monkhorst-Pack k-points grid. It can be imported into
electronic-structure packages as a generator of efficient
generalized k-point grids, or be integrated into user scripts through
the python interface.
2022-07-16T01:06:41+02:00 devel/wasi-compiler-rt14 Clang builtins library for WebAssembly System Interface
The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies.

This port includes Clang builtins for WASI
(WebAssembly System Interface).

WWW: http://llvm.org/
2022-07-15T09:18:54-07:00 math/py-fenics-ffcx FEniCS Form Compiler for finite element forms
FFCx is a new version of the FEniCS Form Compiler. It is being
actively developed and is compatible with DOLFINx.

FFCx is a compiler for finite element variational forms. From a
high-level description of the form in the Unified Form Language
(UFL), it generates efficient low-level C code that can be used to
assemble the corresponding discrete operator (tensor). In particular,
a bilinear form may be assembled into a matrix and a linear form may
be assembled into a vector. FFCx may be used either from the command
line (by invoking the ffcx command) or as a Python module.
2022-07-15T09:07:15-07:00 math/py-fenics-ufl FEniCS Unified Form Language
The Unified Form Language (UFL) is a domain specific language for
declaration of finite element discretizations of variational forms.
More precisely, it defines a flexible interface for choosing finite
element spaces and defining expressions for weak forms in a notation
close to mathematical notation.

UFL is part of the FEniCS Project.
2022-07-15T15:34:36+02:00 audio/espeak-ng Software speech synthesizer
eSpeak is a compact open source software speech synthesizer for English
and other languages.

eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds quite
different. It's perhaps not as natural or "smooth", but I find the
articulation clearer and easier to listen to for long periods.
It can run as a command line program to speak text from a file or
from stdin.
2022-07-15T08:55:53-05:00 ports-mgmt/fallout Download and search pkg-fallout logs
Download and search FreeBSD build cluster fallout logs.

`fallout fetch` downloads build failure logs so they can be accessed and
searched from the local file system. It organizes these logs into a directory
hierarchy under ~/.cache by the builder name and port origin.

`fallout grep` finds failure logs matching a given set of conditions and
regular expressions. Combining it with portgrep allows advanced
searching for e.g. specific maintainer, failures of ports with specific USES,
with specific dependency, etc.
2022-07-15T01:49:13-07:00 math/py-fenics-basix FEniCS finite element basis evaluation library
Basix is a finite element definition and tabulation runtime library.

Basix allows users to:
* evaluate finite element basis functions and their derivatives at a
set of points
* access geometric and topological information about reference cells
* apply push forward and pull back operations to map data between a
reference cell and a physical cell
* permute and transform DOFs to allow higher-order elements to be use
on arbitrary meshes
* interpolate into a finite element space and between finite element
spaces

Basix includes a range of built-in elements, and also allows the user
to define their own custom elements.

Basix is one of the components of FEniCSx, alongside UFL, FFCx, and
DOLFINx.
2022-07-15T01:19:34-07:00 math/fenics-basix FEniCS finite element basis evaluation library
Basix is a finite element definition and tabulation runtime library.

Basix allows users to:
* evaluate finite element basis functions and their derivatives at a
set of points
* access geometric and topological information about reference cells
* apply push forward and pull back operations to map data between a
reference cell and a physical cell
* permute and transform DOFs to allow higher-order elements to be use
on arbitrary meshes
* interpolate into a finite element space and between finite element
spaces

Basix includes a range of built-in elements, and also allows the user
to define their own custom elements.

Basix is one of the components of FEniCSx, alongside UFL, FFCx, and
DOLFINx.
2022-07-14T15:43:46-07:00 x11/gnome-console Minimal terminal for GNOME
Console is a minimal terminal for GNOME

Console is supposed to be a simple terminal emulator for the average user
to carry out simple cli tasks and aims to be a 'core' app for GNOME/Phosh.

We are not however trying to replace GNOME Terminal/Tilix, these advanced
tools are great for developers and administrators, rather Console aims to
serve the casual linux user who rarely needs a terminal
2022-07-14T13:20:52-07:00 editors/gnome-text-editor Small but powerful text editor for the GNOME Desktop Environment
GNOME Text Editor is a simple text editor that focuses on session
management. It works hard to keep track of changes and state even
if you quit the application. You can come back to your work even
if you've never saved it to a file.
2022-07-13T19:48:30-07:00 devel/argobots Lightweight, low-level threading and tasking framework
Argobots is a lightweight runtime system that supports integrated
computation and data movement with massive concurrency. It will
directly leverage the lowest-level constructs in the hardware and
OS: lightweight notification mechanisms, data movement engines,
memory mapping, and data placement strategies.
2022-07-13T14:20:09+02:00 graphics/libsvgtiny Tiny SVG fremebuffer abstraction library, written in C
Tiny SVG fremebuffer abstraction library, written in C.

The overall idea of the library is to take some SVG as input, and return
a list of paths and texts which can be rendered easily. The library does
not do the actual rendering.

All supported SVG objects, for example circles, lines, and gradient
filled shapes, are converted to flat-filled paths or a fragment of text,
and all coordinates are converted, transformed etc. to pixels.
2022-07-13T10:48:20+01:00 security/libpki OpenCA PKI library (libpki) and tools
OpenCA LibPKI provides an easy-to-use PKI library for PKI enabled application
development.
The library provides the developer with all the needed functionalities to
manage certificates, from generation to validation.
2022-07-13T00:17:43-07:00 science/ChipmunkPhysics 2D physics engine written in C
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics
library written in C. It is licensed under the unrestrictive, OSI approved MIT
license.
2022-07-12T18:02:53-07:00 devel/pika C++ library for concurrency and parallelism
pika is a C++ library for concurrency and parallelism. It implements
senders/receivers (as proposed in P2300) for CPU thread pools, MPI,
and CUDA.
2022-07-13T08:18:29+08:00 www/rubygem-responders-rails70 Simple Ruby DSL for making HTTP requests
Responders provides a set of responders modules to dry up your Rails app.
2022-07-13T08:18:27+08:00 security/rubygem-devise-two-factor-rails70 Barebones two-factor authentication with Devise
Barebones two-factor authentication with Devise
2022-07-13T08:18:24+08:00 devel/rubygem-devise-rails70 Flexible authentication solution for Rails with Warden
Flexible authentication solution for Rails with Warden
2022-07-12T15:13:38-07:00 graphics/openmvs Open Multi-View Stereo reconstruction library
OpenMVS (Multi-View Stereo) is a library for computer-vision
scientists and especially targeted to the Multi-View Stereo
reconstruction community.
2022-07-12T18:52:49+02:00 textproc/py-whatthepatch Library for both parsing and applying patch files
Features:
- Parsing of almost all diff formats (except forwarded ed)
- normal (default, --normal)
- copied context (-c, --context)
- unified context (-u, --unified)
- ed script (-e, --ed)
- rcs ed script (-n, --rcs)
- Parsing of several SCM patches
- CVS
- SVN
- Git
2022-07-11T20:43:15-07:00 math/cosma Distributed communication-optimal matrix multiplication algorithm
COSMA is a parallel, high-performance, GPU-accelerated, matrix-matrix
multiplication algorithm that is communication-optimal for all
combinations of matrix dimensions, number of processors and memory
sizes, without the need for any parameter tuning. The key idea behind
COSMA is to first derive a tight optimal sequential schedule and only
then parallelize it, preserving I/O optimality between processes. This
stands in contrast with the 2D and 3D algorithms, which fix process
domain decomposition upfront and then map it to the matrix dimensions,
which may result in asymptotically more communication. The final
design of COSMA facilitates the overlap of computation and
communication, ensuring speedups and applicability of modern
mechanisms such as RDMA. COSMA allows to not utilize some processors
in order to optimize the processor grid, which reduces the
communication volume even further and increases the computation volume
per processor.
2022-07-11T21:48:51+08:00 www/rubygem-rack223 Rack, a Ruby Webserver Interface
Rack provides a minimal, modular and adaptable interface for developing web
applications in Ruby. By wrapping HTTP requests and responses in the simplest
way possible, it unifies and distills the API for web servers, web frameworks,
and software in between (the so-called middleware) into a single method call.
2022-07-11T21:48:48+08:00 devel/py-pyproject-metadata PEP 621 metadata parsing
pyproject-metadata provides dataclass for PEP 621 metadata with support for core
metadata generation.

This project does not implement the parsing of pyproject.toml containing PEP 621
metadata.

Instead, given a Python data structure representing PEP 621 metadata (already
parsed), it will validate this input and generate a PEP 643-compliant metadata
file (e.g. PKG-INFO).
2022-07-11T21:48:46+08:00 devel/py-flake8-black flake8 plugin to call black as a code style validator
flake8-black is an MIT licensed flake8 plugin for validating Python code style
with the command line code formatting tool black.

Black, "The Uncompromising Code Formatter", is normally run to edit your Python
code in place to match their coding style, a strict subset of the PEP 8 style
guide.

The point of this plugin is to be able to run black --check ... from within the
flake8 plugin ecosystem. You might use this via a git pre-commit hook, or as
part of your continuous integration testing.
2022-07-09T11:28:54+02:00 sysutils/vm-bhyve-devel Management system for bhyve virtual machines
A frontend for bhyve which provides the 'vm' command
Create/start/stop virtual machines easily
Bridged/NAT networking
BSD/Linux/Windows guest support
2022-07-11T08:49:37+02:00 graphics/py-projpicker Select projections whose extent completely contains given coordinates
ProjPicker (projection picker) is a Python module that allows the user to
select all coordinate reference systems (CRSs) whose extent completely contains
given points, polylines, polygons, and bounding boxes using set-theoretic
logical operators in a postfix notation. The goal is to make it easy and visual
to select a desired projection by location.
2022-07-10T19:00:16+02:00 net-mgmt/zabbix62-server Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
Zabbix is an enterprise-class open source distributed monitoring solution.

Zabbix is software that monitors numerous parameters of a network and the
health and integrity of servers. Zabbix uses a flexible notification
mechanism that allows users to configure e-mail based alerts for virtually
any event. This allows a fast reaction to server problems. Zabbix offers
excellent reporting and data visualisation features based on the stored
data. This makes Zabbix ideal for capacity planning.
2022-07-10T19:00:16+02:00 net-mgmt/zabbix62-proxy
2022-07-10T19:00:16+02:00 net-mgmt/zabbix62-java
2022-07-10T19:00:16+02:00 net-mgmt/zabbix62-frontend
2022-07-10T19:00:16+02:00 net-mgmt/zabbix62-agent
2022-07-09T20:33:47+02:00 games/cxxmatrix C++ Matrix: The Matrix Reloaded in Terminals
C++ Matrix: The Matrix Reloaded in Terminals (Number falls, Banners,
Matrix rains, Conway's Game of Life and Mandelbrot set)

I wrote a simple terminal program of Matrix digital rain.
A part of the purpose of this program is to test the performance
of terminal emulators. Another purpose is just for fun.
Enjoy it with fast terminals (e.g., urxvt, alacritty, terminology, etc.)!

Features

- Hankaku kana characters as in the original film
- Ten levels of "green"s using terminal 256 color support
- Twinkling effects by adding random brightness fluctuations
- Diffused reflection effects by cell background colors
2022-07-10T09:37:03+02:00 deskutils/walld Wallpaper daemon
Walld is a wallpaper daemon. It can change the wallpaper every 30 minutes.
It has the ablity to be configured into what you want it to be.
2022-07-10T01:02:53+00:00 sysutils/bacula13-server Network backup solution (server)
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.
2022-07-10T01:02:53+00:00 sysutils/bacula13-docs Bacula document set
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.

This port installs the latest documentation for Bacula.
2022-07-10T01:02:53+00:00 sysutils/bacula13-client Network backup solution (client)
2022-07-10T01:02:53+00:00 net-mgmt/nagios-check_bacula13 Nagios plugin for Bacula
check_bacula is a plugin intended for use with the
Nagios network monitoring system to monitor Bacula.
2022-07-09T11:51:46-07:00 cad/qucsator Circuit simulator of the Qucs project
Qucsator is a command line driven circuit simulator. It takes a
network list in a certain format as input and outputs a Qucs dataset.
It has been programmed for usage in the Qucs project but can also be
used by other applications.
2022-07-08T22:46:04-07:00 cad/xyce Xyce electronic simulator
Xyce (zis, rhymes with "spice") is an open source,
SPICE-compatible, high-performance analog circuit simulator, capable
of solving extremely large circuit problems by supporting large-scale
parallel computing platforms. It also supports serial execution on all
common desktop platforms, and small-scale parallel runs on Unix-like
systems. In addition to analog electronic simulation, Xyce has also
been used to investigate more general network systems, such as neural
networks and power grids. Read more about Xyce.
2022-07-08T21:47:56+00:00 security/iddawc OAuth2/OIDC Client and Relying Party library
Handles the OAuth2 and OpenID Connect authentication process flow from the
client side.

* Generates requests based on input parameters
* Parses response
* Validates response values

Supported response_types: code, token, id_token, password, client_credentials,
refresh_token, device_code

Supported client authentication methods: client_secret_basic,
client_secret_post, client_secret_jwt, private_key_jwt
2022-07-08T21:44:00+00:00 security/rhonabwy Javascript Object Signing and Encryption (JOSE) library
Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE
and JWT

* Create, modify, parse, import or export JSON Web Keys (JWK) and
JSON Web Keys Set (JWKS)
* Create, modify, parse, validate or serialize JSON Web Signatures (JWS)
* Create, modify, parse, validate or serialize JSON Web Encryption (JWE)
* Create, modify, parse, validate or serialize JSON Web Token (JWT)

JWT Relies on JWS and JWE functions, so it supports the same functionalities as
the other 2. JWT functionalities also support nesting serialization (JWE nested
in a JWS or the opposite).
2022-07-08T11:47:25-07:00 audio/xuidesigner WYSIWYG LV2 X11UI GUI creator tool
XUiDesigner provides a easy to use GUI generator tool to create
X11 UI's for LV2 plugins. Currently only libxputty is supported,
but the generated GUI C file could be used probably with other widget
tool-kits as well, just a wrapper file is needed to translate the
generated file to the needs of a toolkit.
2022-07-08T09:29:27-07:00 science/trilinos Solver for multi-physics engineering and scientific problems
The Trilinos Project is an effort to develop algorithms and enabling
technologies within an object-oriented software framework for the
solution of large-scale, complex multi-physics engineering and
scientific problems. A unique design feature of Trilinos is its focus
on packages.
2022-07-08T18:26:10+02:00 audio/pcaudiolib Portable C audio library
The Portable C Audio Library (pcaudiolib) provides a C API to different
audio devices. Supported backends are ALSA, OSS, and PulseAudio.

This Port can be built with any combination of the supported backends,
but official packages are distributed with OSS support only, in order
to not depend on the other backends being installed.
2022-07-08T00:22:00-07:00 cad/qucs-s Quite Universal Circuit Simulator: GUI for circuit simulation kernels
Qucs-S is a spin-off of the Qucs cross-platform circuit simulator.
"S" letter indicates SPICE.

Qucs-S project uses free SPICE circuit simulation kernels to sumulate
circuits. It merges the power of SPICE and the simplicity of the Qucs
GUI.

Backends:
* Ngspice is the default backend recommended for use in Qucs-S.
Ngspice is powerful mixed-level/mixed-signal circuit simulator. Most
of industrial SPICE models are compatible with Ngspice. It has an
excellent performance for time-domain simulation of switching
circuits and powerful postprocessor.
* XYCE is a new SPICE-compatible circuit simulator written by Sandia
from scratch. It supports basic SPICE simulation types and has
advanced RF simulation features such as Harmonic balance simulation.
* SpiceOpus is developed by the Faculty of Electrical Engineering of
the Ljubljana University. It based on the SPICE-3f5 code.
* Qucsator as backward compatible.
2022-07-08T05:25:21+08:00 security/rubygem-net-ssh6 Non-interactive SSH processing
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It
supports the following features:

- User authentication via explicit username/password, or using a
public-key/private-key pair.
- Port forwarding, both from the local host to a remote computer via
the remote host, and from the remote host to the local host.
- Execute processes on the remote machine, both interactively and
non-interactively ("batch").
2022-07-08T05:25:18+08:00 devel/rubygem-aws-sdk-rolesanywhere Official AWS Ruby gem for IAM Roles Anywhere
Official AWS Ruby gem for IAM Roles Anywhere.

See also: https://github.com/aws/aws-sdk-ruby
2022-07-08T05:25:16+08:00 devel/p5-Role-Hooks Role callbacks
Role::Hooks allows a role to run a callback when it is applied to a class or to
another role.
2022-07-07T20:22:03+08:00 devel/py-etils Collection of common python utils
Etils (eclectic utils) is an open-source collection of utils for python.
2022-07-07T13:52:46+02:00 net/frr8-pythontools Provide configuration reload functionality for FRR
2022-07-07T13:42:17+02:00 net/frr8 IP routing protocol suite including BGP, IS-IS, OSPF and RIP
FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms
which includes protocol daemons for BGP, IS-IS, OSPF and RIP. FRR has its roots
in the Quagga project.
2022-07-07T00:12:49+02:00 net/libyang2 YANG data modeling language library, version 2
libyang is a YANG data modelling language parser and toolkit written
(and providing API) in C.
2022-07-02T12:32:42+03:00 lang/ghc810
2022-06-08T17:29:42+03:00 converters/hs-dhall-yaml Compile Dhall expressions to YAML
Dhall is a programmable configuration language that can be thought of as: JSON +
functions + types + imports. dhall-to-json allows for converting a dhall
configuration into a YAML file.
2022-06-08T17:18:55+03:00 converters/hs-dhall-json Compile Dhall expressions to JSON
Dhall is a programmable configuration language that can be thought of as: JSON +
functions + types + imports. dhall-to-json allows for converting a dhall
configuration into a JSON file.
2022-06-08T17:11:48+03:00 converters/hs-dhall-bash Compile Dhall expressions to bash
Dhall is a programmable configuration language that can be thought of as: JSON +
functions + types + imports. dhall-to-bash allows for converting a subset of
dhall configuration into a bash variable.
2022-06-08T17:02:42+03:00 lang/dhall Explicitly typed configuration language
Dhall is a programmable configuration language that can be thought of as: JSON +
functions + types + imports. The dhall program allows for execution of dhall
files. See the hs-dhall-json, hs-dhall-bash, and hs-dhall-yaml ports for
converting dhall files to these formats.
2022-07-06T17:35:14+00:00 editors/lite Lightweight text editor written mostly in Lua
lite is a lightweight text editor written mostly in Lua. It aims to
provide something practical, pretty, small, and fast, implemented as
simply as possible; easy to modify and extend via plugins, or to use
without doing either.
2022-07-04T22:00:21-07:00 math/tlapack C++ Template Linear Algebra PACKage
tlapack is a C++ Template Linear Algebra PACKage.
2022-07-04T13:28:45-07:00 math/lapackpp C++ API for the Linear Algebra PACKage
The objective of LAPACK++ is to provide a convenient, performance
oriented API for development in the C++ language, that, for the most
part, preserves established conventions, while, at the same time,
takes advantages of modern C++ features, such as: namespaces,
templates, exceptions, etc.

LAPACK++ is part of the SLATE project (Software for Linear Algebra
Targeting Exascale), which is funded by the Department of Energy as
part of its Exascale Computing Initiative (ECP). Closely related to
LAPACK++ is the BLAS++ project, which provides a C++ API for BLAS and
Batch BLAS.
2022-07-04T12:43:31-07:00 math/blaspp C++ API for the Basic Linear Algebra Subroutines
The objective of BLAS++ is to provide a convenient, performance
oriented API for development in the C++ language, that, for the most
part, preserves established conventions, while, at the same time,
takes advantages of modern C++ features, such as: namespaces,
templates, exceptions, etc.

BLAS++ is part of the SLATE project (Software for Linear Algebra
Targeting Exascale), which is funded by the Department of Energy as
part of its Exascale Computing Initiative (ECP). Closely related to
BLAS++ is the LAPACK++ project, which provides a C++ API for LAPACK.
2022-05-02T11:23:41-03:00 sysutils/gcp-ops-agent Gather logs and metrics from Google Compute Engine instances
The Ops Agent is the primary agent for collecting telemetry from your
Compute Engine instances. Combining logging and metrics into a single
agent, the Ops Agent uses Fluent Bit for logs, which supports
high-throughput logging, and the OpenTelemetry Collector for metrics.
You can configure the Ops Agent to support parsing of log files from
third-party applications.
2022-07-03T16:04:51-07:00 devel/libcsptr Smart pointers for the (GNU) C programming language
libcsptr is an attempt to bring smart pointer constructs to the (GNU)
C programming language.

Features:
* unique_ptr, shared_ptr macros, and smart type attribute
* Destructor support for cleanup
* Custom variable metadata on allocation
* Cross-platform: tested under linux 3.18.6-1, Mac OS X Yosemite
10.10, and Windows 7 (with MinGW and the Cygwin port of GCC)
2022-07-02T13:52:05-07:00 sysutils/cfengine320 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.
2022-07-02T13:52:05-07:00 sysutils/cfengine-masterfiles320 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).
2022-07-03T20:05:23+01:00 graphics/py-qpageview Page-based viewer widget for Qt5/PyQt5
qpageview provides a page based document viewer widget for Qt5/PyQt5.

It has a flexible architecture potentionally supporting many formats.
Currently, it supports SVG documents, images, and, using the
Poppler-Qt5 binding, PDF documents.
2022-07-03T11:45:28-07:00 devel/criterion C and C++ unit testing framework for the 21st century
Criterion is a cross-platform C and C++ unit testing framework for the
21st century.

Most test frameworks for C require a lot of boilerplate code to set up
tests and test suites -- you need to create a main, then register new
test suites, then register the tests within these suites, and finally
call the right functions.

This gives the user great control, at the unfortunate cost of
simplicity.

Criterion follows the KISS principle, while keeping the control the
user would have with other frameworks.
2022-07-03T13:04:17-04:00 net-mgmt/py-pypowerwall Python interface for Tesla Powerwall and solar power data
This python module can be used to monitor and control Tesla Energy Powerwalls.
It uses a single class (Powerwall) and simple functions to fetch energy data
and poll API endpoints on the Gateway.

pyPowerwall will cache the authentication headers and API call responses to
help reduce the number of calls made to the Gateway (useful if you are
polling the Powerwall frequently for trending data).

* Works with Tesla Energy Gateways - Powerwall and Powerwall+
* Simple access through easy to use functions using customer credentials
* Will cache authentication to reduce load on Powerwall Gateway
* Will cache responses to limit number of calls to Powerwall Gateway
* Easy access to decoded binary device vitals
* Provides solar string data for Powerwall+ systems
2022-07-03T09:02:48-07:00 devel/boxfort Convenient and cross-platform sandboxing C library
BoxFort is a simple, cross-platform sandboxing C library powering
Criterion.

BoxFort provides a simple API to run user code in isolated processes.
2022-07-03T08:49:01-07:00 devel/nanopb Protocol Buffers with small code size
Nanopb is a small code-size Protocol Buffers implementation in ansi C.
It is especially suitable for use in microcontrollers, but fits any
memory restricted system.
2022-07-02T23:27:06-07:00 graphics/kplot Cairo plotting library
kplot is an open source Cairo plotting library.
2022-07-01T18:54:43-07:00 science/py-cirq-rigetti Cirq module to run on Rigetti quantum computers
cirq-ionq provides everything you'll need to run Cirq quantum algorithms
on Rigetti quantum computers.
2022-07-01T11:28:53-07:00 math/kamis Maximum independent sets and vertex covers of large sparse graphs
KaMIS (Karlsruhe Maximum Independent Sets) is an open source project
finding maximum independent sets and vertex covers of large sparse
graphs.

Given a graph G=(V,E), the goal of the maximum independent set problem
is to compute a maximum cardinality set of vertices I, such that no
vertices in the set are adjacent to one another. Such a set is called
a maximum independent set. The problem is NP-hard and particularly
difficult to solve in large sparse graphs.
2022-07-01T10:23:32+02:00 deskutils/havoc Minimal terminal emulator for Wayland
Havoc is a minimal terminal emulator for wayland environment.
2022-07-01T10:16:22+02:00 deskutils/xcbautolock XCB base autolocker
XCB base user activity monitor. It fires up a progam if nothing happens during a
user configurabel period of time. It respects the screensaver settings
(enable/disable).
2022-07-01T10:16:22+02:00 deskutils/i3status Small program for generating a status bar
i3status is a small program (about 1500 SLOC) for generating a status bar for
dzen2, xmobar or similar programs. It is designed to be very efficient by
issuing a very small number of system calls, as one generally wants to update
such a status line every second. This ensures that even under high load, your
status bar is updated correctly. Also, it saves a bit of energy by not hogging
your CPU as much as spawning the corresponding amount of shell commands would.
2022-07-01T10:16:22+02:00 deskutils/i3lock Slightly improved screen locker based on slock
i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off
your screen via DPMS and/or displaying a black screen, i3lock displays a
white screen so you can see if your computer failed to resume from suspend
or if your screen is just locked. Also, when entering a wrong password,
i3lock does not call XBell(). This is important because i3lock/slock think
you have entered a password when resuming from suspend, at least sometimes.

i3lock was forked from slock-0.9
2022-07-01T10:16:22+02:00 deskutils/dmenu-wayland Efficient dynamic menu for wayland
dmenu-wayland is a minimalistic Wayland menu. It reads a newline separated list
of items from stdin and shows them as a menu on the top of the screen.
When the user selects one item or types any text and presses Enter, their choice
is printed to stdout.

dmenu-wayland is inspired by https://tools.suckless.org/dmenu
2022-06-30T16:28:33+02:00 net/rubygem-omniauth-oauth2-v1 Abstract OAuth2 strategy for OmniAuth
An abstract OAuth2 strategy for OmniAuth.

WWW: https://github.com/omniauth/omniauth-oauth2
2022-06-30T08:16:17-05:00 www/grafana9 Dashboard and graph editor for multiple data stores
Grafana is an open source and composable observability and data visualization
platform. Visualize metrics, logs, and traces from multiple sources like
Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
2022-06-30T07:44:48-05:00 devel/go-wire Compile-time Dependency Injection for Go
Wire is a code generation tool that automates connecting components using
dependency injection. Dependencies between components are represented in Wire
as function parameters, encouraging explicit initialization instead of global
variables. Because Wire operates without runtime state or reflection, code
written to be used with Wire is useful even for hand-written initialization.
2022-06-29T13:44:19-07:00 www/webkit2-gtk4 Opensource browser engine using the GTK+ 4 toolkit
WebKitGTK+ is a full-featured port of the WebKit rendering engine, suitable
for projects requiring any kind of web integration, from hybrid HTML/CSS
applications to full-fledged web browsers. It offers WebKit's full
functionality and is useful in a wide range of systems from desktop
computers to embedded systems like phones, tablets, and televisions.

WebKitGTK+ is made by a lively community of developers and designers,
who hope to bring the web platform to everyone. It's the official web
engine of the GNOME platform and is used in browsers such as Epiphany
and Midori.
2022-06-30T05:42:28+08:00 devel/p5-Module-Build-Pluggable-CPANfile Include cpanfile
Module::Build::Pluggable::CPANfile is plugin for Module::Build::Pluggable to
include dependencies from cpanfile into meta files. This modules is
Module::Install::CPANfile for Module::Build.
2022-06-29T13:10:51-07:00 math/ttmath C++ headers-only library for big integer and floating point numbers
TTMath is a small library which allows one to perform arithmetic
operations with big unsigned integer, big signed integer and big
floating point numbers.
2022-06-30T00:26:24+08:00 security/py-sslyze Fast and powerful SSL/TLS scanning library
SSLyze is a fast and powerful SSL/TLS scanning tool and Python library.

SSLyze can analyze the SSL/TLS configuration of a server by connecting to it, in
order to ensure that it uses strong encryption settings (certificate, cipher
suites, elliptic curves, etc.), and that it is not vulnerable to known TLS
attacks (Heartbleed, ROBOT, OpenSSL CCS injection, etc.).
2022-06-30T00:26:22+08:00 security/py-nassl Experimental OpenSSL wrapper for SSLyze
nassl is an experimental OpenSSL wrapper for SSLyze.
2022-06-30T00:26:19+08:00 devel/py-bytecode Python module to generate and modify bytecode
bytecode is a Python module to generate and modify bytecode.
2022-06-29T15:31:07+09:00 devel/electron19 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.
2022-06-28T18:53:33-07:00 math/calcium Exact real and complex numbers in C
Calcium is a C library for exact computation with real and complex
numbers. It is capable of rigorously deciding the truth of any
constant relation involving algebraic numbers and many relations
involving transcendental number.
2022-06-28T20:47:46+02:00 security/unix-selfauth-helper Local self-authentication for pam_exec
This is a little suid-root helper allowing self-authentication against the
local unix passwd database using pam_exec on a FreeBSD system. As a result,
the behavior of LinuxPAM is mimicked without changes to the pam_unix module.
2022-06-24T16:15:31+02:00 devel/py-python-ptrace Python binding of ptrace library
python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to
trace processes) written in Python.
2022-06-27T22:11:11+02:00 devel/gitqlient Graphical interface to git repositories
GitQlient, pronounced as git+client is a multi-platform Git client.
The original idea was to provide a GUI-oriented Git clientthat was
easy to integrate with QtCreator. In addition, one goal was to
modernize the old code that QGit is based on and provide a easy UI/UX
that I was actually missing on other clients.

- Visualisation and search of git history, branches, tags
- Git operations such as commit, cherry-pick
- Workflow support including pomodoro
- Multiple repositories
2022-06-27T10:56:12-07:00 science/py-libgetar Library to read and write GEneric Trajectory ARchives
libgetar is a library to read and write GEneric Trajectory ARchives,
a binary data format designed for efficient, extensible storage of
trajectory data.
2022-06-27T10:54:40-07:00 science/libgetar Library to read and write GEneric Trajectory ARchives
libgetar is a library to read and write GEneric Trajectory ARchives,
a binary data format designed for efficient, extensible storage of
trajectory data.
2022-06-27T15:03:15+08:00 emulators/libretro-bsnes Standalone port of bSNES to libretro
Standalone port of bSNES to libretro.
2022-06-27T15:01:29+08:00 emulators/libretro-kronos Sega Saturn and ST-V emulator forked from uoYabause for libretro
Kronos is a Sega Saturn and ST-V emulator forked from uoYabause. Kronos is
targetting Linux and Windows OS.

This is the libretro port of Kronos.
2022-06-26T22:10:28-05:00 databases/pgagroal High-performance protocol-native connection pool for PostgreSQL
pgagroal is a high-performance protocol-native connection pool for
PostgreSQL. Which features High performance, Connection pool, Limit
connections for users and databases, Prefill support, Remove idle
connections, Connection validation, Enable / disable database access,
Graceful / fast shutdown, Prometheus support, Grafana 8 dashboard,
Remote management, Authentication query support, Failover support,
Transport Layer Security (TLS) v1.2+ support, Daemon support, User
vault, Lightweight connection pooler for PostgreSQL.
2022-06-26T00:19:31-07:00 math/py-kahip Karlsruhe high quality graph partitioning
KaHIP - Karlsruhe High Quality Partitioning - is a family of graph
partitioning programs. It includes KaFFPa (Karlsruhe Fast Flow
Partitioner), which is a multilevel graph partitioning algorithm, in
its variants Strong, Eco and Fast, KaFFPaE (KaFFPaEvolutionary) which
is a parallel evolutionary algorithm that uses KaFFPa to provide
combine and mutation operations, as well as KaBaPE which extends the
evolutionary algorithm. Moreover, specialized techniques are included
to partition road networks (Buffoon), to output a vertex separator
from a given partition or techniques geared towards efficient
partitioning of social networks.
2022-06-25T18:21:05-07:00 math/kahip Karlsruhe high quality graph partitioning
KaHIP - Karlsruhe High Quality Partitioning - is a family of graph
partitioning programs. It includes KaFFPa (Karlsruhe Fast Flow
Partitioner), which is a multilevel graph partitioning algorithm, in
its variants Strong, Eco and Fast, KaFFPaE (KaFFPaEvolutionary) which
is a parallel evolutionary algorithm that uses KaFFPa to provide
combine and mutation operations, as well as KaBaPE which extends the
evolutionary algorithm. Moreover, specialized techniques are included
to partition road networks (Buffoon), to output a vertex separator
from a given partition or techniques geared towards efficient
partitioning of social networks.
2022-06-25T22:39:20+08:00 shells/etsh Enhanced V6 Thompson Compatible Shell
Etsh is an enhanced, backward-compatible port of the
V6 UNIX <-> V6 Thompson shell.
2022-06-25T07:37:56-05:00 net/slackcat Simple commandline utility to post snippets to Slack
Slackcat is a simple commandline utility to post snippets to Slack.
2022-02-05T21:14:24+00:00 x11-wm/sway-devel i3-compatible Wayland compositor (development snapshot)
Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.
2022-02-05T21:14:24+00:00 x11-toolkits/wlroots-devel Modular Wayland compositor library (development snapshot)
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.
2022-06-24T21:32:07+00:00 net/haproxy25 Reliable, high performance TCP/HTTP load balancer
HAProxy is a free, very fast and reliable solution offering high
availability, load balancing, and proxying for TCP and HTTP-based
applications. It is particularly suited for web sites crawling under
very high loads while needing persistence or Layer7 processing.
2022-06-24T19:16:23+02:00 net/gnome-connections Remote desktop client for GNOME
View and use other desktops

Connections allows you to connect to and use other desktops. This can be a great
way to access content or software on a different desktop operating system. It
can also be used as a way to provide support to users who might need help.

A range of different operating systems can be connected to, including Linux and
Windows desktops. You can also connect to virtual machines.

Connections uses the widely supported VNC and RDP protocols, and one of these
must be enabled on the desktop that you want to connect to.
2022-06-24T11:50:47+02:00 databases/rubygem-pg13 Ruby interface to PostgreSQL library
rubygem-pg provides the module "pg", a Ruby interface to the
PostgreSQL Relational Database Management System, which
supersedes the old "postgres" module.
2022-06-24T17:22:06+08:00 www/mod_authn_dovecot Apache authentication against Dovecot
As dovecot can have many different authentication backends and
exposes itself as authentication source trough dovecot-auth
client socket. This module enables you to authenticate users
against it using basic authentication.
2022-06-23T17:32:50-05:00 comms/airspyhf User mode driver for Airspy HF+ SDR
User mode driver for Airspy HF+, a high performance software defined radio for
the HF and VHF bands.
2022-06-23T10:32:43-07:00 comms/sdr++ Cross-platform SDR software
SDR++ is a cross-platform and open source SDR software with the aim
of being bloat-free and simple to use.
2022-06-23T06:06:19-03:00 textproc/peg Recursive-descent parser generators for C
peg and leg are tools for generating recursive-descent parsers: programs
that perform pattern matching on text. They processes a Parsing
Expression Grammar (PEG) [Ford 2004] to produce a program that
recognises legal sentences of that grammar. peg processes PEGs written
using the original syntax described by Ford; leg processes PEGs written
using slightly different syntax and conventions that are intended to
make it an attractive replacement for parsers built with lex and
yacc. Unlike lex and yacc, peg and leg support unlimited backtracking,
provide ordered choice as a means for disambiguation, and can combine
scanning (lexical analysis) and parsing (syntactic analysis) into a
single activity.

[Ford 2004] Bryan Ford, Parsing Expression Grammars: A Recognition-Based
Syntactic Foundation. ACM SIGPLAN Symposium on Principles of Programming
Languages (POPL), 2004.
2022-06-23T13:41:19+02:00 textproc/rubygem-escape_utils12 Faster string escaping routines for your web apps
Async (EventMachine) HTTP client, with support for:
o Asynchronous HTTP API for single & parallel request execution
o Keep-Alive and HTTP pipelining support
o Auto-follow 3xx redirects with max depth
o Automatic gzip & deflate decoding
o Streaming response processing
o Streaming file uploads
o HTTP proxy and SOCKS5 support
o Basic Auth & OAuth
o Connection-level & Global middleware support
o HTTP parser via http_parser.rb
o Works wherever EventMachine runs: Rubinius, JRuby, MRI

WWW: https://github.com/brianmario/escape_utils
2022-06-23T13:22:35+02:00 net-im/signal-desktop Cross-platform centralized encrypted messaging service
Signal is a cross-platform centralized encrypted messaging service developed
by the Signal Technology Foundation and Signal Messenger LLC.
It uses the Internet to send one-to-one and group messages, which can include
files, voice notes, images and videos. It can also be used to make one-to-one
and group voice and video calls,[16][17] and the Android version can optionally
function as an SMS app
2022-06-23T13:22:01+02:00 net-im/libsignal-node Platform-agnostic APIs used by the official Signal clients and servers
libsignal contains platform-agnostic APIs used by the official Signal clients
and servers, exposed as a Java, Swift, or TypeScript library.
The underlying implementations are written in Rust:

- libsignal-protocol: Implements the Signal protocol, including the
Double Ratchet algorithm. A replacement for libsignal-protocol-java and
libsignal-metadata-java.
- signal-crypto: Cryptographic primitives such as AES-GCM. We use RustCrypto's
where we can but sometimes have differing needs.
- device-transfer: Support logic for Signal's device-to-device transfer
feature.
- attest: Functionality for remote attestation of SGX enclaves and
server-side HSMs.
- zkgroup: Functionality for zero-knowledge groups and related features
available in Signal.
- poksho: Utilities for implementing zero-knowledge proofs (such as those used
by zkgroup); stands for "proof-of-knowledge, stateful-hash-object".
2022-06-23T13:21:16+02:00 multimedia/ringrtc Middleware library for Signal-Desktop
RingRTC is a middleware library providing Signal Messenger applications
with video and voice calling services built on top of WebRTC.
2022-06-22T15:53:47+09:00 devel/electron18 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.
2022-06-21T20:34:47-07:00 devel/py-scheduler Python scheduler library
scheduler is a simple in-process python scheduler library with
asyncio, threading and timezone support. Schedule tasks by their time
cycles, fixed times, weekdays, dates, weights, offsets and execution
counts and automate jobs.
2022-06-22T04:57:06+08:00 net/rubygem-oauth21 Ruby wrapper for the OAuth 2.0 protocol
OAuth2 is a Ruby wrapper for the OAuth 2.0 specification. This is a work in
progress, being built first to solve the pragmatic process of connecting to
existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up
to meet the entire specification over time.
2022-06-22T04:57:02+08:00 devel/rubygem-version_gem Introspectable Version module
VersionGem gives your next library an introspectable Version module.

This library was extracted from the gem oauth2.
2022-06-22T04:57:02+08:00 devel/rubygem-rash_alt Simple extension to Hashie::Mash for rubyified keys
Rash is an extension to Hashie. Rash subclasses Hashie::Mash to convert all keys
in the hash to underscore. The purpose of this is when working w/ Java (or any
other apis) that return hashes (including nested) that have camelCased keys. You
will now be able to access those keys through underscored key names (camelCase
still available).
2022-06-21T12:28:43-07:00 mail/openarc Library to validate use of certain identifiers in messages
ARC is a technology proposal, put forward by a consortium of organizations,
intended to allow a chain of message handlers (typically email operators)
to confirm handling by trusted upstream handlers in an attempt to confirm
the valid use of certain identifiers in the message.

OpenARC is an initiative of TDP (The Trusted Domain Project), and is primarily
community effort to develop and maintain an open source library for producing
ARC-aware applications, and a "milter"-based filter for providing ARC service.
2022-06-22T02:07:11+08:00 devel/py-pathos Parallel graph management and execution in heterogeneous computing
pathos is a framework for heterogeneous computing. It provides a consistent
high-level interface for configuring and launching parallel computations across
heterogeneous resources. pathos provides configurable launchers for parallel and
distributed computing, where each launcher contains the syntactic logic to
configure and launch jobs in an execution environment. Examples of launchers
that plug into pathos are: a queue-less MPI-based launcher (in pyina), a
ssh-based launcher (in pathos), and a multi-process launcher (in multiprocess).
2022-06-22T00:32:27+08:00 devel/rubygem-aws-sdk-redshiftserverless Official AWS Ruby gem for Redshift Serverless
Official AWS Ruby gem for Redshift Serverless.

See also: https://github.com/aws/aws-sdk-ruby
2022-06-22T00:32:27+08:00 devel/rubygem-aws-sdk-connectcampaignservice Official AWS Ruby gem for Amazon Connect Campaign Service
Official AWS Ruby gem for Amazon Connect Campaign Service.

See also: https://github.com/aws/aws-sdk-ruby
2022-06-22T00:32:26+08:00 devel/py-pyproject-fmt Format your pyproject.toml file
pyproject-fmt applies a consistent format to your pyproject.toml file with
comment support. It can be used as a CLI tool or a pre-commit hook.
2022-06-22T00:32:25+08:00 devel/py-pyina MPI parallel map and cluster scheduling
The pyina package provides several basic tools to make MPI-based parallel
computing more accessable to the end user. The goal of pyina is to allow the
user to extend their own code to MPI-based parallel computing with minimal
refactoring.
2022-06-22T00:32:25+08:00 devel/py-ppft Distributed and parallel Python
ppft is a friendly fork of Parallel Python (pp). ppft extends Parallel Python to
provide packaging and distribution with pip and setuptools, support for python
3, and enhanced serialization using dill.source. ppft uses Parallel Python to
provide mechanisms for the parallel execution of python code on SMP (systems
with multiple processors or cores) and clusters (computers connected via
network).
2022-06-22T00:32:24+08:00 devel/py-pox Utilities for filesystem exploration and automated builds
pox provides a collection of utilities for navigating and manipulating
filesystems. This module is designed to facilitate some of the low level
operating system interactions that are useful when exploring a filesystem on a
remote host, where queries such as "what is the root of the filesystem?", "what
is the user's name?", and "what login shell is preferred?" become essential in
allowing a remote user to function as if they were logged in locally. While pox
is in the same vein of both the os and shutil builtin modules, the majority of
its functionality is unique and compliments these two modules.
2022-06-22T00:32:23+08:00 devel/py-covdefaults Coverage plugin to provide sensible default settings
covdefaults is a coverage plugin to provide sensible default settings.
2022-06-22T00:32:23+08:00 devel/py-attrs-strict Runtime validators for attrs
attrs-strict is a Python package which contains runtime validation for attrs
data classes based on the types existing in the typing module.
2022-06-21T13:56:36+02:00 x11-toolkits/py-python-xlib X11 library for Python
The Python X Library is a complete X11R6 client-side implementation
written in pure Python. It can be used to write low-level X client
applications in Python.
2022-06-21T00:07:33-07:00 databases/py-duckdb In-process SQL OLAP database management system
DuckDB is a high-performance analytical database system. It is
designed to be fast, reliable and easy to use. DuckDB provides a rich
SQL dialect, with support far beyond basic SQL. DuckDB supports
arbitrary and nested correlated subqueries, window functions,
collations, complex types (arrays, structs), and more.
2022-06-20T21:40:39-07:00 databases/duckdb In-process SQL OLAP database management system
DuckDB is a high-performance analytical database system. It is
designed to be fast, reliable and easy to use. DuckDB provides a rich
SQL dialect, with support far beyond basic SQL. DuckDB supports
arbitrary and nested correlated subqueries, window functions,
collations, complex types (arrays, structs), and more.
2022-06-20T12:47:22+02:00 net/sakisafecli Client for many file-sharing websites
sakisafecli is a file uploader written in C which is intended for
sakisafe, but it also supports 0x0.st, i.kalli.st, up.concealed.world
and many others!
2022-06-20T14:23:38-07:00 misc/cuttlefish Texture compression library and tool
Cuttlefish is a texture conversion library and tool. A command line
tool is provided for most texture conversion needs, such as running
manually or part of an asset conversion pipeline. The library may be
used to integrate more advanced texture generation within other
software.
2022-06-20T13:56:55-07:00 misc/py-ezc3d C3D (biomechanics data format) reader/writer
EZC3D is an easy to use reader, modifier and writer for C3D format files. It is
written en C++ with proper binders for Python and MATLAB scripting langages.

C3D (http://c3d.org) is a format specifically designed to store biomechanics
data. Hence many biomechanics softwares can produce C3D files in order to share
data. However, there is a lack in the biomechanics community of an easy to use,
free and open source library to read, modify and write them as needed when it
gets to the data analysis.
2022-06-20T11:15:27+00:00 devel/vipack Vishap package manager
vipack is a language- and dependency-agnostic package manager
that only needs a json tree describing package information,
dependencies, and build steps.

The default tree describes packages for Vishap Oberon Compiler,
but there's no restriction on the stack and any custom tree can
be used.
2022-06-20T09:51:44-07:00 science/py-pyprecice Coupling library for partitioned multi-physics simulations
Python bindings for preCICE, an open-source coupling library for
partitioned multi-physics simulations, including, but not restricted
to fluid-structure interaction and conjugate heat transfer
simulations.
2022-06-20T09:49:55-07:00 science/precice Coupling library for partitioned multi-physics simulations
preCICE is an open-source coupling library for partitioned
multi-physics simulations, including, but not restricted to
fluid-structure interaction and conjugate heat transfer simulations.
2022-06-20T00:17:51-07:00 misc/edfbrowser Viewer, annotator, toolbox for timeseries files EEG, EMG, ECG, etc
EDFbrowser is a free, opensource, multiplatform, universal viewer,
annotator and toolbox intended for, but not limited to, timeseries
storage files like EEG, EMG, ECG, BioImpedance, etc.
2022-06-19T22:56:51-07:00 devel/easy-profiler Lightweight profiler library for C++
Lightweight cross-platform profiler library for C++.

You can profile any function in C++ code. Furthermore this library
allows to measure runtime of any block of code. For example, gathering
information for 12 million blocks is using less than 300MB of memory.
Working profiler slows an application execution by only 1-2%.
2022-06-19T20:58:38-07:00 misc/astc-encoder Texture compressor for Adaptive Scalable Texture Compression format
Arm(C) Adaptive Scalable Texture Compression (ASTC) Encoder, astcenc,
a command-line tool for compressing and decompressing images using the
ASTC texture compression standard.
2022-06-19T20:09:12-07:00 misc/vfc Library and tool for converting vertex formats
Vertex Format Convert (VFC) is a simple library and utility for
converting vertex formats. This is intended to aid in converting from
raw model formats, such as from interchange formats (e.g. OBJ,
COLLADA), into formats that are suitable for usage at runtime. This
may include interleaving vertex data, re-mapping indices (e.g. from
separate indices to a single combined index), and converting to packed
formats.
2022-06-19T19:58:15-07:00 graphics/msl Shader language based off GLSL
The Modular Shader Language (MSL) is a pre-compiled shader language
with multiple targets. It is effectively a wrapper around GLSL and
relies on external tools to handle the main work of the compilation.

The primary goals are:
* Provide an environment more similar to other compiled languages,
such as access to a preprocessor and compile-time errors that point
to the file.
* Allow targeting multiple platforms with different capabilities with
the same source.
* Relies on official and external tools as much as possible. This
makes the language easier to extend and maintain and allows other
third party tools, such as optimizers, to be used.
* Allows all stages of the pipeline to be specified in the same
source. This gives more flexibility in how you organize your source.
* Allows for render states and sampler states to be declared in the
shader. This gives more flexibility in client applications by
allowing these to be set in the shader without hard-coding them in
the application.
* Pipeline is linked when compiling the shader modules, allowing for
earlier checks and easier loading of shaders in the final
application.
2022-06-19T14:37:32-07:00 math/py-nlopt Nonlinear optimization library
Python bindings for NLOpt that contains various routines for
non-linear optimization.
2022-06-19T09:15:44-07:00 security/wpa_supplicant29 Supplicant (client) for WPA/802.1x protocols
wpa_supplicant is a client (supplicant) with support for WPA and WPA2
(IEEE 802.11i / RSN). It is suitable for both desktop/laptop computers and
embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used
in the client stations. It implements key negotiation with a WPA
Authenticator and it controls the roaming and IEEE 802.11 authentication/
association of the wlan driver.

wpa_supplicant is designed to be a "daemon" program that runs in the
background and acts as the backend component controlling the wireless
connection. wpa_supplicant supports separate frontend programs and a
text-based frontend (wpa_cli) and a GUI (wpa_gui) are included with
wpa_supplicant.
2022-06-19T09:15:44-07:00 net/hostapd29 IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
hostapd is a user space daemon for access point and authentication
servers. It implements IEEE 802.11 access point management, IEEE
802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and
RADIUS authentication server. The current version supports Linux
(Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211).

Add the following to /etc/rc.conf to use the ports version instead
of the base version:

hostapd_program="/usr/local/sbin/hostapd"
2022-06-19T02:52:15-07:00 science/py-asap3 Classical potentials for MD with ASE
ASAP is a calculator for doing large-scale classical molecular
dynamics within the Campos Atomic Simulation Environment (ASE).
2022-06-19T00:49:41-07:00 science/mopac Semi-empirical (MNDO, etc.) molecular orbital calculation
MOPAC7, semi-empirical (MNDO, AM1, PM3, MINDO/3) quantum-chemical
calculation written by James J. P. Stewart and co-workers.
2022-06-18T01:57:16-05:00 net-im/jitsi-srtp-native Native libraties to speed up jitsi-srtp
Native libraries required to speed-up Jitsi SRTP.
2022-06-17T03:30:58+08:00 www/rubygem-faraday-retry1 Catch exceptions and retries each request a limited number of times
The Retry middleware automatically retries requests that fail due to
intermittent client or server errors (such as network hiccups). By default, it
retries 2 times and handles only timeout exceptions. It can be configured with
an arbitrary number of retries, a list of exceptions to handle, a retry
interval, a percentage of randomness to add to the retry interval, and a backoff
factor. The middleware can also handle the Retry-After header automatically when
configured with the right status codes.
2022-06-17T03:30:56+08:00 textproc/py-mike Manage multiple versions of your MkDocs-powered documentation
mike is a Python utility that makes it easy to deploy multiple versions of your
MkDocs-powered docs to a Git branch, suitable for hosting on Github via
gh-pages.

mike is built around the idea that once you've generated your docs for a
particular version, you should never need to touch that version again. This
means you never have to worry about breaking changes in MkDocs, since your old
docs (built with an old version of MkDocs) are already generated and sitting in
your gh-pages branch.

While mike is flexible, it's optimized around putting your docs in a
<major>.<minor> directory, with optional aliases (e.g. latest or dev) to
particularly notable versions. This makes it easy to make permalinks to whatever
version of the documentation you want to direct people to.
2022-06-17T03:33:13+08:00 devel/py-verspec Flexible version handling
verspec is a Python library for handling software versions and specifiers,
adapted from the packaging package.
2022-06-17T03:30:53+08:00 devel/py-flit-scm PEP 518 build backend that uses setuptools_scm to generate a version file
flit_scm is a PEP 518 build backend that uses setuptools_scm to generate a
version file from your version control system, then flit_core to build the
package.
2022-06-17T03:30:52+08:00 devel/py-exceptiongroup Backport of PEP 654 (exception groups)
This is a backport of the BaseExceptionGroup and ExceptionGroup classes from
Python 3.11.

It contains the following:
- The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup
classes
- A utility function (exceptiongroup.catch()) for catching exceptions possibly
nested in an exception group
- Patches to the TracebackException class that properly formats exception groups
(installed on import)
- An exception hook that handles formatting of exception groups through
TracebackException (installed on import)

If this package is imported on Python 3.11 or later, the built-in
implementations of the exception group classes are used instead,
TracebackException is not monkey patched and the exception hook won't be
installed.
2022-06-16T17:57:10+02:00 www/py-dj40-drf-yasg Yet Another Swagger Generator
Generate real Swagger/OpenAPI 2.0 specifications from a Django Rest
Framework API.

Features:

- full support for nested serializers and schemas
- response schemas and descriptions
- model definitions compatible with codegen tools
- customization hooks at all points in the spec generation process
- JSON and YAML format for spec
- bundles latest version of swagger-ui and redoc for viewing the generated
documentation
- schema view is cacheable out of the box
- generated Swagger schema can be automatically validated by
swagger-spec-validator or flex
- supports Django REST Framework API versioning with URLPathVersioning
and NamespaceVersioning (other DRF or custom versioning schemes are
not currently supported)
2022-06-16T17:57:10+02:00 www/py-dj40-djangorestframework Django REST framework
Django REST framework is a powerful and flexible toolkit that makes
it easy to build Web APIs.
2022-06-16T17:57:10+02:00 www/py-dj40-django-timezone-field Provides database and form fields for pytz timezone objects for Django
Provides database and form fields for pytz timezone objects for Django.
2022-06-16T17:57:10+02:00 www/py-dj40-django-taggit Reusable Django application for simple tagging
django-taggit a simpler approach to tagging with Django.
2022-06-16T17:57:10+02:00 www/py-dj40-django-tables2 Table/data-grid framework for Django
django-tables2 simplifies the task of turning sets of data into HTML tables.
It has native support for pagination and sorting, does for HTML tables what
django.forms does for HTML forms.
2022-06-16T17:57:10+02:00 www/py-dj40-django-redis Full featured Redis cache/session backend for Django
Django-redis is a BSD Licensed, full featured Redis cache/session
backend for Django.

Why use django-redis?

* Modular client system (pluggable clients).
* Master-Slave support in the default client.
* Used in production in several projects as cache and session storage.
* Supports infinite timeouts.
* Python 3 support in same code base.
* Facilities for raw access to Redis client/connection pool.
* Highly configurable (can emulate memcached exception behavior, for
example).
* Unix sockets supported by default.
* Pluggable parsers.
2022-06-16T17:57:10+02:00 www/py-dj40-django-prometheus Export Django monitoring metrics for Prometheus.io
This library exports Django monitoring metrics for Prometheus.io.

It provides support to monitor the following databases types:

* SQLite (via Django)
* PostgreSQL
* MySQL

In addition, caches can also be monitored:

* memcached
* Redis

It's even possible to export metrics of Django models and migrations.
2022-06-16T17:57:10+02:00 www/py-dj40-django-mptt Utilities for implementing Modified Preorder Tree Traversal in Django
Utilities for implementing Modified Preorder Tree Traversal with your Django
Models and working with trees of Model instances.
2022-06-16T17:57:10+02:00 www/py-dj40-django-js-asset Insert script tags with additional attributes for django.forms.Media
Insert script tags with additional attributes (such as "id" and "data" for
CSP-compatible data injection) for the django.forms.Media package.
2022-06-16T17:57:10+02:00 www/py-dj40-django-graphiql-debug-toolbar Django Debug Toolbar for GraphiQL IDE
This package is an extension for Django Debug Toolbar which enables support
for debugging GraphiQL queries in Django Projects.
2022-06-16T17:57:10+02:00 www/py-dj40-django-filter Dynamic filtering for querysets with Django
Django-filter is a reusable Django application allowing users to declaratively
add dynamic QuerySet filtering from URL parameters.
2022-06-16T17:57:10+02:00 www/py-dj40-django-debug-toolbar Configurable set of panels to display debug information
The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
2022-06-16T17:57:10+02:00 www/py-dj40-django-cors-headers Handles server headers required for Cross-Origin Resource Sharing
A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.
2022-06-16T17:57:10+02:00 www/py-dj40-django-auth-ldap LDAP integration for django.contrib.auth
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name template,
but there are many rich configuration options for working with users, groups,
and permissions.
2022-06-16T17:57:10+02:00 devel/py-dj40-graphene-django Graphene Django integration
A Django integration for Graphene.
2022-06-16T17:57:10+02:00 devel/py-dj40-django-rq Provides Django integration for RQ (Redis Queue)
Django integration with RQ, a Redis based Python queuing library. Django-RQ is a
simple app that allows you to configure your queues in django's settings.py and
easily use them in your project.
2022-06-16T21:58:52+08:00 textproc/rubygem-asciidoctor-plantuml00 Asciidoctor PlantUML extension
Asciidoctor PlantUml is an extension that enables you to add PlantUML diagrams
to your AsciiDoc documents.
2022-06-16T21:58:50+08:00 devel/rubygem-libddwaf WAF implementation in C++, exposed to Ruby
libddwaf is Datadog's implementation of a WAF engine, with a goal of low
performance and memory overhead, and embeddability in a wide variety of language
runtimes through a C API.
2022-06-16T21:58:49+08:00 devel/rubygem-libddprof Implementation bits of ddtract for Continuous Profiler feature
libdatadog provides a shared library containing common code used in the
implementation of Datadog's libraries, including Continuous Profilers.

(In a past life, libdatadog was known as libddprof but it was renamed when we
decided to increase its scope).
2022-06-16T21:58:49+08:00 devel/rubygem-jira-ruby21 API for JIRA
This gem provides access to the Atlassian JIRA REST API.
2022-06-16T21:58:48+08:00 devel/rubygem-cucumber-cucumber-expressions15 Cucumber Expressions for Ruby
Cucumber Expressions are simple patterns for matching Step Definitions with
Gherkin steps.

Cucumber Expressions offer similar functionality to Regular Expressions, with
the following improvements:
- Improved readability
- Custom parameter types
- Expression generation
2022-06-16T21:58:47+08:00 devel/rubygem-aws-sdk-mainframemodernization Official AWS Ruby gem for AWS Mainframe Modernization
Official AWS Ruby gem for AWS Mainframe Modernization.

See also: https://github.com/aws/aws-sdk-ruby
2022-06-16T21:58:47+08:00 www/py-django-permissionedforms Django extension for creating forms that vary according to user permissions
django-permissionedforms is an extension to Django's forms framework, allowing
you to define forms where certain fields are shown or omitted according to the
user's permissions.
2022-06-16T21:58:45+08:00 graphics/py-graphlib-backport Backport of the Python 3.9 graphlib module for Python 3.6+
graphlib-backport is the backport of the Python 3.9 graphlib module for older
Python versions.
2022-06-16T21:58:43+08:00 devel/py-watchfiles Simple, modern and high performance file watching and code reload in python
Simple, modern and high performance file watching and code reload in python.
2022-06-16T21:58:43+08:00 devel/py-pytest-nunit pytest plugin for generating NUnit3 test result XML output
pytest-nunit is a pytest plugin for generating NUnit3 test result XML output.
2022-06-16T21:58:42+08:00 devel/py-graphene2 GraphQL Framework for Python
Graphene is a Python library for building GraphQL schemas/types fast and easily.
- Easy to use: Graphene helps you use GraphQL in Python without effort.
- Relay: Graphene has builtin support for Relay.
- Data agnostic: Graphene supports any kind of data source: SQL (Django,
SQLAlchemy), NoSQL, custom Python objects, etc. We believe that by providing a
complete API you could plug Graphene anywhere your data lives and make your data
available through GraphQL.
2022-06-16T21:58:41+08:00 databases/py-pgspecial1 Meta-commands handler for Postgres Database
This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.
2022-06-15T17:48:30-05:00 security/lime End-to-end encryption library for instant messaging
LIME is an end-to-end encryption library for one-to-one and group
instant messaging, allowing users to exchange messages privately and
asynchronously. It uses modern ciphering curve X448 and double ratchet
algorithm for perfect forward secrecy.

LIME is composed of a portable client library coupled with a public key
server developed by Belledonne Communications to allow end-to-end
encryption for messaging, without having to exchange cryptographic keys
simultaneously.

The library exposes a C, C++, Python and Java API for easy integration
in mobile and desktop environments.

LIME supports multiple devices per user and multiple users per device.
2022-06-15T13:32:05-07:00 science/py-py3Dmol IPython interface for embedding 3Dmol.js views
py3Dmol is an IPython interface for embedding 3Dmol.js views.
2022-06-15T11:39:27+02:00 x11-wm/devilspie2 Window manipulation tool
Devilspie2 is a window-matching utility, allowing the user to perform
scripted actions on windows as they are created. For example, you can
script a terminal program to always be positioned at a specific screen
position, or position a window on a specific workspace.

Devilspie2 is based on the program Devilspie by Ross Burton. The
difference is that Devilspie2 has replaced the symbolic expressions of
the original with a Lua interpreter, making it much easier to maintain
and extend.

Please note that the rules of Devilspie2 are not compatible with the
symbolic expressions of the original Devilspie.
2022-06-15T00:05:34-07:00 math/pari_nflistdata List fields of small discriminant for nflist() in PARI/GP
This is the nflistdata package for PARI/GP, to be used by the 'nflist'
function.

It contains
- tables of A5 number fields, from John JONES and David ROBERTS
(https://hobbes.la.asu.edu/NFDB/). These are needed for groups
5T4 = A5 and 6T4 = A5(6).
- tables of regular extensions of Q(t) for most transitive subgroups
of S_n, n <= 15, by
* Juergen KLUENERS and Gunter MALLE (see G. Malle and B. H. Matzat,
Inverse Galois Theory, Springer, 1999).
* Tim DOKCHITSER
These are needed by nflist(G, 't) for groups of degree 8 or more
2022-06-14T17:41:41+00:00 sysutils/btop Monitor of resources
Resource monitor that shows usage and stats for processor, memory, disks,
network and processes.

C++ version and continuation of bashtop and bpytop.

WWW: https://github.com/aristocratos/btop
2022-06-13T11:58:00+02:00 devel/rubygem-sidekiq64 Simple, efficient background processing for Ruby
Simple, efficient background processing for Ruby

WWW: https://sidekiq.org/
WWW: https://github.com/mperham/sidekiq
2022-06-13T11:58:00+02:00 devel/rubygem-sidekiq-cron-sidekiq64 Enables to set jobs to be run in specified time (using CRON notation)
Sidekiq-Cron is a scheduling add-on for Sidekiq.

It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation * * * * * parsed by Rufus-Scheduler).

It also checks for new jobs to schedule every 10 seconds and doesn't schedule
the same job multiple times when more than one Sidekiq worker is running.

Scheduling jobs are added only when at least one Sidekiq process is running.

WWW: https://github.com/ondrejbartas/sidekiq-cron
2022-06-12T20:15:06-07:00 databases/py-apache-arrow Columnar in-memory analytics layer for big data
Apache Arrow is a cross-language development platform for in-memory data. It
specifies a standardized language-independent columnar memory format for flat
and hierarchical data, organized for efficient analytic operations on modern
hardware. It also provides computational libraries and zero-copy streaming
messaging and interprocess communication.

WWW: https://arrow.apache.org/
2022-06-12T17:45:47-07:00 databases/py-arrow Columnar in-memory analytics layer for big data
Apache Arrow is a cross-language development platform for in-memory data. It
specifies a standardized language-independent columnar memory format for flat
and hierarchical data, organized for efficient analytic operations on modern
hardware. It also provides computational libraries and zero-copy streaming
messaging and interprocess communication.

WWW: https://arrow.apache.org/
2022-06-12T23:17:28+02:00 audio/dgedit DrumGizmo drumkit editor
The DrumGizmo drumkit editor DGEdit is currently in a functioning, but very
early phase of development. All of the essentials for importing, editing and
exporting the raw drumkit recordings are there. Editor is certainly a huge help
when creating the individual drumkit instruments (snare, kickdrum, toms,
crashes and so on). The entire process of taking a bunch of wav files that
you've recorded using, for instance, 16 microphones and then converting them
into working instruments with hit energy levels is fully supported.

WWW: https://www.drumgizmo.org/
2022-06-12T03:41:22+00:00 www/tcexam Open Source system for electronic exams
TCExam is a Open Source system for electronic exams (also know as CBA -
Computer-Based Assessment, CBT - Computer-Based Testing or e-exam) that
enables educators and trainers to author, schedule, deliver, and report
on quizzes, tests and exams.

TCExam is Web-Based, platform independent, language independent (includes
translations in several languages and RTL support) and conforms to W3C
Accessibility and Usability guidelines to provide equal opportunity to
people with disabilities, including blind users.

TCExam automates all assessment phases: authoring, scheduling, delivering,
and reporting. It's easy to use and do not require expensive hardware to
run, nor additional commercial software. Users connect to the TCExam system
using a common Web-browser like Mozilla Firefox or Internet Explorer.

WWW: http://www.tcexam.org/
2022-06-11T15:59:05-05:00 www/php82-tidy
2022-06-11T15:59:05-05:00 www/php82-session
2022-06-11T15:59:05-05:00 www/php82-opcache
2022-06-11T15:59:05-05:00 www/mod_php82
2022-06-11T15:59:05-05:00 textproc/php82-xsl
2022-06-11T15:59:05-05:00 textproc/php82-xmlwriter
2022-06-11T15:59:05-05:00 textproc/php82-xmlreader
2022-06-11T15:59:05-05:00 textproc/php82-xml
2022-06-11T15:59:05-05:00 textproc/php82-simplexml
2022-06-11T15:59:05-05:00 textproc/php82-pspell
2022-06-11T15:59:05-05:00 textproc/php82-enchant
2022-06-11T15:59:05-05:00 textproc/php82-dom
2022-06-11T15:59:05-05:00 textproc/php82-ctype
2022-06-11T15:59:05-05:00 sysutils/php82-posix
2022-06-11T15:59:05-05:00 sysutils/php82-fileinfo
2022-06-11T15:59:05-05:00 security/php82-sodium
2022-06-11T15:59:05-05:00 security/php82-filter
2022-06-11T15:59:05-05:00 net/php82-sockets
2022-06-11T15:59:05-05:00 net/php82-soap
2022-06-11T15:59:05-05:00 net/php82-ldap
2022-06-11T15:59:05-05:00 net-mgmt/php82-snmp
2022-06-11T15:59:05-05:00 misc/php82-calendar
2022-06-11T15:59:05-05:00 math/php82-gmp
2022-06-11T15:59:05-05:00 math/php82-bcmath
2022-06-11T15:59:05-05:00 mail/php82-imap
2022-06-11T15:59:05-05:00 lang/php82 The ${PHP_MODNAME} shared extension for php
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML. Its syntax draws upon C,
Java, and Perl, and is easy to learn. The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: https://www.php.net/
2022-06-11T15:59:05-05:00 lang/php82-extensions "meta-port" to install PHP extensions
This is a "meta-port" to install the extensions for PHP 8.0

Defaults to:
ctype, dom, filter, iconv, json, opcache, pdo, pdo_sqlite, phar, posix,
session, simplexml, sqlite3, tokenizer, xml, xmlreader and xmlwriter.

WWW: https://www.php.net/
2022-06-11T15:59:05-05:00 graphics/php82-gd
2022-06-11T15:59:05-05:00 graphics/php82-exif
2022-06-11T15:59:05-05:00 ftp/php82-ftp
2022-06-11T15:59:05-05:00 ftp/php82-curl
2022-06-11T15:59:05-05:00 devel/php82-tokenizer
2022-06-11T15:59:05-05:00 devel/php82-sysvshm
2022-06-11T15:59:05-05:00 devel/php82-sysvsem
2022-06-11T15:59:05-05:00 devel/php82-sysvmsg
2022-06-11T15:59:05-05:00 devel/php82-shmop
2022-06-11T15:59:05-05:00 devel/php82-readline
2022-06-11T15:59:05-05:00 devel/php82-pcntl
2022-06-11T15:59:05-05:00 devel/php82-intl
2022-06-11T15:59:05-05:00 devel/php82-gettext
2022-06-11T15:59:05-05:00 devel/php82-ffi
2022-06-11T15:59:05-05:00 databases/php82-sqlite3
2022-06-11T15:59:05-05:00 databases/php82-pgsql
2022-06-11T15:59:05-05:00 databases/php82-pdo_sqlite
2022-06-11T15:59:05-05:00 databases/php82-pdo_pgsql
2022-06-11T15:59:05-05:00 databases/php82-pdo_odbc
2022-06-11T15:59:05-05:00 databases/php82-pdo_mysql
2022-06-11T15:59:05-05:00 databases/php82-pdo_firebird
2022-06-11T15:59:05-05:00 databases/php82-pdo_dblib
2022-06-11T15:59:05-05:00 databases/php82-pdo
2022-06-11T15:59:05-05:00 databases/php82-odbc
2022-06-11T15:59:05-05:00 databases/php82-mysqli
2022-06-11T15:59:05-05:00 databases/php82-dba
2022-06-11T15:59:05-05:00 converters/php82-mbstring
2022-06-11T15:59:05-05:00 converters/php82-iconv
2022-06-11T15:59:05-05:00 archivers/php82-zlib
2022-06-11T15:59:05-05:00 archivers/php82-zip
2022-06-11T15:59:05-05:00 archivers/php82-phar
2022-06-11T15:59:05-05:00 archivers/php82-bz2
2022-06-11T09:30:34-05:00 math/basic-stats Command-line tool to perform basic statistics on tabular data
Basic-stats is a command-line tool to perform basic statistics on a
tabular data stream. It supports performing multiple functions such as
mean, median, etc. on independent rows and/or columns during a single
pass on independent rows and/or columns. Memory use is trivial except
for functions that require loading the sample/population for sorting,
such as median.

WWW: https://github.com/auerlab/basic-stats
2022-05-27T16:55:23+01:00 science/libtensorflow1 C API for TensorFlow, an open source platform for machine learning
TensorFlow is an end-to-end open source platform for machine learning. It has a
comprehensive, flexible ecosystem of tools, libraries, and community resources
that lets researchers push the state-of-the-art in ML and developers easily
build and deploy ML-powered applications. The TensorFlow C API is typically a
requirement of TensorFlow APIs in other languages such as Go and Rust.

This is version 1 of the API, which is deprecated but still widely used.

WWW: https://www.tensorflow.org/install/lang_c
2022-06-10T07:32:45+08:00 devel/py-lark Modern parsing library
ark is a parsing toolkit for Python, built with a focus on ergonomics,
performance and modularity.

Lark can parse all context-free languages. To put it simply, it means that it is
capable of parsing almost any programming language out there, and to some degree
most natural languages too.

What can it do?
- Parse all context-free grammars, and handle any ambiguity gracefully
- Build an annotated parse-tree automagically, no construction code required.
- Provide first-rate performance in terms of both Big-O complexity and measured
run-time (considering that this is Python ;)
- Run on every Python interpreter (it's pure-python)
- Generate a stand-alone parser (for LALR(1) grammars)
- And many more features. Read ahead and find out!

Most importantly, Lark will save you time and prevent you from getting parsing
headaches.

WWW: https://github.com/lark-parser/lark
2022-06-10T07:09:44+08:00 x11-fonts/py-gflanguages Python API for evaluating language support in the Google Fonts collection
This python module provides an API with data about languages/regions/scripts for
use in the language-support categorization of the font families in the Google
Fonts collection.

You can also directly access the raw textproto files on the Lib/gflanguages/data
directory:
- languages
- regions
- scripts

WWW: https://github.com/googlefonts/lang
2022-06-10T07:09:43+08:00 x11-fonts/py-axisregistry Python API to access data from the Google Fonts variable fonts axis registry
This package contains a collection of metadata source files that collectively
form the Google Fonts Axis Registry.

The live Axis Registry is at fonts.google.com/variablefonts, and axis
definitions are only final when they appear on that page.

WWW: https://github.com/googlefonts/axisregistry
2022-06-10T07:09:43+08:00 textproc/py-tableschema-to-template Generate an Excel template with input validation from Frictionless Table Schema
Given a Frictionless Table Schema, generate an Excel template with input
validation.

Features:
- Enum constraints transformed into pull-downs.
- Field descriptions transformed into comments in header.
- Float, integer, and boolean type validation, with range checks on numbers.

WWW: https://github.com/hubmapconsortium/tableschema-to-template
2022-06-10T07:09:40+08:00 textproc/py-sphinx-basic-ng Modern skeleton for Sphinx themes
sphinx-basic-ng provides a modernised skeleton for Sphinx themes.

WWW: https://github.com/pradyunsg/sphinx-basic-ng
2022-06-10T07:09:38+08:00 devel/py-types-toml Typing stubs for toml
This is a PEP 561 type stub package for the toml package. It can be used by
type-checking tools like mypy, PyCharm, pytype etc. to check code that uses
toml.

WWW: https://github.com/python/typeshed/tree/master/stubs/toml
2022-06-10T07:09:37+08:00 devel/py-txi2p-tahoe I2P bindings for Twisted
This is a fork of txi2p, to help Tahoe-LAFS project to get unstuck in Python 3
porting efforts.

txi2p is a set of I2P bindings for Twisted.

txi2p supports both the SAM and BOB APIs for I2P. The default API is SAM.

WWW: https://github.com/str4d/txi2p
2022-06-10T07:09:37+08:00 devel/py-parsley Parsing and pattern matching made easy
Parsley is a parsing library for people who find parsers scary or annoying. I
wrote it because I wanted to parse a programming language, and tools like PLY or
ANTLR or Bison were very hard to understand and integrate into my Python code.
Most parser generators are based on LL or LR parsing algorithms that compile to
big state machine tables. It was like I had to wake up a different section of my
brain to understand or work on grammar rules.

Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so each
expression in the grammar rules works like a Python expression. In particular,
alternatives are evaluated in order, unlike table-driven parsers such as yacc,
bison or PLY.

Parsley is an implementation of OMeta, an object-oriented pattern-matching
language developed by Alessandro Warth.

WWW: https://github.com/pyga/parsley
2022-06-09T23:47:34+01:00 devel/py-sarif-om Python classes for the SARIF 2.1.0 object model
Python classes for the SARIF 2.1.0 object model.

WWW: https://pypi.org/project/sarif-om/
2022-06-09T15:45:02-07:00 devel/android-tools Android debugging tools
Android tools for FreeBSD. Tools include:

* adb
* fastboot
* mke2fs.android (required by fastboot)
* simg2img, img2simg, append2simg
* lpdump, lpmake, lpadd, lpflash, lpunpack
* mkbootimg, unpack_bootimg, repack_bootimg

WWW: https://github.com/neelchauhan/freebsd-android-tools
2022-06-09T23:13:51+01:00 devel/py-jschema-to-python Generate Python classes from a JSON schema
Generate Python classes from a JSON schema.

WWW: https://pypi.org/project/jschema-to-python/
2022-06-09T16:19:07-05:00 net-im/gotktrix Matrix client in Go and GTK4
Matrix client in Go and GTK4 implementing a large part of the feature
set the Matrix protocol supports.

WWW: https://github.com/diamondburned/gotktrix
2022-06-09T12:54:34+00:00 benchmarks/linux-unigine-superposition Unigine Superposition benchmark (basic version for GNU/Linux)
Extreme performance and stability test for PC hardware: video card, power
supply, cooling system. Check your rig in stock and overclocking modes
with real-life load! Also includes interactive experience in a beautiful,
detailed environment.

A lone professor performs dangerous experiments in an abandoned classroom,
day in and day out. Obsessed with inventions and discoveries beyond the
wildest dreams, he strives to prove his ideas.

Once you come to this place in the early morning, you would not meet him
there. The eerie thing is a loud bang from the laboratory heard a few
moments ago. What was that? You have the only chance to cast some light
upon this incident by going deeply into the matter of quantum theory:
thorough visual inspection of the professor's records and instruments.

This port includes the binaries for GNU/Linux of the basic (free-to-use)
version of the benchmark.

WWW: https://benchmark.unigine.com/superposition
2022-06-09T18:57:46+08:00 devel/py-pyright Command line wrapper for pyright
Pyright for Python is a Python command-line wrapper over pyright [1], a static
type checker for Python.

[1] https://github.com/microsoft/pyright

WWW: https://github.com/RobertCraigie/pyright-python
2022-06-08T17:25:41-03:00 sysutils/arc_summary Print ZFS ARC cache statistics and other information
arc_summary is included in the OpenZFS repository. It provides basic
information on the ZFS ARC, its efficiency, the L2ARC (if present), the
Data Management Unit (DMU), Virtual Devices (VDEVs), and tunables. See
the in-source documentation and code at
https://github.com/openzfs/zfs/blob/master/module/zfs/arc.c for details.
The original introduction to arc_summary can be found at
http://cuddletech.com/?p=454
2022-05-13T18:37:50+02:00 devel/autoconf2.69 Generate configure scripts and related files
Autoconf is an extensible package of M4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of M4
macro calls.

WWW: https://www.gnu.org/software/autoconf/
2022-06-08T07:39:21-07:00 devel/py-qutip-qip QuTiP quantum information processing package
The qutip-qip package used to be a module qutip.qip under QuTiP
(Quantum Toolbox in Python). From QuTiP 5.0, the community has decided
to decrease the size of the core QuTiP package by reducing the
external dependencies, in order to simplify maintenance. Hence a few
modules are separated from the core QuTiP and will become QuTiP family
packages. They are still maintained by the QuTiP team but hosted under
different repositories in the QuTiP organization.

The qutip-qip package, QuTiP quantum information processing, aims at
providing basic tools for quantum computing simulation both for simple
quantum algorithm design and for experimental realization. Compared to
other libraries for quantum information processing, qutip-qip puts
additional emphasis on the physics layer and the interaction with the
QuTiP package. The package offers two different approaches for
simulating quantum circuits, one with QubitCircuit calculating unitary
evolution under quantum gates by matrix product, another called
Processor using open system solvers in QuTiP to simulate noisy quantum
device.

WWW: https://github.com/qutip/qutip-qip
2022-06-08T13:17:27+00:00 devel/gpds General purpose data serializer library written in modern C++
GPDS is a General Purpose Data Serializer library written in modern C++.
It allows to serialize C++ classes to and from XML files in a generic format
that can be processed by other XML processing software (or just for the sake of
readability).

GPDS provides the user with complete control over the generated tag names and
attributes in the resulting XML compared to just using traditional "key" and
"value" tags.

WWW: https://gpds.simulton.com/
2022-06-06T22:45:57-03:00 deskutils/sigi Organizing tool for terminal lovers who hate organizing
sigi is an organizing tool for terminal lovers who hate organizing. Use
sigi as extra memory. Use it to toss your tasks, groceries, or the next
board games you want to play onto a stack. Shell aliases are encouraged
to organize your various stacks. It's recommended to read the website's
README to understand the intended shell-alias-based invocation style.

WWW: https://github.com/hiljusti/sigi
2022-06-06T15:58:34-07:00 www/py-botocore-stubs Type annotations for botocore
Type annotations for botocore 1.27.3 compatible with VSCode, PyCharm,
Emacs, Sublime Text, mypy, pyright and other tools.

WWW: https://github.com/youtype/mypy_boto3_builder
2022-05-29T16:45:43-05:00 lang/go118 Go programming language
2022-06-06T18:52:29+03:00 textproc/cpptoml Header-only C++ library for parsing TOML
A header-only library for parsing TOML configuration files with support for the
new DateTime format, inline tables, multi-line basic and raw strings, digit
separators, hexadecimal integers, octal integers, binary integers, and float
special values.

WWW: https://github.com/skystrife/cpptoml/
2022-06-06T06:22:40-05:00 www/py-requests-cache93 Transparent persistent cache for the requests library (0.9.3 branch)
requests-cache is a transparent, persistent cache that provides an easy way to
get better performance with the python requests library.

Features:
- Ease of use: Keep using the requests library you're already familiar with. Add
caching with a drop-in replacement for requests.Session, or install globally
to add caching to all requests functions.
- Performance: Get sub-millisecond response times for cached responses. When
they expire, you still save time with conditional requests.
- Persistence: Works with several storage backends including SQLite, Redis,
MongoDB, and DynamoDB; or save responses as plain JSON files, YAML, and more
- Customization: Works out of the box with zero config, but with a robust set of
features for configuring and extending the library to suit your needs
- Expiration: Keep your cache fresh using Cache-Control, eagerly cache
everything for long-term storage, use URL patterns for selective caching, or
any combination of strategies
- Compatibility: Can be combined with other popular libraries based on requests

WWW: https://github.com/reclosedev/requests-cache
2022-06-05T23:24:44+08:00 cad/pcb-rnd Flexible, modular Printed Circuit Board editor
pcb-rnd is a free/open source, flexible, modular Printed Circuit Board editor

- for design of professional and hobby boards.
- is feature-rich and compatible
- has a long history, fast paced development, and big plans.
- is part of the coralEDA ecosystem.

WWW: http://www.repo.hu/projects/pcb-rnd/
2022-06-05T23:19:51+08:00 cad/librnd Flexible, modular two-dimensional CAD engine
librnd is a free/open source, flexible, modular two-dimensional CAD engine

- with transparent multiple GUI toolkit support,
- flexible, dynamic menu system
- flexible, dynamic configuration system
- support for user scripting in a dozen languages

WWW: http://www.repo.hu/projects/librnd/
2022-06-05T23:11:27+08:00 devel/fungw C Function gateway for different programming languages
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages. For
this, fungw provides:

- a simplistic scalar data type abstraction, supporting the most common types
- semi-automatic conversion between data types
- contexts that can host objects; objects can host named functions
- a set of optional language bindings to the most popular scripting languages

The main use of fungw is to provide the host application a framework
where dynamic parts of the code (e.g. plugins) can register their calls,
allowing app-plugin, plugin-app, and plugin-plugin calls.

The second main use is doing all this in a language-agnostic way: any
part of the code can be implemented in any of the numerous supported
scripting languages (such as awk or lua). The caller of a function
doesn't need to know what language the function is implemented in.

The main property of fungw is simplicity. The only API between objects
is the plain old function call mechanism.

WWW: http://repo.hu/projects/fungw/
2022-06-05T06:33:03-05:00 benchmarks/ddosify High-performance load testing tool
High-performance load testing tool

Features
- Protocol Agnostic - Currently supporting HTTP, HTTPS, HTTP/2.
- Scenario-Based - Create your flow in a JSON file. Without a line of code!
- Different Load Types - Test your system's limits across different load types.

WWW: https://github.com/ddosify/ddosify
2022-06-04T08:44:50+00:00 www/mediawiki138 Wiki engine used by Wikipedia
MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
It's designed to handle a large number of users and pages without imposing
too rigid a structure or workflow.

WWW: https://www.mediawiki.org/
2022-06-04T07:19:46+08:00 www/rubygem-faraday-rack1 Faraday adapter for Rack
Faraday Rack adapter is a Faraday adapter for a Rack app. Faraday is an HTTP
client library that provides a common interface over many adapters. Every
adapter is defined into its own gem. This gem defines the adapter fora Rack app.

WWW: https://github.com/lostisland/faraday-rack
2022-06-04T07:19:44+08:00 www/rubygem-faraday-patron1 Faraday adapter for Patron
Faraday::Patron is a Faraday adapter for the Patron library. Faraday is an HTTP
client library that provides a common interface over many adapters. Every
adapter is defined into its own gem. This gem defines the adapter for Patron.

WWW: https://github.com/lostisland/faraday-patron
2022-06-04T07:19:42+08:00 www/rubygem-faraday-net_http_persistent1 Faraday adapter for NetHttpPersistent
Faraday::NetHttpPersistent is a Faraday adapter for the Net::HTTP::Persistent
gem.

WWW: https://github.com/lostisland/faraday-net_http_persistent
2022-06-04T07:19:39+08:00 www/rubygem-faraday-net_http1 Faraday adapter for Net::HTTP
Faraday Net::HTTP is a Faraday adapter for the Net::HTTP library. Faraday is an
HTTP client library that provides a common interface over many adapters. Every
adapter is defined into it's own gem. This gem defines the adapter for Net::HTTP
the HTTP library that's included into the standard library of Ruby.

WWW: https://github.com/lostisland/faraday-net_http
2022-06-04T07:19:37+08:00 www/rubygem-faraday-httpclient1 Faraday adapter for HTTPClient
Faraday::Faraday is a Faraday adapter for the HTTPClient library. Faraday is an
HTTP client library that provides a common interface over many adapters. Every
adapter is defined into its own gem. This gem defines the adapter for
HTTPClient.

WWW: https://github.com/lostisland/faraday-httpclient
2022-06-04T07:19:35+08:00 www/rubygem-faraday1 HTTP/REST API client library in Ruby
Faraday is an HTTP client lib that provides a common interface over many
adapters (such as Net::HTTP) and embraces the concept of Rack middleware when
processing the request/response cycle.

WWW: https://github.com/lostisland/faraday
2022-06-04T07:19:33+08:00 textproc/rubygem-cucumber-gherkin23 Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.

WWW: https://github.com/cucumber/common/tree/main/gherkin/ruby
2022-06-04T07:19:31+08:00 devel/rubygem-faraday-excon1 Faraday adapter for Excon
This gem is a Faraday adapter for the Excon library. Faraday is an HTTP client
library that provides a common interface over many adapters. Every adapter is
defined into its own gem. This gem defines the adapter for Excon.

WWW: https://github.com/lostisland/faraday-excon
2022-06-04T07:19:30+08:00 devel/rubygem-cucumber-messages18 Protocol Buffer messages for Cucumber
Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
process to construct message objects and send them to another process. Protobuf
takes care of serialising those messages to a binary format, and deserialise
them on the other end.

WWW: https://github.com/cucumber/common/tree/main/messages/ruby
2022-06-01T15:28:50-03:00 www/yarn-node18
2022-06-01T15:28:50-03:00 www/npm-node18
2022-06-03T16:47:18+08:00 devel/rubygem-bootsnap111 Boot large ruby/rails apps faster
Bootsnap makes booting large ruby/rails apps faster. It is a library that plugs
into a number of Ruby and (optionally) ActiveSupport and YAML methods to
optimize and cache expensive computations.

WWW: https://github.com/Shopify/bootsnap
2022-06-03T16:47:17+08:00 devel/rubygem-aws-sdk-emrserverless Official AWS Ruby gem for EMR Serverless
Official AWS Ruby gem for EMR Serverless.

WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-emrserverless
2022-06-02T17:10:53+02:00 mail/mlmmj-archiver Simple mailing archiver designed for mlmmj
mlmmj-archiver is a program which will generates HTML archives out of mlmmj archives
mlmmj-archiver uses the clearsilver templating system in order to allow maximum configurability
mlmmj-archiver uses SQLite for its database cache
mlmmj-archiver runs in a capsicum sandbox

WWW: https://fossil.nours.eu/mlmmj-archiver
2022-06-02T07:44:36+00:00 misc/swissfileknife One hundred command-line tools in one binary
This is the Swiss File Knife (SFK), a command-line multi-function tool
created by StahlWorks Technologies.

SFK was made to make things easy. File exchange between machines, find
duplicates, find and replace text, list directory tree sizes, and tons
of other functions for daily tasks -- all contained within a single,
truly portable executable.

Forget about installing dozens of tools on every new machine, battling
with missing or wrong versioned DLL's, missing admin rights, missing
package dependencies, user account configurations, spammed registries
and endless time wasting in general.

WWW: http://stahlworks.com/dev/swiss-file-knife.html
2022-04-19T23:03:37+02:00 deskutils/gnome-planner Project management tool based on the Work breakdown structure
Gnome Planner is a cross-platform project management
tool based on the Work breakdown structure (WBS).
You can visualize project in time using Gantt chart,
list the complete breakdown of your project along with
the estimated cost and effort and manage your resources
assignments.

WWW: https://wiki.gnome.org/Apps/Planner
2022-06-01T16:14:41-03:00 x11-fm/arqiver Simple Qt archive manager
Arqiver is a simple Qt archive manager as a front-end for libarchive
(bsdtar), gzip, and 7z.

Arqiver can extract, create and edit archives that are supported by its
back-ends. It can open archives by drag-and-drop. Its listed items can be
viewed separately or dragged and dropped into appropriate applications.

With 7z, it also supports password protection.

WWW: https://github.com/tsujan/Arqiver
2022-05-31T20:40:48-07:00 science/py-thewalrus Open source library for hafnian calculation
thewalrus is a library for the calculation of hafnians, Hermite
polynomials and Gaussian boson sampling.

WWW: https://github.com/XanaduAI/thewalrus
2022-06-01T02:09:00+00:00 devel/tup Fast and smart file-based build system
Tup is a file-based build system for Unix and Windows. It takes as input
a list of file changes and a directed acyclic graph (DAG). It then
processes the DAG to execute the appropriate commands required to update
dependent files. Updates are performed with very little overhead since
tup implements powerful build algorithms to avoid doing unnecessary work,
so you can stay focused on your project rather than on your build system.

WWW: https://gittup.org/tup/
2022-05-31T17:30:06-07:00 math/hptt High-Performance Tensor Transpose library
HPTT is a high-performance C++ library for out-of-place tensor
transpositions.

Key Features:
* Multi-threading support
* Explicit vectorization
* Auto-tuning (akin to FFTW)
* Loop order
* Parallelization
* Multi architecture support
* Explicitly vectorized kernels for (AVX and ARM)
* Supports float, double, complex and double complex data types
* Supports both column-major and row-major data layouts

WWW: https://github.com/springer13/hptt
2022-05-31T19:08:27+02:00 benchmarks/scimark4c ANSI C version of the SciMark2 benchmark
This is an ANSI C version of the SciMark2 benchmark, translated from the
original Java sources. The intent in making this benchmark available in
C is mainly for performance comparisons.

Version 4.0 of the software has added check-sum counters to adequately test
newer optimizing compilers.

Results of this benchmark can be sent to pozo@nist.gov.

WWW: https://math.nist.gov/scimark2/download_c.html
2022-05-31T13:01:30-07:00 science/quantum-jet Cross-platform header-only library for simulating quantum circuits
Jet is a cross-platform library for simulating quantum circuits
using tensor network contractions.

WWW: https://github.com/XanaduAI/jet
2022-05-31T15:54:49+02:00 mail/claws-mail-keyword_warner Configurable keyword warning plugin for Claws Mail
Shows a warning when sending or queueing a message and a reference
to one or more keywords is found in the message text.

WWW: https://www.claws-mail.org/plugins.php
2022-05-31T15:17:38+02:00 mail/claws-mail-acpi_notifier ACPI mail LED notifier plugin for Claws Mail
This plugin enables mail notification via LEDs on some notebooks.

WWW: https://www.claws-mail.org/plugin.php?plugin=acpinotifier
2022-05-30T20:17:33-07:00 devel/py-pyquil PyQuil: Quantum programming in Python
PyQuil is a Python library for quantum programming using Quil, the quantum
instruction language developed at Rigetti Computing. PyQuil serves three main
functions:

* Easily generating Quil programs from quantum gates and classical operations
* Compiling and simulating Quil programs using the Quil Compiler (quilc) and the
Quantum Virtual Machine (QVM)
* Executing Quil programs on real quantum processors (QPUs) using Quantum Cloud
Services (QCS)

WWW: https://github.com/rigetti/pyquil
2022-05-30T19:37:09-07:00 devel/py-retry2 Easy to use retry decorator in python
Easy to use retry decorator.
Features

* No external dependency (stdlib only).
* (Optionally) Preserve function signatures (pip install decorator).
* Original traceback, easy to debug.

WWW: https://github.com/eSAMTrade/retry
2022-05-30T19:19:03-07:00 devel/py-rpcq RPC framework and message specification for Rigetti QCS
The asynchronous RPC client-server framework and message specification
for Rigetti Quantum Cloud Services (QCS).

Implements an efficient transport protocol by using ZeroMQ (ZMQ)
sockets and MessagePack (msgpack) serialization.

Not intended to be a full-featured replacement for other frameworks
like gRPC or Apache Thrift.

WWW: https://github.com/rigetti/rpcq
2022-05-30T19:01:15-07:00 devel/py-python-rapidjson Python wrapper around rapidjson
RapidJSON is an extremely fast C++ JSON parser and serialization
library: this module wraps it into a Python 3 extension, exposing
its serialization/deserialization (to/from either bytes, str or
file-like instances) and JSON Schema validation capabilities.

WWW: https://github.com/python-rapidjson/python-rapidjson
2022-05-30T21:57:28+03:00 devel/libffi33 Foreign Function Interface (stripped down compat version)
The libffi library provides a portable, high level programming
interface to various calling conventions. This allows a programmer to
call any function specified by a call interface description at run
time.

WWW: https://sourceware.org/libffi/
2022-05-30T01:47:56-07:00 graphics/py-pyvista Pythonic interface to VTK
PyVista is a helper module for the Visualization Toolkit (VTK) that
wraps the VTK library through NumPy and direct array access through
a variety of methods and classes. This package provides a Pythonic,
well-documented interface exposing VTK's powerful visualization
backend to facilitate rapid prototyping, analysis, and visual
integration of spatially referenced datasets.

This module can be used for scientific plotting for presentations and
research papers as well as a supporting module for other mesh 3D
rendering dependent Python modules; see Connections for a list of
projects that leverage PyVista.

WWW: https://github.com/pyvista/pyvista
2022-05-30T00:15:46-07:00 devel/py-scooby Python environment detective
scooby is a lightweight tool for easily reporting your Python
environment's package versions and hardware resources.

WWW: https://github.com/banesullivan/scooby
2022-05-29T00:26:29-03:00 x11-fm/Arqiver Arqiver is a simple Qt archive manager
Arqiver is a simple Qt archive manager as a front-end for libarchive
(bsdtar), gzip and 7z.

Arqiver can extract, create and edit archives that are supported by its
back-ends. It can open archives by drag-and-drop. Its listed items can be
viewed separately or dragged and dropped into appropriate applications.

With 7z, it also supports password protection.

WWW: https://github.com/tsujan/Arqiver
2022-05-27T17:36:59+02:00 www/rubygem-faraday110 HTTP/REST API client library in Ruby
Faraday is an HTTP client lib that provides a common interface over many
adapters (such as Net::HTTP) and embraces the concept of Rack middleware when
processing the request/response cycle.

WWW: https://github.com/lostisland/faraday
2022-05-27T17:36:59+02:00 textproc/rubygem-elasticsearch-model713 ActiveModel/Record integrations for Elasticsearch
The Elasticsearch::Model library builds on top of the elasticsearch library.

It aims to simplify integration of Ruby classes ("models"), commonly found e.g.
in Ruby on Rails applications, with the Elasticsearch search and analytics
engine.

WWW: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-model
2022-05-27T17:36:59+02:00 devel/gitlab-metrics-exporter GitLab Metrics Exporter (GME) is Ruby Prometheus exporter
A Prometheus exporter for the GitLab application written in Go.

WWW: https://gitlab.com/gitlab-org/gitlab-metrics-exporter
2022-05-27T16:39:58+02:00 sysutils/firstboot-cloudsetup Configure network and user when the system first boots
Configure network and user data from cloud configuration at first boot.
The configuration is written before the netif service is started.
Compatible with OpenNebula.

WWW: https://git.sr.ht/~jornane/cloudsetup
2022-05-26T17:25:26-07:00 security/krb5-120 MIT implementation of RFC 4120 network authentication service
Kerberos V5 is an authentication system developed at MIT.
WWW: http://web.mit.edu/kerberos/

Abridged from the User Guide:
Under Kerberos, a client sends a request for a ticket to the
Key Distribution Center (KDC). The KDC creates a ticket-granting
ticket (TGT) for the client, encrypts it using the client's
password as the key, and sends the encrypted TGT back to the
client. The client then attempts to decrypt the TGT, using
its password. If the client successfully decrypts the TGT, it
keeps the decrypted TGT, which indicates proof of the client's
identity. The TGT permits the client to obtain additional tickets,
which give permission for specific services.
Since Kerberos negotiates authenticated, and optionally encrypted,
communications between two points anywhere on the internet, it
provides a layer of security that is not dependent on which side of a
firewall either client is on.
The Kerberos V5 package is designed to be easy to use. Most of the
commands are nearly identical to UNIX network programs you are already
used to. Kerberos V5 is a single-sign-on system, which means that you
have to type your password only once per session, and Kerberos does
the authenticating and encrypting transparently.

Jacques Vidrine <n@nectar.com>
2022-05-27T13:21:45+02:00 misc/freebsd-doc-id Indonesian translation of the FreeBSD Documentation Project
2022-05-02T10:55:28+02:00 devel/autoconf2.13 Generate configure scripts and related files
Autoconf is an extensible package of M4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention. Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of M4
macro calls.

WWW: https://www.gnu.org/software/autoconf/
2022-05-02T10:55:28+02:00 devel/autoconf-switch Wrapper script to switch between autoconf versions
This port installs a wrapper script for each tool included with autoconf.
The script will run the version of autoconf specified in the environment
variable DEFAULT_AUTOCONF. If DEFAULT_AUTOCONF is empty or unset it will run
the most recent version of autoconf currently installed.
2022-05-27T02:07:56-05:00 devel/gfold CLI tool to help keep track of your Git repositories
CLI tool to help keep track of your Git repositories, written in Rust

This app displays relevant information for multiple Git repositories
in one to many directories. While this tool might seem limited in scope
and purpose, that is by design.

By default, gfold looks at every Git repository via traversal from
the current working directory. If you would like to target another directory,
you can pass its path (relative or absolute) as the first argument
or change the default path in the config file.

After traversal, gfold leverages rayon to perform concurrent,
read-only analysis of all Git repositories detected.
Analysis is performed by leveraging the git2-rs library.

WWW: https://github.com/nickgerace/gfold
2022-05-26T16:40:22+02:00 lang/perl5.36 Practical Extraction and Report Language
Perl is a language that combines some of the features of C, sed, awk and
shell. See the manual page for more hype. There are also many books
published by O'Reilly & Assoc. See pod/perlbook.pod for more
information.

WWW: https://www.perl.org/
2022-04-18T14:03:26-05:00 sysutils/b3sum Command line implementation of the BLAKE3 hash function
Command line implementation of the BLAKE3 hash function

BLAKE3 is a cryptographic hash function that is:

- Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.
- Secure, unlike MD5 and SHA-1. Ssecure against length extension, unlike SHA-2.
- Highly parallelizable across any number of threads and SIMD lanes,
because it's a Merkle tree on the inside.
- Capable of verified streaming and incremental updates,
again because it's a Merkle tree.
- A PRF, MAC, KDF, and XOF, as well as a regular hash.
- One algorithm with no variants, which is fast on x86-64 and
also on smaller architectures.


WWW: https://github.com/blake3-team/blake3
2022-05-22T22:57:35-07:00 devel/ruby-install Compile and install different versions of Ruby
Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby.

Features:

* Supports installing arbitrary versions.
* Supports downloading the latest versions and checksums from ruby-versions.
* Supports installing into /opt/rubies/ and ~/.rubies/ by default.
* Supports installing into arbitrary directories.
* Supports downloading from arbitrary URLs.
* Supports downloading from mirrors.
* Supports downloading/applying patches.
* Supports specifying arbitrary ./configure options.
* Supports downloading archives using wget or curl.
* Supports verifying downloaded archives via checksums.
* Has tests.

Anti-Features:

* Does not require updating every time a new Ruby version comes out.
* Does not require recipes for each individual Ruby version or configuration.
* Does not support installing trunk/HEAD or nightly rolling releases.
* Does not support installing unsupported/unmaintained versions of Ruby.

WWW: https://github.com/postmodern/ruby-install
2022-05-24T12:56:45+02:00 x11-themes/zorin-gtk-themes Zorin OS GTK theme
Zorin is the default GTK theme for ZorinOS

Supported Desktop Environments:

* Gnome-Shell
* Xfce

WWW: https://github.com/ZorinOS/zorin-desktop-themes
2022-05-24T19:04:51-07:00 science/ukrmol+ Code to compute electron and positron scattering from molecules
Outer region programs for the re-engineered UK computational
implementation of the R-matrix method for the treatment of
electron and positron scattering from molecules (BTO/GTO
continuum). Also calculates photoionization cross sections.

WWW: https://zenodo.org/record/5799134#.Yo1lCknMKV4
2022-05-24T17:02:33-07:00 science/gbtolib High-performance library for evaluation of molecular integrals
GBTOlib: a high-performance library for evaluation of molecular integrals.

WWW: https://zenodo.org/record/5798035#.Yo1sazXMKV4
2022-05-24T12:04:13-07:00 science/openmolcas Quantum chemistry software package
OpenMolcas is a quantum chemistry software package.

The key feature of OpenMolcas is the multiconfigurational
approach to the electronic structure.

WWW: https://gitlab.com/Molcas/OpenMolcas
2022-05-23T21:44:00-05:00 net-im/jitsi-meet-full All components to run Jitsi Meet video conferencing
This is a metaport to install all dependencies to run Jitsi Meet,
a set of Open Source projects which empower users to use and deploy video
conferencing platforms with state-of-the-art video quality and features.

WWW: https://jitsi.org/jitsi-meet/
2022-05-23T21:39:56-05:00 net-im/jitsi-prosody-plugins Prosody plugins for Jitsi Meet
Prosody modules for jitsi-meet.

WWW: https://github.com/jitsi/jitsi-meet/
2022-05-23T18:53:47-07:00 science/q Molecular Dynamics (MD) tools
Q is a set of Molecular Dynamics (MD) tools tailored to the following
specific kinds of free energy calculations:
1. Free Energy Perturbation (FEP)
2. Empirical Valence Bond (EVB)
3. Linear Interaction Energies (LIE)
4. Quantum Classical Path (QCP)

WWW: https://github.com/qusers/Q6
2022-05-23T21:01:24+02:00 mail/mail-expire Expire old mails from mailboxes
mail-expire is a small utility which only purpose is to help on keeping the
size of multiple mail folders as small as needed (by removing outdated
messages).

Maildir and Mailbox formats are supported for input, both types are mentioned
interchangeably in this manual page. Output goes to Mailbox files.

The old messages are compressed with gzip or xz and stored in the file with
the name following the pattern MBOXNAME.MONTH_YEAR.gz (or similar). The
reference time for the output filename is calculated from the current time
minus number of days specified in the first parameter.

WWW: https://salsa.debian.org/blade/mail-expire
2022-05-03T22:14:38+09:00 mail/snappymail Simple, modern, lightweight & fast web-based email client
Simple, modern, lightweight & fast web-based email client.

The drastically upgraded & secured fork of RainLoop Webmail Community
edition.

We thank the RainLoop Team for making a great PHP 5 product that was
good in the past.

Up to date system requirements, snappy performance, simple
installation and upgrade, no database required - all these make
SnappyMail a good choice.

WWW: https://snappymail.eu/
2022-05-22T15:07:21+02:00 devel/lua-mode Minor mode for LUA
lua-mode is an Emacs major mode for editing Lua files.

Main features:
- syntactic indentation & highlighting (incl. multiline literals/comments)
- evaluation of lines/regions/functions/files in Lua subprocess or direct
interaction with its REPL
- documentation lookup (using online/offline reference manual, e.g.
string.find
- imenu integration
- HideShow integration

WWW: http://github.com/immerrr/lua-mode
2022-05-22T03:14:29-05:00 www/dolibarr14 Modern software package to manage your company or foundation
Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)

It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.

You can freely use, study, modify or distribute it according to its Free
Software licence.

You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN.

WWW: https://www.dolibarr.org/
2022-05-22T02:30:46-05:00 x11/hamclock Handy clock with features for amateur radio operators
HamClock is a handy clock with features for amateur radio operators! One screen
shows your local time in 12H and 24H format along with UTC in large, easy to
read text. If your location is available, your grid square, local sunrise and
sunset are also displayed

WWW: https://www.clearskyinstitute.com/ham/HamClock/
2022-05-22T00:20:34-05:00 security/gsa Greenbone Security Assistant webpage written in React
The Greenbone Security Assistant is the web interface developed for the
Greenbone Security Manager appliances.

It connects to the Greenbone Vulnerability Manager GVM to provide a
full-featured user interface for vulnerability management.

Greenbone Security Assistant consists of GSA - The webpage written in React
and GSAD - The HTTP server talking to the GVM daemon

WWW: https://github.com/greenbone/gsa
2022-05-22T00:16:51-05:00 security/gsad Greenbone Security Assistant HTTP server
The Greenbone Security Assistant is the web interface developed for the
Greenbone Security Manager appliances.

It connects to the Greenbone Vulnerability Manager GVM to provide a
full-featured user interface for vulnerability management.

Greenbone Security Assistant consists of GSA - The webpage written in React
and GSAD - The HTTP server talking to the GVM daemon

WWW: https://github.com/greenbone/gsa
2022-05-22T12:07:46+08:00 devel/rubygem-cucumber-ci-environment Detect CI Environment from environment variables
This library detects the CI environment based on environment variables defined
by CI servers.

WWW: https://github.com/cucumber/ci-environment
2022-05-22T12:07:45+08:00 devel/py-timeout-decorator Timeout decorator
timeout-decorator provides a timeout decorator to limit the execution time of
the given function.

WWW: https://github.com/pnpnpn/timeout-decorator
2022-05-22T12:07:44+08:00 devel/py-questionary Python library to build pretty command line user prompts
Questionary is a Python library for effortlessly building pretty command line
interfaces.

WWW: https://github.com/tmbo/questionary
2022-05-22T12:07:43+08:00 devel/py-poetry-dynamic-versioning Plugin for Poetry to enable dynamic versioning based on VCS tags
This is a plugin for Poetry to enable dynamic versioning based on tags in your
version control system, powered by Dunamai. Many different version control
systems are supported, including Git and Mercurial; please refer to the Dunamai
page for the full list (and minimum supported version where applicable).

WWW: https://github.com/mtkennerly/poetry-dynamic-versioning
2022-05-22T12:07:41+08:00 devel/py-jinja2-ansible-filters Port of Ansible's jinja2 filters without requiring ansible core
Jinja2 Ansible Filters is a port of the ansible filters provided by Ansible's
templating engine.

This repository is not inteded to supplant ansible functionality however there
are a lot of filters ansible provides that are not present in upstream Jinja2 so
you may find these helpful.

WWW: https://gitlab.com/dreamer-labs/libraries/jinja2-ansible-filters
2022-05-22T12:07:40+08:00 devel/py-iteration-utilities Utilities based on Pythons iterators and generators
Utilities based on Pythons iterators and generators.

WWW: https://github.com/MSeifert04/iteration_utilities
2022-05-22T12:07:39+08:00 devel/py-dunamai Dynamic version generation
Dunamai is a Python library and command line tool for producing dynamic,
standards-compliant version strings, derived from tags in your version control
system. This facilitates uniquely identifying nightly or per-commit builds in
continuous integration and releasing new versions of your software simply by
creating a tag.

WWW: https://github.com/mtkennerly/dunamai
2022-05-21T22:01:11-05:00 devel/libayatana-appindicator Ayatana Application Indicators Shared Library
Ayatana Application Indicators (Shared Library)

A library to allow applications to export a menu into the an Application
Indicators aware menu bar. Based on KSNI it also works in KDE and will
fallback to generic Systray support if none of those are available.

This code project was originally started by Canonical Ltd. and has been
adapted by various authors with the purpose of making this A