- Defined `MODLUA_VERSION=5.2`
- Added `--lua-version=${MODLUA_VERSION}` to `CONFIGURE_ARGS`, otherwise
the build was picking up Lua 5.1 if it was already installed
- Added `--no-example-certs` to `CONFIGURE_ARGS`, which results in
`make` not generating certs for localhost and example.com, which
changes PLIST a tiny bit. I don't think that generating this certs
adds any value, but I can keep it off the patch if it's preferred.
- Added NO_TEST=yes
Update diff from maintainer
Amfora aims to be the best looking Gemini client with the most features all
in the terminal. It does not support Gopher or other non-Web protocols.
Features:
* Support ANSI color codes
* Styled page content
* Multiple charset support
* Tabbed browsing
* Built-in search
* Bookmarks
* Theming
* Proxying
port by Dimitri Karamazov which takes maintainer.
ok abieber@
gcc 4.2.1 doesn't like the initialization of a static variable with
a const int (which is not a constant expression). Work around this.
ok pascal (maintainer) stsp
The simple web server (sws) would try to allocate 2*2MB of buffers
on the stack, bump against the default 4MB limit and die, disabling
a large slice of the regression test suite. Use malloc instead.
tg is a ncurses Telegram client with vi-like keybindings. It supports a
wide range a of features (view/send photos, videos, voice notes,
documents, stickers, ...) and secure chats too.
with tweaks from and ok sthen@
Codenamed 'A decade of small fixes and improvements', git tag says
"This includes a variety of build improvements, bug fixes, RFC2307
groups support, and support for OpenVPN challenge/response protocol."
seems to work in light testing against openldap, pf table integration
and group membership/lookup untested, but still better than the previous
release from 2007.... all tests also seem to pass fine.