Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

13
security/p5-GSSAPI/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:56 wiz Exp $
#
DISTNAME= GSSAPI-0.28
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
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
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/GSSAPI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2010/07/31 11:52:29 sno Exp $
SHA1 (GSSAPI-0.28.tar.gz) = c857485532e92e266a75b56ed247284f94b2d3d4
RMD160 (GSSAPI-0.28.tar.gz) = 849d01d39851ec2726559d4f2b92832758a333ad
Size (GSSAPI-0.28.tar.gz) = 67915 bytes