SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-rex-struct2/Makefile
Normal file
15
devel/ruby-rex-struct2/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= lib for manipulating C-Style structs
|
||||
|
||||
DISTNAME= rex-struct2-0.1.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Unlicense
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rex-struct2/distinfo
Normal file
2
devel/ruby-rex-struct2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-struct2-0.1.3.gem) = lnio4Sr7XJ6Niq8cNoDO1zd/FK86woMKbSUlWcr26MI=
|
||||
SIZE (rex-struct2-0.1.3.gem) = 18432
|
1
devel/ruby-rex-struct2/pkg/DESCR
Normal file
1
devel/ruby-rex-struct2/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ruby Exploitation(Rex) library for generating/manipulating C-Style structs.
|
28
devel/ruby-rex-struct2/pkg/PLIST
Normal file
28
devel/ruby-rex-struct2/pkg/PLIST
Normal file
|
@ -0,0 +1,28 @@
|
|||
${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/struct2/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/c_struct.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/c_struct_template.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/constant.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/element.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/generic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/restraint.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/s_string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/s_struct.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/struct2/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-struct2.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue