Commit graph

982 commits

Author SHA1 Message Date
Alexis Hildebrandt
e8e56ff489 Update Formula: aspell. Add language dictionaries
Handling dictionaries for aspell is quirky. Separate brews for
the dictionaries feel strange, just as having all dictionaries
in one aspell dictionary brew.

Adding the dictionaries as options to aspell does not feel right
either, but not having any dictionaries makes aspell useless.
2010-01-24 12:27:40 +00:00
Jonathan Wright
cba64319aa OptiPNG 0.6.3
OptiPNG is a PNG optimizer that recompresses image files to a smaller
size, without losing any information.

http://optipng.sourceforge.net/
2010-01-24 12:27:40 +00:00
Jonathan Wright
0deb232437 Pngnq 1.0
Pngnq quantizes 24-bit (RGB) and 32-bit (RGBA) PNG images down to 8-bit
(palette) PNG8 images.

http://pngnq.sourceforge.net/

See http://www.sitepoint.com/blogs/2007/09/18/png8-the-clear-winner/ for
one motivation on using PNG8 images (IE6 support). Another motiviation
is that PNG8 images are smaller and do a good job of lossy compression
of screen shots.
2010-01-24 12:27:40 +00:00
Sangwhan Moon
a6ffef9a50 New formula for minicom 2.4 2010-01-24 12:27:40 +00:00
Alexis Hildebrandt
4e04048b42 Update Formula: mairix. Fix man path 2010-01-24 12:27:40 +00:00
Alexis Hildebrandt
28cbaabf99 Update Formula: fortune. Fix man path 2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
4325dd8c31 Update Formula: doxygen. Fix man path 2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
2b66d597d8 Update Formula: mutt
Add --sidebar-patch option to enable folder list sidebar.
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
052533db23 Webkit2png
A command line tool that creates png screenshots of webpages.

With tall or wide pages that would normally require scrolling, it takes
screenshots of the whole webpage, not just the area that would be
visible in a browser window.

Webkit2png makes use of WebKit, the rendering engine used in Safari.
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
a1222c0f40 Update Formula: dvtm
Correct git clone url
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
dca46a5a60 Dvtm 0.5.2
Dvtm brings the concept of tiling window management, popularized by
X11-window managers like dwm to the console. As a console window manager
it tries to make it easy to work with multiple console based programs
like vim, mutt, cmus or irssi.
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
e4776dd7ab Aqbanking 4.2.1
A free library for online banking.

Aqbanking currently supports the HBCI, OFX Direct Connect, and
EBICS (only in commercial aqbanking-cli) protocol.

It provides an interface for:

 - general online banking tasks
   such as balance, transaction, transfers and debits

 - retrieving bank information
   for Germany, USA, Austria, and Switzerland

 - country and currency information (e.g. ISO-Codex)

Applications using Aqbanking include AqBanking-CLI, QBankManager,
GnuCash, and KMyMoney.

Aqbanking is the successor of OpenHBCI2.
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
c1324635c4 Ktoblzcheck 1.12
A library to check account numbers and bank codes of German banks.

Both a library for other programs as well as a short command-line tool is
available.

It is possible to check pairs of account numbers and bank codes (BLZ) of German
banks, and to map bank codes (BLZ) to the clear-text name and location of the
bank.
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
3fce8e3810 Gwenhywfar 3.11.1
Gwenhywfar allows porting of your software to different operating systems like
Linux, *BSD, Windows etc. It also provides you with some often needed modules
such as configuration file handling, simple XML file parsing, IPC etc.
2010-01-24 12:27:39 +00:00
Alexis Hildebrandt
fd02b0b71c Libtasn 2.3
The ASN.1 library used by GnuTLS, GNU Shishi and some other packages.

It was written by Fabio Fiorina, and has been shipped as part
of GnuTLS for some time but is now a proper GNU package.

The goal of this implementation is to be highly portable, and only
require an ANSI C89 platform.
2010-01-24 12:27:35 +00:00
Alexis Hildebrandt
2445d620eb Mcabber 0.9.10
A small Jabber console client.

Mcabber includes features such as:

 - SSL support

 - MUC (Multi-User Chat) support

 - history logging

 - command completion

 - OpenPGP encryption

 - OTR (Off-the-Record Messaging) support and external action triggers
2010-01-23 12:21:15 +00:00
Alexis Hildebrandt
3b6260804d Enchant 1.5.0
On the surface, Enchant appears to be a generic spell checking library.
You can request dictionaries from it, ask if a word is correctly
spelled, get corrections for a misspelled word, etc...

Beneath the surface, Enchant is a whole lot more - and less - than that.
You'll see that Enchant isn't really a spell checking library at all.

