new Boost. It's silly to have other ports depend on x11/kde4/automoc
since the latter isn't linked to builds, and x11/kde4 should contain KDE SC
only eventually anyway.
ok espie@
packages.
- Initial BSD patchset from FreeBSD openjdk6 port.
- New bootstrap method. Since ecj is not able to bootstrap openjdk6
without heavy patching, use a functional bootjdk to build.
- Add a target for building the bootjdk called build-bootjdk.
- Apply IcedTea AppletHole patches for icedtea-web support.
- Backport patch to serialize gconf client access which corrects
gconf/dbus related crashes. From Christian Schulte Upstream
CR 7188755.
- Reapply audio support from jakemsr@.
- Port change for CWM. Recognize CWM as a Non-Reparenting window
manager.
- Backport various openjdk7/bsd-port upstream fixes both specific
to OpenBSD and general.
Tested by landry@ espie@ and others.
bpython is a fancy interface to the Python interpreter
It has the following (special) features:
- In-line syntax highlighting.
- Readline-like autocomplete with suggestions displayed as you type.
- Expected parameter list for any Python function.
- "Rewind" function to pop the last line of code from memory and
re-evaluate.
[...]
ok aja@
Pure git implementation of a sliding window memory map manager.
When reading from many possibly large files in a fashion similar to
random access, it is usually the fastest and most efficient to use
memory maps.
ok aja@
GitPython provides object model read and write access to your git
repository. Access repository information conveniently, alter the index
directly, handle remotes, or go down to low-level object database access
with big-files support.
ok aja@
Bugfix: don't crash when a target is expected but is not available
(upstream git commit e767ffcda58ab73cf2c4394202eec7ae1f6035b5)
Bugfix: don't crash if the link.txt file contains empty lines
(upstream git commit 8ff1d4714fb7cd42eb3cd8db041b529e433eb7c8)
NArray is an Numerical N-dimensional Array class. Supported element
types are 1/2/4-byte Integer, single/double-precision Real/Complex, and
Ruby Object. This extension library incorporates fast calculation and
easy manipulation of large numerical arrays into the Ruby language.
NArray has features similar to NumPy, but NArray has vector and matrix
subclasses.
ok jeremy@