Added more plug-ins for claws-mail.

This commit is contained in:
smb 2007-08-06 00:33:05 +00:00
parent 5b6bcf4a4b
commit a68e674dcf
26 changed files with 255 additions and 2 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2007,v 1.1712 2007/08/05 23:46:29 joerg Exp $
$NetBSD: CHANGES-2007,v 1.1713 2007/08/06 00:33:05 smb Exp $
Changes to the packages collection and infrastructure in 2007:
@ -3149,3 +3149,9 @@ Changes to the packages collection and infrastructure in 2007:
Updated x11/modular-xorg-server to 1.3.0.0 [joerg 2007-08-05]
Updated x11/xf86-input-mouse to 1.2.2 [joerg 2007-08-05]
Updated x11/xf86-input-keyboard to 1.2.0 [joerg 2007-08-05]
Added mail/claws-mail-attachwarner version 0.2.7 [smb 2007-08-05]
Added mail/claws-mail-attremover version 1.0.6 [smb 2007-08-05]
Added mail/claws-mail-cachesaver version 0.10.5 [smb 2007-08-05]
Added mail/claws-mail-fetchinfo version 0.4.19 [smb 2007-08-05]
Added mail/claws-mail-mailmbox version 1.13.1 [smb 2007-08-05]
Added mail/claws-mail-rssyl version 0.14 [smb 2007-08-05]

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.324 2007/08/04 12:16:44 smb Exp $
# $NetBSD: Makefile,v 1.325 2007/08/06 00:33:05 smb Exp $
#
COMMENT= Electronic mail utilities
@ -19,10 +19,15 @@ SUBDIR+= bulk_mailer
SUBDIR+= clamav
SUBDIR+= clamsmtp
SUBDIR+= claws-mail
SUBDIR+= claws-mail-attachwarner
SUBDIR+= claws-mail-attremover
SUBDIR+= claws-mail-bogofilter
SUBDIR+= claws-mail-cachesaver
SUBDIR+= claws-mail-clamav
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
SUBDIR+= claws-mail-pdf_viewer
@ -30,6 +35,7 @@ SUBDIR+= claws-mail-pgp
SUBDIR+= claws-mail-pgpcore
SUBDIR+= claws-mail-pgpinline
SUBDIR+= claws-mail-pgpmime
SUBDIR+= claws-mail-rssyl
SUBDIR+= claws-mail-smime
SUBDIR+= claws-mail-spamassassin
SUBDIR+= claws-mail-trayicon

View file

@ -0,0 +1,2 @@
The AttachWarner verifies that you have attached something to your email
if you mentioned attachment in the email's body.

View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:05 smb Exp $
#
DISTNAME=attachwarner-0.2.7
PKGNAME=claws-mail-attachwarner-0.2.7
CATEGORIES=mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Warns if a message mentions an attachment without attaching files
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 "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,15 @@
@comment $NetBSD: PLIST,v 1.1 2007/08/06 00:33:06 smb Exp $
lib/claws-mail/plugins/attachwarner.la
share/locale/ca/LC_MESSAGES/attachwarner.mo
share/locale/cs/LC_MESSAGES/attachwarner.mo
share/locale/de/LC_MESSAGES/attachwarner.mo
share/locale/es/LC_MESSAGES/attachwarner.mo
share/locale/fi/LC_MESSAGES/attachwarner.mo
share/locale/fr/LC_MESSAGES/attachwarner.mo
share/locale/hu/LC_MESSAGES/attachwarner.mo
share/locale/it/LC_MESSAGES/attachwarner.mo
share/locale/pl/LC_MESSAGES/attachwarner.mo
share/locale/pt_BR/LC_MESSAGES/attachwarner.mo
share/locale/sk/LC_MESSAGES/attachwarner.mo
share/locale/sr/LC_MESSAGES/attachwarner.mo
@dirrm lib/claws-mail/plugins

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2007/08/06 00:33:06 smb Exp $
SHA1 (attachwarner-0.2.7.tar.gz) = c525a3fde4707bb0ce011897ff5c5ab11416c44d
RMD160 (attachwarner-0.2.7.tar.gz) = 2f536b77c4354b66d7f643539f0f75ecbbf2b8e6
Size (attachwarner-0.2.7.tar.gz) = 381665 bytes

View file

@ -0,0 +1,2 @@
This plug-in removes attachments from mail, permanently. It doesn't
save them, it *removes* them.

View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:06 smb Exp $
#
DISTNAME=att_remover-1.0.6
PKGNAME=claws-mail-att_remover-1.0.6
CATEGORIES=mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Permanently deletes attachments from mail
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 "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2007/08/06 00:33:06 smb Exp $
lib/claws-mail/plugins/att_remover.la
@dirrm lib/claws-mail/plugins

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2007/08/06 00:33:07 smb Exp $
SHA1 (att_remover-1.0.6.tar.gz) = 881e782e3b2870253bd8194a7aed66d2e6c37425
RMD160 (att_remover-1.0.6.tar.gz) = cbd8738b447db7178f82fc9b60314142bfe808c1
Size (att_remover-1.0.6.tar.gz) = 322566 bytes

View file

@ -0,0 +1,2 @@
This plugin saves the caches every 60 seconds (or user-defined period). It
helps avoiding the loss of metadata on crashes.

View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:07 smb Exp $
#
DISTNAME=cachesaver-0.10.5
PKGNAME=claws-mail-cachesaver-0.10.5
CATEGORIES=mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Saves Claws-Mail metadata every 60 seconds
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 "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2007/08/06 00:33:07 smb Exp $
lib/claws-mail/plugins/cachesaver.la
@dirrm lib/claws-mail/plugins

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2007/08/06 00:33:07 smb Exp $
SHA1 (cachesaver-0.10.5.tar.gz) = cf430e7911662aaa75466930b61a00ef0a0d2b79
RMD160 (cachesaver-0.10.5.tar.gz) = ef7bbfa2b0ea0b166d1c700f8c37a329e59766c8
Size (cachesaver-0.10.5.tar.gz) = 324614 bytes

View file

@ -0,0 +1,2 @@
This plugin inserts headers containing some download information: UIDL,
Claws' account name, POP server, user ID and retrieval time.

View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:08 smb Exp $
#
DISTNAME=fetchinfo-plugin-0.4.19
PKGNAME=claws-mail-fetchinfo-plugin-0.4.19
CATEGORIES=mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Inserts headers containing some download information
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 "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2007/08/06 00:33:08 smb Exp $
lib/claws-mail/plugins/fetchinfo_plugin.la
@dirrm lib/claws-mail/plugins

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2007/08/06 00:33:08 smb Exp $
SHA1 (fetchinfo-plugin-0.4.19.tar.gz) = 6492dec2641261cd68d93629873c47a00daaf9dd
RMD160 (fetchinfo-plugin-0.4.19.tar.gz) = e4f3bbe2658f98683db0c011fd7ad342c0dbd0b3
Size (fetchinfo-plugin-0.4.19.tar.gz) = 328005 bytes

View file

@ -0,0 +1 @@
This plugin permits mailboxes to be in mbox format.

View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:08 smb Exp $
#
DISTNAME=mailmbox-1.13.1
PKGNAME=claws-mail-mailmbox-1.13.1
CATEGORIES=mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Handles mailboxes in mbox format
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 "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2007/08/06 00:33:08 smb Exp $
lib/claws-mail/plugins/mailmbox.la
@dirrm lib/claws-mail/plugins

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2007/08/06 00:33:09 smb Exp $
SHA1 (mailmbox-1.13.1.tar.gz) = d47e8de55bbf5e41e91f50b7907debfc9d713626
RMD160 (mailmbox-1.13.1.tar.gz) = 2cc65b9c3e8e125b446f79ef3d4f1228171cb1a3
Size (mailmbox-1.13.1.tar.gz) = 396182 bytes

View file

@ -0,0 +1,14 @@
The RSSyl plugin is an RSS feed aggregator for Claws Mail. It has the
following features:
* Handling of RSS 1.0, RSS 2.0, and Atom feeds
* Fetching and threaded display of comment feeds
* Customisable refresh interval for each feed
* Customisable number of feed items to keep for each feed
Navigating in your feeds and posts is done in the same way as you would
for emails, which makes feed-reading really fast and enjoyable if Claws
Mail's shortcuts are hardwired into your fingers.
Also, the RSSyl plugin unleashes its full potential when used with an HTML
viewer plugin like Dillo or Gtkhtml2Viewer, as this allows fetching a
post's images and font styles.

View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1 2007/08/06 00:33:09 smb Exp $
#
DISTNAME=rssyl-0.14
PKGNAME=claws-mail-rssyl-0.14
CATEGORIES=mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
MAINTAINER= smb@NetBSD.org
COMMENT= Read RSS 1.0, 2.0 and Atom feeds in Claws-Mail
DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail
PLIST_SRC+= PLIST
.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 "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,17 @@
@comment $NetBSD: PLIST,v 1.1 2007/08/06 00:33:09 smb Exp $
lib/claws-mail/plugins/rssyl.la
share/locale/ca/LC_MESSAGES/rssyl.mo
share/locale/cs/LC_MESSAGES/rssyl.mo
share/locale/de/LC_MESSAGES/rssyl.mo
share/locale/es/LC_MESSAGES/rssyl.mo
share/locale/fi/LC_MESSAGES/rssyl.mo
share/locale/fr/LC_MESSAGES/rssyl.mo
share/locale/hu/LC_MESSAGES/rssyl.mo
share/locale/it/LC_MESSAGES/rssyl.mo
share/locale/pl/LC_MESSAGES/rssyl.mo
share/locale/pt_BR/LC_MESSAGES/rssyl.mo
share/locale/sk/LC_MESSAGES/rssyl.mo
share/locale/sr/LC_MESSAGES/rssyl.mo
share/locale/sv/LC_MESSAGES/rssyl.mo
share/locale/zh_CN/LC_MESSAGES/rssyl.mo
@dirrm lib/claws-mail/plugins

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2007/08/06 00:33:09 smb Exp $
SHA1 (rssyl-0.14.tar.gz) = 710f58e10a1bb195980d407b2930ceb2ebc35e91
RMD160 (rssyl-0.14.tar.gz) = b03c090225c0a1d23bd8cb37cfe87fb887e787f9
Size (rssyl-0.14.tar.gz) = 464197 bytes