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-registry/Makefile
Normal file
17
devel/ruby-rex-registry/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= windows registry parser
|
||||
|
||||
DISTNAME= rex-registry-0.1.4
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rapid7/rex-registry
|
||||
|
||||
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-registry/distinfo
Normal file
2
devel/ruby-rex-registry/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-registry-0.1.4.gem) = O7RhuMVLNS5WwvViE+ez6GPn1k5kiyIBzFkTGBmUZiU=
|
||||
SIZE (rex-registry-0.1.4.gem) = 16384
|
2
devel/ruby-rex-registry/pkg/DESCR
Normal file
2
devel/ruby-rex-registry/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Ruby Exploitation(Rex) library for parsing offline registry files from a Windows
|
||||
machine.
|
26
devel/ruby-rex-registry/pkg/PLIST
Normal file
26
devel/ruby-rex-registry/pkg/PLIST
Normal file
|
@ -0,0 +1,26 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${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}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/console
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/setup
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/hive.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/lfkey.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/nodekey.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/regf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/valuekey.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/valuelist.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/registry/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-registry.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue