deprecate old names, providing backwards compatibility (i.e. currently
old+new work, old would be removed in future). committing now so I can
cope with the transition in my production code as I update machines to 7.0.
Provided and tested on amd64, aarch64 (rpi4), and mips64el (loongson) (with
reduced input) by Yifei Zhan < openbsd () zhan ! science >.
OK sthen@ if someone would like to import.
I am also fine with this and build and test on amd64 works fine.
ok inoguchi@
The docbook-utils is a set of a few small programs intended to ease
everyday's use of technical documentation software and more generally
use of SGML and XML.
<...>
robert@ put his hipster hat on to tell me that he thought the COMMENT was too
long for his taste but we don't care about that so, ok robert@
Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to
CFLAGS or CXXFLAGS.
Bump ports where the default version change causes a package change.
OK kmos@
Hotdoc is a documentation micro-framework. It provides an interface for
extensions to plug upon, along with some base objects (formatters, ..
ok jasper@
Ijson is an iterative JSON parser with standard Python iterator
interfaces. High level interfaces are provided to have ijson yield
native Python objects out of a JSON stream located under a prefix and
to iterate over object members. Some lower level interfaces are also
available. C and pure-Python backends are available.
dependency for an upcoming net/synapse update.
ok sthen@
* Incompatible changes
diff no longer treats a closed stdin as representing an absent file
in usage like 'diff --new-file - foo <&-'. This feature was rarely
if ever used and was not portable to POSIX platforms that reopen
stdin on exec, such as SELinux if the process underwent an AT_SECURE
transition, or HP-UX even if not setuid.