mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: rubygem-packetfu
A mid-level packet manipulation library for Ruby
This commit is contained in:
parent
63bf22c538
commit
f84d843e4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322078
@ -1049,6 +1049,7 @@
|
||||
SUBDIR += rubygem-oauth2
|
||||
SUBDIR += rubygem-open-uri-cached
|
||||
SUBDIR += rubygem-openid
|
||||
SUBDIR += rubygem-packetfu
|
||||
SUBDIR += rubygem-pcaprub
|
||||
SUBDIR += rubygem-rightaws
|
||||
SUBDIR += rubygem-rightflexiscale
|
||||
|
17
net/rubygem-packetfu/Makefile
Normal file
17
net/rubygem-packetfu/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= packetfu
|
||||
PORTVERSION= 1.1.8
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Mid-level packet manipulation library for Ruby
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-packetfu/distinfo
Normal file
2
net/rubygem-packetfu/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/packetfu-1.1.8.gem) = 93b4dfecee59644a1a3ecf9d825f00739c10a6fbd149a7106cc9a812b09e7a12
|
||||
SIZE (rubygem/packetfu-1.1.8.gem) = 750080
|
5
net/rubygem-packetfu/pkg-descr
Normal file
5
net/rubygem-packetfu/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
PacketFu is a mid-level packet manipulation library for Ruby. With it, users
|
||||
can read, parse, and write network packets with the level of ease and fun they
|
||||
expect from Ruby.
|
||||
|
||||
WWW: https://github.com/todb/packetfu
|
Loading…
Reference in New Issue
Block a user