head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.29.17.53.39;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.08.22.51.42;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Ports collection makefile for:	rubygem-feedzirra
# Date created:				08 June 2010
# Whom:					Eric Freeman <freebsdports@@chillibear.com>
#
# $FreeBSD: head/www/rubygem-feedzirra/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	feedzirra
PORTVERSION=	0.0.24
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	freebsdports@@chillibear.com
COMMENT=	A feed fetching and parsing library

RUN_DEPENDS=	rubygem-activesupport>=2.3.8:${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>
@


1.2
log
@- Update to 0.0.24

PR:             ports/150017
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@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>
@
text
@d9 1
a9 1
PORTVERSION=	0.0.23
d16 1
a16 1
RUN_DEPENDS=	rubygem-activesupport>=2.0.0:${PORTSDIR}/devel/rubygem-activesupport \
@

