diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-04-12 07:21:12 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-04-12 07:21:12 +0000 |
commit | 1b40eaa840bd4dfd1a521700e2e0a77fa7851e45 (patch) | |
tree | dec2aedd48ffefc65dab5982b304eefd18050167 /www/Makefile | |
parent | b9654cbca9caddc8425ed6289d6fa28171818864 (diff) | |
download | ports-1b40eaa840bd4dfd1a521700e2e0a77fa7851e45.tar.gz ports-1b40eaa840bd4dfd1a521700e2e0a77fa7851e45.zip |
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)
Notes
Notes:
svn path=/head/; revision=252584
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 391ac36a838a..a78b59d14723 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1498,6 +1498,7 @@ SUBDIR += rubygem-activeresource SUBDIR += rubygem-addressable SUBDIR += rubygem-amazon-ecs + SUBDIR += rubygem-anemone SUBDIR += rubygem-bluecloth SUBDIR += rubygem-erubis SUBDIR += rubygem-feed-normalizer |