import get_process_mem Ruby gem, a new dependency for wpscan
Do you need to get the memory usage of a process? Great because this library does that. OK jeremy@
This commit is contained in:
parent
7b4ca35ffd
commit
165fd4f222
19
devel/ruby-get_process_mem/Makefile
Normal file
19
devel/ruby-get_process_mem/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/03/09 07:16:46 sebastia Exp $
|
||||
|
||||
COMMENT = get memory usage of a process
|
||||
|
||||
DISTNAME = get_process_mem-0.2.5
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://github.com/schneems/get_process_mem
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
RUN_DEPENDS += devel/ruby-ffi,${MODRUBY_FLAVOR}>=1.0,<2
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-get_process_mem/distinfo
Normal file
2
devel/ruby-get_process_mem/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (get_process_mem-0.2.5.gem) = UCPlu52GlrhrseYd5GSqyOP3Uz9YDAUF6+2mn+6O9+A=
|
||||
SIZE (get_process_mem-0.2.5.gem) = 11264
|
2
devel/ruby-get_process_mem/pkg/DESCR
Normal file
2
devel/ruby-get_process_mem/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Do you need to get the memory usage of a process? Great because this
|
||||
library does that.
|
26
devel/ruby-get_process_mem/pkg/PLIST
Normal file
26
devel/ruby-get_process_mem/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/03/09 07:16:46 sebastia Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/check_changelog.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/get_process_mem.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/get_process_mem/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/get_process_mem.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/get_process_mem/darwin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/get_process_mem/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/heroku-bash-smap
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/heroku-bash-status
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/get_process_mem_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user