Commit graph

19 commits

Author SHA1 Message Date
leot
656295e52e sfeed: Update to 0.9.22
Changes:
0.9.22
------
* Fix a time parsing regression with the non-standard date format
  "2021-02-03 05:13:03" (without T). This non-standard format is now
  supported again.
* Fix/improve/refactor URI parsing and formatting. This now supports
  non-authoritive URI like "magnet:" links. local file URIs like file:/// are
  now also allowed (of course the user should be careful with file:/// URLs).
  This now follows the RFC standard more closely (but not completely):
  https://tools.ietf.org/html/rfc3986
* sfeed_update: just pass the feedurl directly as the base URL. This simplifies
  the code and allows for more correct transformation of relative URLs. Note
  though that feeds should not contain relative URLs though.
* sfeed_update: add an overridable parse() function, using sfeed(1) by default
  This can be useful to more cleanly make connector scripts.
* sfeed_update: restructure the code and allow to more easily reuse parts of
  the functions by including the script. Add an example script in the README
  to allow more efficient parallel execution using the non-POSIX xargs -P
  option.
* Documentation improvements: add examples, typo fixes, mandoc (lint) errors,
  etc.
2021-03-14 18:18:27 +00:00
leot
756de2aca9 sfeed: Update to 0.9.21
pkgsrc changes:
 - Use https:// also for MASTER_SITES

Changes:
0.9.21
------
 - Do not convert UTF-16 surrogate pairs to an invalid sequence
 - If baseurl is empty use the path from the feed by default in sfeed_update
 - Misc bug fixes and code and documentation improvements
2021-01-27 16:59:13 +00:00
leot
1f2f7aa843 sfeed: Update to 0.9.20
Changes:
 - sfeed_xmlenc: be more paranoid in printing encoding names
 - sfeed_web: improve parsing <link> if it has no type attribute
2020-11-20 14:38:52 +00:00
leot
6d848fdc1a sfeed: Update to 0.9.19
0.9.19
------
- Parse categories and add multiple field values support (for categories)
  separated by `|'
- Misc bug fixes and improvements
2020-10-26 10:06:37 +00:00
leot
71904edbd3 sfeed: Update to 0.9.18
Changes:
0.9.18
------
 - format tools: don't skip items with a missing/invalid timestamp field
 - sfeed_atom: the updated field is mandatory: use the current time
 - sfeed_atom: fix timezone, output if timestamp is set
 - sfeed_atom: make the output more conform by adding id, updated tags and add
   <feed> tags (author name, id, updated, title).
   Thanks lich for the feedback and testing.
 - sfeed_gopher: do not use URL: prefix for gopher:// urls.
 - Documentation improvements
2020-07-14 10:46:35 +00:00
leot
e876d2f756 sfeed: Update to 0.9.17
Changes:
0.9.17
------
 - Fallback author to feedname instead of unknown in sfeed_mbox.
 - Remove prefix in Subject: for sfeed_mbox to save some space.
   Filtering or custom labels can be made using the X-Feedname: header.
 - Document exit status in man pages.
 - Use a <pre> section per feed in sfeed_html/sfeed_frames.
 - Optimize UTF-8 decoding and column position calculation in sfeed_plain.
2020-05-04 15:41:23 +00:00
leot
36274e9005 sfeed: Update to 0.9.16
Changes:
0.9.16
------
 - Add sfeed_gopher: generic gopher formatting program
 - Remove sfeed_gph
 - Other bug fixes and improvements (in particular documentation one)
2020-02-23 20:32:45 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
leot
e3a804c9c8 sfeed: Update to 0.9.15
Changes:
0.9.15
------
 - OPML export and import improvements
 - Minor bug fixes and documentation improvements
2019-11-26 11:03:13 +00:00
leot
1c37873c69 sfeed: Update to 0.9.14
Changes:
0.9.14
------
 - Add checks for addition/multiplication overflow in string_append()
 - Documentation improvements
2019-10-13 13:51:56 +00:00
leot
24bcd2e23e sfeed: Update to 0.9.13
Changes:
0.9.13
------
 - Documentation improvements
 - Misc bug fixes and improvements
2019-08-01 18:55:29 +00:00
leot
3e47177640 sfeed: Update to 0.9.12
Changes:
0.9.12
------
 - Handle entities in attribute values
 - Misc bug fixes and improvements
2019-06-30 19:33:15 +00:00
leot
fe25a41496 sfeed: Update to 0.9.11
Changes:
0.9.11
------
 - Remove sfeed_tail: it did not worked well with FIFOs and a tail-like
   example is now documented in README
 - sfeed_plain, start with timestamp, similarly to sfeed_twtxt
 - Optimize sfeed_opml_export
2019-05-13 23:20:10 +00:00
leot
49dceb289f sfeed: Update to 0.9.10
Changes:
0.9.10
------
 - Disable If-Modified-Since by default in sfeed_update
 - Misc bug fixes and improvements

0.9.9
-----
 - Add sfeed_atom to convert one or more feeds from TSV back to Atom
 - Rename fetchfeed() to feed() in sfeed_update
 - Add support for first <enclosure> as 8th field
 - Misc bug fixes and improvements
2019-05-05 17:46:36 +00:00
leot
efec8f2dca sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
leot
3f78227a99 sfeed: Update to 0.9.8
Changes:
0.9.8
-----
 - Documentation improvements
 - Add DOCPREFIX for installing docs
 - Misc bug fixes and improvements
2019-02-17 21:19:53 +00:00
leot
79892db63c sfeed: Update to 0.9.7
Changes:
0.9.7
-----
- Add a maximum amount of feeds to update concurrently in sfeed_update
- Add merge(), filter() and order() support per feed in sfeed_update
  in order to permit to change merge logic, filter lines and fields
  and order lines per feed
- Misc bug fixes and improvements
2019-01-01 00:32:10 +00:00
leot
b0236a5956 sfeed: Use REPLACE_SH for shell scripts 2018-09-08 14:10:52 +00:00
leot
8de0b42eb1 sfeed: Import sfeed-0.9.6 as news/sfeed
RSS and Atom parser (and some format programs).
2018-09-08 13:23:38 +00:00