svn commit: r322078 - in head/net: . rubygem-packetfu
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 30 12:44:36 UTC 2013
Author: antoine
Date: Sun Jun 30 12:44:35 2013
New Revision: 322078
URL: http://svnweb.freebsd.org/changeset/ports/322078
Log:
New port: rubygem-packetfu
A mid-level packet manipulation library for Ruby
Added:
head/net/rubygem-packetfu/
head/net/rubygem-packetfu/Makefile (contents, props changed)
head/net/rubygem-packetfu/distinfo (contents, props changed)
head/net/rubygem-packetfu/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sun Jun 30 12:37:53 2013 (r322077)
+++ head/net/Makefile Sun Jun 30 12:44:35 2013 (r322078)
@@ -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
Added: head/net/rubygem-packetfu/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-packetfu/Makefile Sun Jun 30 12:44:35 2013 (r322078)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= packetfu
+PORTVERSION= 1.1.8
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine at 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>
Added: head/net/rubygem-packetfu/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-packetfu/distinfo Sun Jun 30 12:44:35 2013 (r322078)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/packetfu-1.1.8.gem) = 93b4dfecee59644a1a3ecf9d825f00739c10a6fbd149a7106cc9a812b09e7a12
+SIZE (rubygem/packetfu-1.1.8.gem) = 750080
Added: head/net/rubygem-packetfu/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-packetfu/pkg-descr Sun Jun 30 12:44:35 2013 (r322078)
@@ -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
More information about the svn-ports-head
mailing list