diff options
author | jun <jun@pkgsrc.org> | 2001-03-14 03:05:08 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2001-03-14 03:05:08 +0000 |
commit | a5ee669ed06023a27ced4a8cd12e00176d7a71dc (patch) | |
tree | 1fe3c1b71e75d21609c3796f8b013fc3eb9cce4d /security/smimemsg | |
parent | 6e7edc77fab7e8620563577464e5d591ac388308 (diff) | |
download | pkgsrc-a5ee669ed06023a27ced4a8cd12e00176d7a71dc.tar.gz |
Initial import of "smimemsg":
generate and read S/MIME messages
This SMIME Messenger can generate and read S/MIME messages.
There are some limitation for use because of this implementation,
but it can operate "Signing", "Encryption", and "Signing + Encryption"
with email messages, and "Decryption" and "Signing verification"
is available for S/MIME messages.
Diffstat (limited to 'security/smimemsg')
-rw-r--r-- | security/smimemsg/Makefile | 25 | ||||
-rw-r--r-- | security/smimemsg/files/md5 | 3 | ||||
-rw-r--r-- | security/smimemsg/pkg/DESCR | 14 | ||||
-rw-r--r-- | security/smimemsg/pkg/PLIST | 6 |
4 files changed, 48 insertions, 0 deletions
diff --git a/security/smimemsg/Makefile b/security/smimemsg/Makefile new file mode 100644 index 00000000000..9aeea734aa0 --- /dev/null +++ b/security/smimemsg/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 03:05:08 jun Exp $ +# + +DISTNAME= smimemsg131 +PKGNAME= smimemsg-1.3.1 +CATEGORIES= security +MASTER_SITES= http://mars.elcom.nitech.ac.jp/security/ + +MAINTAINER= tech-pkg@jp.netbsd.org +HOMEPAGE= http://mars.elcom.nitech.ac.jp/security/ +COMMENT= generate and read S/MIME messages + +WRKSRC= ${WRKDIR}/smimemsg +GNU_CONFIGURE= YES + +RESTRICTED= "Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} + +pre-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smimemsg + ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \ + ${WRKSRC}/README-j ${PREFIX}/share/doc/smimemsg + +.include "../../mk/bsd.pkg.mk" diff --git a/security/smimemsg/files/md5 b/security/smimemsg/files/md5 new file mode 100644 index 00000000000..1af12387e5e --- /dev/null +++ b/security/smimemsg/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/14 03:05:08 jun Exp $ + +MD5 (smimemsg131.tar.gz) = 0539fcb7dff2d448590d851d91050a93 diff --git a/security/smimemsg/pkg/DESCR b/security/smimemsg/pkg/DESCR new file mode 100644 index 00000000000..c999a98c28b --- /dev/null +++ b/security/smimemsg/pkg/DESCR @@ -0,0 +1,14 @@ +This SMIME Messenger can generate and read S/MIME messages. +There are some limitation for use because of this implementation, +but it can operate "Signing", "Encryption", and "Signing + Encryption" +with email messages, and "Decryption" and "Signing verification" +is available for S/MIME messages. + +Limitation is following : + * only "RC2 40bit" symmentric cipher is used for encryption and + decryption. + * AiCrypto S/MIME can not operate any MultiPart analysis. Therefore, + the Clear Signature message type is not available to use. + * Signature and message will be embeded in smime.p7s file. + * Verification process requires the certificates, which shuold be + embeded in the S/MIME message. diff --git a/security/smimemsg/pkg/PLIST b/security/smimemsg/pkg/PLIST new file mode 100644 index 00000000000..8c5f7414b97 --- /dev/null +++ b/security/smimemsg/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/14 03:05:08 jun Exp $ +bin/smimemsg +share/doc/smimemsg/COPYRIGHT +share/doc/smimemsg/README +share/doc/smimemsg/README-j +@dirrm share/doc/smimemsg |