Date: Sat, 11 May 2013 14:39:48 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317879 - in head/mail: . claws-mail-pgp Message-ID: <201305111439.r4BEdmcQ024310@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305111439.r4BEdmcQ024310>