aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Google-SAML-Response
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-10/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Update to 0.12Sunpoet Po-Chuan Hsieh2012-04-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Google-SAML-Response/Changes Notes: svn path=/head/; revision=295205
* - Update to 0.11Sunpoet Po-Chuan Hsieh2012-04-203-18/+23
| | | | | | | | | - Add missing dependency: Compress::Zlib and HTML::Entities Changes: http://search.cpan.org/dist/Google-SAML-Response/Changes Notes: svn path=/head/; revision=295136
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Update to 0.10.Andrej Zverev2010-08-182-4/+4
| | | | | | | | PR: ports/149463 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259493
* - update to 0.09Yen-Ming Lee2009-11-092-7/+13
| | | | Notes: svn path=/head/; revision=244018
* - Update to 0.08Martin Wilke2009-08-222-6/+5
| | | | | | | | | | - Pass maintainership to perl@ PR: 138044 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=240128
* Add missing dependenciesSteven Kreuzer2009-08-071-1/+6
| | | | | | | | PR: ports/137475 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=239105
* Google::SAML::Response can be used to generate a signed XML documentMartin Wilke2009-08-054-0/+56
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> Notes: svn path=/head/; revision=238986