diff --git a/www/ruby-webrobots/DESCR b/www/ruby-webrobots/DESCR new file mode 100644 index 000000000000..7d6da0dad13b --- /dev/null +++ b/www/ruby-webrobots/DESCR @@ -0,0 +1 @@ +This library helps write robots.txt compliant web robots in Ruby. diff --git a/www/ruby-webrobots/Makefile b/www/ruby-webrobots/Makefile new file mode 100644 index 000000000000..8dec63f2bf8e --- /dev/null +++ b/www/ruby-webrobots/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/08/12 17:30:51 taca Exp $ + +DISTNAME= webrobots-0.0.11 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://rubygems.org/gems/webrobots +COMMENT= Ruby library to help write robots.txt compliant web robots +LICENSE= 2-clause-bsd + +DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4.4:../../textproc/ruby-nokogiri + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-webrobots/PLIST b/www/ruby-webrobots/PLIST new file mode 100644 index 000000000000..5c89baf9ec13 --- /dev/null +++ b/www/ruby-webrobots/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/12 17:30:51 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.document +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Gemfile.lock +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION +${GEM_LIBDIR}/lib/webrobots.rb +${GEM_LIBDIR}/lib/webrobots/nokogiri.rb +${GEM_LIBDIR}/lib/webrobots/robotstxt.rb +${GEM_LIBDIR}/lib/webrobots/robotstxt.ry +${GEM_LIBDIR}/test/helper.rb +${GEM_LIBDIR}/test/test_webrobots.rb +${GEM_LIBDIR}/webrobots.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-webrobots/distinfo b/www/ruby-webrobots/distinfo new file mode 100644 index 000000000000..39b743475221 --- /dev/null +++ b/www/ruby-webrobots/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/08/12 17:30:51 taca Exp $ + +SHA1 (webrobots-0.0.11.gem) = 42f8d4c5b36c1de8b007d5d88613c190aca798fc +RMD160 (webrobots-0.0.11.gem) = e951757e1366be259debea9e04141127446a14a2 +Size (webrobots-0.0.11.gem) = 16384 bytes