1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering,

URL correction, and Web service queries -- whatever it takes --
to find the feed.

WWW:	http://rubyforge.org/projects/rfeedfinder/

PR:		ports/136715
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
This commit is contained in:
Martin Wilke 2009-07-13 22:14:05 +00:00
parent 5aeab93817
commit 0817f3cc9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237719
4 changed files with 33 additions and 0 deletions

View File

@ -1388,6 +1388,7 @@
SUBDIR += rubygem-rails-app-installer
SUBDIR += rubygem-redcloth
SUBDIR += rubygem-rfacebook
SUBDIR += rubygem-rfeedfinder
SUBDIR += rubygem-rubyfulsoup
SUBDIR += rubygem-scrapi
SUBDIR += rubygem-scrubyt

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: rubygem-rfeedfinder
# Date created: 2009-07-13
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= rfeedfinder
PORTVERSION= 0.9.13
CATEGORIES= www textproc rubygems
MASTER_SITES= RF
MAINTAINER= markun@onohara.to
COMMENT= A Ruby library to find the feed.
RUN_DEPENDS= rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
rubygem-htmlentities>=4.0.0:${PORTSDIR}/textproc/rubygem-htmlentities \
rubygem-hoe>=1.7.0:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/rfeedfinder-0.9.13.gem) = 0008be377bea765e32ab44cead23d217
SHA256 (rubygem/rfeedfinder-0.9.13.gem) = 4cdd7962f36afebe9107003d1f141083a164e2e385ddd34c18e352a1349e7f88
SIZE (rubygem/rfeedfinder-0.9.13.gem) = 31232

View File

@ -0,0 +1,5 @@
rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering,
URL correction, and Web service queries -- whatever it takes --
to find the feed.
WWW: http://rubyforge.org/projects/rfeedfinder/