Subject: CVS commit: pkgsrc/mail/rss2email
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2006 19:32:40
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Sat Jul  1 19:32:40 UTC 2006

Modified Files:
	pkgsrc/mail/rss2email: Makefile distinfo
	pkgsrc/mail/rss2email/patches: patch-ac patch-ad

Log Message:
Update to 2.59. From the changelog:

- Total rewrite of email code that should fix encoding problems

- Added configurable timeout for nonresponsive feeds

- Fixed incorrectly using text summary_detail instead of html content

- Fixed bug with deleting feed 0 if no default email was set

- Print name of feed that is being deleted

- Finally added oft-requested support for enclosures. Any enclosures,
    such as a podcast MP3, will be listed under the entry URL

- Made feed timeout compatible with Python versions 2.2 and higher,
    instead of v2.4 only

- Added optional, configurable CSS styling to HTML mail. Set
    USE_CSS_STYLING=1 in your config.py to enable this. If you want
    to tweak the look, modify STYLE_SHEET.

- Improved empty feed checking

- Improved invalid feed messages

- Unfortunately, rss2email is no longer compatible with Python v2.1.
    Two of the most serious lingering issues with rss2email were
    waiting forever for non-responsive feeds and its inablility to
    properly handle feeds with international characters. To properly
    fix these once and for all, rss2email now depends on functionality
    that was not available until Python v2.2. Hopefully this does
    not unduly inconvenience anyone that has not yet upgraded to a
    more current version of Python.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/rss2email/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/rss2email/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/rss2email/patches/patch-ac
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/rss2email/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.