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>
uchardet is a C language binding of the original C++ implementation of
the universal charset detection library by Mozilla.
uchardet is an encoding detector library, which takes a sequence of
bytes in an unknown character encoding without any additional
information, and attempts to determine the encoding of the text.
ClosesHomebrew/homebrew#8868.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
getxbook is a collection of tools to download books from websites.
Currently there are tools for Google Books' book preview (getgbook),
Amazon's look inside (getabook) and Barnes and Noble's book viewer
(getbnbook).
ClosesHomebrew/homebrew#8701.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Added installation of suid plugins like check_icmp, check_dhcp, etc.
To be clear, this only installs the tools themselves; root privileges
are not required.
ClosesHomebrew/homebrew#8740.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This Makefile target is only triggered if the tools required to build
the documentation are present, which I'm guessing is why this has gone
unnoticed.
Will send upstream.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Set PYTHONPATH so that brew's PyQt4 modules are found.
Update to v1.7.4.1 and change the URLs to use github.
Add a --build-docs option for building manpages.
ClosesHomebrew/homebrew#7462.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>