Bug 164670 - New port: security/py-django-openid-auth OpenID integration for django.contrib.auth
Summary: New port: security/py-django-openid-auth OpenID integration for django.contri...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 17:40 UTC by xenophon+fbsdports
Modified: 2012-04-11 04:40 UTC (History)
0 users

See Also:


Attachments
file.shar (7.95 KB, text/plain)
2012-01-31 17:40 UTC, xenophon+fbsdports
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description xenophon+fbsdports 2012-01-31 17:40:09 UTC
A library that can be used to add OpenID support to Django
applications.  The library integrates with Django's builtin
authentication system, so most applications require minimal changes to
support OpenID login.

The library also includes the following features:
 * Basic user details are transfered from the OpenID server via the
   Simple Registration extension.
 * It can be configured to use a fixed OpenID server URL, for use in
   single sign on deployments.
 * It supports the Launchpad teams extension to request team
   membership information.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-02-01 11:21:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-11 04:38:31 UTC
miwi        2012-04-11 03:38:17 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-django-openid-auth Makefile distinfo pkg-descr 
                              pkg-message pkg-plist 
  Log:
  A library that can be used to add OpenID support to Django
  applications.  The library integrates with Django's builtin
  authentication system, so most applications require minimal changes to
  support OpenID login.
  
  The library also includes the following features:
   * Basic user details are transfered from the OpenID server via the
     Simple Registration extension.
   * It can be configured to use a fixed OpenID server URL, for use in
     single sign on deployments.
   * It supports the Launchpad teams extension to request team
     membership information.
  
  WWW: https://launchpad.net/django-openid-auth
  
  PR:             ports/164670
  Submitted by:   Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  
  Revision  Changes    Path
  1.3154    +1 -0      ports/www/Makefile
  1.1       +45 -0     ports/www/py-django-openid-auth/Makefile (new)
  1.1       +2 -0      ports/www/py-django-openid-auth/distinfo (new)
  1.1       +14 -0     ports/www/py-django-openid-auth/pkg-descr (new)
  1.1       +26 -0     ports/www/py-django-openid-auth/pkg-message (new)
  1.1       +67 -0     ports/www/py-django-openid-auth/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 Martin Wilke freebsd_committer freebsd_triage 2012-04-11 04:38:33 UTC
State Changed
From-To: open->closed

4 New port added, with minor changes. (The port life now under www/ 
security is the sec cat..)