2012-10-28 07:30:00 +01:00
|
|
|
# $NetBSD: Makefile,v 1.12 2012/10/28 06:31:02 asau Exp $
|
Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-27 00:02:32 +01:00
|
|
|
|
|
|
|
DISTNAME= raggle-0.4.4
|
2010-09-12 05:30:06 +02:00
|
|
|
PKGREVISION= 4
|
Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-27 00:02:32 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.raggle.org/files/
|
|
|
|
|
2007-10-03 16:45:41 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-27 00:02:32 +01:00
|
|
|
HOMEPAGE= http://www.raggle.org/
|
|
|
|
COMMENT= Console-based screen(1)-aware RSS reader written in Ruby
|
2010-09-12 05:30:06 +02:00
|
|
|
LICENSE= mit
|
Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-27 00:02:32 +01:00
|
|
|
|
2006-01-29 03:38:50 +01:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ncurses>=0.8:../../devel/ruby-ncurses
|
Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-27 00:02:32 +01:00
|
|
|
|
2010-09-13 16:12:14 +02:00
|
|
|
CONFLICTS+= ruby[1-9][0-9]-raggle-[0-9]* raggle-[0-9]*
|
2010-09-12 05:31:10 +02:00
|
|
|
|
Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.
Raggle is a console RSS aggregator, written in Ruby.
Features include customizable keybindings, basic HTML rendering,
HTTP proxy support, OPML import/export, themes, support for
various versions of RSS, screen (pkgsrc/misc/screen) support,
browser auto-detection, and more...
2006-01-27 00:02:32 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
REPLACE_RUBY= raggle extras/feed_dump.rb extras/feed_sizes.rb \
|
|
|
|
extras/rss_dir_list.rb extras/rss_grab.rb
|
|
|
|
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|