"What's that?" you ask. Well, Enchant doesn't try to do any of the work
itself. It's lazy, and requires backends to do most of its dirty work.
Looking closer, you'll see the Enchant is more-or-less a fancy wrapper
around the dlopen() system call. Enchant steps in to provide uniformity
and conformity on top of these libraries, and implement certain features
that may be lacking in any individual provider library. Everything
should "just work" for any and every definition of "just working."
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
ed85f003db Libotr 3.2.0
This is the portable OTR Messaging Library, as well as the toolkit to
help you forge messages.

Off-the-Record (OTR) Messaging allows you to have private conversations
over instant messaging by providing:

 - Encryption: No one else can read your instant messages

 - Authentication: You are assured the correspondent is who you think it is

 - Deniability: The messages you send do not have digital signatures
   that are checkable by a third party. Anyone can forge messages after
   a conversation to make them look like they came from you. However,
   during a conversation, your correspondent is assured the messages he
   sees are authentic and unmodified

 - Perfect forward secrecy: If you lose control of your private keys, no
   previous conversation is compromised.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
7976629202 Update Formula: s-lang. Add formula alias slang. 2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
dea816fac6 Update Formula: s-lang
Update to the latest SLang release 2.2.2
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
681dde9b51 CupsPdf 2.5.0
CUPS-PDF is a backend module for CUPS (Mac OS X's printing system) by
Volker C. Behr that, rather than printing to a device, prints straight
to PDF files.

Why use this rather than a simple "Save as PDF" in the print dialog?

 - Pressing return is faster

 - Batch-print through the writer to convert documents to PDF

 - Common save location for all generated PDFs
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
05dddd3dfc Slrn 0.9.9p1
A newsreader, i.e. a program that accesses a newsserver to read messages
from the Internet News service (also known as 'Usenet').

It runs in console mode on various Unix-like systems (including Linux),
32-bit Windows, OS/2, BeOS and VMS.

Beside the usual features of a newsreader slrn supports scoring rules to
highlight, sort or kill articles based on information from their header.

It is highly customizable, allows free key-bindings and can easily be
extended using the sophisticated S-Lang macro language. Offline reading
is possible by using either slrnpull (shipped with slrn) or a local
newsserver (like leafnode or INN).
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
303e40def5 Xspringies 1.12
Interactive 2D mass/spring simulation system for X windows.

NOTE: This brew needs support for compress compressed tarballs
as added by 63c1ca9b07d24bfa71057117c42dbca7908d355f
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
9c3bc53f0f Urlview 0.9-18.1
This utility is used to extract URL from text files, especially from
mail messages in order to launch some browser to view them.

This used to be a part of mutt but has now become an independent tool.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
db6aa4425b Dwm 5.7.2
Dynamic window manager for X.

It manages windows in tiled, monocle and floating layouts.  Either
layout can be applied dynamically, optimising the environment for the
application in use and the task performed.

In tiled layout windows are managed in a master and stacking area. The
master area contains the window which currently needs most attention,
whereas the stacking area contains all other windows. In monocle layout
all windows are maximised to the screen size. In floating layout
windows can be resized and moved freely. Dialog windows are always
managed floating, regardless of the layout applied.

Windows are grouped by tags. Each window can be tagged with one or
multiple tags. Selecting certain tags displays all windows with these
tags.

Each screen contains a small status bar which displays all available
tags, the layout, the number of visible windows, the title of the
focused window, and the text read from the root window name property,
if the screen is focused. A floating window is indicated with an empty
square and a maximised floating window is indicated with a filled
square before the windows title. The selected tags are indicated with a
different color. The tags of the focused window are indicated with a
filled square in the top left corner. The tags which are applied to one
or more windows are indicated with an empty square in the top left
corner.

Dwm draws a small border around windows to indicate the focus state.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
c6d8c29093 Dmenu 4.0
Dynamic menu is a generic menu for X, originally designed for dwm. It
manages huge amounts (up to 10,000 and more) of user defined menu items
efficiently.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
53a25ee264 Tabbed 0.2
Simple generic tabbed fronted to xembed aware applications, originally
designed for surf but also usable with many other application, i.e.
uzbl, urxvt and xterm
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
3c07766a30 Mpfr 2.4.2
A C library for multiple-precision floating-point computations
with correct rounding.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
8928f7cdda Wyrd 1.4.4
A curses front-end for Remind, a powerful calendar and alarm
application.

The display features a scrollable time table suitable for
visualizing your schedule at a glance.

Wyrd integrates with an external editor of your choice to make editing
of reminder files more efficient, and provides hotkeys to quickly access
the most common Remind options.

Other features include:

 -  extensive configurability

 -  Mutt-like interface design

 -  minimal resource requirements
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
d35482c719 Remind 03.01.07
A sophisticated calendar and alarm program.

It includes the following features:

- A sophisticated scripting language and intelligent handling
  of exceptions and holidays.

- Plain-text, PostScript and HTML output.

- Timed reminders and pop-up alarms.

- A friendly graphical front-end for people who don't want to
  learn the scripting language.

- Facilities for both the Gregorian and Hebrew calendars.

- Support for 12 different languages.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
d86c42e983 Diction 1.11
Diction and style are two old standard Unix commands.

Diction identifies wordy and commonly misused phrases. Style analyses
surface characteristics of a document, including sentence length and
other readability measures.

These programs cannot help you structure a document well, but they can
help to avoid poor wording and compare the readability (not the
understandability!) of your documents with others.

Both commands support English and German documents.
2010-01-23 12:21:14 +00:00
Alexis Hildebrandt
fef84549b3 SaneBackends 1.0.20
An application programming interface (API) that provides standardized
access to any raster image scanner hardware.

SaneBackends provides:

 - backends (scanner drivers)

 - command-line-frontend (scanimage)

 - network scanning daemon (saned)

 - SANE-API documentation

Add configure flag to omit latex use when generating documentation.
2010-01-23 12:21:00 +00:00
Alexis Hildebrandt
68b8f144c9 Muttprofile 1.0.1
A utility to choose profiles with the Mutt email client.

It is useful at least in the following cases:

 - You have so many profiles that it is hard to find convenient key
   mappings to load them

 - You have so many profiles that is is hard to remember how many of them
   you actually have or what are they for?

 - If you prefer choosing profiles interactively rather than using
   keyboard shortcuts.
2010-01-23 11:35:21 +00:00
Max Howell
331924a3bc Fixes Homebrew/homebrew#489; Most can't install outside of /usr/local 2010-01-23 11:31:35 +00:00
Max Howell
68121524d9 Fixes Homebrew/homebrew#534; typo shame 2010-01-23 11:17:19 +00:00
Max Howell
b60b604035 Warn that Ghostscript may break printing
For serious.
2010-01-23 11:07:53 +00:00
Max Howell
6d1c59c75c Use dot versions and comment patches 2010-01-23 10:53:41 +00:00
Björn B. Brandenburg
473253db74 xspin GUI 5.2.3
A TCL/TK-based GUI for the Spin model checker.

Manually installing xspin on Mac OS X requires edits to the script, as detailed
at http://spinroot.com/spin/Man/README.html. The included DATA patch automates
this.

(My thanks go to adamv, who pointed out how to simplify this formula.)
2010-01-23 10:48:45 +00:00
Björn B. Brandenburg
f13b04ef69 Spin model checker 5.2.4
A verification tool for models of concurrent systems.

Manually installing spin on Mac OS X is somewhat cumbersome and requires edits
to the makefile, as as detailed at http://spinroot.com/spin/Man/README.html.
The included DATA patch automates this.

(My thanks to adamv, who pointed out how to simplify this formula greatly.)
2010-01-23 10:48:45 +00:00
Max Howell
f83d67ae5a Don't break for paths with spaces 2010-01-23 10:36:16 +00:00
Eric Himmelreich
454d1819e9 lsof bump to 4.83 2010-01-23 10:31:48 +00:00
Eric Himmelreich
00c9592613 Using configure no longer suggested for Git
Closes Homebrew/homebrew#473
2010-01-23 10:30:33 +00:00
Michael Barton
e414a34ca4 Fix broken url for pigz tarball 2010-01-22 00:58:18 +00:00
Max Howell
e8ea05f836 Bump Git to 1.6.6.1 2010-01-21 09:30:41 +00:00
Max Howell
71b72731c7 Bazaar: aka bzr 2010-01-20 18:02:01 +00:00
Stephan Seidt
4be9eb2147 Updated redis configuration to include new 1.2 features (Append Only File) 2010-01-20 18:00:26 +00:00
Max Howell
d8eff22880 Warn user about PYTHON_PATH. Closes Homebrew/homebrew#316 2010-01-19 14:41:25 +00:00
PJ Hyett
ffbb151de2 Update Solr Formula to 1.4.0 2010-01-19 12:55:01 +00:00
tstevens
a8e466e0b2 Add Android SDK formula
Signed-off-by: Max Howell <max@methylblue.com>

Added an alias. Cleaned it up a bit.

Also removed the chmod 0777, '..' line as it made no sense and had no comment to justify it. Always comment weird stuff!
2010-01-19 12:46:11 +00:00
Max Howell
ec3383a06d Force Couchdb to find Spidermonkey and Erlang
If you install Homebrew somewhere that isn't /usr/local couchdb doesn't find its deps, so patch that.

See? Install to /usr/local!

Fixes Homebrew/homebrew#180. Closes Homebrew/homebrew#493.
2010-01-19 12:31:47 +00:00