The program wdiff is a front end to diff for comparing files on a word
per word basis. A word is anything between whitespace. This is useful
for comparing two texts in which a few words have been changed and for
which paragraphs have been refilled.
sipsak is a small command line tool for developers and administrators of
Session Initiation Protocol (SIP) applications. It can be used for some
simple tests on SIP applications and devices.
Signed-off-by: David Höppner <0xffea@gmail.com>
* correct man path
You can install them with easy_install/gem. I confess I don't know if these are worse? But they install outside the Homebrew prefix (/Library/Ruby etc.) so it's against policy.
We could add a flag for it though if this method is better.
A fully automated, active web application security reconnaissance tool.
Signed-off-by: David Höppner <0xffea@gmail.com>
* remove white spaces and link into cellar
This package provides a general framework for developing spatial indices.
Currently it defines generic interfaces, provides simple main memory and disk
based storage managers and a robust implementation of an R*-tree, an MVR-tree
and a TPR-tree. In addition, the library includes a 3-dimensional R-tree
visualization plug-in (example image below; requires Java3D runtime).
http://trac.gispython.org/spatialindex/
Signed-off-by: Pete Gadomski <pete.gadomski@gmail.com>
Signed-off-by: David Höppner <0xffea@gmail.com>
This is a minor release addressing a few issues that have
been filed since the 1.5.0 release.
Signed-off-by: David Höppner <0xffea@gmail.com>
* proj was not found in non /usr/local
The version was updated from 1.8.2 to 1.9.0. 1.8.2 was no longer
available at the specified download location and installation was
failing because a 404 was returned when attempting to download aria2
1.8.2.
Signed-off-by: David Höppner <0xffea@gmail.com>
Libgeotiff is an open source library normally hosted on top of libtiff for
reading, and writing GeoTIFF information tags. The libgeotiff library is a
sub-project of the MetaCRS project.
http://trac.osgeo.org/geotiff/
Signed-off-by: Pete Gadomski <pete.gadomski@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Add optional dependencies to libgeotiff.
QDBM is a library of routines for managing a database. The database
is a simple data file containing records, each is a pair of a key
and a value. Every key and value is serial bytes with variable length.
Both binary data and character string can be used as a key and a
value. There is neither concept of data tables nor data types. Records
are organized in hash table or B+ tree.
Signed-off-by: David Höppner <0xffea@gmail.com>
* correct man path
* configure array
rsnapshot is a filesystem snapshot utility for making backups of local
and remote systems.
Signed-off-by: Berk D. Demir <bdd@mindcast.org>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- clojure formula now works with HEAD installs.
- Use /bin/sh rather than /bin/bash in the clj script.
- Fix argument-passing in the clj script. (FixesHomebrew/homebrew#867)
- Remove the Java -server flag in the clj script. This is the default
option on 64-bit Macs running 10.5 and 10.6 anyway, unless the user
has used Java Preferences to make the 32-bit VM the preferred VM, in
which case the default is -client. Choosing the 32-bit VM happens to
be the only way to use the client HotSpot VM, as the client VM is
not currently supported on 64-bit architectures. Presumably, if the
user prefers the 32-bit client VM, he has his reasons, and the clj
script should respect them. (The client VM has a faster start-up
time, for example, which may benefit command-line scripts written
in Clojure and invoked using clj.)
It would be nice to allow the user to be explicit about which VM to
use when invoking the clj script, but this would almost certainly
not be portable to other systems' implementations of the 'clj'
script, and would be difficult to document due to the fact that
clojure.main outputs its own usage message when supplied with a
--help/-h/-? argument. Anyone with special needs can simply write
his own wrapper script.
In any case, users of 64-bit Macs who haven't explicitly chosen the
32-bit Java VM in Java Preferences (i.e., probably most Homebrew
users) are unaffected by this change.
- clojure-contrib formula now installs the latest stable release
(1.1.0) by default (it used to install HEAD always). HEAD installs
are still supported via the --HEAD flag but require the HEAD version
of clojure; the build will break if the HEAD version of clojure is
not installed.
- clojure-contrib installs the pre-packaged JAR file, supplied in the
release ZIP file, if installing the release version.
- clojure-contrib only conditionally depends on maven, if installing
HEAD.
- clojure-contrib HEAD builds explicitly use the installed clojure HEAD
JAR file, per the clojure-contrib documentation. (HEAD builds prior
to this change would often mysteriously create a nearly-empty
clojure-contrib JAR file.)
- clojure-contrib always installs the JAR file as clojure-contrib.jar,
rather than adding a version suffix. The Cellar path is sufficient to
discriminate versions, and this way the JAR file name is consistent.
- Change the clojure-contrib homepage to point to the clojure-contrib
documentation, rather than the project's GitHub homepage.
- Clojure does not find the clojure-contrib JAR file unless the
CLASSPATH includes the JAR file name. Fix the clojure-contrib
caveat to reflect this behavior.
- Fix "already initialized constant JAR" warnings in both formulae.
Signed-off-by: David Höppner <0xffea@gmail.com>
Alpine is a fast, easy to use email client that is suitable
for both the inexperienced email user as well as for the most
demanding of power users. Alpine is based on the Pine® Message
System, which was also developed at the University of Washington.
Signed-off-by: David Höppner <0xffea@gmail.com>
* macports patch
* ENV.j1
libpurple is intended to be the core of an IM
program. When using libpurple, you'll basically be
writing a UI for this core chunk of code. Pidgin
is a GTK+ frontend to libpurple, Finch is an
ncurses frontend, and Adium is a Cocoa frontend.
Signed-off-by: David Höppner <0xffea@gmail.com>
Sphinx can use MySQL or PostgreSQL, and can use the mysql-connector libraries
instead of a full on MySQL install.
Since we don't know what datasource is intended, replace the hard dependency
with explanations in the caveats.
The man page was being installed in #{prefix}/share/share/man. The
default value in the makefile installs to #{prefix}/share/man which is
fine. I removed the "inreplace" block that changes the location from the
default.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>