pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail remove discontinued claws-mail plugins
details: https://anonhg.NetBSD.org/pkgsrc/rev/d86337b7c9b1
branches: trunk
changeset: 622072:d86337b7c9b1
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Jul 24 15:32:48 2013 +0000
description:
remove discontinued claws-mail plugins
diffstat:
mail/Makefile | 5 +----
mail/claws-mail-dillo-viewer/DESCR | 8 --------
mail/claws-mail-dillo-viewer/Makefile | 20 --------------------
mail/claws-mail-dillo-viewer/PLIST | 2 --
mail/claws-mail-gtkhtml/DESCR | 8 --------
mail/claws-mail-gtkhtml/Makefile | 34 ----------------------------------
mail/claws-mail-gtkhtml/PLIST | 20 --------------------
mail/claws-mail-gtkhtml/distinfo | 5 -----
mail/claws-mail-trayicon/DESCR | 4 ----
mail/claws-mail-trayicon/Makefile | 17 -----------------
mail/claws-mail-trayicon/PLIST | 2 --
11 files changed, 1 insertions(+), 124 deletions(-)
diffs (187 lines):
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/Makefile
--- a/mail/Makefile Wed Jul 24 15:29:21 2013 +0000
+++ b/mail/Makefile Wed Jul 24 15:32:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.435 2013/07/06 00:49:58 rodent Exp $
+# $NetBSD: Makefile,v 1.436 2013/07/24 15:32:48 drochner Exp $
#
COMMENT= Electronic mail utilities
@@ -27,9 +27,7 @@
SUBDIR+= claws-mail-attremover
SUBDIR+= claws-mail-bogofilter
SUBDIR+= claws-mail-cachesaver
-SUBDIR+= claws-mail-dillo-viewer
SUBDIR+= claws-mail-fetchinfo
-SUBDIR+= claws-mail-gtkhtml
SUBDIR+= claws-mail-mailmbox
SUBDIR+= claws-mail-newmail
SUBDIR+= claws-mail-notification
@@ -43,7 +41,6 @@
SUBDIR+= claws-mail-spamreport
SUBDIR+= claws-mail-synce
SUBDIR+= claws-mail-tnef
-SUBDIR+= claws-mail-trayicon
SUBDIR+= claws-mail-vcalendar
SUBDIR+= clawsker
SUBDIR+= cone
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-dillo-viewer/DESCR
--- a/mail/claws-mail-dillo-viewer/DESCR Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-The Dillo HTML Viewer plugin is an HTML renderer plugin for Claws
-Mail. It features:
-
- * Basic rendering of HTML message parts
- * Optional fetching and displaying of remote images
- * Browsing the web from within of Claws Mail
-
-It uses Dillo's --local option by default for safe browsing.
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-dillo-viewer/Makefile
--- a/mail/claws-mail-dillo-viewer/Makefile Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2013/06/06 12:54:41 wiz Exp $
-#
-
-PLUGIN_NAME= dillo_viewer
-PKGREVISION= 8
-.include "../../mail/claws-mail/plugins.mk"
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Plugin to use the Dillo web browser for html rendering
-
-CONFIGURE_ARGS+= --enable-dillo_viewer-plugin
-
-DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
-DEPENDS+= dillo>=2.0:../../www/dillo
-
-.include "../../mail/claws-mail/Makefile.vers"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-dillo-viewer/PLIST
--- a/mail/claws-mail-dillo-viewer/PLIST Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:28 joerg Exp $
-lib/claws-mail/plugins/dillo_viewer.la
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-gtkhtml/DESCR
--- a/mail/claws-mail-gtkhtml/DESCR Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-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 -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-gtkhtml/Makefile
--- a/mail/claws-mail-gtkhtml/Makefile Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.47 2013/06/06 12:54:41 wiz Exp $
-#
-
-DISTNAME= gtkhtml2_viewer-0.33
-PKGNAME= claws-mail-gtkhtml2_viewer-0.33
-PKGREVISION= 10
-CATEGORIES= mail
-MASTER_SITES= http://claws-mail.org/downloads/plugins/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Renders HTML mail using the gtkhtml2 rendering widget
-
-PLIST_SRC+= PLIST
-
-DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
-
-.include "../../mk/bsd.prefs.mk"
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config
-USE_LANGUAGES+= c
-
-DEPENDS+= html2ps>=1.0b4nb4:../../print/html2ps
-
-
-.include "../../mail/claws-mail/Makefile.vers"
-.include "../../mail/claws-mail/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../www/libgtkhtml/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-gtkhtml/PLIST
--- a/mail/claws-mail-gtkhtml/PLIST Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2012/07/02 19:08:43 drochner 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/id_ID/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/it/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/ja/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/lt/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/nl/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/ru/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/cs/LC_MESSAGES/gtkhtml2_viewer.mo
-share/locale/zh_CN/LC_MESSAGES/gtkhtml2_viewer.mo
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-gtkhtml/distinfo
--- a/mail/claws-mail-gtkhtml/distinfo Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.13 2012/07/02 19:08:43 drochner Exp $
-
-SHA1 (gtkhtml2_viewer-0.33.tar.gz) = 5c486bec3c82fbca92b6f4d60297db367efa85ac
-RMD160 (gtkhtml2_viewer-0.33.tar.gz) = 2facf61987694bbbd7cd34b4b868342919d44921
-Size (gtkhtml2_viewer-0.33.tar.gz) = 714851 bytes
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-trayicon/DESCR
--- a/mail/claws-mail-trayicon/DESCR Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-The TrayIcon plugin provides a notification icon in the system's
-notification area. It can be used to see whether you have unread
-or new mail, and to trigger common actions. A tooltip also shows
-the current new, unread and total number of messages.
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-trayicon/Makefile
--- a/mail/claws-mail-trayicon/Makefile Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2013/06/04 22:16:35 tron Exp $
-#
-
-PLUGIN_NAME= trayicon
-PKGREVISION= 4
-.include "../../mail/claws-mail/plugins.mk"
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Places an icon in the system tray for new mail
-
-CONFIGURE_ARGS+= --enable-trayicon-plugin
-
-DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
-
-.include "../../mail/claws-mail/Makefile.vers"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 1e38b1b668c9 -r d86337b7c9b1 mail/claws-mail-trayicon/PLIST
--- a/mail/claws-mail-trayicon/PLIST Wed Jul 24 15:29:21 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:30 joerg Exp $
-lib/claws-mail/plugins/trayicon.la
Home |
Main Index |
Thread Index |
Old Index