Port details |
- p5-Authen-PAM Perl interface to the PAM library
- 0.16_2 security
=90 Version of this port present on the latest quarterly branch. - Maintainer: des@FreeBSD.org
 - Port Added: unknown
- Last Update: 2022-07-20 14:22:56
- Commit Hash: 857c05f
- People watching this port, also watch:: libiconv, p5-Net-SSLeay, gmake, expat, gettext
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module provides a Perl interface to the PAM library.
WWW: http://www.cs.kuleuven.ac.be/~pelov/pam/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Authen-PAM>0:security/p5-Authen-PAM
- To install the port:
- cd /usr/ports/security/p5-Authen-PAM/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Authen-PAM
- pkg install p5-Authen-PAM
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Authen-PAM
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Authen-PAM-0.16.tar.gz) = 0e949bd9a2a9df0f829971030fe9169cbaf6cec78b92faf22f547ff6c6155c9b
SIZE (Authen-PAM-0.16.tar.gz) = 45922
- Packages (timestamps in pop-ups are UTC):
- 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
- This port is required by:
- for Build
-
- ftp/p5-Net-FTPServer
- security/p5-Authen-Simple-PAM
- for Run
-
- ftp/p5-Net-FTPServer
- security/p5-Authen-Simple-PAM
- security/p5-Net-Radius-Server
- sysutils/usermin
- sysutils/webmin
- Configuration Options:
- No options to configure
- Options name:
- security_p5-Authen-PAM
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:56 0.16_2 |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.16_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Feb 2019 09:00:47
0.16_2 |
amdmi3  |
- Add LICENSE
Approved by: portmgr blanket |
26 Nov 2014 13:08:38
0.16_2 |
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 ) |
10 Jun 2014 12:14:14
0.16_1 |
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 |
30 Jan 2014 08:45:51
0.16_1 |
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 22:55:26
0.16_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
11 Sep 2013 13:54:50
0.16_1 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
03 Jul 2011 14:03:52
0.16_1 |
ohauer  |
-remove MD5 |
17 Apr 2008 14:30:31
0.16_1 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
25 Jun 2006 16:38:48
0.16_1 |
clsung  |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin) |
22 Mar 2006 13:30:39
0.16_1 |
des  |
Add a missing @dirrm. |
20 Mar 2006 16:03:38
0.16 |
des  |
Update to 0.16.
PR: ports/94712
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (and several other people) |
24 Jan 2006 01:03:33
0.14 |
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:50:55
0.14 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
31 Mar 2004 03:12:58
0.14 |
trevor  |
SIZEify (maintainer timeout) |
24 Oct 2003 12:05:09
0.14 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
07 Mar 2003 06:10:51
0.14 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
25 Feb 2003 13:28:18
0.14 |
des  |
0.14 has been out for a while. |
22 Jan 2003 16:49:34
0.13_1 |
des  |
The OpenPAM headers have been changed to #include <sys/types.h>, so this
is no longer necessary. |
22 Jan 2003 01:51:14
0.13_1 |
des  |
Recent versions of OpenPAM require <sys/types.h> to be included before
<security/pam_appl.h>. Make configure{,.in} do so. |
28 Nov 2002 11:55:43
0.13 |
des  |
Make this build again by adding the correct configuration incantations.
Approved by: portmgr (kris) |
06 Mar 2002 22:38:04  |
des  |
Upgrade to 0.13. This makes PORTVERSION go backwards, but since the distfile
for the previous version disappeared within hours of the port being committed,
I'll just pretend that the previous commit never happened. |
05 Mar 2002 12:54:37  |
des  |
Grab unmaintained port, and upgrade to OpenPAM-aware 0.13.pre2. |
23 Jul 2001 15:11:52  |
vanilla  |
Upgrade to 0.12. |
10 May 2001 16:35:11  |
vanilla  |
Upgrade to latest version: p5-Authen-PAM => 0.11
p5-Config-IniFiles => 2.19 p5-File-Tail => 0.98 p5-ParallelUA => 2.50
p5-dTemplate => 2.0 |
01 Mar 2001 06:39:18  |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 07:30:58  |
asami  |
Convert category security to new layout. |
17 Jun 2000 03:37:15  |
will  |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |