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


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

1.3
date	2010.06.06.19.56.26;	author pgollucci;	state Exp;
branches;
next	1.2;

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

1.1
date	2009.07.14.21.55.19;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-feed-normalizer
# Date created:		2009-07-13
# Whom:			TERAMOTO Masahiro <markun@@onohara.to>
#
# $FreeBSD: head/www/rubygem-feed-normalizer/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	feed-normalizer
PORTVERSION=	1.5.2
CATEGORIES=	www textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	markun@@onohara.to
COMMENT=	An extensible wrapper for Atom and RSS parsers

RUN_DEPENDS=	rubygem-simple-rss>=1.1:${PORTSDIR}/www/rubygem-simple-rss \
		rubygem-hpricot>=0.6:${PORTSDIR}/www/rubygem-hpricot \
		rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.3
log
@- Update to 1.5.2

PR:             ports/147537
Approved by:    markun@@onohara.to (maintainer)
Submitted by:   myself (pgollucci@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@@
@
text
@d9 1
a9 1
PORTVERSION=	1.5.1
@


1.1
log
@Feed normalizer wraps various RSS and Atom parsers, and returns
a single unified object graph, regardless of the underlying feed format.

Feed normalizer attempts to parse a given feed using all available
configured parsers.

Feed normalizer is useful when the representation of the data of
an underlying RSS/Atom feed should be the same regardless of the underlying
format and its terminology.

WWW:	http://rubyforge.org/projects/feed-normalizer/

PR:		ports/136758
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
@
text
@d11 1
a11 1
MASTER_SITES=	RF
@

