diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-30 21:24:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-30 21:24:04 +0000 |
commit | 7abcbc5a7ddf941f56f94ced1c5d90bff025265c (patch) | |
tree | 135a50ff2a4b6f7672efb54c942ca7f219f9854d /mail/sylpheed-claws-dillo-viewer | |
parent | dec58f8e30e800f441dc79d2342a3dd3a34a24f9 (diff) | |
download | pkgsrc-7abcbc5a7ddf941f56f94ced1c5d90bff025265c.tar.gz |
Remove sylpheed-claws plugins that were for old versions and don't
even compile against the current sylpheed-claws package.
(XXX: which should be replaced with a claws-mail package anyway...)
Diffstat (limited to 'mail/sylpheed-claws-dillo-viewer')
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/DESCR | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-dillo-viewer/Makefile | 17 |
2 files changed, 0 insertions, 21 deletions
diff --git a/mail/sylpheed-claws-dillo-viewer/DESCR b/mail/sylpheed-claws-dillo-viewer/DESCR deleted file mode 100644 index 289d1095004..00000000000 --- a/mail/sylpheed-claws-dillo-viewer/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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/sylpheed-claws-dillo-viewer/Makefile b/mail/sylpheed-claws-dillo-viewer/Makefile deleted file mode 100644 index 3195e63b841..00000000000 --- a/mail/sylpheed-claws-dillo-viewer/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:58 joerg Exp $ -# - -PLUGIN_NAME= dillo_viewer -.include "../../mail/sylpheed-claws/plugins.mk" - -PKGREVISION= 1 -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/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |