1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

add raggle 0.2.3

A console RSS aggregator written in Ruby

PR:		pr/56387
Submitted by:	gslin@ccca.nctu.edu.tw
This commit is contained in:
Ying-Chieh Liao 2003-10-04 08:40:05 +00:00
parent 999cf26a93
commit b5ea3c690f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90221
6 changed files with 66 additions and 0 deletions

View File

@ -553,6 +553,7 @@
SUBDIR += radiusd-cistron
SUBDIR += radreport
SUBDIR += radvd
SUBDIR += raggle
SUBDIR += rancid
SUBDIR += rate
SUBDIR += rboot

26
net/raggle/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: raggle
# Date created: 04 September 2003
# Whom: gslin@ccca.nctu.edu.tw
#
# $FreeBSD$
#
PORTNAME= raggle
PORTVERSION= 0.2.3
CATEGORIES= net
MASTER_SITES= http://www.raggle.org/files/
MAINTAINER= gslin@ccca.nctu.edu.tw
COMMENT= A console RSS aggregator written in Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/rexml/rexml.rb:${PORTSDIR}/textproc/ruby-rexml \
${RUBY_SITELIBDIR}/ncurses.rb:${PORTSDIR}/devel/ruby-ncurses \
${RUBY_SITELIBDIR}/yaml.rb:${PORTSDIR}/devel/ruby-yaml
USE_RUBY= yes
NO_BUILD= yes
MAN1= raggle.1
.include <bsd.port.mk>

1
net/raggle/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (raggle-0.2.3.tar.gz) = 4092af34641478a54c3c66f77c80c07e

View File

@ -0,0 +1,10 @@
--- Makefile.orig Thu Sep 4 22:39:10 2003
+++ Makefile Thu Sep 4 22:39:17 2003
@@ -1,6 +1,6 @@
PREFIX=/usr/local
BINDIR=${PREFIX}/bin
-MANDIR=${PREFIX}/share/man/man1
+MANDIR=${PREFIX}/man/man1
DOCDIR=${PREFIX}/share/doc/raggle
DATADIR=${PREFIX}/share/raggle
DATA=themes extras

7
net/raggle/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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 support,
browser auto-detection, and more. Raggle has been tested under Linux and
OpenBSD, and should work properly under other Unix variants as well.
WWW: http://www.raggle.org/about/

21
net/raggle/pkg-plist Normal file
View File

@ -0,0 +1,21 @@
bin/raggle
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/BUGS
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/README
%@dirrm %DOCSDIR%%
%%DATADIR%%/extras/feed_dump.rb
%%DATADIR%%/extras/feed_sizes.rb
%%DATADIR%%/extras/rss_dir_list.rb
%%DATADIR%%/extras/rss_grab.rb
%%DATADIR%%/extras/test_html_renderer.rb
%%DATADIR%%/themes/cyan.yaml
%%DATADIR%%/themes/default.yaml
%%DATADIR%%/themes/minidesc.yaml
%%DATADIR%%/themes/mono.yaml
%%DATADIR%%/themes/pane.yaml
%%DATADIR%%/themes/vert.yaml
@dirrm %%DATADIR%%/extras
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%