Scan Tailor Advanced is an interactive post-processing tool for
scanned pages. It performs operations such as page splitting,
deskewing, and removing garbage. All operations can be done
automatically, however it's still possible to manually correct their
results
WWW: https://github.com/4lex4/scantailor-advanced
PR: 240751
Submitted by: m.ne@gmx.net
PACKMOL creates an initial point for molecular dynamics simulations by packing
molecules in defined regions of space. The packing guarantees that short range
repulsive interactions do not disrupt the simulations.
Add USES=compiler:c11 to fix:
../libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
../libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here
Approved by: mentors (implicit approval)
Spectra is a Python library that makes color math, color scales, and
color-space conversion easy.
Support for:
Color scales
Color ranges
Color blending
Brightening/darkening colors
Saturating/desaturating colors
Conversion to/from multiple color spaces
Spectra is built on colormath and grapefruit. Spectra is enormously inspired by
chroma.js and d3's scales.
The HTTP site was not working at the time of this commit,
whilst the HTTPS site was working.
PR: 239088
Submitted by: Miyashita Touka <imagin8r@protonmail.com>
Approved by: kwm (maintainer timeout)
Rosinstall is an SCM abstracton tool for holding ROS workspaces in sync.
From the rosinstall documentation:
Using rosinstall you can update several folders using a variety of
SCMs (SVN, Mercurial, git, Bazaar) with just one command.
That way you can more effectively manage source code workspaces.
The rosinstall package provides a Python API for interacting with a
source code workspace as well as a group of command line
tools. Rosinstall leverages the vcstools package for source control
and stores its state in .rosinstall files.
rosinstall was developed to help with the ROS software, but it has no
install dependencies to ROS. It offers support for ROS environments
and thus makes some assumptions about ROS being present at runtime,
but those can be easily removed and rosws provides all services even
when there is no ROS installed. The vision is for the bulk of
rosinstall to be a ROS agnostic tool one day.
WWW: http://docs.ros.org/independent/api/rosinstall/html
PR: 240637
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
rosdep is a command-line tool for installing system dependencies
rosdep uses the backend of operating system for installing
packages. For end-users, rosdep helps you install system dependencies
for software that you are building from source. For developers, rosdep
simplifies the problem of installing system dependencies on different
platforms.
On FreeBSD, the pkg system is used.
WWW: http://docs.ros.org/independent/api/rosdep/html/
PR: 224895
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
Python library for working with catkinized rosdistro files for ROS.
rosdistro is part of the package management system for ROS.
WWW: http://github.com/ros-infrastructure/rosdistro
PR: 235845
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
Rospkg is a standalone Python library for working with the ROS packaging system
The ROS packaging system simplifies development and distribution of code
libraries. It enable you to easily specify dependencies between code
libraries, easily interact with those libraries from the command-line, and
release your code for others to use.
ROS packages are designed to support building and running code in local code
trees. This is useful for developing software on multi-developer systems, such
as robots, where there may be multiple versions of a library in use, and code
is being contributed from multiple sources. It is also design to support
modular code that is easily shared with other developers.
WWW: http://wiki.ros.org/rospkg
PR: 235844
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
This is a Python library for working with the Catkin package system for ROS.
Catkin is the main build system for the Robot Operating System.
WWW: http://github.com/ros/catkin
PR: 235843
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
Command-line tools for maintaining a workspace from multiple
version-control systems.
This is primarily used as a tool for build a workspace for the Robot
Operating System (ROS).
WWW: https://github.com/vcstools/wstool
PR: 240639
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
The vcstools module provides a Python API for interacting with
different version control systems (VCS/SCMs).
WWW: http://wiki.ros.org/vcstools
PR: 240638
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
Details:
- Update to new upstream release 1.22.1
- Introduce default OPTION for IP geolocation support
PR: 239794
Submitted by: h.freshports@skarnell.se
Approved by: maintainer timeout
rosinstall_generator generates the information for a distribution of
the Robot Operating System (ROS).
WWW: http://github.com/ros-infrastructure/rosinstall_generator
PR: 240636
Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>