1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

New port: security/rubygem-rex-struct2

This Gem contains all of the Ruby Exploitation(Rex) library for
generating/manipulating C-Style structs.

WWW: https://github.com/rapid7/rex-struct2
This commit is contained in:
Antoine Brodin 2016-07-23 09:28:56 +00:00
parent 4cc77d6336
commit 2a99161318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418952
4 changed files with 27 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@
SUBDIR += rubygem-rex-powershell
SUBDIR += rubygem-rex-random_identifier
SUBDIR += rubygem-rex-registry
SUBDIR += rubygem-rex-struct2
SUBDIR += rubygem-rex-text
SUBDIR += rubygem-rex-zip
SUBDIR += rubygem-roauth

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= rex-struct2
PORTVERSION= 0.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) library for creating and using C-like structs
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1468906713
SHA256 (rubygem/rex-struct2-0.1.0.gem) = b3fd4474c492d9e376c52d68c0e8b6672e24fa709801207449022377c1d94d38
SIZE (rubygem/rex-struct2-0.1.0.gem) = 17920

View File

@ -0,0 +1,4 @@
This Gem contains all of the Ruby Exploitation(Rex) library for
generating/manipulating C-Style structs.
WWW: https://github.com/rapid7/rex-struct2