pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3539db2cbfbb
branches:  trunk
changeset: 465559:3539db2cbfbb
user:      cube <cube%pkgsrc.org@localhost>
date:      Thu Jan 01 21:41:36 2004 +0000

description:
Initial import of sylpheed-claws-image-viewer, version 0.9.7 into the
NetBSD Package Collection.

Using imlib, image-viewer allows Sylpheed-claws to display attached images in
the visualisation panel.

You must manually load the plugin through Configuration/Plugins.

diffstat:

 mail/sylpheed-claws-image-viewer/DESCR    |   4 ++++
 mail/sylpheed-claws-image-viewer/Makefile |  15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r e3681b4dfa84 -r 3539db2cbfbb mail/sylpheed-claws-image-viewer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws-image-viewer/DESCR    Thu Jan 01 21:41:36 2004 +0000
@@ -0,0 +1,4 @@
+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 e3681b4dfa84 -r 3539db2cbfbb mail/sylpheed-claws-image-viewer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-claws-image-viewer/Makefile Thu Jan 01 21:41:36 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 21:41:36 cube Exp $
+#
+
+PLUGIN_NAME=   image_viewer
+.include "../../mail/sylpheed-claws/plugins.mk"
+
+MAINTAINER=    cube%NetBSD.org@localhost
+COMMENT=       Plugin to allow Sylpheed-claws to display images attached to mails
+
+CONFIGURE_ARGS+=       --enable-image-viewer-plugin
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/imlib/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index