Up to [cvs.NetBSD.org] / pkgsrc / mail / rss2email
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.60 / (download) - annotate - [select for diffs], Mon Oct 23 06:37:48 2023 UTC (6 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.59: +3 -3
lines
Diff to previous 1.59 (colored)
*: update for Python base package change Instead of depending on one of the removed packages (that are now included in the base Python packages), include batteries-included.mk to require a Python version that supplies them. Remove now included packages. Bump PKGREVISION.
Revision 1.59 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:48 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Changes since 1.58: +2 -1
lines
Diff to previous 1.58 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.58 / (download) - annotate - [select for diffs], Sat Aug 27 04:40:23 2022 UTC (15 months, 1 week ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.57: +3 -4
lines
Diff to previous 1.57 (colored)
Update to 3.14. From the changelog: * New `digest-type` configuration adds optional more widely supported `multipart/mixed` format * New argument `--only-new` on the `add` command to ignore entries in feed when added, so only new entries will be sent. * Fix exception when parsing a feed with a linebreak in its title * Add a new `subject-format` setting, customise the subject line * Removed '$' interpolation in config file to allow URLs containing dollar signs. Interpolation was not fully supported, and the placeholder would not survive a second save. Config files with ${...} placeholders will need to be manually edited after upgrading, or a save forced by adding and removing a fake feed before upgrading. * Fix default HTTP User-Agent to use `rss2email` instead of `feedparser`, and fix `user-agent` setting to consistently apply to both outgoing emails and HTTP requests. This introduces a couple of potentially breaking changes: * Configurations that came to rely on the `feedparser` UA string should adjust to the updated UA string going forward. * Configurations that came to rely on the unintended behaviour, that configuring the User-Agent header in emails does not affect HTTP requests, should use a custom `post-process` hook instead.
Revision 1.57 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:35 2022 UTC (17 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.56 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:11 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.55: +2 -1
lines
Diff to previous 1.55 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.55 / (download) - annotate - [select for diffs], Sun May 16 05:53:19 2021 UTC (2 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Update to 3.13.1. From the changelog: * Fix crash on html-mail entries with no URL
Revision 1.54 / (download) - annotate - [select for diffs], Sat Apr 3 18:43:32 2021 UTC (2 years, 8 months ago) by schmonz
Branch: MAIN
Changes since 1.53: +3 -3
lines
Diff to previous 1.53 (colored)
Update to 3.13. From the changelog: * Drop support for Python 3.5, add support for Python 3.9 * Switch to feedparser 6 * Switch to poetry instead of requirements.txt * Make the `verbose` flag in the config file actually have an impact, and have it default to `info` * Improve log messages * Remove documentation of `smtp-ssl-protocol` as this option was dropped in 2016 * Stop forging SMTP and sendmail envelope sender (#134) * Add sendmail_config option * Log sendmail output * Support multipart/alternative emails with both HTML and plain text parts with option `multipart-html` * Add inline-links option, allowing links to be sent to the bottom of the paragraph * Add wrap-links option, preventing links from be wrapped over multiple lines * Stop looking in $XDG_DATA_DIRS for the database, and only look in $XDG_DATA_HOME * Warnings about HTTP content-type being unexpected now properly display * Make the proxy parameter also affect https connections * Add a --clean argument on the run command to reduce the database size * Set body element attribute dir=auto in HTML mail * Store the lock file in XDG_RUNTIME_DIR instead of /tmp
Revision 1.53 / (download) - annotate - [select for diffs], Sun Mar 21 08:38:41 2021 UTC (2 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.52: +2 -3
lines
Diff to previous 1.52 (colored)
Update to 3.12.3. From the changelog: * Make dependency on feedparser have an upper bound so that `pip install` works again
Revision 1.52 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:28 2020 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.51: +2 -1
lines
Diff to previous 1.51 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.51 / (download) - annotate - [select for diffs], Tue Oct 13 12:16:38 2020 UTC (3 years, 1 month ago) by schmonz
Branch: MAIN
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Move the final 2.7-compatible py-feedparser to py-feedparser5.
Revision 1.50 / (download) - annotate - [select for diffs], Tue Sep 1 21:28:41 2020 UTC (3 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.49: +2 -2
lines
Diff to previous 1.49 (colored)
Update to 3.12.2. From the changelog: * Fix bug `AttributeError: 'NoneType' object has no attribute 'close'` (#126)
Revision 1.49 / (download) - annotate - [select for diffs], Mon Aug 3 07:57:43 2020 UTC (3 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
Update to 3.12.1. From the changelog: * Fix calling opmlexport without arguments
Revision 1.48 / (download) - annotate - [select for diffs], Sun Aug 2 20:59:09 2020 UTC (3 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Update to 3.12. From the changelog: * Drop support for EOL Python 3.4, add support for Python 3.8 * Add List_ID and List_Post headers to the generated emails * Add a new `reply-changes` setting * Improve configurability of text wrapping for the emails * Use `platform.node()` instead of "dev.null.invalid" in "Message-ID" header * Improve locking support for when multiple rss2email instances are run in parallel * Fix handling of __VERSION__ and __URL__ in user-agent strings * Fix opmlexport
Revision 1.47 / (download) - annotate - [select for diffs], Mon Nov 4 00:28:25 2019 UTC (4 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
Update to 3.11. From the changelog: - Add new `user-agent` attribute for configuring email User-Agent
Revision 1.46 / (download) - annotate - [select for diffs], Sat Sep 7 18:58:02 2019 UTC (4 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.45: +5 -11
lines
Diff to previous 1.45 (colored)
Update to 3.10. From the changelog: * Catch and warn for invalid Content-Types * Add a manually extracted list of config options to r2e.1 * Add a redirect post-process module * Follow symlinks of datafiles * Add zsh completion * Add support for maildir * Fix `r2e new` overwriting an existing config * Add new `feed-name` and `feed-url` attributes for the `name-format` setting * Change logging format * Allow multiple SMTP recipients * Fix SMTP security issues * Fix test suite * Drop support for Python 3.2 and 3.3 * Remove `__contributors__` from the `rss2email` module * Stop using deprecated `html2text.unescape` * Fix locking issues when data file is on NFS * Add `same-server-fetch-interval` setting for rate-limiting fetches to a server * Update setup.py to setuptools pkgsrc changes: simplify GITHUB_*, from leot@.
Revision 1.45 / (download) - annotate - [select for diffs], Thu Aug 29 09:20:25 2019 UTC (4 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.44: +3 -1
lines
Diff to previous 1.44 (colored)
Fix WRKSRC definition.
Revision 1.44 / (download) - annotate - [select for diffs], Wed Aug 28 19:44:48 2019 UTC (4 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.43: +10 -8
lines
Diff to previous 1.43 (colored)
Switch to new upstream, and apply its patch to work around html2text having gotten rid of unescape(). Mollify pkglint. Bump PKGREVISION.
Revision 1.43 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:05 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.42 / (download) - annotate - [select for diffs], Mon May 22 17:51:12 2017 UTC (6 years, 6 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.41: +5 -7
lines
Diff to previous 1.41 (colored)
Add a patch to properly honor html2text options via rss2email's configuration file. While here also simplify MASTER_SITES (convert it to MASTER_SITE_GITHUB) and delete DIST_SUBDIR and WRKSRC that are no longer needed with that change. Bump PKGREVISION Discussed with <schmonz>
Revision 1.41 / (download) - annotate - [select for diffs], Mon Apr 13 23:12:42 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Removing python26. EOL'd quite some ago and discussed a couple times on tech-pkg@ and pkgsrc-users@.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Sep 3 13:25:36 2014 UTC (9 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Remove 34 from PYTHON_VERSIONS_INCOMPATIBLE, as suggested by Jean-Yves Moulin (and agreed by the README).
Revision 1.39 / (download) - annotate - [select for diffs], Tue Sep 2 00:33:45 2014 UTC (9 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.38: +4 -5
lines
Diff to previous 1.38 (colored)
Update to 3.9. From the changelog: * Catch and error out if a user adds a feed with a duplicate name. * Split sender into both sendmail's -F and -f. * Fix an error with SMTPConnectionError inhertence order ("does not take keyword arguments"). * Add a new `smtp-ssl-protocol` setting, to select acceptable protocols for SMTP connections. * Fix non-compliant User-Agent header for HTTP/1.1. * Fix an error in the NoToEmailAddress invocation. * Add a new `trust-link` setting, to prefer the `link` attribute over the `id` attribute for identifying entries.
Revision 1.38 / (download) - annotate - [select for diffs], Sat May 17 16:10:46 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Bump applications PKGREVISIONs for python users that might be using python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 20 01:45:18 2014 UTC (9 years, 7 months ago) by schmonz
Branch: MAIN
Changes since 1.36: +3 -7
lines
Diff to previous 1.36 (colored)
Depend on latest py-html2text to make patching unnecessary. Bump PKGREVISION.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:12 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.35: +1 -3
lines
Diff to previous 1.35 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 19 19:54:47 2014 UTC (9 years, 10 months ago) by schmonz
Branch: MAIN
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
Update to 3.8. From the changelog: * Sluggify feed names on opmlimport. * Allow Unicode letters and digits in feed names, instead of just ASCII lettters and digits.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Oct 11 17:16:44 2013 UTC (10 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.33: +3 -3
lines
Diff to previous 1.33 (colored)
Update to 3.7. From the changelog: * Fix fallback for titles that contain malformed HTML. * Fix atomic saves to avoid garbling config and data files if the disk is full. * Convert the `friendly-name` boolean to the new `name-format` setting. This allow users to customize how the friendly name is constructed. * Demote guessed encodings logs from 'error' to 'warning'.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Sep 10 21:36:32 2013 UTC (10 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.32: +8 -5
lines
Diff to previous 1.32 (colored)
Update to 3.6. From the changelog: * Fix missing port argument for IMAPAuthenticationError. * Fix `<div id="entry>` syntax error in HTML mail.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Jul 2 01:13:30 2013 UTC (10 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.31: +22 -31
lines
Diff to previous 1.31 (colored)
Update to 3.5 (new upstream). From the changelog: v3.5 (2013-06-05) * Added digest generation and post-processing hooks. * Fix html2text configuration (ignored since 2012-10-04). * Fix opmlexport crash due to orphaned feed data. * Use feed names in OPML 'text' attributes. v3.4 (2013-05-14) * Added post-processing hooks for user-specified message manipulation. * Added settings for IMAP delivery. The old `use-smtp` boolean has been replaced by a new `email-protocol` setting. Non-IMAP users should adjust their configuration to set `email-protocol` to either `sendmail` or `smtp`. v3.3 (2013-04-13) * Fix SMTP message submission logic. * Fix error inheritence (super() calls). * Convert html2text parsing errors to `ProcessingError`s. * Cleanup html2text error handling. * Drop Google Reader rel-via manipulation. * Drop the wrapping <table> elements from HTML mail v3.2 (2013-03-13) * Use extended interpolation in configuration files, to allow percent signs (%). * Added .as_string() fallback to email flattening (only used if `use-smtp = False` and `use-8bit = True`). * Added sendmail configuration option. Change this if you want to use an alternative, sendmail-compatible mailer. v3.1 (2013-02-14) * Import __url__, __author__, and __email__ in rss2email.error, which fixes bugs in formatting a number of errors. v3.0 (2013-02-13) * Changed project email (rss2email@tremily.us) and homepage (http://github.com/wking/rss2email). * Split static configuration parameters into a ConfigParser-read config file (rss2email.cfg). Data that depends on the feed state is recorded using JSON (rss2email.json). * Use the XDG Base Directory Specification for standardized configuration and data file locations. * Converted the command line interface to argparse, with some restructuring along the way. * Added the r2e.1 man page (based on one from the Debian package). * Added setup.py and a PyPI page for simpler installation (http://pypi.python.org/pypi/rss2email). * Added Message-ID headers to outgoing email. * Added a test suite. * Upgraded to Python 3.2 to take advantage of cleaner Unicode handling and argparse. * Require Signed-off-by lines in new commit messages, following the Linux and Git projects.
Revision 1.31 / (download) - annotate - [select for diffs], Fri Jun 7 02:13:39 2013 UTC (10 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Document how to prep for upgrade to 3.x, and bump PKGREVISION.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Oct 8 12:19:30 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.29: +1 -3
lines
Diff to previous 1.29 (colored)
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 4 14:27:41 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Remove duplicate part of man page. Bump PKGREVISION.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 15 11:53:30 2012 UTC (11 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
Bump PKGREVISION from default python to 2.7.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Jun 9 06:21:58 2011 UTC (12 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.26: +4 -3
lines
Diff to previous 1.26 (colored)
Update to 2.71. From the changelog: * Potentially safer method for writing feeds.dat on UNIX * Handle via links with no title attribute * Handle attributes more cleanly with OVERRIDE_EMAIL and DEFAULT_EMAIL
Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 12 14:11:42 2011 UTC (12 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Fix not-really-a-parse-error when OVERRIDE_EMAIL and DEFAULT_EMAIL aren't set to anything fancy. Bump PKGREVISION.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jan 28 01:41:52 2011 UTC (12 years, 10 months ago) by schmonz
Branch: MAIN
Changes since 1.24: +11 -13
lines
Diff to previous 1.24 (colored)
Update to 2.70. From the changelog: 2.70 (2010-12-21) * Improved handling of given feed email addresses to prevent mail servers rejecting poorly formed Froms * Added X-RSS-TAGS header that lists any tags provided by an entry, which will be helpful in filtering incoming messages 2.69 (2010-11-12) * Added support for connecting to SMTP server via SSL, see SMTP_SSL option * Improved backwards compatibility by fixing issue with listing feeds when run with older Python versions * Added selective feed email overrides through OVERRIDE_EMAIL and DEFAULT_EMAIL options * Added NO_FRIENDLY_NAME to from from address only without the friendly name * Added X-RSS-URL header in each message with the link to the original item 2.68 (2010-10-01) * Added ability to pause/resume checking of individual feeds through pause and unpause commands * Added ability to import and export OPML feed lists through importopml and exportopml commands 2.67 (2010-09-21) * Fixed entries that include an id which is blank (i.e., an empty string) were being resent * Fixed some entries not being sent by email because they had bad From headers * Fixed From headers with HTML entities encoded twice * Compatibility changes to support most recent development versions of feedparser * Compatibility changes to support Google Reader feeds 2.66 (2009-12-21) * Complete packaging of all necessary source files (rss2email, html2text, feedparser, r2e, etc.) into one bundle * Included a more complete config.py with all options * Default to HTML mail and CSS results * Added 'reset' command to erase history of already seen entries * Changed project email and homepage * Made exception and error output text more useful * Added X-RSS-Feed and X-RSS-ID headers to each email for easier filtering * Improved enclosure handling * Fixed MacOS compatibility issues
Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 10 19:17:41 2010 UTC (13 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Bump revision for PYTHON_VERSION_DEFAULT change.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 7 04:41:18 2009 UTC (14 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.22: +2 -3
lines
Diff to previous 1.22 (colored)
Update to 2.65. From the changelog: * 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
Revision 1.22 / (download) - annotate - [select for diffs], Mon Feb 9 22:56:25 2009 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Switch to Python 2.5 as default. Bump revision of all packages that have changed runtime dependencies now.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 18 20:28:34 2008 UTC (15 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Update to 2.63. From the changelog: * Licensed under GPL 2 & 3 now * Display feed number in warning and error message lines * Fix for unicode handling problem with certain entry titles
Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:10 2008 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Changes since 1.19: +1 -2
lines
Diff to previous 1.19 (colored)
Update PYTHON_VERSIONS_COMPATIBLE - 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.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 4 17:57:19 2008 UTC (15 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.18: +9 -7
lines
Diff to previous 1.18 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 28 12:12:20 2008 UTC (15 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.17: +5 -6
lines
Diff to previous 1.17 (colored)
Fixed pkglint warnings.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Feb 19 10:33:05 2008 UTC (15 years, 9 months ago) by schmonz
Branch: MAIN
Changes since 1.16: +6 -3
lines
Diff to previous 1.16 (colored)
Update to 2.62. From the changelog: * 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
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 19 00:57:03 2007 UTC (16 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update to 2.60. From the changelog: * 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
Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 18 23:08:24 2007 UTC (16 years, 10 months ago) by schmonz
Branch: MAIN
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (colored)
Instead of creating files from patches, place them readably in ${FILESDIR} for easier tracking of external changes (e.g., Debian, whence they came). No functional change.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:59 2007 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 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.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 1 19:32:40 2006 UTC (17 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.12: +6 -13
lines
Diff to previous 1.12 (colored)
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.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 9 17:01:55 2006 UTC (17 years, 8 months ago) by schmonz
Branch: MAIN
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
Update to 2.57. From the changelog: * Merge various patches for reliability * Clean up error messages and typos * Only log into SMTP server once * SMTP AUTH * Windows support * HTML in titles
Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:58 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 3 00:49:36 2005 UTC (18 years ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.9: +6 -9
lines
Diff to previous 1.9 (colored)
Depend on py-html2text rather than downloading our own copy. Bump PKGREVISION.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 6 20:25:54 2005 UTC (18 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.8: +12 -5
lines
Diff to previous 1.8 (colored)
The r2e shell script now has a versioned filename. No user-visible change.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 3 17:19:26 2005 UTC (18 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Update to rss2email 2.55 (fixed datetime parsing). While here, update to html2text 2.23 (fix for Python 2.1).
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 16 06:58:08 2005 UTC (18 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Create directories before installing files into them.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:27 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 28 07:50:24 2004 UTC (19 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Update to 2.54 (and html2text-2.21). Bug fixes.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 27 04:46:29 2004 UTC (19 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
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.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 7 18:38:12 2004 UTC (19 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 2.511. From the changelog: * Typo bug with emails.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 30 20:19:35 2004 UTC (19 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.1: +9 -6
lines
Diff to previous 1.1 (colored)
Update to 2.51. From the changelog for 2.5: * 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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jun 27 23:00:34 2004 UTC (19 years, 5 months ago) by schmonz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import rss2email 2.32. 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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 27 23:00:34 2004 UTC (19 years, 5 months ago) by schmonz
Branch: MAIN
Initial revision