pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-robots
Module Name: pkgsrc
Committed By: minskim
Date: Thu Apr 12 15:44:33 UTC 2018
Added Files:
pkgsrc/www/ruby-robots: DESCR Makefile PLIST distinfo
Log Message:
www/ruby-robots: Import version 0.10.1
This parses robots.txt files.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-robots/DESCR \
pkgsrc/www/ruby-robots/Makefile pkgsrc/www/ruby-robots/PLIST \
pkgsrc/www/ruby-robots/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/ruby-robots/DESCR
diff -u /dev/null pkgsrc/www/ruby-robots/DESCR:1.1
--- /dev/null Thu Apr 12 15:44:33 2018
+++ pkgsrc/www/ruby-robots/DESCR Thu Apr 12 15:44:33 2018
@@ -0,0 +1 @@
+This parses robots.txt files.
Index: pkgsrc/www/ruby-robots/Makefile
diff -u /dev/null pkgsrc/www/ruby-robots/Makefile:1.1
--- /dev/null Thu Apr 12 15:44:33 2018
+++ pkgsrc/www/ruby-robots/Makefile Thu Apr 12 15:44:33 2018
@@ -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"
Index: pkgsrc/www/ruby-robots/PLIST
diff -u /dev/null pkgsrc/www/ruby-robots/PLIST:1.1
--- /dev/null Thu Apr 12 15:44:33 2018
+++ pkgsrc/www/ruby-robots/PLIST Thu Apr 12 15:44:33 2018
@@ -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
Index: pkgsrc/www/ruby-robots/distinfo
diff -u /dev/null pkgsrc/www/ruby-robots/distinfo:1.1
--- /dev/null Thu Apr 12 15:44:33 2018
+++ pkgsrc/www/ruby-robots/distinfo Thu Apr 12 15:44:33 2018
@@ -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