pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Move instruction to load the plugins into a MESSA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4ab54ec6388
branches:  trunk
changeset: 474277:b4ab54ec6388
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Apr 27 07:19:04 2004 +0000

description:
Move instruction to load the plugins into a MESSAGE file.

Suggested by reed@.

diffstat:

 mail/sylpheed-claws-dillo-viewer/DESCR          |  2 --
 mail/sylpheed-claws-ghostscript-viewer/DESCR    |  2 --
 mail/sylpheed-claws-ghostscript-viewer/Makefile |  3 ++-
 mail/sylpheed-claws-image-viewer/DESCR          |  2 --
 mail/sylpheed-claws-trayicon/DESCR              |  2 --
 mail/sylpheed-claws/plugins.mk                  |  4 +++-
 6 files changed, 5 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r 834801f9897f -r b4ab54ec6388 mail/sylpheed-claws-dillo-viewer/DESCR
--- a/mail/sylpheed-claws-dillo-viewer/DESCR    Tue Apr 27 06:05:57 2004 +0000
+++ b/mail/sylpheed-claws-dillo-viewer/DESCR    Tue Apr 27 07:19:04 2004 +0000
@@ -2,5 +2,3 @@
 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 834801f9897f -r b4ab54ec6388 mail/sylpheed-claws-ghostscript-viewer/DESCR
--- a/mail/sylpheed-claws-ghostscript-viewer/DESCR      Tue Apr 27 06:05:57 2004 +0000
+++ b/mail/sylpheed-claws-ghostscript-viewer/DESCR      Tue Apr 27 07:19:04 2004 +0000
@@ -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 -r 834801f9897f -r b4ab54ec6388 mail/sylpheed-claws-ghostscript-viewer/Makefile
--- a/mail/sylpheed-claws-ghostscript-viewer/Makefile   Tue Apr 27 06:05:57 2004 +0000
+++ b/mail/sylpheed-claws-ghostscript-viewer/Makefile   Tue Apr 27 07:19:04 2004 +0000
@@ -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 @@
 
 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 -r 834801f9897f -r b4ab54ec6388 mail/sylpheed-claws-image-viewer/DESCR
--- a/mail/sylpheed-claws-image-viewer/DESCR    Tue Apr 27 06:05:57 2004 +0000
+++ b/mail/sylpheed-claws-image-viewer/DESCR    Tue Apr 27 07:19:04 2004 +0000
@@ -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 -r 834801f9897f -r b4ab54ec6388 mail/sylpheed-claws-trayicon/DESCR
--- a/mail/sylpheed-claws-trayicon/DESCR        Tue Apr 27 06:05:57 2004 +0000
+++ b/mail/sylpheed-claws-trayicon/DESCR        Tue Apr 27 07:19:04 2004 +0000
@@ -2,5 +2,3 @@
 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 -r 834801f9897f -r b4ab54ec6388 mail/sylpheed-claws/plugins.mk
--- a/mail/sylpheed-claws/plugins.mk    Tue Apr 27 06:05:57 2004 +0000
+++ b/mail/sylpheed-claws/plugins.mk    Tue Apr 27 07:19:04 2004 +0000
@@ -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 @@
 
 PLIST_SRC=     ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins
 PLIST_SUBST+=  PLUGIN_NAME=${PLUGIN_NAME}
+
+MESSAGE_SRC+=  ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins



Home | Main Index | Thread Index | Old Index