head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.05.19.48.28;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.02.08.02.10.26;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2011.12.20.05.37.49;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2011.11.16.19.06.37;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2011.11.14.17.16.14;	author tabthorpe;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.02.03.24.32;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.24.20.55.50;	author niels;	state Exp;
branches;
next	1.3;

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

1.2
date	2010.05.29.13.03.32;	author niels;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.12.07.21.12;	author niels;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Ports collection makefile for:	rubygem-anemone
# Date created:				2010-04-11
# Whom:					niels <niels@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-anemone/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	anemone
PORTVERSION=	0.7.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Anemone is a library that allows programs to spider websites

RUN_DEPENDS=	rubygem-nokogiri>=1.3.0:${PORTSDIR}/textproc/rubygem-nokogiri \
		rubygem-robotex>=1.0.0:${PORTSDIR}/www/rubygem-robotex

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/anemone

.include <bsd.port.mk>
@


1.10
log
@- Update to 0.7.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 0.7.0

With Hat:       ruby@@
Sponsored by:   RideCharge Inc. / TaxiMagic
@
text
@d8 1
a8 1
PORTVERSION=	0.7.0
d16 1
a16 1
		rubygem-robots>=0.7.2:${PORTSDIR}/www/rubygem-robots
@


1.8
log
@- Pass some recent recents to ruby@@
@
text
@d8 1
a8 1
PORTVERSION=	0.6.1
@


1.7
log
@- Update to 0.6.1
- Add RG as primary WWW

Changes:	https://github.com/chriskite/anemone/blob/master/CHANGELOG.rdoc
PR:		ports/162150
Submitted by:	swills
Feature safe:	yes
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@- Reassign these ports back to the heap

Feature safe:	yes
@
text
@d8 1
a8 1
PORTVERSION=	0.6.0
@


1.5
log
@- Update to 0.6.0

PR:		ports/158302
Submitted by:	pgollucci
@
text
@d12 1
a12 1
MAINTAINER=	niels@@FreeBSD.org
@


1.4
log
@Updated to version 0.5.0 and fixed dependency

PR:		ports/150417
PR:		ports/150823
Submitted by:	pgollucci
Approved by:	itetcu (mentor, implicit)
@
text
@d8 1
a8 1
PORTVERSION=	0.5.0
@


1.3
log
@- No need to mess with FETCH_ARGS anymore.
  rubygems.org (RG) doesn't do redirects.

With Hat:   ruby@@
@
text
@d8 1
a8 1
PORTVERSION=	0.4.0
d16 1
a16 1
		rubygem-robots>=0.8.0:${PORTSDIR}/www/rubygem-robots
@


1.2
log
@Updated to use the RG macro

PR:		ports/147031
Approved by:	itetcu (mentor, implicit)
Submitted by:	pgollucci
@
text
@a22 3
# we care about not passing -A
FETCH_ARGS=	-pRr

@


1.1
log
@New port: Anemone is a Ruby library that makes it quick and painless
to write programs that spider a website. It provides a simple DSL
for performing actions on every page of a site, skipping certain
URLs, and calculating the shortest path to a given page on a site.

WWW: http://anemone.rubyforge.org/

Approved by:	itetcu (mentor)
@
text
@d10 1
a10 1
MASTER_SITES=	http://gemcutter.org/gems/
@

