security/ruby-rex-random_identifier: Import version 0.1.4
Ruby Exploitation (Rex) library for generating Random identifier strings.
This commit is contained in:
parent
4d5e89ab21
commit
923f1162a7
4 changed files with 37 additions and 0 deletions
2
security/ruby-rex-random_identifier/DESCR
Normal file
2
security/ruby-rex-random_identifier/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Ruby Exploitation (Rex) library for generating Random identifier
|
||||
strings.
|
14
security/ruby-rex-random_identifier/Makefile
Normal file
14
security/ruby-rex-random_identifier/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/09/29 16:51:00 minskim Exp $
|
||||
|
||||
DISTNAME= rex-random_identifier-0.1.4
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://github.com/rapid7/rex-random_identifier
|
||||
COMMENT= Ruby Exploitation library for generating random identifiers
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
15
security/ruby-rex-random_identifier/PLIST
Normal file
15
security/ruby-rex-random_identifier/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/09/29 16:51:00 minskim Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/rex/random_identifier.rb
|
||||
${GEM_LIBDIR}/lib/rex/random_identifier/generator.rb
|
||||
${GEM_LIBDIR}/lib/rex/random_identifier/version.rb
|
||||
${GEM_LIBDIR}/rex-random_identifier.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
security/ruby-rex-random_identifier/distinfo
Normal file
6
security/ruby-rex-random_identifier/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/09/29 16:51:00 minskim Exp $
|
||||
|
||||
SHA1 (rex-random_identifier-0.1.4.gem) = 0618f0aa569cc8a03d4e17c3185eee4419169f2c
|
||||
RMD160 (rex-random_identifier-0.1.4.gem) = 569a87fe5a01c0aa020a01019dc69d0f8c9f90d9
|
||||
SHA512 (rex-random_identifier-0.1.4.gem) = 8e302a511a0540f826ddfa6e51c5b29da0c42ef6bd3dc433d6624688efba245c1df3903dbf37aacaecdd39b53f721e3d6b4fa8247f8cd31e7679ff96293094f7
|
||||
Size (rex-random_identifier-0.1.4.gem) = 16896 bytes
|
Loading…
Reference in a new issue