${OSVERSION} >= 500000 && ${OSVERSION} < 501103
because this OSVERSION is not supported anymore and the code in question
includes references to the deprecated port devel/stlport-icc
* Switch to USE_LDCONFIG
Approved by: maintainer (implicit)
decentralized and doesn't entirely crumble if one company turns evil
or goes out of business.
An OpenID identity is just a URL. You can have multiple identities in
the same way you can have multiple URLs. All OpenID does is provide a
way to prove that you own a URL (identity).
Anybody can run their own site using OpenID, and anybody can be an
OpenID server, and they all work with each other without having to
register with or pay anybody to "get started". An owner of a URL can
pick which OpenID server to use.
WWW: http://www.openidenabled.com/openid/libraries/perl/
specification as well as making API changes that should make
integration with applications easier.
This library allows the use of XRI as OpenID identifiers, allowing users
to log in with their i-names. For full XRI compatibility,
relying parties integrating this library should take note of the user's
CanonicalID, as described in the "Identifying the End User" section of
the OpenID 2.0 specification.
WWW: http://www.openidenabled.com/openid/libraries/python/
jnlin at csie.nctu.edu.tw
- Use MAN5PREFIX
- portlint warns:
1) IGNORE should be lowercase-lead
2) INSTALLS_SHLIB should be replaced by USE_LDCONFIG
3) PLIST_FILES should be used when only two files
- Bump PORTREVISION
PR: ports/104310
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (timeout)
------------
This code implements relying party support for the Yadis service discovery
protocol. The protocol was developed for use by decentralized URL-based
identity systems, but is useful for advertising services provided by or on
behalf of a certain URL.
To learn more about Yadis, see http://www.openidenabled.com/yadis
The module yadis.xrires also provides a method of resolving XRI.
The JanRain Python OpenID library uses this library for discovery of OpenID
service endpoints. See that library for an example of library usage.
WWW: http://www.openidenabled.com/yadis/libraries/python/
ruby-yadis contains full yadis service discovery functionality.
Point releases will be issued as the Yadis 1.0 specification
gets rounded out. Features include:
* Easy to use interface for fetching Yadis service information
* XRDS parser
* HTTPS and server certificate verification support
* Test suite
* BSD license
WWW: http://www.openidenabled.com/yadis/libraries/ruby/