Index: rubygem-anemone/Makefile =================================================================== RCS file: rubygem-anemone/Makefile diff -N rubygem-anemone/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ rubygem-anemone/Makefile 11 Apr 2010 20:58:25 -0000 @@ -0,0 +1,26 @@ +# Ports collection makefile for: rubygem-anemone +# Date created: 2010-04-11 +# Whom: niels +# +# $FreeBSD$ + +PORTNAME= anemone +PORTVERSION= 0.4.0 +CATEGORIES= www rubygems +MASTER_SITES= http://gemcutter.org/gems/ + +MAINTAINER= niels@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-robots>=0.8.0:${PORTSDIR}/www/rubygem-robots + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/anemone + +# we care about not passing -A +FETCH_ARGS= -pRr + +.include Index: rubygem-anemone/distinfo =================================================================== RCS file: rubygem-anemone/distinfo diff -N rubygem-anemone/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ rubygem-anemone/distinfo 11 Apr 2010 20:58:25 -0000 @@ -0,0 +1,3 @@ +MD5 (rubygem/anemone-0.4.0.gem) = 1ac0f89d5b9be117272a23c03cc4c5b2 +SHA256 (rubygem/anemone-0.4.0.gem) = f6035e0d32934720cef4e3d1b058b0905daede4301e361bab8c091d23bb2a041 +SIZE (rubygem/anemone-0.4.0.gem) = 18432 Index: rubygem-anemone/pkg-descr =================================================================== RCS file: rubygem-anemone/pkg-descr diff -N rubygem-anemone/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ rubygem-anemone/pkg-descr 11 Apr 2010 20:58:25 -0000 @@ -0,0 +1,6 @@ +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/