diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 14:12:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 14:12:07 +0800 |
commit | d6b3adbb228bd090a248bea4146b4d675361274e (patch) | |
tree | 0f6ceca6782fcca99af82479c511c7351ebc82bb /www | |
parent | 8a162deff3d9abd3302548ba50e03c5ca7ae1cd8 (diff) | |
download | freebsd-ports-gnome-d6b3adbb228bd090a248bea4146b4d675361274e.tar.gz freebsd-ports-gnome-d6b3adbb228bd090a248bea4146b4d675361274e.tar.zst freebsd-ports-gnome-d6b3adbb228bd090a248bea4146b4d675361274e.zip |
A Linux RSS monitor for RSS and Atom feeds that lets you
monitor many feeds at once and supports feed access through a web
(HTTP) proxy. Configure a feed to your liking, click "add/update" to
record your data and "instantiate" to create a window for the feed.
Right-click on the feed browser to display the feed menu, or use the
main menu. A ticker window for a feed displays headlines for all
articles in the feed. Right-click on the window or on the main menu to
display the "article" menu, where you may display the text of the
article, view it in a browser, follow the article link if there was
one or display a browser for all articles in the feed. Right-click on
the browser or the article content view to display the article menu
and apply it to the currently selected article. Right-click on the
article text view to display the "article" menu. Article text views
will be collected when the feed updates. The headline view will
flash/beep when the data in the feed change. You may have to
experiment to find a font that displays your language correctly. I
have found that Helvetica works well with Google's German, French and
Spanish feeds.
WWW: http://www.gnustep.it/marko/Ticker/index.html
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/gnustep-ticker/Makefile | 27 | ||||
-rw-r--r-- | www/gnustep-ticker/distinfo | 3 | ||||
-rw-r--r-- | www/gnustep-ticker/pkg-descr | 20 | ||||
-rw-r--r-- | www/gnustep-ticker/pkg-plist | 8 |
5 files changed, 59 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index dca0c1dbe179..ba419c8dfbf5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -176,6 +176,7 @@ SUBDIR += glibwww SUBDIR += gnome-user-share SUBDIR += gnome-web-photo + SUBDIR += gnustep-ticker SUBDIR += google-sitemapgen SUBDIR += goose SUBDIR += gstreamer-plugins-neon diff --git a/www/gnustep-ticker/Makefile b/www/gnustep-ticker/Makefile new file mode 100644 index 000000000000..1a9587318265 --- /dev/null +++ b/www/gnustep-ticker/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: ticker +# Date created: 29 Oct 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= ticker +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= http://www.gnustep.it/marko/Ticker/ +PKGNAMEPREFIX= gnustep- +DISTNAME= Ticker +EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= RSS monitor for RSS and Atom feeds + +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= + +.include <bsd.port.mk> diff --git a/www/gnustep-ticker/distinfo b/www/gnustep-ticker/distinfo new file mode 100644 index 000000000000..d4d0f708eee3 --- /dev/null +++ b/www/gnustep-ticker/distinfo @@ -0,0 +1,3 @@ +MD5 (Ticker.tgz) = 9359d662f14f7f97cade90aa516a7a28 +SHA256 (Ticker.tgz) = dba30a1ef82728e79c9416a6c3887b8a46738f652e5c9c5abf8ce5df95b7b764 +SIZE (Ticker.tgz) = 25176 diff --git a/www/gnustep-ticker/pkg-descr b/www/gnustep-ticker/pkg-descr new file mode 100644 index 000000000000..4b4fa30d87ba --- /dev/null +++ b/www/gnustep-ticker/pkg-descr @@ -0,0 +1,20 @@ +A Linux RSS monitor for RSS and Atom feeds that lets you +monitor many feeds at once and supports feed access through a web +(HTTP) proxy. Configure a feed to your liking, click "add/update" to +record your data and "instantiate" to create a window for the feed. +Right-click on the feed browser to display the feed menu, or use the +main menu. A ticker window for a feed displays headlines for all +articles in the feed. Right-click on the window or on the main menu to +display the "article" menu, where you may display the text of the +article, view it in a browser, follow the article link if there was +one or display a browser for all articles in the feed. Right-click on +the browser or the article content view to display the article menu +and apply it to the currently selected article. Right-click on the +article text view to display the "article" menu. Article text views +will be collected when the feed updates. The headline view will +flash/beep when the data in the feed change. You may have to +experiment to find a font that displays your language correctly. I +have found that Helvetica works well with Google's German, French and +Spanish feeds. + +WWW: http://www.gnustep.it/marko/Ticker/index.html diff --git a/www/gnustep-ticker/pkg-plist b/www/gnustep-ticker/pkg-plist new file mode 100644 index 000000000000..2bfd32d0d7bb --- /dev/null +++ b/www/gnustep-ticker/pkg-plist @@ -0,0 +1,8 @@ +Local/Applications/Ticker.app/Resources/Info-gnustep.plist +Local/Applications/Ticker.app/Resources/Ticker.desktop +Local/Applications/Ticker.app/Resources/Ticker.tiff +Local/Applications/Ticker.app/Ticker +Local/Applications/Ticker.app/library_paths.openapp +Local/Applications/Ticker.app/stamp.make +@dirrm Local/Applications/Ticker.app/Resources +@dirrm Local/Applications/Ticker.app |