diff options
author | smb <smb> | 2007-08-03 02:34:35 +0000 |
---|---|---|
committer | smb <smb> | 2007-08-03 02:34:35 +0000 |
commit | 2f8c64434568ad1a1626a558927b209fed898ce5 (patch) | |
tree | b28e767b43e92c44b5968f9d0ba0efa084ccb963 /mail/claws-mail-pgpcore | |
parent | d7b2fbb61b49c58422e692f9384c5b8d1e79d464 (diff) | |
download | pkgsrc-2f8c64434568ad1a1626a558927b209fed898ce5.tar.gz |
Add claws-mail 2.10.0 and many of the plug-ins
Diffstat (limited to 'mail/claws-mail-pgpcore')
-rw-r--r-- | mail/claws-mail-pgpcore/DESCR | 4 | ||||
-rw-r--r-- | mail/claws-mail-pgpcore/Makefile | 22 | ||||
-rw-r--r-- | mail/claws-mail-pgpcore/PLIST | 11 |
3 files changed, 37 insertions, 0 deletions
diff --git a/mail/claws-mail-pgpcore/DESCR b/mail/claws-mail-pgpcore/DESCR new file mode 100644 index 00000000000..289d1095004 --- /dev/null +++ b/mail/claws-mail-pgpcore/DESCR @@ -0,0 +1,4 @@ +Using Dillo, a very light web browser, the dillo-viewer plugin allows +Sylpheed-claws to render HTML attachments. Note that it is done in a somewhat +secure way, by passing the -s argument to Dillo, which prevents it from making +any Internet connection. diff --git a/mail/claws-mail-pgpcore/Makefile b/mail/claws-mail-pgpcore/Makefile new file mode 100644 index 00000000000..39072b3044a --- /dev/null +++ b/mail/claws-mail-pgpcore/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:54 smb Exp $ +# + +PLUGIN_NAME= pgpcore +.include "../../mail/claws-mail/plugins.mk" + +MAINTAINER= smb@NetBSD.org +COMMENT= Handles core PGP functions + +CONFIGURE_ARGS+= --enable-gpgme +CONFIGURE_ARGS+= --enable-pgpcore-plugin +CONFIGURE_ARGS+= --enable-pgpmime-plugin +CONFIGURE_ARGS+= --enable-pgpinline-plugin + +DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail +DEPENDS+= gnupg>=1.4.7:../../security/gnupg +DEPENDS+= gpgme>=1.1.4:../../security/gpgme + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../security/gpgme/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/claws-mail-pgpcore/PLIST b/mail/claws-mail-pgpcore/PLIST new file mode 100644 index 00000000000..67f05655e29 --- /dev/null +++ b/mail/claws-mail-pgpcore/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2007/08/03 02:34:55 smb Exp $ +include/claws-mail/plugins/pgpcore/passphrase.h +include/claws-mail/plugins/pgpcore/pgp_viewer.h +include/claws-mail/plugins/pgpcore/prefs_gpg.h +include/claws-mail/plugins/pgpcore/select-keys.h +include/claws-mail/plugins/pgpcore/sgpgme.h +lib/claws-mail/plugins/pgpcore.la +@dirrm lib/claws-mail/plugins +@dirrm include/claws-mail/plugins/pgpcore +@dirrm include/claws-mail/plugins +@dirrm include/claws-mail |