Re: NEW: mail/rss2email

2013-06-29 Thread Sergey Bronnikov
On 12:12 Wed 26 Jun , Stuart Henderson wrote:
 Two ports enclosed, mail/rss2email and its dependency converters/py-html2text.
 The latter conflicts with the existing converters/html2text; I had a quick
 attempt at renaming the script to de-conflict but it didn't work - so I have
 just left them conflicting as nothing depends on the ~9y old unmaintained
 C++ converters/html2text.

Tested on amd64 as replacement of Google Reader with my 200 RSS feeds.
Works fine.

-- 
sergeyb@



Re: NEW: mail/rss2email

2013-06-27 Thread Sergey Bronnikov
I suggest to add pkg/MESSAGE like in my variant of port:
https://github.com/jasperla/openbsd-wip/blob/master/productivity/py-rss2email/pkg/MESSAGE

On 12:12 Wed 26 Jun , Stuart Henderson wrote:
 Two ports enclosed, mail/rss2email and its dependency converters/py-html2text.
 The latter conflicts with the existing converters/html2text; I had a quick
 attempt at renaming the script to de-conflict but it didn't work - so I have
 just left them conflicting as nothing depends on the ~9y old unmaintained
 C++ converters/html2text.
 
 html2text is a Python script that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
 valid Markdown (a text-to-HTML format).
 
 rss2email is a free tool for delivering news from RSS feeds to your
 email program.
 
 ..
 
 Tester notes: this is super-easy to use. If you're too lazy to read the
 docs, you can configure like so:
 
 r2e new email
 r2e add http://www.undeadly.org/cgi?action=rss
 
 If your mail server requires a valid From: address, set DEFAULT_FROM in
 ~/.rss2email/config.py (see 
 /usr/local/share/examples/rss2email/config.py.example).
 
 Optionally, if you want to skip sending mail for any existing stories,
 r2e run --no-send.
 
 Then add r2e run from cron and check your mail.
 
 ..
 
 OK to import?



-- 
sergeyb@



Re: NEW: mail/rss2email

2013-06-27 Thread Stuart Henderson
On 2013/06/27 16:46, Sergey Bronnikov wrote:
 I suggest to add pkg/MESSAGE like in my variant of port:
 https://github.com/jasperla/openbsd-wip/blob/master/productivity/py-rss2email/pkg/MESSAGE

We generally avoid MESSAGEs now except in special cases, and
I think the docs for this are easy enough to find..

Rather than just putting things on github, it would be better to
send them out for review, this will help avoid duplicate work..



Re: NEW: mail/rss2email

2013-06-27 Thread Sergey Bronnikov
On 14:19 Thu 27 Jun , Stuart Henderson wrote:
 On 2013/06/27 16:46, Sergey Bronnikov wrote:
  I suggest to add pkg/MESSAGE like in my variant of port:
  https://github.com/jasperla/openbsd-wip/blob/master/productivity/py-rss2email/pkg/MESSAGE
 
 We generally avoid MESSAGEs now except in special cases, and
 I think the docs for this are easy enough to find..
 
 Rather than just putting things on github, it would be better to
 send them out for review, this will help avoid duplicate work..

I am agree with you, but it was WIP port. So there was nothing
to send out to review.

-- 
sergeyb@



NEW: mail/rss2email

2013-06-26 Thread Stuart Henderson
Two ports enclosed, mail/rss2email and its dependency converters/py-html2text.
The latter conflicts with the existing converters/html2text; I had a quick
attempt at renaming the script to de-conflict but it didn't work - so I have
just left them conflicting as nothing depends on the ~9y old unmaintained
C++ converters/html2text.

html2text is a Python script that converts a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
valid Markdown (a text-to-HTML format).

rss2email is a free tool for delivering news from RSS feeds to your
email program.

..

Tester notes: this is super-easy to use. If you're too lazy to read the
docs, you can configure like so:

r2e new email
r2e add http://www.undeadly.org/cgi?action=rss

If your mail server requires a valid From: address, set DEFAULT_FROM in
~/.rss2email/config.py (see 
/usr/local/share/examples/rss2email/config.py.example).

Optionally, if you want to skip sending mail for any existing stories,
r2e run --no-send.

Then add r2e run from cron and check your mail.

..

OK to import?


rss2email.tgz
Description: application/tar-gz