pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security p5-Crypt-SMIME: new package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fd72f6e7c4c
branches:  trunk
changeset: 376939:4fd72f6e7c4c
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Mar 11 11:09:16 2018 +0000

description:
p5-Crypt-SMIME: new package

p5-Crypt-SMIME is a perl5 module that provides a class for handling S/MIME
messages.  It can sign, verify, encrypt and decrypt messages.

diffstat:

 security/Makefile                |   3 ++-
 security/p5-Crypt-SMIME/DESCR    |   2 ++
 security/p5-Crypt-SMIME/Makefile |  22 ++++++++++++++++++++++
 security/p5-Crypt-SMIME/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r ba8558ee0b57 -r 4fd72f6e7c4c security/Makefile
--- a/security/Makefile Sun Mar 11 10:21:32 2018 +0000
+++ b/security/Makefile Sun Mar 11 11:09:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.672 2018/03/08 08:13:03 adam Exp $
+# $NetBSD: Makefile,v 1.673 2018/03/11 11:09:16 maya Exp $
 #
 
 COMMENT=       Security tools
@@ -281,6 +281,7 @@
 SUBDIR+=       p5-Crypt-Random-TESHA2
 SUBDIR+=       p5-Crypt-Rijndael
 SUBDIR+=       p5-Crypt-SSLeay
+SUBDIR+=       p5-Crypt-SMIME
 SUBDIR+=       p5-Crypt-SmbHash
 SUBDIR+=       p5-Crypt-Twofish
 SUBDIR+=       p5-Crypt-URandom
diff -r ba8558ee0b57 -r 4fd72f6e7c4c security/p5-Crypt-SMIME/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-SMIME/DESCR     Sun Mar 11 11:09:16 2018 +0000
@@ -0,0 +1,2 @@
+Perl5 module that provides a class for handling S/MIME messages.
+It can sign, verify, encrypt and decrypt messages.
diff -r ba8558ee0b57 -r 4fd72f6e7c4c security/p5-Crypt-SMIME/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-SMIME/Makefile  Sun Mar 11 11:09:16 2018 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 11:09:16 maya Exp $
+
+DISTNAME=      Crypt-SMIME-0.25
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    security
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/M/MI/MIKAGE/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/M/MI/MIKAGE/
+COMMENT=       Perl5 S/MIME message signing, verification, encryption and decryption
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-XSLoader>=0:../../devel/p5-XSLoader
+
+PERL5_PACKLIST=        auto/Crypt/SMIME/.packlist
+
+BUILD_DEPENDS+=        p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
+BUILD_DEPENDS+=        p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ba8558ee0b57 -r 4fd72f6e7c4c security/p5-Crypt-SMIME/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-SMIME/distinfo  Sun Mar 11 11:09:16 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/11 11:09:16 maya Exp $
+
+SHA1 (Crypt-SMIME-0.25.tar.gz) = 58a0e699c5687d4481e7a4c13341baf355c508c6
+RMD160 (Crypt-SMIME-0.25.tar.gz) = 26981e27b1ba4f979b0b3c05d7835613bbb34e38
+SHA512 (Crypt-SMIME-0.25.tar.gz) = 84f61c247d095ad345a6c736120d11c516e776c5f4a599a4c275481c4bd4597fcb2e0a17da5dc3e111310d3f99f9f39fb0876477098d9e6d9eabd777d145176f
+Size (Crypt-SMIME-0.25.tar.gz) = 28029 bytes



Home | Main Index | Thread Index | Old Index