The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is doctest.
The Octave-Forge Doctest package finds specially-formatted blocks of
example code within documentation files. It then executes the code and
confirms the output is correct. This can be useful as part of a testing
framework or simply to ensure that documentation stays up-to-date during
software development.
This is quite old project being abandoned: last release was in year 2010. It's
code base relying on stale libraries and in fact it was removed from most of
the distributions. Users should switch to graphics/inkscape or another mature
vector editor. There is also Skencil's fork - sK1 [1] that is actively
developing, but that we have not in ports tree yet. There is also some story
behind the fork [2].
Not sure if this a problem of this app in gnome3 environment, or some general
failure, I wasn't able to add simple text label to the canvas getting this
everywhere:
"""
EditSelection.GetObjectMethod: editor <Sketch.Graphics.selection.EditorWrapper
instance at 0x80a128560> is not compatible
with class skencil.Sketch.Graphics.text.CommonTextEditor
"""
Mark this deprecated and set expiration date to 2015-08-08.
[1] http://sk1project.org/news.php?readmore=107
[2] http://sk1project.org/viewpage.php?page_id=21
This library allows easy processing of keyboard entry from terminal-based
programs. It handles all the necessary logic to recognise special keys,
UTF-8 combining, and so on, with a simple interface.
WWW: http://www.leonerd.org.uk/code/libtermkey/
PR: 198711
Submitted by: Anton Törnqvist <antont@inbox.lv>
- Remove the DEBUG option, since it only makes sense, if everything is
built with WITH_DEBUG
Blender 2.75 comes with many new features and hundreds of bug fixes:
* fully integrated multi-view and stereo 3D pipeline, including shutter
lenses, interlaced modes and more
* heavily improved cycles rendering, especially for light sampling and
seeds
* improved modeling modifiers as well as a new corrective smooth
modifier
* mist attribute animation in the game engine
* improved 3D view painting
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.75
OpenShadingLanguage 1.6 comes with new features and lots of bug fixes:
* new OSL operators and arrays of undefined length can be passed to the
shaders now
* many API enhancements for the render services and shader contexts
Changelog: https://github.com/imageworks/OpenShadingLanguage/blob/RB-1.6/CHANGES
PR: 200819
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
OpenImageIO 1.5 comes with many new features and bug fixes:
* lots of new functions for image handling (API and command line tools),
such as rotations, median filters, matrix transformations
* new filters (cubic, rifman, simon, ...)
* image metadata support (EXIF)
* SIMD (SSE) instruction support to speed up processing images
* basic movie file support via ffmpeg
Changelog: https://github.com/OpenImageIO/oiio/blob/RB-1.5/CHANGES
PR: 200818
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
xmlrpclib is available in standard library since python 2.2. Last consumer of
this port is broken and marked deprecated, so mark this port deprecated too.
Set expiration date to 2015-08-07 (adjust to expiration date of it's only
consumer - net-p2p/py-kenosis).
libc++ still had some local patches to make its locale code work on
CloudABI. This has been fixed by adding missing C functions to
cloudlibc, but also by making some portability cleanups to libc++ that
have been upstreamed in the meantime.
By bumping both these packages to a newer version, we can get rid of the
local patches.