Added a unique PORTREVISION tag to be in sync with all gitlab related ports.
Please increase in www/gitlab/Makefile.common GITLAB_PORTREVISION if required.
- add upstream patch to support libcss 0.9.2 and libdom 0.4.2
- appease stage-qa and add libwapcaplet to LIB_DEPENDS
- also address some LIB_DEPENDS needed or no longer needed (also found by stage-qa):
- libintl.so is not directly used by elinks, so change USES=gettext to USES=gettext-runtime:build
- nspr is no longer needed by elinks in 0.17.0 (or perhaps earlier)
- libxml++ is no longer needed by elinks in 0.17.0 (or perhaps earlier)
- libmozjs should have been a LIB_DEPENDS item (with SPIDERMONKEY on) - add it
- gettext-tools is also needed (only a build time dependency by default) as msgfmt is invoked during the build.
- option SPIDERMONKEY now depends on option CSS
PR: 281215
MFH: 2024Q3
Approved by: jailbird@fdf.net (maintainer)
Basic SQLAlchemy driver for DuckDB
Once you've installed this package, you should be able to just use it,
as SQLAlchemy does a python path search
WWW: https://github.com/Mause/duckdb_engine
PR: 278138
Moonlight allows you to stream your Desktop or games from your Windows
PC(sunshine or NV shield) to your FreeBSD system.
In contrast to moonlight-qt, this port can grab keyboard and mouse
and has full worked vaapi decoder, which helps in case of crashes.
Note: This is a fork of moonlight-embedded aimed for more features
and fixes for FreeBSD on amd64, not only on embedded systems.
WWW: https://github.com/armin-25689/moonlight-embedded/releases/tag/v2.7.2
PR: 280632
Cross-platform ZFS replication tool written in Go that supports
feature detection, bookmarks, and other new features.
This is a fork with more features like
* support of shell patterns for datasets definitions
* new log formatters
* ability to log into a file
* ability to configure command piplines between `zfs send` and `zfs recv`
* Icinga/Nagios checks
* fast skip "keep all" pruning
* snapshots can be named using local time in timestamps
* configurable RPC timeout
* configurable path to zfs binary
* faster replication
and so on.
WWW: https://github.com/dsh2dsh/zrepl
PR: 251576
PDFmarks is a technique that accompanies PDF and that is used to
store metadata such as author or title, but also structural information
such as bookmarks or hyperlinks.
When Ghostscript reads the main PDF generated by the TEX system
with embedded PDF files and outputs the final PDF, the PDF page
mode and name targets etc. are not preserved. Therefore, when you
open the final PDF, it is not displayed correctly. Also, remote PDF
links do not work correctly.
This program is able to extract the page mode and named targets as
PDFmark from PDF. In this way, you can obtain embedded PDF files
that have kept this information.
WWW: https://github.com/trueroad/extractpdfmark/
The Electronic Logbook (ELOG) provides a Web interface to manage notes.
Its general purpose is to make it easy for people to put and access
information online; in the form of short, time stamped text messages
with optional HTML markup for presentation, and optional file
attachments.
WWW: https://elog.psi.ch/elog/
PR: 274813