diff options
author | cube <cube@pkgsrc.org> | 2004-01-01 21:42:34 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-01-01 21:42:34 +0000 |
commit | cc8fde3649f2cdabcdca3f149141e8dc73d9cd61 (patch) | |
tree | 197a300e00116099bc787764ac5de776a93a3b8c /mail | |
parent | ced80654117f8702a206476d2234aaa685faa635 (diff) | |
download | pkgsrc-cc8fde3649f2cdabcdca3f149141e8dc73d9cd61.tar.gz |
Initial import of sylpheed-claws-dillo-viewer, version 0.9.7, into the
NetBSD Package Collection.
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.
You must manually load the plugin through Configuration/Plugins.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/DESCR | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/Makefile | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-dillo-viewer/DESCR b/mail/sylpheed-claws-dillo-viewer/DESCR new file mode 100644 index 00000000000..b1ba4f537b1 --- /dev/null +++ b/mail/sylpheed-claws-dillo-viewer/DESCR @@ -0,0 +1,6 @@ +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. + +You must manually load the plugin through Configuration/Plugins. diff --git a/mail/sylpheed-claws-dillo-viewer/Makefile b/mail/sylpheed-claws-dillo-viewer/Makefile new file mode 100644 index 00000000000..7d1491266ed --- /dev/null +++ b/mail/sylpheed-claws-dillo-viewer/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 21:42:34 cube Exp $ +# + +PLUGIN_NAME= dillo_viewer +.include "../../mail/sylpheed-claws/plugins.mk" + +MAINTAINER= cube@NetBSD.org +COMMENT= Plugin to allow Sylpheed-claws to render HTML attachments + +DEPENDS+= dillo>=0.7.2:../../www/dillo + +CONFIGURE_ARGS+= --enable-dillo-viewer-plugin + +.include "../../x11/gtk/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" |