diff options
author | smb <smb@pkgsrc.org> | 2007-08-03 02:34:35 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-03 02:34:35 +0000 |
commit | 6e38e389380e666f1eb7f59d0675065ffcf80da8 (patch) | |
tree | b28e767b43e92c44b5968f9d0ba0efa084ccb963 /mail/claws-mail-pgpmime | |
parent | c5c7f318188b55036a70c094fd7442c82cbb7053 (diff) | |
download | pkgsrc-6e38e389380e666f1eb7f59d0675065ffcf80da8.tar.gz |
Add claws-mail 2.10.0 and many of the plug-ins
Diffstat (limited to 'mail/claws-mail-pgpmime')
-rw-r--r-- | mail/claws-mail-pgpmime/DESCR | 4 | ||||
-rw-r--r-- | mail/claws-mail-pgpmime/Makefile | 21 | ||||
-rw-r--r-- | mail/claws-mail-pgpmime/PLIST | 7 |
3 files changed, 32 insertions, 0 deletions
diff --git a/mail/claws-mail-pgpmime/DESCR b/mail/claws-mail-pgpmime/DESCR new file mode 100644 index 00000000000..289d1095004 --- /dev/null +++ b/mail/claws-mail-pgpmime/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-pgpmime/Makefile b/mail/claws-mail-pgpmime/Makefile new file mode 100644 index 00000000000..e372608f46e --- /dev/null +++ b/mail/claws-mail-pgpmime/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:56 smb Exp $ +# + +PLUGIN_NAME= pgpmime +.include "../../mail/claws-mail/plugins.mk" + +MAINTAINER= smb@NetBSD.org +COMMENT= Handles PGP/MIME signed and/or encrypted mails + +CONFIGURE_ARGS+= --enable-gpgme +CONFIGURE_ARGS+= --enable-pgpcore-plugin +CONFIGURE_ARGS+= --enable-pgpmime-plugin + +DEPENDS+= claws-mail-pgpcore>=${CLAWS_VERSION}:../../mail/claws-mail-pgpcore + +PLIST_SRC+= PLIST + +.include "../../security/gpgme/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/claws-mail-pgpmime/PLIST b/mail/claws-mail-pgpmime/PLIST new file mode 100644 index 00000000000..83ae7c5b60a --- /dev/null +++ b/mail/claws-mail-pgpmime/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2007/08/03 02:34:57 smb Exp $ +include/claws-mail/plugins/pgpmime/pgpmime.h +lib/claws-mail/plugins/pgpmime.deps +lib/claws-mail/plugins/pgpmime.la +@dirrm lib/claws-mail/plugins +@dirrm include/claws-mail/plugins/pgpmime +@dirrm include/claws-mail/plugins |