aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rex-java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-07-15 17:46:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-07-15 17:46:28 +0000
commit16019216e2af8a46f9cf08063f3409196ca5b7b0 (patch)
treeb31f33cc8a6d780db7dcaebeb558ddd1b31d1acf /security/rubygem-rex-java
parentc59d917711261808c4dd39b7e9d022ee59744d9c (diff)
downloadports-16019216e2af8a46f9cf08063f3409196ca5b7b0.tar.gz
ports-16019216e2af8a46f9cf08063f3409196ca5b7b0.zip
New port: security/rubygem-rex-java
This Gem contains all of the Ruby Exploitation(Rex) library for parsing Java serialized streams. WWW: https://github.com/rapid7/rex-java
Notes
Notes: svn path=/head/; revision=418601
Diffstat (limited to 'security/rubygem-rex-java')
-rw-r--r--security/rubygem-rex-java/Makefile16
-rw-r--r--security/rubygem-rex-java/distinfo3
-rw-r--r--security/rubygem-rex-java/pkg-descr4
3 files changed, 23 insertions, 0 deletions
diff --git a/security/rubygem-rex-java/Makefile b/security/rubygem-rex-java/Makefile
new file mode 100644
index 000000000000..14f96bb0d16b
--- /dev/null
+++ b/security/rubygem-rex-java/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= rex-java
+PORTVERSION= 0.1.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Ruby Exploitation(Rex) library for parsing Java serialized streams
+
+NO_ARCH= yes
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-rex-java/distinfo b/security/rubygem-rex-java/distinfo
new file mode 100644
index 000000000000..14025d4b361a
--- /dev/null
+++ b/security/rubygem-rex-java/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468492246
+SHA256 (rubygem/rex-java-0.1.2.gem) = 9413d017ca098709d80707227a896ab35319a77e971239e620f4add991efcc81
+SIZE (rubygem/rex-java-0.1.2.gem) = 22016
diff --git a/security/rubygem-rex-java/pkg-descr b/security/rubygem-rex-java/pkg-descr
new file mode 100644
index 000000000000..989b35e5c2f1
--- /dev/null
+++ b/security/rubygem-rex-java/pkg-descr
@@ -0,0 +1,4 @@
+This Gem contains all of the Ruby Exploitation(Rex) library for parsing Java
+serialized streams.
+
+WWW: https://github.com/rapid7/rex-java