diff options
author | smb <smb> | 2007-08-03 02:34:35 +0000 |
---|---|---|
committer | smb <smb> | 2007-08-03 02:34:35 +0000 |
commit | 2f8c64434568ad1a1626a558927b209fed898ce5 (patch) | |
tree | b28e767b43e92c44b5968f9d0ba0efa084ccb963 /mail/claws-mail-gtkhtml | |
parent | d7b2fbb61b49c58422e692f9384c5b8d1e79d464 (diff) | |
download | pkgsrc-2f8c64434568ad1a1626a558927b209fed898ce5.tar.gz |
Add claws-mail 2.10.0 and many of the plug-ins
Diffstat (limited to 'mail/claws-mail-gtkhtml')
-rw-r--r-- | mail/claws-mail-gtkhtml/DESCR | 8 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml/Makefile | 26 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml/PLIST | 15 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/mail/claws-mail-gtkhtml/DESCR b/mail/claws-mail-gtkhtml/DESCR new file mode 100644 index 00000000000..054f702d9f1 --- /dev/null +++ b/mail/claws-mail-gtkhtml/DESCR @@ -0,0 +1,8 @@ +The Gtkhtml2Viewer plugin is an HTML renderer plugin for Claws Mail. It +features: + + * Basic rendering of HTML message parts + * Displaying of attached images + * Optional fetching and displaying of remote images + * Remote image caching + * The ability to Reply to the message, quoting the selected text diff --git a/mail/claws-mail-gtkhtml/Makefile b/mail/claws-mail-gtkhtml/Makefile new file mode 100644 index 00000000000..edb6a56479c --- /dev/null +++ b/mail/claws-mail-gtkhtml/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:46 smb Exp $ +# + +DISTNAME=gtkhtml2_viewer-0.15.1 +PKGNAME=claws-mail-gtkhtml2_viewer-0.15.1 +CATEGORIES=mail +MASTER_SITES= http://claws-mail.org/downloads/plugins/ + +MAINTAINER= smb@NetBSD.org +COMMENT= Renders HTML mail using the gtkhtml2 rendering widget + +DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail + +.include "../../mk/bsd.prefs.mk" + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES+= c + +.include "../../mail/claws-mail/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../www/libgtkhtml/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/claws-mail-gtkhtml/PLIST b/mail/claws-mail-gtkhtml/PLIST new file mode 100644 index 00000000000..e842c3ef1ae --- /dev/null +++ b/mail/claws-mail-gtkhtml/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2007/08/03 02:34:47 smb Exp $ +lib/claws-mail/plugins/gtkhtml2_viewer.la +share/locale/ca/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/hu/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo +share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo +@dirrm lib/claws-mail/plugins diff --git a/mail/claws-mail-gtkhtml/distinfo b/mail/claws-mail-gtkhtml/distinfo new file mode 100644 index 00000000000..8b3513aa9d1 --- /dev/null +++ b/mail/claws-mail-gtkhtml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2007/08/03 02:34:47 smb Exp $ + +SHA1 (gtkhtml2_viewer-0.15.1.tar.gz) = cff826f55bd27a260ee7c69438a591da8fa8f90c +RMD160 (gtkhtml2_viewer-0.15.1.tar.gz) = 24a3dc19709242a43b7255ca25b2e809d559b91c +Size (gtkhtml2_viewer-0.15.1.tar.gz) = 392495 bytes |