From owner-cvs-ports@FreeBSD.ORG Wed Dec 20 11:41:28 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE66316A403; Wed, 20 Dec 2006 11:41:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61B543CA7; Wed, 20 Dec 2006 11:41:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKBfSuG048888; Wed, 20 Dec 2006 11:41:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKBfSlG048887; Wed, 20 Dec 2006 11:41:28 GMT (envelope-from clsung) Message-Id: <200612201141.kBKBfSlG048887@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 11:41:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Net-OpenID-JanRain Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 11:41:29 -0000 clsung 2006-12-20 11:41:28 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Net-OpenID-JanRain Makefile distinfo pkg-descr pkg-plist Log: OpenID is a decentralized identity system, but one that's actually 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/ Revision Changes Path 1.843 +1 -0 ports/security/Makefile 1.1 +42 -0 ports/security/p5-Net-OpenID-JanRain/Makefile (new) 1.1 +3 -0 ports/security/p5-Net-OpenID-JanRain/distinfo (new) 1.1 +14 -0 ports/security/p5-Net-OpenID-JanRain/pkg-descr (new) 1.1 +23 -0 ports/security/p5-Net-OpenID-JanRain/pkg-plist (new)