www/ruby-robots: Import version 0.10.1
This parses robots.txt files.
This commit is contained in:
parent
993f52c620
commit
bf0648c79b
4 changed files with 38 additions and 0 deletions
1
www/ruby-robots/DESCR
Normal file
1
www/ruby-robots/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This parses robots.txt files.
|
15
www/ruby-robots/Makefile
Normal file
15
www/ruby-robots/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/04/12 15:44:33 minskim Exp $
|
||||
|
||||
DISTNAME= robots-0.10.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://github.com/fizx/robots
|
||||
COMMENT= Parser for robots.txt
|
||||
LICENSE= mit
|
||||
|
||||
post-extract:
|
||||
${CHMOD} -R a+r ${WRKSRC}
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
16
www/ruby-robots/PLIST
Normal file
16
www/ruby-robots/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/04/12 15:44:33 minskim Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/lib/robots.rb
|
||||
${GEM_LIBDIR}/robots.gemspec
|
||||
${GEM_LIBDIR}/test/fixtures/emptyish.txt
|
||||
${GEM_LIBDIR}/test/fixtures/eventbrite.txt
|
||||
${GEM_LIBDIR}/test/fixtures/google.txt
|
||||
${GEM_LIBDIR}/test/fixtures/reddit.txt
|
||||
${GEM_LIBDIR}/test/fixtures/yelp.txt
|
||||
${GEM_LIBDIR}/test/test_robots.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
www/ruby-robots/distinfo
Normal file
6
www/ruby-robots/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/04/12 15:44:33 minskim Exp $
|
||||
|
||||
SHA1 (robots-0.10.1.gem) = c73cd202dc53972f027a634f4b17e9556ac1255c
|
||||
RMD160 (robots-0.10.1.gem) = a06f050fbea6dec0462fcd50fdf677b638593cfd
|
||||
SHA512 (robots-0.10.1.gem) = 57d5619e172961128c7e2f4175f299ecde28615680dc9fa2721ab86053515da46cae03b03dbdbf9a03a96387a361eefb013a7b3c3b3e61a26592ec4998d10bc5
|
||||
Size (robots-0.10.1.gem) = 10752 bytes
|
Loading…
Reference in a new issue