mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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
This commit is contained in:
parent
fceb91dbf2
commit
ca86b74231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317879
3 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
14
mail/claws-mail-pgp/Makefile
Normal file
14
mail/claws-mail-pgp/Makefile
Normal file
|
@ -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>
|
12
mail/claws-mail-pgp/pkg-descr
Normal file
12
mail/claws-mail-pgp/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue