diff options
author | pawel <pawel@FreeBSD.org> | 2013-05-11 22:39:48 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-05-11 22:39:48 +0800 |
commit | 5e6606c43982271621d54ef728b3b75764150dea (patch) | |
tree | 8d8280127f96a958d5a2a0662a30a38647700865 /mail/claws-mail-pgp | |
parent | 2f039558526618961ab22ae54de13407d6d0e0bf (diff) | |
download | freebsd-ports-gnome-5e6606c43982271621d54ef728b3b75764150dea.tar.gz freebsd-ports-gnome-5e6606c43982271621d54ef728b3b75764150dea.tar.zst freebsd-ports-gnome-5e6606c43982271621d54ef728b3b75764150dea.zip |
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
Diffstat (limited to 'mail/claws-mail-pgp')
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 14 | ||||
-rw-r--r-- | mail/claws-mail-pgp/pkg-descr | 12 |
2 files changed, 26 insertions, 0 deletions
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 <pawel@FreeBSD.org> +# $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 <bsd.port.mk> 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 |