diff options
Diffstat (limited to 'mail/claws-mail-rssyl')
-rw-r--r-- | mail/claws-mail-rssyl/DESCR | 14 | ||||
-rw-r--r-- | mail/claws-mail-rssyl/Makefile | 28 | ||||
-rw-r--r-- | mail/claws-mail-rssyl/PLIST | 17 | ||||
-rw-r--r-- | mail/claws-mail-rssyl/distinfo | 5 |
4 files changed, 64 insertions, 0 deletions
diff --git a/mail/claws-mail-rssyl/DESCR b/mail/claws-mail-rssyl/DESCR new file mode 100644 index 00000000000..63df9799424 --- /dev/null +++ b/mail/claws-mail-rssyl/DESCR @@ -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. diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile new file mode 100644 index 00000000000..d25439ade7d --- /dev/null +++ b/mail/claws-mail-rssyl/Makefile @@ -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" diff --git a/mail/claws-mail-rssyl/PLIST b/mail/claws-mail-rssyl/PLIST new file mode 100644 index 00000000000..b751f8e0ad2 --- /dev/null +++ b/mail/claws-mail-rssyl/PLIST @@ -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 diff --git a/mail/claws-mail-rssyl/distinfo b/mail/claws-mail-rssyl/distinfo new file mode 100644 index 00000000000..1b3ea2e3e14 --- /dev/null +++ b/mail/claws-mail-rssyl/distinfo @@ -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 |