1
0
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:
Antoine Brodin 2013-06-30 12:44:35 +00:00
parent 63bf22c538
commit f84d843e4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322078
4 changed files with 25 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/packetfu-1.1.8.gem) = 93b4dfecee59644a1a3ecf9d825f00739c10a6fbd149a7106cc9a812b09e7a12
SIZE (rubygem/packetfu-1.1.8.gem) = 750080

View 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