svn commit: r317879 - in head/mail: . claws-mail-pgp
Pawel Pekala
pawel at FreeBSD.org
Sat May 11 14:39:49 UTC 2013
Author: pawel
Date: Sat May 11 14:39:48 2013
New Revision: 317879
URL: http://svnweb.freebsd.org/changeset/ports/317879
Log:
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
Added:
head/mail/claws-mail-pgp/
head/mail/claws-mail-pgp/Makefile (contents, props changed)
head/mail/claws-mail-pgp/pkg-descr (contents, props changed)
Modified:
head/mail/Makefile
Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile Sat May 11 14:34:13 2013 (r317878)
+++ head/mail/Makefile Sat May 11 14:39:48 2013 (r317879)
@@ -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
Added: head/mail/claws-mail-pgp/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/claws-mail-pgp/Makefile Sat May 11 14:39:48 2013 (r317879)
@@ -0,0 +1,14 @@
+# Created by: Pawel Pekala <pawel at 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>
Added: head/mail/claws-mail-pgp/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/mail/claws-mail-pgp/pkg-descr Sat May 11 14:39:48 2013 (r317879)
@@ -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
More information about the svn-ports-head
mailing list