| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Dec 2012 15:39:36
0.12
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
21 Apr 2012 18:20:18
0.12
|
sunpoet  |
- Update to 0.12
Changes: http://search.cpan.org/dist/Google-SAML-Response/Changes |
20 Apr 2012 01:11:23
0.11
|
sunpoet  |
- Update to 0.11
- Add missing dependency: Compress::Zlib and HTML::Entities
Changes: http://search.cpan.org/dist/Google-SAML-Response/Changes |
13 Mar 2012 16:15:36
0.10
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.10
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
20 Mar 2011 12:54:45
0.10
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 02:03:44
0.10
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
18 Aug 2010 11:09:20
0.10
|
az  |
Update to 0.10.
PR: ports/149463
Submitted by: Frederic Culot <frederic@culot.org> |
09 Nov 2009 09:43:37
0.09
|
leeym  |
- update to 0.09 |
22 Aug 2009 19:22:07
0.08
|
miwi  |
- Update to 0.08
- Pass maintainership to perl@
PR: 138044
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
07 Aug 2009 18:34:04
0.07_1
|
skreuzer  |
Add missing dependencies
PR: ports/137475
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
05 Aug 2009 12:24:31
0.07
|
miwi  |
Google::SAML::Response can be used to generate a signed XML document
that is needed for logging your users into Google using SSO.
You have some sort of web application that can identify and
authenticate users. You want users to be able to use some sort of
Google service such as Google mail.
When using SSO with your Google partner account, your users will send
a request to a Google URL. If the user isn't already logged in to
Google, Google will redirect him to a URL that you can define. Behind
this URL, you need to have a script that authenticates users in your
original framework and generates a SAML response for Google that you
send back to the user whose browser will then submit it back to
Google. If everything works, users will then be logged into their
Google account and they don't even have to know their usernames or
passwords.
WWW: http://search.cpan.org/dist/Google-SAML-Response/
PR: ports/137445
Submitted by: Gea-Suan Lin <gslin at gslin.org> |