RGeo is a geospatial data library for Ruby.
RGeo is a key component for writing location-aware applications in the Ruby
programming language. At its core is an implementation of the industry standard
OGC Simple Features Specification, which provides data representations of
geometric objects such as points, lines, and polygons, along with a set of
geometric analysis operations. This makes it ideal for modeling geolocation
data. It also supports a suite of optional add-on modules that provide various
geolocation-related services.
Use the core rgeo gem to:
- Represent spatial and geolocation data objects such as points, lines, and
polygons in your Ruby application.
- Perform standard spatial analysis operations such as finding intersections,
creating buffers, and computing lengths and areas.
- Correctly handle spherical geometry, and compute geographic projections for
map display and data analysis.
- Read and write location data in the WKT and WKB representations used by
spatial databases.
WWW: https://github.com/rgeo/rgeo
This library provides a simple Python client to interact with SoftLayer's
XML-RPC API.
A command-line interface is also included and can be used to manage various
SoftLayer products and services.
WWW: https://github.com/softlayer/softlayer-python
Processor Counter Monitor (PCM) is an application programming interface (API)
and a set of tools based on the API to monitor performance and energy metrics
of Intel(r) Core(tm), Xeon(r) and Atom(tm) processors.
This requires the 'cpuctl' module to be loaded.
WWW: https://github.com/opcm/pcm
PR: 227317
Submitted by: Vinícius Zavam <egypcio@googlemail.com>
Differential Revision: https://reviews.freebsd.org/D14986
Detailed log:
- Update audio/grip to 3.7.0
- Fix LICENSE
- Convert to USES=localbase
- Remove --disable-nls which does nothing
- Trim down the encoders list defined in src/gripcfg.c to those which we
have ports for and fix a pre-existing offset problem that arose from
removing one the encoders from the list. Specfically, the "xingmp3enc"
encoder was removed, but ginfo->selected_encoder was not changed in
src/grip.c. This caused the program to point to the flac encoder as the
default instead of oggenc and overwrote the flac settings with the
settings for oggenc.
PR: 227336
Submitted by: jhale
Differential Revision: https://reviews.freebsd.org/D14997
Details:
- Update to upstream release 1.5.4, changelog see
https://github.com/containous/traefik/releases/tag/v1.5.4
- Install sample configuration file that allows to
start traefik out of the box without configuration tweaks
- Add pkg-message; includes a note on how to accomplish
binding to privileged ports
MFH: 2018Q2
Change log:
- Fix livereload for the home page bundle
- Fix empty BuildDate in "hugo version"
- Fix some livereload content regressions
- Update github.com/bep/gitmap to fix snap build
- Fix two tests that are broken on Windows
- Add bash completion
- Handle mass content etc. edits in server mode
PR: 227331
Submitted by: ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer)