Bug 114346 - [NEW PORT] security/zxid: Open Source IdM for the Masses - SAML SSO
Summary: [NEW PORT] security/zxid: Open Source IdM for the Masses - SAML SSO
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-06 00:30 UTC by gslin
Modified: 2007-07-09 03:30 UTC (History)
1 user (show)

See Also:


Attachments
zxid-0.17.shar (6.12 KB, text/plain)
2007-07-06 00:30 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.