pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: www/ruby-robots: Import version 0.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/120007e6f29e
branches:  trunk
changeset: 306200:120007e6f29e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 12 15:44:33 2018 +0000
description:
www/ruby-robots: Import version 0.10.1

This parses robots.txt files.

diffstat:

 www/ruby-robots/DESCR    |   1 +
 www/ruby-robots/Makefile |  15 +++++++++++++++
 www/ruby-robots/PLIST    |  16 ++++++++++++++++
 www/ruby-robots/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 882cc916371e -r 120007e6f29e www/ruby-robots/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-robots/DESCR     Thu Apr 12 15:44:33 2018 +0000
@@ -0,0 +1,1 @@
+This parses robots.txt files.
diff -r 882cc916371e -r 120007e6f29e www/ruby-robots/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-robots/Makefile  Thu Apr 12 15:44:33 2018 +0000
@@ -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@localhost
+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 -r 882cc916371e -r 120007e6f29e www/ruby-robots/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-robots/PLIST     Thu Apr 12 15:44:33 2018 +0000
@@ -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 -r 882cc916371e -r 120007e6f29e www/ruby-robots/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-robots/distinfo  Thu Apr 12 15:44:33 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index