textproc/p5-XML-Sig: Add p5-XML-Sig 0.58

XML::Sig provides two primary capabilities: given an XML string, create and
insert digital signatures, or if one is already present in the string verify it
-- all in accordance with the W3C standard governing XML signatures.

WWW: https://metacpan.org/dist/XML-Sig
This commit is contained in:
Po-Chuan Hsieh 2022-08-27 18:10:23 +08:00
parent f4a42faf16
commit 2397e69ae6
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 43 additions and 0 deletions

View file

@ -1132,6 +1132,7 @@
SUBDIR += p5-XML-STX
SUBDIR += p5-XML-Schematron
SUBDIR += p5-XML-SemanticDiff
SUBDIR += p5-XML-Sig
SUBDIR += p5-XML-Simple
SUBDIR += p5-XML-SimpleObject
SUBDIR += p5-XML-SimpleObject-LibXML

View file

@ -0,0 +1,32 @@
PORTNAME= XML-Sig
PORTVERSION= 0.58
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit to help sign and verify XML Digital Signatures
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
p5-Crypt-OpenSSL-DSA>=0.20:security/p5-Crypt-OpenSSL-DSA \
p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
p5-Crypt-OpenSSL-X509>=0:security/p5-Crypt-OpenSSL-X509 \
p5-CryptX>=0.036:security/p5-CryptX \
p5-URI>=0:net/p5-URI \
p5-XML-LibXML>=0:textproc/p5-XML-LibXML
TEST_DEPENDS= p5-Crypt-OpenSSL-Guess>=0:security/p5-Crypt-OpenSSL-Guess \
p5-File-Which>=0:sysutils/p5-File-Which \
p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1660576678
SHA256 (XML-Sig-0.58.tar.gz) = fcda81ca8321aaceaa21ff48963619878ac9802bdcd4516d212cb22debe96a37
SIZE (XML-Sig-0.58.tar.gz) = 87751

View file

@ -0,0 +1,5 @@
XML::Sig provides two primary capabilities: given an XML string, create and
insert digital signatures, or if one is already present in the string verify it
-- all in accordance with the W3C standard governing XML signatures.
WWW: https://metacpan.org/dist/XML-Sig

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/XML/Sig.pm
%%PERL5_MAN3%%/XML::Sig.3.gz