pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: maya
Date: Sun Mar 11 11:09:16 UTC 2018
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/p5-Crypt-SMIME: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.672 -r1.673 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Crypt-SMIME/DESCR \
pkgsrc/security/p5-Crypt-SMIME/Makefile \
pkgsrc/security/p5-Crypt-SMIME/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.672 pkgsrc/security/Makefile:1.673
--- pkgsrc/security/Makefile:1.672 Thu Mar 8 08:13:03 2018
+++ pkgsrc/security/Makefile Sun Mar 11 11:09:16 2018
@@ -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-Seed
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
Added files:
Index: pkgsrc/security/p5-Crypt-SMIME/DESCR
diff -u /dev/null pkgsrc/security/p5-Crypt-SMIME/DESCR:1.1
--- /dev/null Sun Mar 11 11:09:16 2018
+++ pkgsrc/security/p5-Crypt-SMIME/DESCR Sun Mar 11 11:09:16 2018
@@ -0,0 +1,2 @@
+Perl5 module that provides a class for handling S/MIME messages.
+It can sign, verify, encrypt and decrypt messages.
Index: pkgsrc/security/p5-Crypt-SMIME/Makefile
diff -u /dev/null pkgsrc/security/p5-Crypt-SMIME/Makefile:1.1
--- /dev/null Sun Mar 11 11:09:16 2018
+++ pkgsrc/security/p5-Crypt-SMIME/Makefile Sun Mar 11 11:09:16 2018
@@ -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"
Index: pkgsrc/security/p5-Crypt-SMIME/distinfo
diff -u /dev/null pkgsrc/security/p5-Crypt-SMIME/distinfo:1.1
--- /dev/null Sun Mar 11 11:09:16 2018
+++ pkgsrc/security/p5-Crypt-SMIME/distinfo Sun Mar 11 11:09:16 2018
@@ -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