UUDeview is a program that helps you transmit and receive binary files
over the Internet, using electronic mail or newsgroups. The UUDeview
package includes both an encoder and a decoder. The decoder
automatically detects the type of encoding used, offering MIME's Base64
and BinHex as well as the popular uuencoding and the less frequently
used xxencoding methods.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Also add unprefixed symlinks in libexec/gnubin:
- libexec/gnubin directory contains symlinks to all the coreutils
commands without its program-prefix "g". (Inspired by MacPorts'
coreutils)
- Now without the --default-names option, this directory is essential
to those who have a lot of shell scripts that use GNU coreutils with
their default names. (The aliases file is no use for them)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This release enables gettext i18n, but in the interest of avoiding that
depdendency I have disabled it for the time being (NO_GETTEXT=1). We can
enable it if international users request it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Update remind to 03.01.12, also remove useragent adjustment since it
seems to no longer be necessary.
ClosesHomebrew/homebrew#9798.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The new bottle syntax conflicts a bit with how the version was being
handled in this formula; so let's just do it the way every other formula
does it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Also add an option to build the unstable new PlayStation emulator (only
available in the 0.9 branch)
ClosesHomebrew/homebrew#7550.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit adds a `devel` entry to the DSL, allowing formulae to
specify an unstable branch.
`devel` takes a block, which should contain standard `url` and `md5`
fields (and `version`, if necessary). This must come after the standard
DSL fields.
This commit also migrates over all formulae currently using `devel` to
the new syntax, as well as formulae which used `head` for non-VCS urls.
The new syntax is also available for `stable` and `bottle`. `stable` is
an option alongside the old syntax. `bottle` replaces the old syntax.
Note that the @stable ivar in Formula has been renamed to @standard,
and the @bottle ivar has been renamed to @bottle_url.
ClosesHomebrew/homebrew#9735.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>