diff options
author | markd <markd@pkgsrc.org> | 2006-05-15 11:57:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-05-15 11:57:14 +0000 |
commit | fe5eaf7ff851ed6a11cd943d70823e0be9ce881c (patch) | |
tree | fa84cad497a1136443a9e961bfd2ef8dc39f3db0 /security | |
parent | 82e0ad4ee65484a0763a863c10fca8ea69cad527 (diff) | |
download | pkgsrc-fe5eaf7ff851ed6a11cd943d70823e0be9ce881c.tar.gz |
Initial import of p5-GSSAPI 0.21
Gives access to the routines of the GSSAPI library, as described in
rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution
from MIT.
Since 0.14 it also compiles and works with Heimdal. Lacks of Heimdal
support are gss_release_oid(), gss_str_to_oid() and fail of some tests.
The API presented by this module is a mildly object oriented
reinterpretation of the C API, where opaque C structures are Perl
objects, but the style of function call has been left mostly untouched.
As a result, most routines modify one or more of the parameters passed
to them, reflecting the C call-by-reference (or call-by-value-return)
semantics.
All users of this module are therefore strongly advised to localize all
usage of these routines to minimize pain if and when the API changes.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GSSAPI/DESCR | 13 | ||||
-rw-r--r-- | security/p5-GSSAPI/Makefile | 18 | ||||
-rw-r--r-- | security/p5-GSSAPI/PLIST | 1 | ||||
-rw-r--r-- | security/p5-GSSAPI/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/security/p5-GSSAPI/DESCR b/security/p5-GSSAPI/DESCR new file mode 100644 index 00000000000..1952952bac7 --- /dev/null +++ b/security/p5-GSSAPI/DESCR @@ -0,0 +1,13 @@ +Gives access to the routines of the GSSAPI library, as described in +rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution +from MIT. +Since 0.14 it also compiles and works with Heimdal. Lacks of Heimdal +support are gss_release_oid(), gss_str_to_oid() and fail of some tests. +The API presented by this module is a mildly object oriented +reinterpretation of the C API, where opaque C structures are Perl +objects, but the style of function call has been left mostly untouched. +As a result, most routines modify one or more of the parameters passed +to them, reflecting the C call-by-reference (or call-by-value-return) +semantics. +All users of this module are therefore strongly advised to localize all +usage of these routines to minimize pain if and when the API changes. diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile new file mode 100644 index 00000000000..e40cc83fb6e --- /dev/null +++ b/security/p5-GSSAPI/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 11:57:14 markd Exp $ +# + +DISTNAME= GSSAPI-0.21 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/AGROLMS/} + +MAINTAINER= markd@NetBSD.org +HOMEPAGE= http://perlgssapi.sourceforge.net/ +COMMENT= Perl extension providing access to the GSSAPIv2 library + +PERL5_PACKLIST= auto/GSSAPI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/krb5.buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-GSSAPI/PLIST b/security/p5-GSSAPI/PLIST new file mode 100644 index 00000000000..9e2103afc0f --- /dev/null +++ b/security/p5-GSSAPI/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/15 11:57:14 markd Exp $ diff --git a/security/p5-GSSAPI/distinfo b/security/p5-GSSAPI/distinfo new file mode 100644 index 00000000000..794f39f5f31 --- /dev/null +++ b/security/p5-GSSAPI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/15 11:57:14 markd Exp $ + +SHA1 (GSSAPI-0.21.tar.gz) = 06b6ea72757290125d71576a7636457af35cbd1a +RMD160 (GSSAPI-0.21.tar.gz) = 59b4afa783e4ffdb4ce54deff8d87f9ad50890ba +Size (GSSAPI-0.21.tar.gz) = 26393 bytes |