Bug 114346

Summary: [NEW PORT] security/zxid: Open Source IdM for the Masses - SAML SSO
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me CC: gslin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
zxid-0.17.shar none

Description gslin 2007-07-06 00:30:03 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-06 00:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-09 03:24:10 UTC
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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-07-09 03:24:25 UTC
State Changed
From-To: open->closed

New port added. Thank You.