diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-27 04:46:29 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-27 04:46:29 +0000 |
commit | 2e549301c89c882be3b650bc08aa23167ea1fe14 (patch) | |
tree | 70b07f9f9d766dfce3501199f74a0749f3f6f9c0 /mail | |
parent | cbc4a5a727d6e56b9092e0626720e18c1ec6aada (diff) | |
download | pkgsrc-2e549301c89c882be3b650bc08aa23167ea1fe14.tar.gz |
Update to 2.53 (and to html2text 2.2).
Changes in 2.52:
Fixes include better error handling and support for HTML descriptions,
Unicode headers, and Python 2.1. The most notable new feature is
that textwrapping is back. To turn it on:
echo "BODY_WIDTH = 78" >> config.py
Other new options include BONUS_HEADER (for mailing lists) and
OVERRIDE_FROM. (Check the top of rss2email.py for details on usage.)
Thanks to Peter Vangorp, Lars Wizenius, Martin "Joey" Schulze,
Ricardo Reyes, and everyone else who contributed a suggestion or
bug report.
Changes in 2.53:
Fix a mistake left in 2.52 by accident.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rss2email/Makefile | 6 | ||||
-rw-r--r-- | mail/rss2email/distinfo | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/rss2email/Makefile b/mail/rss2email/Makefile index 355aefc8765..4661dd1804a 100644 --- a/mail/rss2email/Makefile +++ b/mail/rss2email/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/07 18:38:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2004/08/27 04:46:29 schmonz Exp $ # DISTNAME= rss2email-${RVER} @@ -13,8 +13,8 @@ COMMENT= Get RSS feeds emailed to you DEPENDS+= ${PYPKGPREFIX}-feedparser-[0-9]*:../../textproc/py-feedparser -RVER= 2.511 -HVER= 2.11 +RVER= 2.53 +HVER= 2.2 SITES_html2text-${HVER}.py= http://www.aaronsw.com/2002/html2text/ diff --git a/mail/rss2email/distinfo b/mail/rss2email/distinfo index df99d08ac37..9d0f43f099f 100644 --- a/mail/rss2email/distinfo +++ b/mail/rss2email/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.4 2004/07/07 18:38:12 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2004/08/27 04:46:29 schmonz Exp $ -SHA1 (rss2email-2.511/rss2email-2.511.py) = b6d35687c7c8012293e399a678513f7b194be7de -Size (rss2email-2.511/rss2email-2.511.py) = 12956 bytes -SHA1 (rss2email-2.511/r2e) = 5383229e0b1f49aeb2379b6a877d167240d0be21 -Size (rss2email-2.511/r2e) = 65 bytes -SHA1 (rss2email-2.511/html2text-2.11.py) = e40c8f77924e94b3ee54bca9aea0994017e1a396 -Size (rss2email-2.511/html2text-2.11.py) = 7464 bytes +SHA1 (rss2email-2.53/rss2email-2.53.py) = 344b60cb0c68a2a3125c709cf444fb50aefd2ff0 +Size (rss2email-2.53/rss2email-2.53.py) = 14302 bytes +SHA1 (rss2email-2.53/r2e) = 5383229e0b1f49aeb2379b6a877d167240d0be21 +Size (rss2email-2.53/r2e) = 65 bytes +SHA1 (rss2email-2.53/html2text-2.2.py) = 1ad1123f6ddbbb495eab9ed1ddf561e098a05bda +Size (rss2email-2.53/html2text-2.2.py) = 9351 bytes SHA1 (patch-aa) = bc095413de3a22da143535acdc501d08e08203b6 SHA1 (patch-ab) = ffd6f8131e156abb2faf91b47c2250953fce21ff SHA1 (patch-ac) = 77b916e3f7dfcec8cd14b3fbf1bb4d46d42f3a88 |