SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (rex-struct2-0.1.3.gem) = lnio4Sr7XJ6Niq8cNoDO1zd/FK86woMKbSUlWcr26MI=
SIZE (rex-struct2-0.1.3.gem) = 18432

View file

@ -0,0 +1 @@
Ruby Exploitation(Rex) library for generating/manipulating C-Style structs.

View 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