aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-arch
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-07-31 10:35:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-07-31 10:35:02 +0000
commit29f77b5dee961d91f4b2c364f79831b933a64a94 (patch)
tree0c5f844844f6f7a0224ba2cb706273f175b09e6c /security/rubygem-rex-arch
parent56b8ab6852d83a09d09b67d5b8de33fbff31b69f (diff)
downloadports-29f77b5dee961d91f4b2c364f79831b933a64a94.tar.gz
ports-29f77b5dee961d91f4b2c364f79831b933a64a94.zip
New port: security/rubygem-rex-arch
This Ruby Exploitation(Rex) library contains architecture specific information such as registers, opcodes, and stack manipulation routines. WWW: https://github.com/rapid7/rex-arch
Notes
Notes: svn path=/head/; revision=419356
Diffstat (limited to 'security/rubygem-rex-arch')
-rw-r--r--security/rubygem-rex-arch/Makefile21
-rw-r--r--security/rubygem-rex-arch/distinfo3
-rw-r--r--security/rubygem-rex-arch/pkg-descr4
3 files changed, 28 insertions, 0 deletions
diff --git a/security/rubygem-rex-arch/Makefile b/security/rubygem-rex-arch/Makefile
new file mode 100644
index 000000000000..4d5da70990b5
--- /dev/null
+++ b/security/rubygem-rex-arch/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= rex-arch
+PORTVERSION= 0.1.1
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) library with architecture specific information
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-rex-arch/distinfo b/security/rubygem-rex-arch/distinfo
new file mode 100644
index 000000000000..e1892d01d4f1
--- /dev/null
+++ b/security/rubygem-rex-arch/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469867046
+SHA256 (rubygem/rex-arch-0.1.1.gem) = f502716c1d23e97e6082797a31edad61202ffdc2db3047641c2181e8500baf2a
+SIZE (rubygem/rex-arch-0.1.1.gem) = 19968
diff --git a/security/rubygem-rex-arch/pkg-descr b/security/rubygem-rex-arch/pkg-descr
new file mode 100644
index 000000000000..ad050985a012
--- /dev/null
+++ b/security/rubygem-rex-arch/pkg-descr
@@ -0,0 +1,4 @@
+This Ruby Exploitation(Rex) library contains architecture specific information
+such as registers, opcodes, and stack manipulation routines.
+
+WWW: https://github.com/rapid7/rex-arch