pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-LE
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 16 17:59:42 UTC 2025
Added Files:
pkgsrc/security/p5-Crypt-LE: DESCR Makefile distinfo
Log Message:
security/p5-Crypt-LE: import p5-Crypt-LE-0.39
>From Edgar Fuß.
The Crypt::LE module provides the functionality necessary to use the API of
Let's Encrypt API and other ACME-compatible CAs, and to generate free SSL
certificates for your domains. It can also be used to generate private RSA
and ECC keys or Certificate Signing Requests without resorting to openssl
command line.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Crypt-LE/DESCR \
pkgsrc/security/p5-Crypt-LE/Makefile pkgsrc/security/p5-Crypt-LE/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-LE/DESCR
diff -u /dev/null pkgsrc/security/p5-Crypt-LE/DESCR:1.1
--- /dev/null Thu Jan 16 17:59:42 2025
+++ pkgsrc/security/p5-Crypt-LE/DESCR Thu Jan 16 17:59:42 2025
@@ -0,0 +1,5 @@
+The Crypt::LE module provides the functionality necessary to use the API of
+Let's Encrypt API and other ACME-compatible CAs, and to generate free SSL
+certificates for your domains. It can also be used to generate private RSA
+and ECC keys or Certificate Signing Requests without resorting to openssl
+command line.
Index: pkgsrc/security/p5-Crypt-LE/Makefile
diff -u /dev/null pkgsrc/security/p5-Crypt-LE/Makefile:1.1
--- /dev/null Thu Jan 16 17:59:42 2025
+++ pkgsrc/security/p5-Crypt-LE/Makefile Thu Jan 16 17:59:42 2025
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2025/01/16 17:59:42 wiz Exp $
+
+DISTNAME= Crypt-LE-0.39
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security sysutils www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/L/LE/LEADER/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Crypt-LE
+#HOMEPAGE= https://github.com/do-know/Crypt-LE
+COMMENT= Let's Encrypt (and other ACME-based) API interfacing module and client
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Convert-ASN1>=0.2:../../textproc/p5-Convert-ASN1
+DEPENDS+= p5-Crypt-OpenSSL-Bignum>=0.07:../../security/p5-Crypt-OpenSSL-Bignum
+DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.28:../../security/p5-Crypt-OpenSSL-RSA
+DEPENDS+= p5-IO-Socket-SSL>=1.42:../../security/p5-IO-Socket-SSL
+DEPENDS+= p5-JSON-MaybeXS>=1.003005:../../converters/p5-JSON-MaybeXS
+DEPENDS+= p5-Log-Log4perl>=1.27:../../devel/p5-Log-Log4perl
+DEPENDS+= p5-Net-SSLeay>=1.55:../../security/p5-Net-SSLeay
+
+PERL5_PACKLIST= auto/Crypt/LE/.packlist
+PERL5_MODULE_TYPE= MakeMaker
+
+REPLACE_PERL+= script/le.pl
+
+# needed for tests
+#ALLOW_NETWORK_ACCESS= yes
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/p5-Crypt-LE/distinfo
diff -u /dev/null pkgsrc/security/p5-Crypt-LE/distinfo:1.1
--- /dev/null Thu Jan 16 17:59:42 2025
+++ pkgsrc/security/p5-Crypt-LE/distinfo Thu Jan 16 17:59:42 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/16 17:59:42 wiz Exp $
+
+BLAKE2s (Crypt-LE-0.39.tar.gz) = 02ab3d916a988ef5f36aaba1312c1da2a39b7351d094c0915ecf040606639151
+SHA512 (Crypt-LE-0.39.tar.gz) = 9963b637151706d8dd99b7f8ebda4012a9b547b3302e12d022d5368618e2be5ad5aa01fae95d376a31a2e3e26e6d16d6f2f7aab08a873b9ecb2f48a19efce615
+Size (Crypt-LE-0.39.tar.gz) = 71427 bytes
Home |
Main Index |
Thread Index |
Old Index