summaryrefslogtreecommitdiff
path: root/mail/rss2email
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-04-07Update to 2.65. From the changelog:schmonz3-23/+10
* Fixed warnings caused by Python v2.6 (using hashlib, removing mimify, etc.) * Deprecated QP_REQUIRED option as this is more than likely no longer needed and part of what triggered Python warnings * Fixed unicode errors in certain post headers * Attempted to incorporate Debian/Ubuntu patches into the mainstream release * Support img type enclosures * No file locking for SunOS * Gracefully handle missing charsets * Friendlier and more useful message if sendmail isn't installed
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-07-18Update to 2.63. From the changelog:schmonz2-6/+6
* Licensed under GPL 2 & 3 now * Display feed number in warning and error message lines * Fix for unicode handling problem with certain entry titles
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-7/+9
their files via a custom do-install target.
2008-02-28Fixed pkglint warnings.rillig1-6/+5
2008-02-19Update to 2.62. From the changelog:schmonz3-40/+33
* Local feeds (/home/user/file.xml) should work * Now really compatible with SunOS * Don't wrap long subject headers * New parameter CHARSET_LIST to override or supplement the order in which charsets are tried against an entry * Don't use blank content to generate id * Using GMail as mail server should work
2007-01-19Update to 2.60. From the changelog:schmonz5-17/+163
* Now compatible with SunOS * Correctly handle international character sets in email From Plus changes from Debian: * Document more options in config.py * Flesh out manual page * Check exit status of sendmail, and die if it fails * Use fcntl even on non-Sunos-Unix
2007-01-18Instead of creating files from patches, place them readably inschmonz8-149/+132
${FILESDIR} for easier tracking of external changes (e.g., Debian, whence they came). No functional change.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-07-01Update to 2.59. From the changelog:schmonz4-38/+27
- 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.
2006-04-09Update to 2.57. From the changelog:schmonz3-17/+13
* Merge various patches for reliability * Clean up error messages and typos * Only log into SMTP server once * SMTP AUTH * Windows support * HTML in titles
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-03Depend on py-html2text rather than downloading our own copy. Bumpschmonz4-12/+21
PKGREVISION.
2005-08-06The r2e shell script now has a versioned filename. No user-visible change.schmonz2-9/+16
2005-08-03Update to rss2email 2.55 (fixed datetime parsing). While here,schmonz3-18/+18
update to html2text 2.23 (fix for Python 2.1).
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+4
2004-08-28Update to 2.54 (and html2text-2.21). Bug fixes.schmonz2-10/+10
2004-08-27Update to 2.53 (and to html2text 2.2).schmonz2-10/+10
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.
2004-07-07Update to 2.511. From the changelog:schmonz2-9/+9
* Typo bug with emails.
2004-06-30"r2e" distfile changed. Update checksum and patch, riding the recent update.schmonz2-8/+8
2004-06-30Update to 2.51. From the changelog for 2.5:schmonz4-29/+31
* An HTML mail option. * SMTP support. * html2text 2.0. * A gaggle of bug fixes. * A gaggle of small improvements. And for 2.51: * Fixes a crash in older versions of Python on slow feeds. pkgsrc changes: * Set the versions of rss2email.py and html2text.py in one place.
2004-06-27Import rss2email 2.32.schmonz7-0/+213
rss2email is a simple Python script that lets you subscribe to a list of XML newsfeeds and get new items sent to you by email. The man page and sample config file are from the Debian package.