SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-jsobfu/Makefile
Normal file
20
devel/ruby-jsobfu/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT= javascript code obfuscator
|
||||
|
||||
DISTNAME= jsobfu-0.4.2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rapid7/jsobfu
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-3-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-rkelly-remix
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-jsobfu/distinfo
Normal file
2
devel/ruby-jsobfu/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (jsobfu-0.4.2.gem) = 08/Vk9WKStGdC6KJLmqvEQyz4Dt5fVHfe0A6lpC2kME=
|
||||
SIZE (jsobfu-0.4.2.gem) = 27648
|
1
devel/ruby-jsobfu/pkg/DESCR
Normal file
1
devel/ruby-jsobfu/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A Javascript code obfuscator
|
32
devel/ruby-jsobfu/pkg/PLIST
Normal file
32
devel/ruby-jsobfu/pkg/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
${GEM_BIN}/jsobfu30
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/jsobfu
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/disable.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/ecma_tight.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/hoister.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/obfuscator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/scope.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/utils.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jsobfu/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/basic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/integration_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu/disable_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu/hoister_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu/obfuscator_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu/scope_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu/utils_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jsobfu_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/matchers/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/matchers/be_in_charset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/matchers/evaluate_to.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue