Port details |
- p5-Net-SAML Perl extension for using SAML SSO
- 1.42 security
=0 1.42Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated security/zxid
This port expired on: 2023-05-27
- Maintainer: perl@FreeBSD.org
- Port Added: 2008-04-07 07:37:39
- Last Update: 2023-05-28 12:07:02
- Commit Hash: 3249a3a
- Also Listed In: perl5
- License: APACHE20
- WWW:
- http://zxid.org/
- Description:
- A Perl module wrapping libzxid. Also zxid.pl, that implements SP in
mod_perl environment, is supplied.
This module is also available on MetaCPAN at https://metacpan.org/release/zxid.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-SAML>0:security/p5-Net-SAML
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Net-SAML
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (zxid-1.42.tgz) = 8b936c8a011cc6fc56d19c6a83cd2dede36bb16b6453b81e45ee8811b9272b10
SIZE (zxid-1.42.tgz) = 2164542
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libcurl.so : ftp/curl
- libzxid.so : security/zxid
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-Net-SAML-1.42:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- security_p5-Net-SAML
- USES:
- perl5 shebangfix tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.42 28 May 2023 12:07:02 |
Rene Ladan (rene) |
security/p5-Net-SAML: Remove expired port:
2023-05-27 security/p5-Net-SAML: Depends on deprecated security/zxid |
1.42 27 Apr 2023 18:42:44 |
Muhammad Moinur Rahman (bofh) |
security/p5-Net-SAML: Mark DEPRECATED
- Depends on deprecated security/zxid
- Set EXPIRATION_DATE 2023-05-27 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.42 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.42 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.42 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.42 04 Jun 2018 18:15:19 |
sunpoet |
Update link |
1.42 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.42 01 Mar 2016 16:16:17 |
adamw |
Update zxid and p5-Net-SAML to 1.42.
While here:
- Strip the p5-Net-SAML XS module.
- use Uses:localbase in zxid
- Replace obtuse compound statements with more straightforward invocations
- Add spacing for legibility |
1.30 19 Apr 2015 16:21:26 |
sunpoet |
- Update to 1.30
Changes: http://search.cpan.org/dist/zxid/Changes |
1.22 17 Feb 2015 16:41:31 |
mat |
Fix build with Perl 5.20.
PR: 194865
Submitted by: Mike Kuznetsov
Sponsored by: Absolight |
1.22 11 Jan 2015 13:29:25 |
sunpoet |
- Update to 1.22
- Use PORTEXAMPLES
- Sort and cleanup PLIST
Changes: http://search.cpan.org/dist/zxid/Changes |
1.18_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.18 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.18 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.18 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.18 27 Nov 2013 16:39:44 |
sunpoet |
- Update to 1.18
- Convert to new options framework
- Convert to new LIB_DEPENDS
- Cleanup Makefile
Changes: http://search.cpan.org/dist/zxid/Changes |
1.16 24 Nov 2013 17:40:44 |
mat |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
1.16 23 Nov 2013 18:35:32 |
sunpoet |
- Update to 1.16
- Use REINPLACE_CMD instead of patch file
- Fix shebang
Changes: http://search.cpan.org/dist/zxid/Changes |
1.11_1 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
1.11_1 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
1.11_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.11_1 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
1.11_1 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.11_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
1.11 14 Feb 2013 09:18:59 |
culot |
- Update to 1.11
PR: ports/176009
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
1.05 15 Feb 2012 08:14:56 |
sunpoet |
- Add official site to MASTER_SITES
Reported by: pointyhat |
1.05 12 Feb 2012 14:06:39 |
sunpoet |
- Update to 1.05
- Respect PORTEXAMPLES
Changes: http://search.cpan.org/dist/zxid/Changes |
0.76 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
0.76 21 Jun 2011 06:58:21 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
0.76 01 Mar 2011 11:24:12 |
sunpoet |
- Update to 0.76
Changes: http://search.cpan.org/dist/zxid/ |
0.72 17 Dec 2010 20:16:37 |
pgollucci |
- Update to 0.72
With Hat: perl@
Changes: http://zxid.org/Changes |
0.70 18 Nov 2010 00:51:41 |
sunpoet |
- Update to 0.70
- Add MASTER_SITES: CPAN
- Add LICENSE while I'm here
- Add CPAN URL to pkg-descr
PR: ports/152329
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
0.44_1 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.44_1 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.44 18 Dec 2009 01:36:03 |
wen |
- Update to 0.44 |
0.40 16 Nov 2009 02:12:03 |
wen |
- Update to 0.40
- Reset maintainer
PR: ports/140588
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
0.38 02 Nov 2009 10:12:19 |
jadawin |
- Update to 0.38
PR: ports/140149
Submitted by: Denis Shaposhnikov <dsh _AT_ wizard.volgograd.ru>
Approved by: maintainer |
0.27_1 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
0.27 29 Oct 2008 01:20:24 |
leeym |
- Update to 0.27
PR: 128372
Submitted by: leeym
Approved by: maintainer |
0.22 24 Jul 2008 21:14:07 |
pav |
- Mark BROKEN on 8-CURRENT: does not like hexdump |
0.22 07 Apr 2008 07:37:14 |
pav |
A Perl module wrapping libzxid. Also zxid.pl, that implements SP in
mod_perl environment, is supplied.
WWW: http://zxid.org/
PR: ports/114800
Submitted by: Gea-Suan Lin <gslin@gslin.org> |