From ca4f00a8959efcf84f5bb0a8aa788eff853016ea Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 27 Dec 2009 21:35:00 +0100 Subject: Slrn 0.9.9p1 A newsreader, i.e. a program that accesses a newsserver to read messages from the Internet News service (also known as 'Usenet'). It runs in console mode on various Unix-like systems (including Linux), 32-bit Windows, OS/2, BeOS and VMS. Beside the usual features of a newsreader slrn supports scoring rules to highlight, sort or kill articles based on information from their header. It is highly customizable, allows free key-bindings and can easily be extended using the sophisticated S-Lang macro language. Offline reading is possible by using either slrnpull (shipped with slrn) or a local newsserver (like leafnode or INN). --- Library/Formula/slrn.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Library/Formula/slrn.rb (limited to 'Library') diff --git a/Library/Formula/slrn.rb b/Library/Formula/slrn.rb new file mode 100644 index 000000000..cd6192bcb --- /dev/null +++ b/Library/Formula/slrn.rb @@ -0,0 +1,24 @@ +require 'formula' + +class Slrn