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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
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 <gslin at gslin.org> 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.