- A variety of fixes to improve Photoshop CS2 support.
- More complete support for device installation in setupapi.
- New Bidi text implementation that doesn't depend on libicu.
- The usual assortment of Direct3D improvements.
- Beginning of I/O completion ports support.
- Lots of bug fixes
and a fix by Tijl Coosemans <tijl@ulyssis.org> to resolve symbol clashes
between MSVCRT and FreeBSD libc.
XQuery processing, automatic indexing, extensions for full-text search,
XUpdate support, XQuery update extensions and tight integration with existing
XML development tools. The database implements the current XQuery 1.0 working
drafts, with exception of the schema import and schema validation features
defined as optional in the XQuery specification.
WWW: http://exist-db.org/
PR: ports/115717
Submitted by: Anton Yudin (<contact at toha.org.ua>)
quoting. It turns out that this is only an issue for ports that torture
CONFIGURE_ENV to run a command as well as just set the environment (often,
used to echo 'N' to fool an interactive script.)
Tested on: pointyhat
using RubyInlineAcceleration.
The goal is to provide full compatibility
to ParseTree while making it easier to build and extend.
WWW: http://rubyforge.org/projects/ptreloaded/
PR: ports/116709
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.
WWW: http://rubyforge.org/projects/rubyinlineaccel/
PR: ports/116709
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
Basically the port was relying on TCL_PACKAGE_PATH in tcllib/tclConfig.sh
to be a single path with no trailing spaces. As of tcl84, TCL_PACKAGE_PATH
can be a list. I patched e4graph configure to use TCL_PREFIX/lib instead.
Discussed with: linimon
A couple patchs are included from HEAD that didn't make the release, but
fix use-after-free bugs.
Submitted by: Emil Mikulic <emil at cs dot rmit dot edu dot au>
CruiseControl.rb is a continuous integration tool. Its basic
purpose in life is to alert members of a software project
when one of them checks something into source control that
breaks the build.
CC.rb is easy to install, pleasant to use and simple to
hack. It's written in Ruby.
WWW: http://cruisecontrolrb.thoughtworks.com
PR: ports/116644
Submitted by: Philip M.Gollucci <pgollucci@p6m7g8.com>
Doesn't compile on 64bit systems, and I have no access to
such systems to fix. Any help/offers greatfully accepted,
but that witholding, need to mark this as i386 only.
PR: ports/116589
Submitted by: Jamie Jones <jamie@bishopston.net>
network - IPv6 version
This is an IPv6 only version of fping. The fping with IPv6 patch cannot handle
IPv4 ping, therefore I think it is better to have two distinct port:
fping - IPv4 only
fping+ipv6 - IPv6 only
Maintainer of fping also copied. He can maintain both port if he agrees.
-------------------------------------------------
A tool to quickly ping N number of hosts to determine their reachability
without flooding the network.
fping is different from ping in that you can specify any number of
hosts on the command line, or specify a file containing the lists
of hosts to ping. Instead of trying one host until it timeouts or
replies, fping will send out a ping packet and move on to the next
host in a round-robin fashion. If a host replies, it is noted and
removed from the list of hosts to check. If a host does not respond
within a certain time limit and/or retry limit it will be considered
unreachable.
Unlike ping, fping is meant to be used in scripts and its
output is easy to parse.
This is an IPv6 only version.
WWW: http://www.fping.com/
Generated with FreeBSD Port Tools 0.77
PR: ports/112185
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>