f64d997379
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)
21 lines
901 B
Text
21 lines
901 B
Text
A Ruby library for verifying and serving OpenID identities.
|
|
Ruby OpenID makes it easy to add OpenID authentication to your web
|
|
applications.
|
|
|
|
This library is a port of the Python OpenID library, and features:
|
|
|
|
* API for verifying OpenID identities (OpenID::Consumer)
|
|
* API for serving OpenID identities (OpenID::Server)
|
|
* Consumer and server support for extensions, including simple registration
|
|
* Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
|
|
* Does not depend on underlying web framework
|
|
* Multiple storage implementations (Filesystem, SQL)
|
|
* Comprehensive test suite
|
|
* Example code to help you get started, including:
|
|
o WEBrick based consumer
|
|
o Ruby on rails based server
|
|
o OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
|
|
for authentication
|
|
o ActiveRecord adapter for using an SQL store in rails
|
|
|
|
WWW: http://rubygems.org/gems/openid/
|