Initial import of p5-Authen-Krb5-Simple-0.31

The Authen::Krb5::Simple module provides a means to authenticate a
user/password using Kerberose 5.  Simply use this module and call its
authenticate function with a username (or user@KRB_REALM) and a
password.

OK - pval
This commit is contained in:
sk 2004-06-26 05:07:53 +00:00
parent e4b1b66267
commit 03a88d2412
5 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/26 05:07:53 sk Exp $
COMMENT= "Perl module to authenticate against a Kerberos server"
DISTNAME= Authen-Krb5-Simple-0.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Stephen Kirkham <sk@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Authen-Krb5-Simple-0.31.tar.gz) = 16e66a3bde5fb76672f7015fe34d36cc
RMD160 (Authen-Krb5-Simple-0.31.tar.gz) = 63ebb956c7b4db616fca75a248d455b098bc9d6c
SHA1 (Authen-Krb5-Simple-0.31.tar.gz) = 99fe021492ea5dda8fac3f57530b42a1c342ad34

View File

@ -0,0 +1,28 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/06/26 05:07:53 sk Exp $
--- Makefile.PL.orig Sun Jan 19 13:33:34 2003
+++ Makefile.PL Fri Jun 25 21:18:34 2004
@@ -27,7 +27,7 @@ WriteMakefile(
AUTHOR => 'Damien S. Stuart <damien.stuart@usi.net>')
: ()
),
- 'LIBS' => ["-L$krb5_lib -lkrb5 -lk5crypto -lcom_err"],
+ 'LIBS' => ["-L$krb5_lib -lkrb5 -lcrypto -lcom_err"],
'DEFINE' => '',
'INC' => "-I$krb5_inc",
);
@@ -81,11 +81,11 @@ sub get_krb5_info {
# Prompt for the location of key Kerberos files.
#
- print "\nPlease enter information about your Kerberos5 installation.\n";
- print " - (Press <Enter> to keep the default value):\n\n";
+ #print "\nPlease enter information about your Kerberos5 installation.\n";
+ #print " - (Press <Enter> to keep the default value):\n\n";
- my $krb_inc = get_resp('Enter Kerboros5 include directory', $def_kinc);
- my $krb_lib = get_resp('Enter Kerberos5 lib directory', $def_klib);
+ my $krb_inc = '/usr/include/kerberosV'; #get_resp('Enter Kerboros5 include directory', $def_kinc);
+ my $krb_lib = '/usr/lib'; #get_resp('Enter Kerberos5 lib directory', $def_klib);
return($krb_inc, $krb_lib);
}

View File

@ -0,0 +1,4 @@
The Authen::Krb5::Simple module provides a means to authenticate a
user/password using Kerberose 5. Simply use this module and call its
authenticate function with a username (or user@KRB_REALM) and a
password.

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/26 05:07:53 sk Exp $
${P5ARCH}/Authen/Krb5/Simple.pm
${P5ARCH}/auto/Authen/Krb5/Simple/Simple.bs
${P5ARCH}/auto/Authen/Krb5/Simple/Simple.so
man/man3p/Authen::Krb5::Simple.3p
@dirrm man/man3p
@dirrm ${P5ARCH}/auto/Authen/Krb5/Simple
@dirrm ${P5ARCH}/auto/Authen/Krb5
@dirrm ${P5ARCH}/auto/Authen
@dirrm ${P5ARCH}/auto
@dirrm ${P5ARCH}/Authen/Krb5
@dirrm ${P5ARCH}/Authen
@dirrm ${P5ARCH}