pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-metasploit-concern Import ruby-metasploi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7310737f752
branches:  trunk
changeset: 368334:c7310737f752
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Sep 14 17:46:23 2017 +0000

description:
Import ruby-metasploit-concern-2.0.5 as security/ruby-metasploit-concern

Automatically includes Modules from
app/concerns/<module_with_concerns>/<concern>.rb into
<module_with_concerns> to ease monkey-patching associations and
validations on ActiveRecord::Base descendents from other gems when
layering schemas.

diffstat:

 security/ruby-metasploit-concern/DESCR    |   5 +++++
 security/ruby-metasploit-concern/Makefile |  16 ++++++++++++++++
 security/ruby-metasploit-concern/PLIST    |  16 ++++++++++++++++
 security/ruby-metasploit-concern/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 5712ab8d874b -r c7310737f752 security/ruby-metasploit-concern/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-metasploit-concern/DESCR    Thu Sep 14 17:46:23 2017 +0000
@@ -0,0 +1,5 @@
+Automatically includes Modules from
+app/concerns/<module_with_concerns>/<concern>.rb into
+<module_with_concerns> to ease monkey-patching associations and
+validations on ActiveRecord::Base descendents from other gems when
+layering schemas.
diff -r 5712ab8d874b -r c7310737f752 security/ruby-metasploit-concern/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-metasploit-concern/Makefile Thu Sep 14 17:46:23 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/09/14 17:46:23 minskim Exp $
+
+DISTNAME=      metasploit-concern-2.0.5
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/metasploit-concern
+COMMENT=       Automatically include concern modules
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42
+DEPENDS+=      ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5712ab8d874b -r c7310737f752 security/ruby-metasploit-concern/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-metasploit-concern/PLIST    Thu Sep 14 17:46:23 2017 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/14 17:46:23 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/app/models/metasploit/concern/loader.rb
+${GEM_LIBDIR}/lib/metasploit/concern.rb
+${GEM_LIBDIR}/lib/metasploit/concern/engine.rb
+${GEM_LIBDIR}/lib/metasploit/concern/error.rb
+${GEM_LIBDIR}/lib/metasploit/concern/error/base.rb
+${GEM_LIBDIR}/lib/metasploit/concern/error/eager_load.rb
+${GEM_LIBDIR}/lib/metasploit/concern/error/skip_autoload.rb
+${GEM_LIBDIR}/lib/metasploit/concern/version.rb
+${GEM_LIBDIR}/spec/support/shared/examples/metasploit/concern/run.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 5712ab8d874b -r c7310737f752 security/ruby-metasploit-concern/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-metasploit-concern/distinfo Thu Sep 14 17:46:23 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/14 17:46:23 minskim Exp $
+
+SHA1 (metasploit-concern-2.0.5.gem) = 4d6afe6bb239eea4649f2e47282abef8a4e96c6e
+RMD160 (metasploit-concern-2.0.5.gem) = 3e2a05535bbc62fc74e1ecaf6bef7c5aec7e5ece
+SHA512 (metasploit-concern-2.0.5.gem) = 1d8025dd075475fcae1c663789154f7fc8dbb334f9a069a1c1a21f4b101e9b85dc7cdfc6097bbfa9387463d3050e7a715e68a0b09ebfa66aa27ccaa74a1ffe91
+Size (metasploit-concern-2.0.5.gem) = 18944 bytes



Home | Main Index | Thread Index | Old Index