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:
parent
f4a42faf16
commit
2397e69ae6
5 changed files with 43 additions and 0 deletions
|
@ -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
|
||||
|
|
32
textproc/p5-XML-Sig/Makefile
Normal file
32
textproc/p5-XML-Sig/Makefile
Normal 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>
|
3
textproc/p5-XML-Sig/distinfo
Normal file
3
textproc/p5-XML-Sig/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1660576678
|
||||
SHA256 (XML-Sig-0.58.tar.gz) = fcda81ca8321aaceaa21ff48963619878ac9802bdcd4516d212cb22debe96a37
|
||||
SIZE (XML-Sig-0.58.tar.gz) = 87751
|
5
textproc/p5-XML-Sig/pkg-descr
Normal file
5
textproc/p5-XML-Sig/pkg-descr
Normal 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
|
2
textproc/p5-XML-Sig/pkg-plist
Normal file
2
textproc/p5-XML-Sig/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/XML/Sig.pm
|
||||
%%PERL5_MAN3%%/XML::Sig.3.gz
|
Loading…
Reference in a new issue