svn commit: r319543 - in head/net: . rubygem-pcaprub
Antoine Brodin
antoine at FreeBSD.org
Fri May 31 21:09:21 UTC 2013
Author: antoine
Date: Fri May 31 21:09:20 2013
New Revision: 319543
URL: http://svnweb.freebsd.org/changeset/ports/319543
Log:
New port: rubygem-pcaprub
libpcap bindings for ruby
WWW: https://github.com/shadowbq/pcaprub
Approved by: miwi, eadler (mentors, implicit)
Added:
head/net/rubygem-pcaprub/
head/net/rubygem-pcaprub/Makefile (contents, props changed)
head/net/rubygem-pcaprub/distinfo (contents, props changed)
head/net/rubygem-pcaprub/pkg-descr (contents, props changed)
Modified:
head/net/Makefile
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Fri May 31 20:49:05 2013 (r319542)
+++ head/net/Makefile Fri May 31 21:09:20 2013 (r319543)
@@ -1035,6 +1035,7 @@
SUBDIR += rubygem-oauth2
SUBDIR += rubygem-open-uri-cached
SUBDIR += rubygem-openid
+ SUBDIR += rubygem-pcaprub
SUBDIR += rubygem-rightaws
SUBDIR += rubygem-rightflexiscale
SUBDIR += rubygem-rightgogrid
Added: head/net/rubygem-pcaprub/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-pcaprub/Makefile Fri May 31 21:09:20 2013 (r319543)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= pcaprub
+PORTVERSION= 0.11.3
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Libpcap bindings for ruby
+
+LICENSE= LGPL21
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
Added: head/net/rubygem-pcaprub/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-pcaprub/distinfo Fri May 31 21:09:20 2013 (r319543)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pcaprub-0.11.3.gem) = a6f724ce8fe1036a399cefe1c77d3b989cb335e31f078028160c8f875e576eef
+SIZE (rubygem/pcaprub-0.11.3.gem) = 32768
Added: head/net/rubygem-pcaprub/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/rubygem-pcaprub/pkg-descr Fri May 31 21:09:20 2013 (r319543)
@@ -0,0 +1,6 @@
+This goal of this project is to provide a consistent interface to LBL's libpcap
+packet capture library. This does not provide packet processing functionality,
+it simply provides the interface for capturing packets, and passing yielding
+those packets.
+
+WWW: https://github.com/shadowbq/pcaprub
More information about the svn-ports-head
mailing list