security/ruby-rex-text: Import version 0.2.15
rex-text contains all of the Ruby Exploitation (Rex) methods for text manipulation and generation.
This commit is contained in:
parent
bab0392a64
commit
a1934b506f
4 changed files with 55 additions and 0 deletions
2
security/ruby-rex-text/DESCR
Normal file
2
security/ruby-rex-text/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
rex-text contains all of the Ruby Exploitation (Rex) methods for text
|
||||
manipulation and generation.
|
11
security/ruby-rex-text/Makefile
Normal file
11
security/ruby-rex-text/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/09/29 16:25:43 minskim Exp $
|
||||
|
||||
DISTNAME= rex-text-0.2.15
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://github.com/rapid7/rex-text
|
||||
COMMENT= Ruby Exploitation methods for text manipulation
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
36
security/ruby-rex-text/PLIST
Normal file
36
security/ruby-rex-text/PLIST
Normal file
|
@ -0,0 +1,36 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/09/29 16:25:43 minskim Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.ruby-version
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/rex/codepage.map
|
||||
${GEM_LIBDIR}/lib/rex/text.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/badchars.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/base32.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/base64.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/binary_manipulation.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/block_api.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/checksum.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/color.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/compress.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/ebcdic.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/encode.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/hash.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/hex.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/illegal_sequence.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/lang.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/pattern.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/rand.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/randomize.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/silly.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/table.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/unicode.rb
|
||||
${GEM_LIBDIR}/lib/rex/text/version.rb
|
||||
${GEM_LIBDIR}/rex-text.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
security/ruby-rex-text/distinfo
Normal file
6
security/ruby-rex-text/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/09/29 16:25:43 minskim Exp $
|
||||
|
||||
SHA1 (rex-text-0.2.15.gem) = 0b227bf612d14231493cb3af62b788c1d19b3920
|
||||
RMD160 (rex-text-0.2.15.gem) = bcebe2861282dfa4e269aadbde64593883415b83
|
||||
SHA512 (rex-text-0.2.15.gem) = e788f87d095f4b392022b6905efbede67651a7edaa10d073b27cc25bcdd3a2faa4bb83be4b464423c6dab9f1e59a22ed1fe13783f504a0fa78cdb2dc4196f82c
|
||||
Size (rex-text-0.2.15.gem) = 43520 bytes
|
Loading…
Reference in a new issue