From owner-svn-ports-head@freebsd.org Mon May 7 17:05:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 248DFFB6F2C; Mon, 7 May 2018 17:05:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCD6874E3E; Mon, 7 May 2018 17:05:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B3A611E270; Mon, 7 May 2018 17:05:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w47H50Rp094962; Mon, 7 May 2018 17:05:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w47H506m094960; Mon, 7 May 2018 17:05:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805071705.w47H506m094960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 May 2018 17:05:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469296 - head/net/viamillipede X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/viamillipede X-SVN-Commit-Revision: 469296 X-SVN-Commit-Repository: ports 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.25 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: Mon, 07 May 2018 17:05:01 -0000 Author: amdmi3 Date: Mon May 7 17:04:59 2018 New Revision: 469296 URL: https://svnweb.freebsd.org/changeset/ports/469296 Log: - Add LICENSE_FILE - Remove obsolete OSVERSION condition - Whitespace fixes Approved by: portmgr blanket Modified: head/net/viamillipede/Makefile head/net/viamillipede/pkg-descr Modified: head/net/viamillipede/Makefile ============================================================================== --- head/net/viamillipede/Makefile Mon May 7 16:45:01 2018 (r469295) +++ head/net/viamillipede/Makefile Mon May 7 17:04:59 2018 (r469296) @@ -9,6 +9,7 @@ MAINTAINER= ash_ports@aeria.net COMMENT= Parallel TCP for pipe transport LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= uidfix USE_GITHUB= yes @@ -16,10 +17,4 @@ GH_ACCOUNT= agokhale PLIST_FILES= bin/viamillipede man/man1/viamillipede.1.gz -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1004000 -BROKEN= Needs bsd.prog.mk features from at least 10.4, otherwise referenced /usr/share/mk/bsd.own.mk line 505: MK_DEBUG_FILES can't be set by a user. -.endif - -.include +.include Modified: head/net/viamillipede/pkg-descr ============================================================================== --- head/net/viamillipede/pkg-descr Mon May 7 16:45:01 2018 (r469295) +++ head/net/viamillipede/pkg-descr Mon May 7 17:04:59 2018 (r469296) @@ -1,11 +1,11 @@ Parallel TCP transport for pipes -Viamillipede is a client and server programm built to improve network +Viamillipede is a client and server programm built to improve network pipe transport using multiple TCP sessions. It multiplexes a single network pipe into multiple TCP connections and then terminates the -connections into a pipe transparently on another host. +connections into a pipe transparently on another host. -It is similar to the simplest mode of remote pipe transparency of +It is similar to the simplest mode of remote pipe transparency of Netcat with the parallelism from iperf. WWW: https://github.com/agokhale/viamillipede