rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
7 lines
430 B
Text
7 lines
430 B
Text
This module provides common interface to HMAC functionality. HMAC is a kind of
|
|
"Message Authentication Code" (MAC) algorithm whose standard is documented in
|
|
RFC2104. Namely, a MAC provides a way to check the integrity of information
|
|
transmitted over or stored in an unreliable medium, based on a secret key.
|
|
Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach
|
|
|
|
WWW: http://rubygems.org/gems/ruby-hmac/
|