- don't try to link -lstdc++ (hardcoded) which was done specially by
upstream "We need to explicitly link against -lstdc++ on OpenBSD
discovered on OpenBSD 3.7 with GCC 3.3.5 but this appears to
be due to a deliberate decision on the part of OpenBSD developers"
- use gnu libtool, base libtool doesn't support -shrext which breaks
things for python 3.8.7+ which uses an abi prefix for .so files
- regen patches
fiction games.
tweaks and ok sthen@
Inform 6 is an object-oriented language for writing interactive fiction,
also known as "text adventures" or "adventure games".
As an interactive fiction developer, you create Inform 6 source code
defining the story. Then compile from source code to a "story file".
The resulting story files are highly portable, with interpreters
available for many different platforms.
Changelog: https://gitlab.com/DavidGriffith/frotz/-/releases
Big-ticket user facing items are UTF8 and audio support.
Enable the SDL2 client
Slightly improve COMMENT
Take MAINTAINER
Tweak hint to remove libexecinfo and ok sthen@
Port from Ashton Faggs (maintainer), ok gnezdo@
pkg/DESCR:
FlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript,
PHP, Python, Rust and Swift. It was originally created at Google for
game development and other performance-critical applications.
What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility).
Port by Ashton Fagg (maintainer)
pkg/DESCR:
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.
Features include:
- Simple format API with positional arguments for localization Format
- string syntax similar to Python's format
- Safe printf implementation including POSIX extensions for positional
arguments
- Fast IEEE 754 floating-point formatter with correct rounding,
shortness and round-trip guarantees