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>
Properly replace __xxxmansuffix__ in the manpages of this
port.
PR: ports/112940
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Truckman was able to successfully build the port on
a September 22nd copy of 7.0-CURRENT on an i386 machine
with jdk-1.5.0.12p6_2,1, also use only 1.4 and 1.5, as JDK 1.6 has
problem. See PR 116607.
PR: 116607
Submitted by: truckman