Feedzirra is a feed library that is designed to get
and update many feeds as quickly as possible. The fetching and parsing logic have been de-coupled so that either of them can be used in isolation if you'd prefer not to use everything that Feedzirra offers. WWW: http://github.com/pauldix/feedzirra PR: ports/147693 Submitted by: Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
parent
91830507b5
commit
4fffbe6658
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256154
4 changed files with 39 additions and 0 deletions
|
@ -1529,6 +1529,7 @@
|
|||
SUBDIR += rubygem-bluecloth
|
||||
SUBDIR += rubygem-erubis
|
||||
SUBDIR += rubygem-feed-normalizer
|
||||
SUBDIR += rubygem-feedzirra
|
||||
SUBDIR += rubygem-haml
|
||||
SUBDIR += rubygem-hpricot
|
||||
SUBDIR += rubygem-htauth
|
||||
|
|
27
www/rubygem-feedzirra/Makefile
Normal file
27
www/rubygem-feedzirra/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Ports collection makefile for: rubygem-feedzirra
|
||||
# Date created: 08 June 2010
|
||||
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= feedzirra
|
||||
PORTVERSION= 0.0.23
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= freebsdports@chillibear.com
|
||||
COMMENT= A feed fetching and parsing library
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport>=2.0.0:${PORTSDIR}/devel/rubygem-activesupport \
|
||||
rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
|
||||
rubygem-nokogiri>=0.0.0:${PORTSDIR}/textproc/rubygem-nokogiri \
|
||||
rubygem-loofah>=0.3.1:${PORTSDIR}/textproc/rubygem-loofah \
|
||||
rubygem-curb>=0.2.3:${PORTSDIR}/ftp/rubygem-curb \
|
||||
rubygem-sax-machine>=0.0.12:${PORTSDIR}/textproc/rubygem-sax-machine
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-feedzirra/distinfo
Normal file
3
www/rubygem-feedzirra/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (rubygem/feedzirra-0.0.23.gem) = 67285c9e4c081276de8357ad3a319f81
|
||||
SHA256 (rubygem/feedzirra-0.0.23.gem) = 157849edbb296dbfbef108e0219f1d33f69d80fd2f4c6f9aac92d4f72d353de7
|
||||
SIZE (rubygem/feedzirra-0.0.23.gem) = 24064
|
8
www/rubygem-feedzirra/pkg-descr
Normal file
8
www/rubygem-feedzirra/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Feedzirra is a feed library that is designed to get
|
||||
and update many feeds as quickly as possible.
|
||||
|
||||
The fetching and parsing logic have been de-coupled
|
||||
so that either of them can be used in isolation if you'd
|
||||
prefer not to use everything that Feedzirra offers.
|
||||
|
||||
WWW: http://github.com/pauldix/feedzirra
|
Loading…
Reference in a new issue