From ca86b74231452a89c094d9c30cecd140df16d76c Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 11 May 2013 14:39:48 +0000 Subject: [PATCH] The GPG plugins (PGP/Core, PGP/Mime and PGP/Inline) provide digital signature and encryption features: - Checking signatures of received emails - Decrypting received emails - Sending signed and/or encrypted emails - Creating new key pairs easily - Optionally, caching your passphrase or using gpg-agent. S/MIME plugin handles S/MIME signed and/or encrypted mails. WWW: http://claws-mail.org/plugin.php?plugin=gpg --- mail/Makefile | 1 + mail/claws-mail-pgp/Makefile | 14 ++++++++++++++ mail/claws-mail-pgp/pkg-descr | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 mail/claws-mail-pgp/Makefile create mode 100644 mail/claws-mail-pgp/pkg-descr diff --git a/mail/Makefile b/mail/Makefile index 9f263809fab4..68b8ed8b3420 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -63,6 +63,7 @@ SUBDIR += claws-mail-notification SUBDIR += claws-mail-pdf_viewer SUBDIR += claws-mail-perl + SUBDIR += claws-mail-pgp SUBDIR += claws-mail-python SUBDIR += claws-mail-rssyl SUBDIR += claws-mail-spamreport diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile new file mode 100644 index 000000000000..89b495d092c4 --- /dev/null +++ b/mail/claws-mail-pgp/Makefile @@ -0,0 +1,14 @@ +# Created by: Pawel Pekala +# $FreeBSD$ + +PORTNAME= pgp +PORTREVISION= 0 + +COMMENT= PGP plugins for Claws Mail + +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme + +CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime + +.include "../claws-mail/Makefile.claws" +.include diff --git a/mail/claws-mail-pgp/pkg-descr b/mail/claws-mail-pgp/pkg-descr new file mode 100644 index 000000000000..69d9efe0f342 --- /dev/null +++ b/mail/claws-mail-pgp/pkg-descr @@ -0,0 +1,12 @@ +The GPG plugins (PGP/Core, PGP/Mime and PGP/Inline) provide digital +signature and encryption features: + +- Checking signatures of received emails +- Decrypting received emails +- Sending signed and/or encrypted emails +- Creating new key pairs easily +- Optionally, caching your passphrase or using gpg-agent. + +S/MIME plugin handles S/MIME signed and/or encrypted mails. + +WWW: http://claws-mail.org/plugin.php?plugin=gpg