7b0b FreshPorts -- www/rssowl
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
rssowl 1.2.3_9 www on this many watch lists=1 search for ports that depend on this port
Portable RSS, RDF, Atom Newsfeeds reader
Maintained by: m.sund@arcor.de search for ports maintained by this maintainer
Port Added: 06 Feb 2006 16:16:37
Also Listed In: java
License: not specified in port


RSSOwl is a free, opensource RSS / RDF / Atom Newsreader.
Some special features are:

  - Export News to PDF, HTML, RTF, OPML
  - Import Favorites from OPML
  - Full text-search with syntax-highlight of the results
  - Powerful Newsfeed search-engine
  - View news in internal browser
  - Manage favorites in categories (Drag and Drop support)
  - Runs on Windows, Linux, Solaris and Mac

For a complete list of features, see: http://www.rssowl.org/overview

WWW: http://www.rssowl.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11-toolkits/swt
  2. java/openjdk6
  3. devel/apache-ant
Required To Run:
  1. x11-toolkits/swt
  2. java/openjdk6
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/rssowl/ && make install clean
To add the package: pkg_add -r rssowl


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  3. http://freefr.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  4. http://garr.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  5. http://heanet.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  6. http://hivelocity.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  7. http://ignum.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  8. http://internode.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  9. http://iweb.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  10. http://jaist.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  11. http://nchc.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  12. http://ncu.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  13. http://netcologne.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  14. http://osdn.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  15. http://space.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  16. http://sunet.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  17. http://superb-dca3.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  18. http://switch.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  19. http://tenet.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  20. http://ufpr.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/
  21. http://waix.dl.sourceforge.net/project/rssowl/rssowl%20classic%20%28dont%20use%29/1.2.3/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Jan 2013 15:00:19
Original commit files touched by this commit  1.2.3_9
makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
22 Jan 2013 23:12:21
Original commit files touched by this commit  1.2.3_8
makc search for other commits by this committer
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category if missing
- Remove indefinite article from COMMENT

Approved by:	maintainers
10 Dec 2012 13:43:44
Original commit files touched by this commit  1.2.3_8
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
01 Jun 2012 05:26:28
Original commit files touched by this commit  1.2.3_8
dinoex search for other commits by this committer
- update png to 1.5.10
21 Jul 2011 05:03:02
Original commit files touched by this commit  1.2.3_7
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.2.3_7
miwi search for other commits by this committer
- Get Rid MD5 support
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.2.3_7
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.2.3_6
dinoex search for other commits by this committer
- update to jpeg-8
02 Sep 2009 15:01:56
Original commit files touched by this commit  1.2.3_5
amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
31 Jul 2009 13:57:52
Original commit files touched by this commit  1.2.3_5
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
06 Jun 2008 14:07:24
Original commit files touched by this commit  1.2.3_4
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.2.3_3
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  1.2.3_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
14 Mar 2007 18:12:21
Original commit files touched by this commit  1.2.3_1
markus search for other commits by this committer
- Fix plist if NOPORTDOCS is defined
- Move docs install to do-install target and utilize INSTALL_DATA
- Bump PORTREVISION

Approved by:    maintainer timeout (6 weeks)
05 Dec 2006 19:53:39
Original commit files touched by this commit  1.2.3
miwi search for other commits by this committer
- Update to 1.2.3 [1]
- Switch to swt32 [2]

PR:             ports/106279 [1]
                ports/101778 [2]
Submitted by:   Roy Boerner<roy.boerner@bsd-crew.de> [1]
                Matthias Sund <m.sund@arcor.de> [2]
Approved by:    maintainer [2]
06 Feb 2006 16:14:11
Original commit files touched by this commit  1.1.3
jylefort search for other commits by this committer
Add rssowl.

RSSOwl is a free, opensource RSS / RDF / Atom Newsreader.
Some special features are:

  - Export News to PDF, HTML, RTF, OPML
  - Import Favorites from OPML
  - Full text-search with syntax-highlight of the results
  - Powerful Newsfeed search-engine
  - View news in internal browser
  - Manage favorites in categories (Drag and Drop support)
  - Runs on Windows, Linux, Solaris and Mac

For a complete list of features, see: http://www.rssowl.org/overview

WWW: http://www.rssowl.org/

PR:             ports/92708
Submitted by:   Matthias Sund <m.sund@arcor.de>

Number of commits found: 16

2857
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24542
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours8
new 7 days30
new fortnight60
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0