language.
ok rsadowski@
Kona is the open-source implementation of the K programming language.
K is a synthesis of APL and LISP. Kona is a reimplementation that
targets K3.2 but includes features inferred from K4 or implemented
elsewhere.
From Giuseppe Cocomazzi <sbudella AT gmail DOT com>, who takes MAINTAINER,
thanks!
ok ian@
GNU APL is a free interpreter for the programming language APL.
The APL interpreter is an (almost) complete implementation of ISO standard
13751, i.e. Programming Language APL, Extended.
The APL interpreter can be scripted and it implements: nested arrays and
related functions, complex numbers, and a shared variable interface.
From Giuseppe Cocomazzi <sbudella AT gmail DOT com>, who takes MAINTAINER,
thanks!
ok ian@
Adrian Smith's standard fonts for the APL language.
The package includes APL385, a monospaced font developed with all APL software
vendors in the late 1980s, and APL333, a non-monospaced version of the same
font.
fwknop stands for the "FireWall KNock OPerator", and implements an
authorization scheme called Single Packet Authorization (SPA). This method of
authorization is based around a default-drop packet filter and libpcap. SPA is
essentially next generation port knocking.
Lots of help and tweaks by jca@, ok jca@
universal-ctags defines an __unused__ macro that clashes with functions
using __attribute__((__unused__). A bunch of such functions were
introduced recently as part of the uselocale work from schwarze@.
Bulk-rename the offending macro and another one similarly named to
something more reasonable, just like in devel/ectags.
Comment suggested by schwarze@, ok schwarze@ sthen@ rsadowski@ (maintainer)
* Replace MESSAGE with rc file.
* Drop maintainership.
* Set PORTROACH.
ptpd-1.x implements PTPv1 (IEEE 1588-2002)
ptpd-2.x implements PTPv2 (IEEE 1588-2008)
PTPv2 is not backward compatible with PTPv1.
--no-keep-memory flag with the new PROPERTIES that sthen@ added.
While here, port some patches from FreeBSD's ports tree to fix the build
on aarch64 and armv7.
OK ajacoutot@