2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP
SYN, SYN/ACK, ACK) and after-the-fact state comparison between a 2ping
listener and a 2ping client to determine which direction packet loss
occurs.
New formula twoping.rb with a 2ping alias.
ClosesHomebrew/homebrew#45786.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Brightness 1.2
- Change the homepage and URLs to the official upstream repository
- Add an alias for `brightness` which correlates with how the product is marketed [alias for `screenbrightness`]
- Version bump to 1.2
ClosesHomebrew/homebrew#42472.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
The Go community generally searches for things related to the language by
'golang' rather than 'go', since searching for 'go' returns so many
unrelated results. (see http://golang.org/)
ClosesHomebrew/homebrew#41806.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
From the homepage:
> SonarQube™ software (previously known as “Sonar”) is an open source
> project hosted at Codehaus.
ClosesHomebrew/homebrew#40503.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Another SSL/TLS toolkit has gone through a rebranding. Cyassl > WolfSSL
this time.
ClosesHomebrew/homebrew#37435.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Update gnome-icon-theme to 3.14.1 and alias adwaita-icon-theme.
In GNOME 3.14, gnome-icon-theme and gnome-icon-theme-symbolic were merged into
adwaita-icon-theme, because the symbolic icons are no longer considered
optional.[1]
Moving to the latest stable version of this package fixes the lack of symbolic
icons for GTK+3 in Homebrew.
The tests I've written are simple sanity checks that ensure certain files were
created in the install process.
Someone with GTK+3 knowledge could probably write better ones that check if GTK+
properly detects the icon files.
[1]: https://mail.gnome.org/archives/desktop-devel-list/2014-April/msg00086.html
The gnome-icon-theme-symbolic package (merged into adwaita-icon-theme, we call
it gnome-icon-theme for historic reasons) requires librsvg to generate PNG files
from the symbolic icon SVG files.
(This was not necessary beforehand, because all icons in the original
gnome-icon-theme were PNGs)
ClosesHomebrew/homebrew#37306.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Version bump.
The URL will be named mbedtls from this point forwards, and in the
future the website and git will follow. An alias has been created
consequently so people can find it under the new name as well as the
‘old’ name. See Homebrew/homebrew#36775.
ClosesHomebrew/homebrew#36790.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This is consistent with other package managers. The project is not being
referred to as "libcaf" anywhere.
ClosesHomebrew/homebrew#36289.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
`the_platinum_searcher` is also known as `pt` (the atomic symbol for
platinum).
ClosesHomebrew/homebrew#30715.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
``boot2docker-cli`` (an alias for ``boot2docker``) was named
``boot2docker-cli.rb``, while all other aliases are named without the
``.rb`` ending. This commit simply renames the alias to follow the
pre-existing alias-naming convention.
ClosesHomebrew/homebrew#30703.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Updates the boot2docker formula to version 1.0.0. This is the new, Go
based, boot2docker management utility. It's the official successor of
the old shell based version!