misc/hashcards: Add new port
Hashcards is a plain text-based spaced repetition system.
Features:
- Plain Text: all your flashcards are stored as plain text files, so you can
operate on them with standard tools, write with your editor of choice, and
track changes in a VCS.
- Content Addressable: cards are identified by the hash of their text. This
means a card's progress is reset when the card is edited.
- Low Friction: you create flashcards by typing into a text file, using a
lightweight notation to denote flashcard sides and cloze deletions.
- Simple: the only card types are front-back and cloze cards. More complex
workflows (e.g.: Anki-style note types, card templates, automation) be can
implemented using a Makefile and some scripts.
- Efficient: uses FSRS for scheduling reviews, maximizing learning while
minimizing time spent reviewing.
https://github.com/eudoxia0/hashcards/
math/gnumeric: update to 1.12.61
Update math/gnumeric to 1.12.61
2026-04-29 Morten Welinder <terra at gnome.org>
* Release 1.12.61
2026-04-04 Morten Welinder <terra at gnome.org>
* src/stf-parse.c (guess_line_endings): New function. We'll
preserve line endings on cvs->cvs or cvs->txt conversion. At
least if they are consistent.
2026-03-26 Morten Welinder <terra at gnome.org>
* src/stf-parse.c (stf_parse_sheet): Move error messages needing
translation outside the changed-locale region used for parsing.
[7 lines not shown]
net/gnome-connections: mark broken
gnome-connections does not build after freerdp update
https://gitlab.gnome.org/GNOME/gtk-frdp/-/work_items/56:
gtk-frdp does not build with freerdp 3.25.0

More actions
Open
 Issue created 5 days ago by Funda Wang
when building gnome-connections with freerdp 3.25.0, it failed with:
2026-04-26 06:36:35 ../subprojects/gtk-frdp/src/frdp-session.c: In function ‘frdp_session_init_freerdp’:
2026-04-26 06:36:35 ../subprojects/gtk-frdp/src/frdp-session.c:1021:26: error: ‘freerdp’ {aka ‘struct rdp_freerdp’} has no member named ‘Authenticate’; did you mean ‘AuthenticateEx’?
2026-04-26 06:36:35 1021 | priv->freerdp_session->Authenticate = frdp_authenticate;
2026-04-26 06:36:35 | ^~~~~~~~~~~~
2026-04-26 06:36:35 | AuthenticateEx

https://github.com/FreeRDP/FreeRDP/commit/f406032a355ab906b61fbf809d3af5c0c04e5c83
[3 lines not shown]
devel/goffice: update to 0.10.61
Update to 0.10.61
goffice 0.10.61:
Morten:
* Up gtk+ requirement to 3.20. Still ancient.
* Fix regression error reporting problems.
* Introspection fixes.
* Import go_reduce_pi from Gnumeric.
* Test improvements.
* Plug leaks.
* Fix problems with go_string_new_len.
* Fix problem with arc canvas item.
* Fix various issued with text canvas item.
PR: 294908
archivers/libarchive: Update to 3.8.7
* Drop mbedtls, depends on obsolete version that's removed in tree
* Adjust iconv dependency
* Adjust port Makefile, don't pick up libb2
Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
PR: 294607
Approved by: maintainer timeout, 2+ weeks
devel/vectorscan: Fix various style issues.
- Use DISTVERSION instead of PORTVERSION
- Fix variable ordering
- Fix compiler requirement: compiler:c++11-lib -> compiler:c++17-lang
- Respect CFLAGS: patch cmake/cflags-generic.cmake to not hardcode -O3,
and patch CMakeLists.txt to not strip -O from config-specific flags
- Add OPTIMIZED_CFLAGS option (default on) to restore -O3 for performance,
letting users opt out while matching upstream intent
- Fix options ordering: OPTIONS_DEFAULT before OPTIONS_RADIO, descriptions
and helpers in canonical order
Reported by: diizzy
multimedia/subtitlecomposer: unbreak the build on i386
Circumvent "cannot preempt symbol" errors when linking
against libopenal.so as was shown in commit 29a23b8db4.
Approved by: maintainer (makc)