summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcube <cube>2004-04-27 07:19:04 +0000
committercube <cube>2004-04-27 07:19:04 +0000
commit9d6b735ec47c0f3ba914326b6b44b35c5aa1d232 (patch)
tree7fa1475d8c864328b5e68994755b0d2ded92e616 /mail
parentcba71674d95c91a66cbaf6ea7d365e1c7e87ffb5 (diff)
downloadpkgsrc-9d6b735ec47c0f3ba914326b6b44b35c5aa1d232.tar.gz
Move instruction to load the plugins into a MESSAGE file.
Suggested by reed@.
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed-claws-dillo-viewer/DESCR2
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/DESCR2
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/Makefile3
-rw-r--r--mail/sylpheed-claws-image-viewer/DESCR2
-rw-r--r--mail/sylpheed-claws-trayicon/DESCR2
-rw-r--r--mail/sylpheed-claws/plugins.mk4
6 files changed, 5 insertions, 10 deletions
diff --git a/mail/sylpheed-claws-dillo-viewer/DESCR b/mail/sylpheed-claws-dillo-viewer/DESCR
index b1ba4f537b1..289d1095004 100644
--- a/mail/sylpheed-claws-dillo-viewer/DESCR
+++ b/mail/sylpheed-claws-dillo-viewer/DESCR
@@ -2,5 +2,3 @@ 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-ghostscript-viewer/DESCR b/mail/sylpheed-claws-ghostscript-viewer/DESCR
index b49a2bca5e1..7d3b8e67b4d 100644
--- a/mail/sylpheed-claws-ghostscript-viewer/DESCR
+++ b/mail/sylpheed-claws-ghostscript-viewer/DESCR
@@ -1,4 +1,2 @@
The ghostscript-viewer plugin allows Sylpheed-claws to display PostScript and
PDF attachments in the visualisation panel.
-
-You must manually load the plugin through Configuration/Plugins.
diff --git a/mail/sylpheed-claws-ghostscript-viewer/Makefile b/mail/sylpheed-claws-ghostscript-viewer/Makefile
index e9f4c93a65a..8c913c6eab5 100644
--- a/mail/sylpheed-claws-ghostscript-viewer/Makefile
+++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:44 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/27 07:19:05 cube Exp $
#
DISTNAME= ghostscript-viewer-0.6
@@ -18,6 +18,7 @@ USE_LIBTOOL= YES
PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
PLIST_SUBST+= PLUGIN_NAME=ghostscript_viewer
+MESSAGE_SRC+= ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mail/sylpheed-claws/buildlink3.mk"
diff --git a/mail/sylpheed-claws-image-viewer/DESCR b/mail/sylpheed-claws-image-viewer/DESCR
index 392c7028a03..7922a1e0f59 100644
--- a/mail/sylpheed-claws-image-viewer/DESCR
+++ b/mail/sylpheed-claws-image-viewer/DESCR
@@ -1,4 +1,2 @@
Using imlib, image-viewer allows Sylpheed-claws to display attached images in
the visualisation panel.
-
-You must manually load the plugin through Configuration/Plugins.
diff --git a/mail/sylpheed-claws-trayicon/DESCR b/mail/sylpheed-claws-trayicon/DESCR
index 4be60abca44..0fe1c68b0ed 100644
--- a/mail/sylpheed-claws-trayicon/DESCR
+++ b/mail/sylpheed-claws-trayicon/DESCR
@@ -2,5 +2,3 @@ With the trayicon plugin, Sylpheed-claws will display an icon in the system
tray. The desktop environment must be compatible with the system tray
protocol specification from http://www.freedesktop.org/standards/. GNOME 2
and KDE 3.1.1 are known to follow it.
-
-You must manually load the plugin through Configuration/Plugins.
diff --git a/mail/sylpheed-claws/plugins.mk b/mail/sylpheed-claws/plugins.mk
index 4c1376fd01f..7e910a13357 100644
--- a/mail/sylpheed-claws/plugins.mk
+++ b/mail/sylpheed-claws/plugins.mk
@@ -1,4 +1,4 @@
-# $NetBSD: plugins.mk,v 1.2 2004/02/14 17:21:44 jlam Exp $
+# $NetBSD: plugins.mk,v 1.3 2004/04/27 07:19:04 cube Exp $
#
.include "../../mail/sylpheed-claws/Makefile.common"
@@ -27,3 +27,5 @@ CONFIGURE_ARGS+= --disable-mathml-viewer-plugin
PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
PLIST_SUBST+= PLUGIN_NAME=${PLUGIN_NAME}
+
+MESSAGE_SRC+= ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins