openbsd-ports/security/ruby-bcrypt/pkg/PLIST
jeremy 2d44f2ec8b Update to version 3.0.0. Take maintainership. Remove regression
tests as they now depend on RSpec 2, and ports still only supports
RSpec 1.

The bcrypt C implementation in 3.0.0 is new, so the previous patches
are no longer necessary.
2011-09-07 16:10:49 +00:00

44 lines
1.9 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.5 2011/09/07 16:10:49 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/Gemfile.lock
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bcrypt-ruby.gemspec
${GEM_LIB}/gems/${DISTNAME}/ext/
${GEM_LIB}/gems/${DISTNAME}/ext/jruby/
${GEM_LIB}/gems/${DISTNAME}/ext/jruby/bcrypt_jruby/
${GEM_LIB}/gems/${DISTNAME}/ext/jruby/bcrypt_jruby/BCrypt.java
${GEM_LIB}/gems/${DISTNAME}/ext/mri/
${GEM_LIB}/gems/${DISTNAME}/ext/mri/Makefile
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_ext.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_ext.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_ext.so
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt_blowfish.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt_blowfish.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt_gensalt.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypt_gensalt.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/extconf.rb
${GEM_LIB}/gems/${DISTNAME}/ext/mri/ow-crypt.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/wrapper.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/wrapper.o
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt.rb
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt_engine.rb
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt_ext.so
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/TestBCrypt.java
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/engine_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/bcrypt/password_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec