From owner-svn-ports-all@FreeBSD.ORG Fri May 31 21:09:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1EC0991; Fri, 31 May 2013 21:09:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 88FDBD0B; Fri, 31 May 2013 21:09:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4VL9LlG065169; Fri, 31 May 2013 21:09:21 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4VL9K4s065165; Fri, 31 May 2013 21:09:20 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201305312109.r4VL9K4s065165@svn.freebsd.org> From: Antoine Brodin Date: Fri, 31 May 2013 21:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319543 - in head/net: . rubygem-pcaprub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 21:09:21 -0000 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@FreeBSD.org +COMMENT= Libpcap bindings for ruby + +LICENSE= LGPL21 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include 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