Created attachment 208614 [details] shar file for new port math/py-matplotlib-scalebar This new port, math/py-matplotlib-scalebar[1], provides an artist for matplotlib to display a scale bar, aka micron bar. It is particularly useful when displaying calibrated images plotted using plt.imshow(...). The port is needed as a dependency for upcoming versions of graphics/qgis. [1] https://pypi.org/project/matplotlib-scalebar/ The patch is tested on Poudriere (11.3i/a, 12.0i/a, and HEADi/a), 'portlint -AC' seems happy.
A commit references this bug: Author: sunpoet Date: Wed Nov 13 23:47:16 UTC 2019 New revision: 517535 URL: https://svnweb.freebsd.org/changeset/ports/517535 Log: Add py-matplotlib-scalebar 0.6.1 Provides a new artist for matplotlib to display a scale bar, aka micron bar. It is particularly useful when displaying calibrated images plotted using plt.imshow(...). - While I'm here: - Add LICENSE_FILE - Use USE_LOCALE instead of patch file WWW: https://github.com/ppinard/matplotlib-scalebar PR: 241508 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Changes: head/math/Makefile head/math/py-matplotlib-scalebar/ head/math/py-matplotlib-scalebar/Makefile head/math/py-matplotlib-scalebar/distinfo head/math/py-matplotlib-scalebar/pkg-descr
Committed. Thanks!