pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws-dillo-viewer Initial import of syl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7437f42e9e93
branches:  trunk
changeset: 465560:7437f42e9e93
user:      cube <cube%pkgsrc.org@localhost>
date:      Thu Jan 01 21:42:34 2004 +0000

description:
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:

 mail/sylpheed-claws-dillo-viewer/DESCR    |   6 ++++++
 mail/sylpheed-claws-dillo-viewer/Makefile |  16 ++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diffs (30 lines):

diff -r 3539db2cbfbb -r 7437f42e9e93 mail/sylpheed-claws-dillo-viewer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws-dillo-viewer/DESCR    Thu Jan 01 21:42:34 2004 +0000
@@ -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 -r 3539db2cbfbb -r 7437f42e9e93 mail/sylpheed-claws-dillo-viewer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws-dillo-viewer/Makefile Thu Jan 01 21:42:34 2004 +0000
@@ -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@localhost
+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"



Home | Main Index | Thread Index | Old Index