Bug 156791

Summary: New port: security/py-kerberos Python bindings for kerberos
Product: Ports & Packages Reporter: roland
Component: Individual Port(s)Assignee: Carlo Strub <cs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description roland 2011-05-03 07:50:11 UTC
New port: security/py-kerberos. 

This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
The goal is to avoid having to build a module that wraps the entire 
Kerberos.framework, and instead offer a limited set of functions that do what 
is needed for client/server Kerberos authentication based on 
<http://www.ietf.org/rfc/rfc4559.txt>.

WWW: http://trac.calendarserver.org/

Fix: Patch attached with submission follows:
Comment 1 Carlo Strub freebsd_committer freebsd_triage 2011-10-01 14:40:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-02 06:21:33 UTC
cs          2011-10-02 05:21:18 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/py-kerberos Makefile distinfo pkg-descr pkg-plist 
  Log:
  This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
  The goal is to avoid having to build a module that wraps the entire
  Kerberos.framework, and instead offer a limited set of functions that do what
  is needed for client/server Kerberos authentication based on
  <http://www.ietf.org/rfc/rfc4559.txt>.
  
  PR:             ports/156791
  Submitted by:   Roland van Laar <roland@micite.net>
  Approved by:    wen@ (co-mentor)
  
  Revision  Changes    Path
  1.1208    +1 -0      ports/security/Makefile
  1.1       +31 -0     ports/security/py-kerberos/Makefile (new)
  1.1       +2 -0      ports/security/py-kerberos/distinfo (new)
  1.1       +7 -0      ports/security/py-kerberos/pkg-descr (new)
  1.1       +1 -0      ports/security/py-kerberos/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 Carlo Strub freebsd_committer freebsd_triage 2011-10-02 06:25:32 UTC
State Changed
From-To: open->closed

Committed. Thank you very much for this port.