From owner-cvs-ports@FreeBSD.ORG Wed Dec 20 09:54:00 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 3411516A4A0; Wed, 20 Dec 2006 09:54:00 +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 73ADA43CAD; Wed, 20 Dec 2006 09:53:47 +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 kBK9rj3J029455; Wed, 20 Dec 2006 09:53:45 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK9rjGL029453; Wed, 20 Dec 2006 09:53:45 GMT (envelope-from clsung) Message-Id: <200612200953.kBK9rjGL029453@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 20 Dec 2006 09:53:45 +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/py-openid 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 09:54:00 -0000 clsung 2006-12-20 09:53:45 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-openid Makefile distinfo pkg-descr pkg-plist Log: Python OpenID library implements recent changes to the OpenID 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/ Revision Changes Path 1.842 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/py-openid/Makefile (new) 1.1 +3 -0 ports/security/py-openid/distinfo (new) 1.1 +11 -0 ports/security/py-openid/pkg-descr (new) 1.1 +58 -0 ports/security/py-openid/pkg-plist (new)