Date: Wed, 20 Dec 2006 15:54:18 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/rubygem-openid Makefile distinfo pkg-descr pkg-plist Message-ID: <200612201554.kBKFsI1c012311@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2006-12-20 15:54:18 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/rubygem-openid Makefile distinfo pkg-descr pkg-plist Log: 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://www.openidenabled.com/openid/libraries/ruby/ Revision Changes Path 1.1784 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/rubygem-openid/Makefile (new) 1.1 +3 -0 ports/net/rubygem-openid/distinfo (new) 1.1 +21 -0 ports/net/rubygem-openid/pkg-descr (new) 1.1 +540 -0 ports/net/rubygem-openid/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612201554.kBKFsI1c012311>