aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-pcaprub
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-05-31 21:09:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-05-31 21:09:20 +0000
commit427a7866b78a65acfbccfc4856cc157df607e978 (patch)
treed251fa67c2570fe8cae94d04146a7e5aa2b663b7 /net/rubygem-pcaprub
parente5c435007ded404c3b0707b62c1410260ad8abb7 (diff)
downloadports-427a7866b78a65acfbccfc4856cc157df607e978.tar.gz
ports-427a7866b78a65acfbccfc4856cc157df607e978.zip
New port: rubygem-pcaprub
libpcap bindings for ruby WWW: https://github.com/shadowbq/pcaprub Approved by: miwi, eadler (mentors, implicit)
Notes
Notes: svn path=/head/; revision=319543
Diffstat (limited to 'net/rubygem-pcaprub')
-rw-r--r--net/rubygem-pcaprub/Makefile17
-rw-r--r--net/rubygem-pcaprub/distinfo2
-rw-r--r--net/rubygem-pcaprub/pkg-descr6
3 files changed, 25 insertions, 0 deletions
diff --git a/net/rubygem-pcaprub/Makefile b/net/rubygem-pcaprub/Makefile
new file mode 100644
index 000000000000..b2df4d62431f
--- /dev/null
+++ b/net/rubygem-pcaprub/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= pcaprub
+PORTVERSION= 0.11.3
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine@FreeBSD.org
+COMMENT= Libpcap bindings for ruby
+
+LICENSE= LGPL21
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-pcaprub/distinfo b/net/rubygem-pcaprub/distinfo
new file mode 100644
index 000000000000..29df782650de
--- /dev/null
+++ b/net/rubygem-pcaprub/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pcaprub-0.11.3.gem) = a6f724ce8fe1036a399cefe1c77d3b989cb335e31f078028160c8f875e576eef
+SIZE (rubygem/pcaprub-0.11.3.gem) = 32768
diff --git a/net/rubygem-pcaprub/pkg-descr b/net/rubygem-pcaprub/pkg-descr
new file mode 100644
index 000000000000..d8814b96a0d4
--- /dev/null
+++ b/net/rubygem-pcaprub/pkg-descr
@@ -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