Aardvark shell utils includes three helpful programs:
realpath(1) is an implementation of the realpath(3) function for returning the
canonicalized absolute pathname of an input path.
filebase(1) returns the base portion of a filename, that is the filename with
its extension (e.g. .txt) removed.
fileext(1) returns the extension portion of a filename (e.g. txt).
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
ENV.gcc_4_2 sets LD and CC as needed, but the formula was subsequently
clearing LD and CC. This breaks the build with Xcode 4.
Passing --enable-largefiles, --enable-apple-remote, and
--target=x86_64-Darwin to configure is unnecessary. These settings are
detected by the configure script and (properly) enabled automatically.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Subversion's JavaHL library depends on JNI headers that are only available by
installing Developer Tools. Setting JAVA_HOME to something in /System/Library
breaks because JNI headers aren't symlinked into the framework directories
here. I believe the proper JAVA_HOME setting, if necessary, is the output of
/usr/libexec/java_home, but the same effect can be achieved by not setting
JAVA_HOME at all.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Bazaar 2.2 had a bug when run under Python 2.7, and the new release
fixes the problem. https://bugs.launchpad.net/bzr/+bug/612096
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Balance, a simple TCP load balancer
Balance is handy because it requires no configuration. Just a few
command line args and you have a running TCP proxy with or without load
balancing.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Explanation http://drupal.org/node/1078318
This patch is in 4.x-dev branch of drush, so it will be fixed in the
next release (current is 4.2). At that time, this patch should be
removed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Open Source SAXON XSLT processor developed by Michael Kay of Saxonica Limited.
It provides implementations of XSLT 2.0, XQuery 1.0, and XPath 2.0 at the basic level of conformance defined by W3C.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>