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:
parent
4cc77d6336
commit
2a99161318
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418952
@ -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
|
||||
|
19
security/rubygem-rex-struct2/Makefile
Normal file
19
security/rubygem-rex-struct2/Makefile
Normal 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>
|
3
security/rubygem-rex-struct2/distinfo
Normal file
3
security/rubygem-rex-struct2/distinfo
Normal 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
|
4
security/rubygem-rex-struct2/pkg-descr
Normal file
4
security/rubygem-rex-struct2/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user