diff options
author | minskim <minskim@pkgsrc.org> | 2018-04-12 15:44:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-04-12 15:44:33 +0000 |
commit | 3a89a7838c58f41804fea13d35d8860bfd9ef77f (patch) | |
tree | 84ef5f4dabffdde2a6b795c95b38f9a1b0b09ab7 | |
parent | 22177172dbf25f29c0156f7581530de2a28ae39d (diff) | |
download | pkgsrc-3a89a7838c58f41804fea13d35d8860bfd9ef77f.tar.gz |
www/ruby-robots: Import version 0.10.1
This parses robots.txt files.
-rw-r--r-- | www/ruby-robots/DESCR | 1 | ||||
-rw-r--r-- | www/ruby-robots/Makefile | 15 | ||||
-rw-r--r-- | www/ruby-robots/PLIST | 16 | ||||
-rw-r--r-- | www/ruby-robots/distinfo | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/ruby-robots/DESCR b/www/ruby-robots/DESCR new file mode 100644 index 00000000000..485022b47c4 --- /dev/null +++ b/www/ruby-robots/DESCR @@ -0,0 +1 @@ +This parses robots.txt files. diff --git a/www/ruby-robots/Makefile b/www/ruby-robots/Makefile new file mode 100644 index 00000000000..4454d356b23 --- /dev/null +++ b/www/ruby-robots/Makefile @@ -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" diff --git a/www/ruby-robots/PLIST b/www/ruby-robots/PLIST new file mode 100644 index 00000000000..b93a8392d59 --- /dev/null +++ b/www/ruby-robots/PLIST @@ -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 diff --git a/www/ruby-robots/distinfo b/www/ruby-robots/distinfo new file mode 100644 index 00000000000..f0ba16c840e --- /dev/null +++ b/www/ruby-robots/distinfo @@ -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 |