Changes:
- fixed long-standing overflow bug in run.c; many thanks to
nelson beebe for spotting it and providing the fix.
- fixed bug that didn't parse -vd=1 properly; thanks to santiago
vila for spotting it.
PR: ports/152025
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: maintainer (timeout, 18 days)
- changelog:
Major Changes:
* Visible position in playlist
* Added previous command (Yup, now you can play previous song)
* playd hell now calls man playd
* Added command to jump to position in playlist
* Removed commands with "--" and removed all 1 char switches....
* Added basic support for favourite songs
Minor changes:
* Playlist items numbers are now padded
* New commands
* Many bugfixes
* Code cleanup
* Fixes in manual
PR: ports/152560
Submitted by: Aldis Berjoza <aldis _at_ bsdroot.lv> (maintainer)
language. It's ideal for writing simple, performant backend web services.
web.go should be familiar to people who've developed websites with higher-level
web frameworks like sinatra, pylons, or web.py. It is designed to be a
lightweight web framework that doesn't impose any scaffolding on the user.
Some features include:
* Routing to url handlers based on regular expressions
* Secure cookies
* Support for fastcgi and scgi
* Web applications are compiled to native code. This means very fast
execution and page render speed
* Serving static files
WWW: https://github.com/hoisie/web.go
to your surroundings. This may help your eyes hurt less if you
are working in front of the screen at night.
WWW: http://jonls.dk/redshift/
PR: ports/152554
Submitted by: Mark Felder <feld@feld.me>
- Change package-noinstall target to create package with pkg_create -b instead
of specifying all the arguments
PR: ports/144164
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
ELF assembler directives on PPC64 systems. As a result, it is not possible
to have functions named things like 'text' and 'data'.
In glib-compile-schemas.c we have such a name.
PR: ports/152555
Submitted by: andreast@
angles:
Provides a set of simple math utilities to work with angles. The utilities cover
simple things like normalizing an angle and conversion between degrees and
radians, but also functions to calculate things like the shortest angular
distance between two joinst space positions of your robot, with the joint motion
constrained by joint limits.
bullet:
Contains version 2.76 of the Bullet professional free 3D Game Multiphysics
Library. The Bullet library provided by this ROS package is slightly different
from the official Bullet release.
eigen:
This package contains version 2.0.15 of the Eigen C++ template library for
linear algebra.
KDL:
This package contains a recent version of the Kinematics and Dynamics Library
(KDL), distributed by the Orocos Project. For stability reasons, this package
is currently locked to revision 31715, but this revision will be updated on a
regular basis to the latest available KDL trunk.
tf:
tf is a package that lets the user keep track of multiple coordinate frames
over time. tf maintains the relationship between coordinate frames in a tree
structure buffered in time, and lets the user transform points, vectors, etc
between any two coordinate frames at any desired point in time.
WWW: http://www.ros.org/wiki/geometry
- support reload command
- use nsdc cli has command and let it perform the actual start,stop,... of the daemon
- at start check if the database exists if not built it (this prevent the daemon to fail at starting)
- remove the now userless sleep in stop command
bump portrevision
PR: ports/152331
Submitted by: Philippe Pepiot <phil _at_ philpep.org>
Approved by: Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (maintainer)
* Rename rabbitter to rabbiter
- Add missing dependencies for rabbirc and rabbiter
- Respect WITHOUT_NLS knob
- Fix pkg-plist not to mix %%PORTDOCS%% with %%EXAMPLESDIR%%