Imporging www/ruby-webrobots package version 0.0.11.
This library helps write robots.txt compliant web robots in Ruby.
This commit is contained in:
parent
c31c85c8f3
commit
52181f6970
4 changed files with 37 additions and 0 deletions
1
www/ruby-webrobots/DESCR
Normal file
1
www/ruby-webrobots/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This library helps write robots.txt compliant web robots in Ruby.
|
14
www/ruby-webrobots/Makefile
Normal file
14
www/ruby-webrobots/Makefile
Normal file
|
@ -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"
|
17
www/ruby-webrobots/PLIST
Normal file
17
www/ruby-webrobots/PLIST
Normal file
|
@ -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
|
5
www/ruby-webrobots/distinfo
Normal file
5
www/ruby-webrobots/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue