Hi,

sfeed 1.5 was released.

sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file.

sfeed has the following notable changes compared to 1.4:

Changes:
* sfeed_curses: interrupt waitpid while interactive child program is running
  This now handles SIGTERM on sfeed_curses while an interactive child program is
  running.
* sfeed_curses: close stdin before spawning a plumb program in non-interactive
  mode, which is more intuitive: the program doesn't seem to hang when it 
expects
  input in this case since there is no way to send input anyway.
* Properly escape backslashes in the man pages (thanks adc!).
* Documentation improvements to the man pages and a progress indicator example
  script for sfeed_update.


diff --git www/sfeed/Makefile www/sfeed/Makefile
index 9d4b5e77c41..8b047494f72 100644
--- www/sfeed/Makefile
+++ www/sfeed/Makefile
@@ -1,5 +1,5 @@
 COMMENT =              RSS/Atom newsreader and formatting programs
-DISTNAME =             sfeed-1.4
+DISTNAME =             sfeed-1.5
 CATEGORIES =           www
 
 HOMEPAGE =             https://codemadness.org/sfeed.html
diff --git www/sfeed/distinfo www/sfeed/distinfo
index 5f79fab7e7d..1ce0bde9711 100644
--- www/sfeed/distinfo
+++ www/sfeed/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sfeed-1.4.tar.gz) = PJD0vvG+zfWDzAriAeaURZ7c0CTh12v+7T9BfswWNJg=
-SIZE (sfeed-1.4.tar.gz) = 64312
+SHA256 (sfeed-1.5.tar.gz) = CgAkvZWLmwDxt8KVAfFYDjhZMwEC/9daiSL1D/iVX9E=
+SIZE (sfeed-1.5.tar.gz) = 65067

-- 
Kind regards,
Hiltjo

Reply via email to