SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-rex-text/Makefile
Normal file
17
devel/ruby-rex-text/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= Ruby exploitation rex methods
|
||||
|
||||
DISTNAME= rex-text-0.2.50
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rapid7/rex-text
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-3-clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rex-text/distinfo
Normal file
2
devel/ruby-rex-text/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-text-0.2.50.gem) = nGoRM0PQ5I/dzVnqlw6GRx+qP2+TEOz7Aknw1DxuqJQ=
|
||||
SIZE (rex-text-0.2.50.gem) = 50176
|
2
devel/ruby-rex-text/pkg/DESCR
Normal file
2
devel/ruby-rex-text/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This Gem contains all of the Ruby Exploitation(Rex) methods for text
|
||||
manipulation and generation.
|
44
devel/ruby-rex-text/pkg/PLIST
Normal file
44
devel/ruby-rex-text/pkg/PLIST
Normal file
|
@ -0,0 +1,44 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/verify.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.ruby-version
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/codepage.map
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/badchars.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/base32.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/base64.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/binary_manipulation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/block_api.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/checksum.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/color.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/compress.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/ebcdic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/encode.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/hex.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/illegal_sequence.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/lang.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/pattern.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/rand.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/randomize.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/silly.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/table.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/unicode.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/wrapped_table.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/text/xor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-text.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue