pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-PKCS10
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 14 09:49:01 UTC 2025
Added Files:
pkgsrc/security/p5-Crypt-PKCS10: DESCR Makefile distinfo
Log Message:
security/p5-Crypt-PKCS10: import p5-Crypt-PKCS10-2.005
>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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Crypt-PKCS10/DESCR \
pkgsrc/security/p5-Crypt-PKCS10/Makefile \
pkgsrc/security/p5-Crypt-PKCS10/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/p5-Crypt-PKCS10/DESCR
diff -u /dev/null pkgsrc/security/p5-Crypt-PKCS10/DESCR:1.1
--- /dev/null Tue Jan 14 09:49:01 2025
+++ pkgsrc/security/p5-Crypt-PKCS10/DESCR Tue Jan 14 09:49:01 2025
@@ -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.
Index: pkgsrc/security/p5-Crypt-PKCS10/Makefile
diff -u /dev/null pkgsrc/security/p5-Crypt-PKCS10/Makefile:1.1
--- /dev/null Tue Jan 14 09:49:01 2025
+++ pkgsrc/security/p5-Crypt-PKCS10/Makefile Tue Jan 14 09:49:01 2025
@@ -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= pkgsrc-users%NetBSD.org@localhost
+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"
Index: pkgsrc/security/p5-Crypt-PKCS10/distinfo
diff -u /dev/null pkgsrc/security/p5-Crypt-PKCS10/distinfo:1.1
--- /dev/null Tue Jan 14 09:49:01 2025
+++ pkgsrc/security/p5-Crypt-PKCS10/distinfo Tue Jan 14 09:49:01 2025
@@ -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
Home |
Main Index |
Thread Index |
Old Index