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-arch/Makefile
Normal file
17
devel/ruby-rex-arch/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= stack manipulation routines
|
||||
|
||||
DISTNAME= rex-arch-0.1.14
|
||||
CATEGORIES= devel
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-3-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-rex-text
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rex-arch/distinfo
Normal file
2
devel/ruby-rex-arch/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-arch-0.1.14.gem) = dxEfhYEXMcP5XVcTVTVum7qEvshDrSMjGO8mgwIxKb4=
|
||||
SIZE (rex-arch-0.1.14.gem) = 19456
|
2
devel/ruby-rex-arch/pkg/DESCR
Normal file
2
devel/ruby-rex-arch/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This library contains architecture specific information such as registers,
|
||||
opcodes, and stack manipulation routines.
|
20
devel/ruby-rex-arch/pkg/PLIST
Normal file
20
devel/ruby-rex-arch/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
${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}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/arch/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/arch.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/arch/sparc.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/arch/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/arch/x86.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/arch/zarch.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-arch.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue