pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-rex-arch



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Oct 13 15:59:36 UTC 2017

Added Files:
        pkgsrc/security/ruby-rex-arch: DESCR Makefile PLIST distinfo

Log Message:
security/ruby-rex-arch: Import version 0.1.11

Ruby Exploitation(Rex) Library which contains architecture specific
information such as registers, opcodes, and stack manipulation
routines.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-arch/DESCR \
    pkgsrc/security/ruby-rex-arch/Makefile \
    pkgsrc/security/ruby-rex-arch/PLIST \
    pkgsrc/security/ruby-rex-arch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-rex-arch/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-arch/DESCR:1.1
--- /dev/null   Fri Oct 13 15:59:36 2017
+++ pkgsrc/security/ruby-rex-arch/DESCR Fri Oct 13 15:59:36 2017
@@ -0,0 +1,3 @@
+Ruby Exploitation(Rex) Library which contains architecture specific
+information such as registers, opcodes, and stack manipulation
+routines.
Index: pkgsrc/security/ruby-rex-arch/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-arch/Makefile:1.1
--- /dev/null   Fri Oct 13 15:59:36 2017
+++ pkgsrc/security/ruby-rex-arch/Makefile      Fri Oct 13 15:59:36 2017
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 15:59:36 minskim Exp $
+
+DISTNAME=      rex-arch-0.1.11
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-arch
+COMMENT=       Rex Library which contains architecture specific information
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-rex-arch/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-arch/PLIST:1.1
--- /dev/null   Fri Oct 13 15:59:36 2017
+++ pkgsrc/security/ruby-rex-arch/PLIST Fri Oct 13 15:59:36 2017
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 15:59:36 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/arch.rb
+${GEM_LIBDIR}/lib/rex/arch/sparc.rb
+${GEM_LIBDIR}/lib/rex/arch/version.rb
+${GEM_LIBDIR}/lib/rex/arch/x86.rb
+${GEM_LIBDIR}/lib/rex/arch/zarch.rb
+${GEM_LIBDIR}/rex-arch.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-rex-arch/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-arch/distinfo:1.1
--- /dev/null   Fri Oct 13 15:59:36 2017
+++ pkgsrc/security/ruby-rex-arch/distinfo      Fri Oct 13 15:59:36 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 15:59:36 minskim Exp $
+
+SHA1 (rex-arch-0.1.11.gem) = 8a6db5c295cc20887507dcded49db45830208bcd
+RMD160 (rex-arch-0.1.11.gem) = 8c23f48076537901ce16d07352cf4d8a00e7f69b
+SHA512 (rex-arch-0.1.11.gem) = 0b32c62b6a288f461bb081b7710e8191d49fa35522dde28d10bd9e016b2e9bd0b221391b07b3b30b79cd9ccd65157cab3ba6a5d918683a3674d41dfa1b1286e8
+Size (rex-arch-0.1.11.gem) = 19456 bytes



Home | Main Index | Thread Index | Old Index