Skip to content

Commit

Permalink
security/p5-Crypt-PKCS10: import p5-Crypt-PKCS10-2.005
Browse files Browse the repository at this point in the history
From Edgar Fuß.

Crypt::PKCS10 parses PKCS #10 certificate requests (CSRs) and provides
ccessor methods to extract the data in usable form.

Common object identifiers will be translated to their corresponding names.
Additionally, accessor methods allow extraction of single data fields.
The format of returned data varies by accessor.

The access methods return the value corresponding to their name. If called
in scalar context, they return the first value (or an empty string). If called
in array context, they return all values.
  • Loading branch information
0-wiz-0 committed Jan 14, 2025
1 parent 17c8683 commit 9a007c1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
10 changes: 10 additions & 0 deletions security/p5-Crypt-PKCS10/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Crypt::PKCS10 parses PKCS #10 certificate requests (CSRs) and provides
ccessor methods to extract the data in usable form.

Common object identifiers will be translated to their corresponding names.
Additionally, accessor methods allow extraction of single data fields.
The format of returned data varies by accessor.

The access methods return the value corresponding to their name. If called
in scalar context, they return the first value (or an empty string). If called
in array context, they return all values.
20 changes: 20 additions & 0 deletions security/p5-Crypt-PKCS10/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2025/01/14 09:49:01 wiz Exp $

DISTNAME= Crypt-PKCS10-2.005
PKGNAME= p5-${DISTNAME}
CATEGORIES= security sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MR/MRSCOTTY/}

MAINTAINER= [email protected]
HOMEPAGE= https://metacpan.org/release/Crypt-PKCS10
COMMENT= Parse PKCS #10 certificate requests
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-Convert-ASN1>=0:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-CryptX>=0:../../security/p5-CryptX

PERL5_PACKLIST= auto/Crypt/PKCS10/.packlist
PERL5_MODULE_TYPE= Module::Build::Tiny

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 5 additions & 0 deletions security/p5-Crypt-PKCS10/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2025/01/14 09:49:01 wiz Exp $

BLAKE2s (Crypt-PKCS10-2.005.tar.gz) = c39038215bfa9837ea21510c1342af3739b07fbbea3670a5f3039925a39309d7
SHA512 (Crypt-PKCS10-2.005.tar.gz) = 8addc189b96339eef14a353cb04b7dd02c46de4c0070b77b87eade7fec223db64ef4a7e5387dddd5452df9a906bd21de67f92600c7b5acc0be965667d9700e64
Size (Crypt-PKCS10-2.005.tar.gz) = 75975 bytes

0 comments on commit 9a007c1

Please sign in to comment.