From owner-svn-ports-head@FreeBSD.ORG Sat Mar 9 21:01:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5AC42DD2; Sat, 9 Mar 2013 21:01:35 +0000 (UTC) (envelope-from zeising@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 34EE89EF; Sat, 9 Mar 2013 21:01:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r29L1Z0N007167; Sat, 9 Mar 2013 21:01:35 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r29L1YU9007164; Sat, 9 Mar 2013 21:01:34 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201303092101.r29L1YU9007164@svn.freebsd.org> From: Niclas Zeising Date: Sat, 9 Mar 2013 21:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313754 - head/net/ostinato X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 21:01:35 -0000 Author: zeising Date: Sat Mar 9 21:01:34 2013 New Revision: 313754 URL: http://svnweb.freebsd.org/changeset/ports/313754 Log: Add new port net/ostinato Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI. Craft and send packets of several streams with different protocols at different rates. WWW: http://code.google.com/p/ostinato/ Added: head/net/ostinato/ head/net/ostinato/Makefile (contents, props changed) head/net/ostinato/distinfo (contents, props changed) head/net/ostinato/pkg-descr (contents, props changed) Added: head/net/ostinato/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ostinato/Makefile Sat Mar 9 21:01:34 2013 (r313754) @@ -0,0 +1,30 @@ +# Created by: Niclas Zeising +# $FreeBSD$ + +PORTNAME= ostinato +PORTVERSION= 0.5.1 +CATEGORIES= net security +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} + +MAINTAINER= zeising@FreeBSD.org +COMMENT= Packet crafter/generator and analyzer with friendly GUI + +BUILD_DEPENDS= protobuf>=2.3.0:${PORTSDIR}/devel/protobuf + +USE_QT4= gui moc_build qmake_build rcc_build uic_build network script \ + xml +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/drone \ + bin/ostinato + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +HAS_CONFIGURE= yes + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} + +.include Added: head/net/ostinato/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ostinato/distinfo Sat Mar 9 21:01:34 2013 (r313754) @@ -0,0 +1,2 @@ +SHA256 (ostinato-src-0.5.1.tar.gz) = fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223 +SIZE (ostinato-src-0.5.1.tar.gz) = 291529 Added: head/net/ostinato/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ostinato/pkg-descr Sat Mar 9 21:01:34 2013 (r313754) @@ -0,0 +1,5 @@ +Ostinato is an open-source, cross-platform network packet crafter/traffic +generator and analyzer with a friendly GUI. Craft and send packets of several +streams with different protocols at different rates. + +WWW: http://code.google.com/p/ostinato/