The Python Imaging Library (PIL) allows Python to manipulate images.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Added as a formula because installing using pip does not pick up
many optional but useful dependencies.
"brew install pip" now only works with a Homebrew-provided Python, and installs
directly into that Python's cellar.
This brew, by design, will only install against a Homebrew-built
version of Python, with instructions for installing
distribute against a custom Python.
"Distribute" is a "setuptools" replacement for Python, and is
a prequisite for "pip". Homebrew suggests using pip to install
Python modules required by a few brews.
This brew, by design, will only install against a Homebrew-built
version of Python, with instructions for installing
distribute against a custom Python.
Many updates and (hopefully) improvements to the Python formula, including:
* Build as shared by default.
* Better handling of Framework builds.
* More reasonable Homebrew+site-packages support.
* Documentation (as a comment in the formula)
DocBook is XML. A lot of XML.
Unfortunately, to some people, it is still used by a lot of projects,
like git, to generate their documentation, and not all of these, like
everything except git, provide pre-built documentation for download.
This formula installs all currently released docbook-xml and the most
recent docbook-xsl package and stuffs them all in the Cellar. In
addition, a script is provided that registers all of these packages in
the global XML catalog, as noted in the caveats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Inspired from the +unicode_path variant of the Macports subversion package.
This option activates a patch to enable Mac OS X unicode paths handling.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Kumofs is a simple and fast distributed key-value store, with Tokyo
Cabinet-backed storage and memcached protocol compatibility. Data is
partitioned and replicated over multiple servers with automatic
rebalancing.
http://kumofs.sourceforge.net/
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
GOCR is an OCR (Optical Character Recognition) program, developed under the
GNU Public License. It converts scanned images of text back to text files.
Joerg Schulenburg started the program, and now leads a team of developers.
GOCR can be used with different front-ends, which makes it very easy to port
to different OSes and architectures. It can open many different image formats,
and its quality have been improving in a daily basis.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Fixed man install path
grepcidr can be used to filter a list of IP addresses against one or more
Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks
specified by an address range. As with grep, there are options to invert
matching and load patterns from a file. grepcidr is capable of comparing
thousands or even millions of IPs to networks with little memory usage
and in reasonable computation time.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
http://boxes.thomasjensen.com/
/* _\|/_
(o o)
+----oOO-{_}-OOo----+
| boxes draws any |
| kind of boxes |
| around your text! |
+------------------*/
A simple text filter that will add boxes of ASCII text around the
filtered text.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
When compiling MongoDB from source, it relies on 2 date functions
which are not exported in the version of SpiderMonkey provided by Homebrew.
Homebrew itself uses binary MongoDB installs, but we include this patch
to allow manual compiles of MondoDB.