1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

www/rubygem-feedjira: create port of rubygem-feedjira

A library designed to retrieve and parse feeds as quickly as possible

WWW: http://feedjira.com
This commit is contained in:
Steve Wills 2014-08-23 22:39:43 +00:00
parent 563992461b
commit 3ca1f780ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365845
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= feedjira
PORTVERSION= 1.3.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Feed fetching and parsing library
RUN_DEPENDS= rubygem-sax-machine>=0.2.1:${PORTSDIR}/textproc/rubygem-sax-machine \
rubygem-curb>=0.8.1:${PORTSDIR}/ftp/rubygem-curb \
rubygem-loofah>=2.0.0:${PORTSDIR}/textproc/rubygem-loofah
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/feedjira-1.3.1.gem) = d6238004bd3db04a15616020a5c34d97ed90c38e2197b42dbacb34af3c916226
SIZE (rubygem/feedjira-1.3.1.gem) = 231936

View File

@ -0,0 +1,3 @@
A library designed to retrieve and parse feeds as quickly as possible
WWW: http://feedjira.com