Implementation of validators for the ruby OptionParser lib.
Mainly used in the CMSScanner gem to define the cli options available.
WWW: https://github.com/wpscanteam/OptParseValidator
PR: 231815
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add
diagrams, which you describe using plain text, to your AsciiDoc document.
WWW: https://rubygems.org/gems/asciidoctor-diagram/
PR: 232056
Submitted by: Šimun Mikecin <numisemis@yahoo.com>
but let's spread it to more platforms while it's still there. These
fixes were reported in the context of building math/qtiplot.
PR: 233479
Submitted by: linimon
Reported by: linimon
* Build switched from autotools to meson
* Depend on gom to build a two more plugins.
* Always install the localmetadata plugin, it does not depend on tracker.
- Move to new home on GitHub
- Add LICENSE
- Switch to options helpers
- Reset maintainer due to the long timeout
Changes: https://github.com/l3ib/nitrogen/blob/1.6.1/ChangeLog
PR: 230206
Submitted by: Nathan <ndowens@yahoo.com> (based on)
Approved by: corentin@ralite.com (maintainer timeout, 4 months)
Detailed maintainer log:
- Update from 2.4.2 to 2.5.0
- Change sources from MASTER_SITES to GitHub
- Update version of Python dependency
- Remove CONFIGURE
- Add CFLAGS to find gmp.h
- Remov INSTALL_TARGET
- Update WWW in pkg-descr
- Update pkg-plist
The new version brings some enhancements and changes:
- New AGS global solver (#194), thanks to Vladislav Sovrasov
- New nlopt_get_numevals function providing a built-in evaluation
counter (#160)
- New nlopt_get_errmsg function for more descriptive error messages
- Build system is converted from autotools to cmake (#49), thanks
to Julien Schueller
- Plugins updated for recent Octave and Guile versions
- Various other build fixes and minor bug fixes
PR: 233497
Submitted by: rhurlin@gwdg.de (maintainer)
buffer_consume_to_mark() was trying to use Boyer-Moore search to
find specified mark string but implementation was walking through
unallocated memory.
PR: 227543
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
- Removed WANT_PGSQL to drop the dependency for the PostgreSQL server as suggested in bug #233775,
because NetBox can also be used on a standalone client.
- Updated pkg-message to inform users that a PostgreSQL server is required to store the NetBox's data.
The page on the FreeBSD wiki contains already that info.
Changes by upstream (since 2.4.7):
- https://github.com/digitalocean/netbox/releases/tag/v2.4.9
- https://github.com/digitalocean/netbox/releases/tag/v2.4.8
PR: 233881
Submitted by: maintainer