mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
New ports: security/ p5-Crypt-Format p5-Crypt-RSA-Parse p5-Protocol-ACME
Conversion utilities for encryption applications WWW: http://search.cpan.org/dist/Crypt-Format/ Parse RSA keys for useful information WWW: http://search.cpan.org/dist/Crypt-RSA-Parse/ Interface to the Let's Encrypt ACME API WWW: http://search.cpan.org/dist/Protocol-ACME/
This commit is contained in:
parent
eb724048d8
commit
8c945941d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413040
13 changed files with 114 additions and 0 deletions
|
@ -502,6 +502,7 @@
|
|||
SUBDIR += p5-Crypt-ECB
|
||||
SUBDIR += p5-Crypt-Eksblowfish
|
||||
SUBDIR += p5-Crypt-Enigma
|
||||
SUBDIR += p5-Crypt-Format
|
||||
SUBDIR += p5-Crypt-GCrypt
|
||||
SUBDIR += p5-Crypt-GOST
|
||||
SUBDIR += p5-Crypt-GOST_PP
|
||||
|
@ -546,6 +547,7 @@
|
|||
SUBDIR += p5-Crypt-RHash
|
||||
SUBDIR += p5-Crypt-RIPEMD160
|
||||
SUBDIR += p5-Crypt-RSA
|
||||
SUBDIR += p5-Crypt-RSA-Parse
|
||||
SUBDIR += p5-Crypt-RSA-Yandex
|
||||
SUBDIR += p5-Crypt-Rabbit
|
||||
SUBDIR += p5-Crypt-RandPasswd
|
||||
|
@ -668,6 +670,7 @@
|
|||
SUBDIR += p5-POE-Filter-SSL
|
||||
SUBDIR += p5-Parse-Snort
|
||||
SUBDIR += p5-PerlCryptLib
|
||||
SUBDIR += p5-Protocol-ACME
|
||||
SUBDIR += p5-SAVI-Perl
|
||||
SUBDIR += p5-SHA
|
||||
SUBDIR += p5-Safe-Hole
|
||||
|
|
18
security/p5-Crypt-Format/Makefile
Normal file
18
security/p5-Crypt-Format/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-Format
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Conversion utilities for encryption applications
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-Format/distinfo
Normal file
2
security/p5-Crypt-Format/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Crypt-Format-0.06.tar.gz) = 821c7a729706ca5e919770289df57403d14d421ffc47cc9f52137515f6f282c1
|
||||
SIZE (Crypt-Format-0.06.tar.gz) = 13938
|
3
security/p5-Crypt-Format/pkg-descr
Normal file
3
security/p5-Crypt-Format/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Conversion utilities for encryption applications
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Format/
|
2
security/p5-Crypt-Format/pkg-plist
Normal file
2
security/p5-Crypt-Format/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Crypt/Format.pm
|
||||
%%PERL5_MAN3%%/Crypt::Format.3.gz
|
21
security/p5-Crypt-RSA-Parse/Makefile
Normal file
21
security/p5-Crypt-RSA-Parse/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-RSA-Parse
|
||||
PORTVERSION= 0.041
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Parse RSA keys
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-Format>=0.06:security/p5-Crypt-Format
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-RSA-Parse/distinfo
Normal file
2
security/p5-Crypt-RSA-Parse/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Crypt-RSA-Parse-0.041.tar.gz) = fc5dfed374c44b5eb0291042221c00461e253b46642cb75323ddd10b482fc101
|
||||
SIZE (Crypt-RSA-Parse-0.041.tar.gz) = 15525
|
3
security/p5-Crypt-RSA-Parse/pkg-descr
Normal file
3
security/p5-Crypt-RSA-Parse/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Parse RSA keys for useful information
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-RSA-Parse/
|
9
security/p5-Crypt-RSA-Parse/pkg-plist
Normal file
9
security/p5-Crypt-RSA-Parse/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Crypt/RSA/Parse.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/Convert_ASN1.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/KeyBase.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/Parser.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/Parser/MathBigInt.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/Private.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/Public.pm
|
||||
%%SITE_PERL%%/Crypt/RSA/Parse/Template.pm
|
||||
%%PERL5_MAN3%%/Crypt::RSA::Parse.3.gz
|
27
security/p5-Protocol-ACME/Makefile
Normal file
27
security/p5-Protocol-ACME/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Protocol-ACME
|
||||
PORTVERSION= 0.11
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= security perl5
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Interface to the Let's Encrypt ACME API
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
RUN_DEPENDS= p5-Crypt-Format>=0.06:security/p5-Crypt-Format \
|
||||
p5-Crypt-OpenSSL-Bignum>=0.06:security/p5-Crypt-OpenSSL-Bignum \
|
||||
p5-Crypt-OpenSSL-RSA>=0.28:security/p5-Crypt-OpenSSL-RSA \
|
||||
p5-Digest-SHA>=5.95:security/p5-Digest-SHA \
|
||||
p5-Log-Any>=1.032:devel/p5-Log-Any \
|
||||
p5-JSON>=2.90:converters/p5-JSON \
|
||||
p5-libwww>=6.13:www/p5-libwww
|
||||
|
||||
USES= perl5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sludin
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Protocol-ACME/distinfo
Normal file
2
security/p5-Protocol-ACME/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (sludin-Protocol-ACME-v0.11_GH0.tar.gz) = 32c0cd807c6480ff96b926ed07bd755afbfcd5034b78a6ed839aa1e4fb316f5a
|
||||
SIZE (sludin-Protocol-ACME-v0.11_GH0.tar.gz) = 27545
|
3
security/p5-Protocol-ACME/pkg-descr
Normal file
3
security/p5-Protocol-ACME/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Interface to the Let's Encrypt ACME API
|
||||
|
||||
WWW: http://search.cpan.org/dist/Protocol-ACME/
|
19
security/p5-Protocol-ACME/pkg-plist
Normal file
19
security/p5-Protocol-ACME/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
|||
%%SITE_PERL%%/Protocol/ACME.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Challenge.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Challenge/LocalFile.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Challenge/Manual.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Challenge/SimpleSSH.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Exception.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Key.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Logger.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/OpenSSL.pm
|
||||
%%SITE_PERL%%/Protocol/ACME/Utils.pm
|
||||
%%SITE_PERL%%/Protocol/README.pod
|
||||
%%SITE_PERL%%/Protocol/client.pl
|
||||
%%SITE_PERL%%/Protocol/revoke.pl
|
||||
%%PERL5_MAN3%%/Protocol::ACME.3.gz
|
||||
%%PERL5_MAN3%%/Protocol::ACME::Challenge.3.gz
|
||||
%%PERL5_MAN3%%/Protocol::ACME::Challenge::LocalFile.3.gz
|
||||
%%PERL5_MAN3%%/Protocol::ACME::Challenge::Manual.3.gz
|
||||
%%PERL5_MAN3%%/Protocol::ACME::Challenge::SimpleSSH.3.gz
|
||||
%%PERL5_MAN3%%/Protocol::README.3.gz
|
Loading…
Add table
Reference in a new issue