From owner-cvs-ports@FreeBSD.ORG Mon Jul 9 02:24:05 2007 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 4A42E16A46B; Mon, 9 Jul 2007 02:24:05 +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 2F04313C4AD; Mon, 9 Jul 2007 02:24:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l692O5cf012503; Mon, 9 Jul 2007 02:24:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l692O50R012502; Mon, 9 Jul 2007 02:24:05 GMT (envelope-from clsung) Message-Id: <200707090224.l692O50R012502@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 9 Jul 2007 02:24:04 +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/zxid Makefile distinfo pkg-descr pkg-plist ports/security/zxid/files patch-Makefile patch-zxlib.c 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: Mon, 09 Jul 2007 02:24:05 -0000 clsung 2007-07-09 02:24:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/zxid Makefile distinfo pkg-descr pkg-plist security/zxid/files patch-Makefile patch-zxlib.c Log: ZXID aims at full stack implementation of all federated identity management and identity web services protocols. Initial goal is supporting SP role, followed by ID-WSF WSC and IdP roles. ZXID is light weight, has a small foot print, and is implemented in C. It is suitable for both high performance and embedded applications. Scripting languages are supported using SWIG, including Perl, PHP and Java. The "full stack" nature of ZXID means it's self contained and has minimal external library dependencies (see downloads). WWW: http://zxid.org/ PR: ports/114346 Submitted by: Gea-Suan Lin Revision Changes Path 1.901 +1 -0 ports/security/Makefile 1.1 +25 -0 ports/security/zxid/Makefile (new) 1.1 +3 -0 ports/security/zxid/distinfo (new) 1.1 +55 -0 ports/security/zxid/files/patch-Makefile (new) 1.1 +10 -0 ports/security/zxid/files/patch-zxlib.c (new) 1.1 +11 -0 ports/security/zxid/pkg-descr (new) 1.1 +61 -0 ports/security/zxid/pkg-plist (new)