Import of pkgsrc-2014Q1
This commit is contained in:
1
misc/ruby-equalizer/DESCR
Normal file
1
misc/ruby-equalizer/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
Module to define equality, equivalence and inspection methods.
|
||||
15
misc/ruby-equalizer/Makefile
Normal file
15
misc/ruby-equalizer/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/01/17 12:57:28 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= equalizer-0.0.9
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= tsutsui@NetBSD.org
|
||||
HOMEPAGE= https://github.com/dkubb/equalizer
|
||||
COMMENT= Ruby Module to define equality, equivalence and inspection methods
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
24
misc/ruby-equalizer/PLIST
Normal file
24
misc/ruby-equalizer/PLIST
Normal file
@@ -0,0 +1,24 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/01/17 12:57:28 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.reek.yml
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.rubocop.yml
|
||||
${GEM_LIBDIR}/.ruby-gemset
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/.yardstick.yml
|
||||
${GEM_LIBDIR}/CONTRIBUTING.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/equalizer.gemspec
|
||||
${GEM_LIBDIR}/lib/equalizer.rb
|
||||
${GEM_LIBDIR}/lib/equalizer/version.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/support/config_alias.rb
|
||||
${GEM_LIBDIR}/spec/unit/equalizer/included_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/equalizer/methods/eql_predicate_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/equalizer/methods/equality_operator_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/equalizer/universal_spec.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
5
misc/ruby-equalizer/distinfo
Normal file
5
misc/ruby-equalizer/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/01/17 12:57:28 obache Exp $
|
||||
|
||||
SHA1 (equalizer-0.0.9.gem) = 62527beb20838fe7663188d3c0bfa969b5633b00
|
||||
RMD160 (equalizer-0.0.9.gem) = c805a833e11bebe38fb7e8ab3ddb8ed16a03c2af
|
||||
Size (equalizer-0.0.9.gem) = 12288 bytes
|
||||
Reference in New Issue
Block a user