Port details |
- p5-Authen-Krb5 Perl extension for Kerberos 5
- 1.9_2 security
=7 1.9_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-02-03 17:57:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Digest-SHA1, p5-Digest-MD5, openssl, p5-Crypt-Rijndael, p5-libwww
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Krb5
- Description:
- Authen::Krb5 is an object-oriented interface to the Kerberos 5 API.
Both the implementation and documentation are nowhere near complete,
and may require previous experience with Kerberos 5 programming. Most
of the functions here are documented in detail in the Kerberos 5 API
documentation.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Authen-Krb5>0:security/p5-Authen-Krb5
- To install the port:
- cd /usr/ports/security/p5-Authen-Krb5/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Authen-Krb5
- pkg install p5-Authen-Krb5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Authen-Krb5
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Krb5-1.9.tar.gz) = ead411cbf95648498c9b4acc90df353ec65c20f5f50cd4ea2811ff99c6f85fbd
SIZE (Krb5-1.9.tar.gz) = 22358
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-Authen-Krb5-1.9_2:
====> GSSAPI Security API support: you have to select exactly one of them
GSSAPI_BASE=on: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
===> Use 'make config' to modify these settings
- Options name:
- security_p5-Authen-Krb5
- USES:
- perl5 gssapi
- 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) |
1.9_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 ) |
1.9_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 ) |
1.9_2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.9_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.9_2 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.9_2 07 Jan 2018 12:13:11
  |
sunpoet  |
Strip shared library in post-install:
- Sort PLIST |
1.9_2 01 Feb 2015 18:43:43
  |
hrs  |
- Add Heimdal support.
- Use USES=gssapi. |
1.9_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.9 30 Jul 2014 14:24:37
  |
mat  |
Specify the libkrb5 abi version, otherwise, LIB_DEPEDNS finds it from base, and
hell breaks loose.
Pointy hat to: bapt (because one has to take the blame)
Sponsored by: Absolight |
1.9 14 Jul 2014 18:42:04
  |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
1.9 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.9 06 Nov 2013 07:39:32
  |
vanilla  |
Support STAGEDIR. |
1.9 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.9 29 Aug 2013 04:08:54
  |
sunpoet  |
- Use single space after WWW: |
1.9 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.9 17 May 2011 11:11:48
 |
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
1.9 24 Sep 2010 02:03:44
 |
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
1.9 04 May 2010 05:55:26
 |
wen  |
- Use @dirrmtry instead of @dirrm
PR: ports/144965
Submitted by: Kimo <kimor79@yahoo.com> |
1.9 11 Jan 2010 01:57:39
 |
pgollucci  |
- Update to 1.9 |
1.8 22 Jul 2009 16:27:08
 |
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
1.8 06 Oct 2008 22:49:40
 |
leeym  |
- update to 1.8 |
1.6 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) |
1.6 13 Mar 2007 16:45:20
 |
garga  |
Transfer maintainership to perl@ |
1.6 03 Feb 2007 13:18:30
 |
garga  |
- Remove 4.x support on my ports |
1.6 31 Aug 2006 15:41:51
 |
garga  |
Mark it as BROKEN on 4.x while I cannot take a look
Reported by: krismail |
1.6 29 Aug 2006 15:18:50
 |
garga  |
Update to 1.6 |
1.5 09 Nov 2005 18:14:43
 |
garga  |
- Respect non-standard LOCALBASE
Noticed by: kris |
1.5 08 Nov 2005 14:33:36
 |
garga  |
- Add SHA256 |
1.5 27 Oct 2005 11:35:08
 |
garga  |
- Fix WWW line |
1.5 21 Sep 2005 19:35:50
 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing. |
1.5 11 Jul 2005 16:47:16
 |
garga  |
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor) |
1.5 03 May 2005 11:28:13
 |
novel  |
Update to 1.5
PR: 80567
Submitted by: Renato Botelho (maintainer) |
1.4 25 Apr 2005 11:04:33
 |
sergei  |
- Update to 1.4
- Unbreak
- Assign maintainership to the submitter
PR: ports/79627
Submitted by: Renato Botelho <freebsd@galle.com.br> |
1.2 12 Feb 2005 04:02:02
 |
kris  |
BROKEN: Incomplete pkg-plist |
1.2 26 Jan 2005 07:16:12
 |
leeym  |
- reset MAINTAINER
- minor cosmetic fixes
PR: 76682
Submitted by: Andrew J. Korty <ajk at iu.edu> |
1.2 18 Mar 2004 02:52:47
 |
trevor  |
Add size data.
Approved by: maintainers |
1.2 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.2 21 Feb 2003 13:26:58
 |
knu  |
De-pkg-comment. |
03 Feb 2001 20:57:50
    |
will  |
Add p5-Authen-Krb5 1.2, a perl extension for Kerberos 5. |