Port details |
- p5-Authen-PAM Perl interface to the PAM library
- 0.16_2 security =92 0.16_2Version of this port present on the latest quarterly branch.
- Maintainer: des@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libiconv, gmake, p5-Net-SSLeay, gettext, expat
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- http://www.cs.kuleuven.ac.be/~pelov/pam/
- Description:
- This module provides a Perl interface to the PAM library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.16_2 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 ) |
0.16_2 20 Jul 2022 14:22:56 |
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 ) |
0.16_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.16_2 20 Feb 2019 09:00:47 |
amdmi3 |
- Add LICENSE
Approved by: portmgr blanket |
0.16_2 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 ) |
0.16_1 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 |
0.16_1 30 Jan 2014 08:45:51 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.16_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.16_1 11 Sep 2013 13:54:50 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.16_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.16_1 17 Apr 2008 14:30:31 |
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) |
0.16_1 25 Jun 2006 16:38:48 |
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) |
0.16_1 22 Mar 2006 13:30:39 |
des |
Add a missing @dirrm. |
0.16 20 Mar 2006 16:03:38 |
des |
Update to 0.16.
PR: ports/94712
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (and several other people) |
0.14 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.14 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.14 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.14 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.14 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.14 25 Feb 2003 13:28:18 |
des |
0.14 has been out for a while. |
0.13_1 22 Jan 2003 16:49:34 |
des |
The OpenPAM headers have been changed to #include <sys/types.h>, so this
is no longer necessary. |
0.13_1 22 Jan 2003 01:51:14 |
des |
Recent versions of OpenPAM require <sys/types.h> to be included before
<security/pam_appl.h>. Make configure{,.in} do so. |
0.13 28 Nov 2002 11:55:43 |
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. |