* Update the patch for "setup.py" to relax the version ranges
* Update the paths for the plugin "extractcode-libarchive" in the
do-{build,install} targets
* Remove the patch for "extractcode_libarchive2.py" that is no longer
required
Changelog (since 2.9.7 / summary):
API changes:
* Streamline Package models. In particular the way checksums are managed has
changed
* In Package models, rename normalized_license to license_expression and add
license detection on the declared_license to populate the
license_expression
Improvements for license / package detections:
* Add new and improved licenses and license detection rules
* Improve package summaries. Add new plugin to improve package
classification
Command line:
* Always delete temporary files when no longer needed.
* Add a new --keep-temp-files option to keep temp files which is false by
default.
Internals:
* Improve reusing resource.VirtualCode
* Place all third-party packages under thirdparty and update ABOUT files
Outputs:
* The html-app output is marked as DEPRECATED. Use the AboutCode manager app
instead
* Ensure HTML outputs can deal with non-ASCII file paths without crashsing
* JSON outputs now use a "headers" attributes for top-level scan headers
* SPDX output is now possible even without "--info" SHA1 checksums. This
creates a partially valid document
* LicenseRef for non-SPDX ScanCode licenses are named as
"LicenseRef-scancode-<scancode key>"
* license_expression are correctly included in the CSV output
* Do not crash with multiple outputs
* Ensure CSV output include packages
https://github.com/nexB/scancode-toolkit/blob/v3.0.2/CHANGELOG.rst
Approved by: mentors (implicit)
- removed PORTREVISION due to version bump
- add new test dependencies:
- devel/R-cran-cli
- devel/R-cran-crayon
- devel/R-cran-pillar
- update website URL to align with CRAN package
- no changelog provided
Generated by: portcran (0.1.9)
- removed PORTREVISION due to version bump
- updated license to align with CRAN package
- update description to align with CRAN package
- update website URL to align with CRAN package
- no changelog provided
Generated by: portcran (0.1.9)
This package provides support for reading & writing Java .properties files (both
the simple line-oriented format and XML) with a simple API based on the json
module - though, for recovering Java addicts, it also includes a Properties
class intended to match the behavior of Java 8's java.util.Properties as much as
is Pythonically possible.
WWW: https://github.com/jwodder/javaproperties
Approved by: mentors (implicit)
Fix "pkg-fallout": includes in opaque.c for no i386/amd64
delete sysctlmibinfo.h/c: add devel/libsysctlmibinfo to LIB_DEPENDS
Note: this obsoletes files/patch-opaque.c.
PR: 236802
Submitted by: maintainer
Dump readable YAML and load safely any YAML preserving ordering and avoiding
surprises of type conversions.
This library is a PyYaml wrapper with sane behaviour to read and write readable
YAML safely, typically when used for configuration.
WWW: https://github.com/nexB/saneyaml
Approved by: mentors (implicit)
- Replace current 2015 Hunspell implementation (by Sergey Ilinykh and
Vitaly Tonkacheyev) with 2009 one by Alexander Tsvyashchenko, which
turned out to be better alternative:
* Much faster (suggestions appear almost instantly vs. several
hundreds milliseconds with the original implementation)
* Better multilanguage support (tested with English and Russian)
* Ability to limit number of suggestions in the settings dialog
* Working "add word to the dictionary" feature
Obtained from: http://endl.ch/content/psi-spell-checking-hunspell-support
Changelog:
This version adds a skin directive <!--IncludeTemplate ... --> and the variable $SkinTemplateIncludeLevel. The core variable documentation format identifiers were moved to the definition term element to allow CSS ":target" styling, and the header and link text of the vardoc table can now be translated. Input forms have a new HTML5 element "tel", a new attribute "pattern" and two bugs were fixed with the classnames of the new elements and with the identifiers of "select" lists. The documentation was updated.
Sponsored by: Netzkommune GmbH
In file included from crafty.c:28:
./tbprobe.c:111:9: error: invalid operand for instruction
__asm__("bsfq %1, %0": "=r"(idx):"rm"(b));
Reported by: pkg-fallout
MFH: 2019Q2