diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-08 01:04:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-08 01:04:59 +0800 |
commit | ee88bea625d80b694fd230739820618b050b942c (patch) | |
tree | fe84fa06e32dd01c6911be18c62020888ca9761d /net | |
parent | 82b5df21e4dc03b6b0e56d7816b98da6bf0e1941 (diff) | |
download | freebsd-ports-gnome-ee88bea625d80b694fd230739820618b050b942c.tar.gz freebsd-ports-gnome-ee88bea625d80b694fd230739820618b050b942c.tar.zst freebsd-ports-gnome-ee88bea625d80b694fd230739820618b050b942c.zip |
- Add LICENSE_FILE
- Remove obsolete OSVERSION condition
- Whitespace fixes
Approved by: portmgr blanket
Diffstat (limited to 'net')
-rw-r--r-- | net/viamillipede/Makefile | 9 | ||||
-rw-r--r-- | net/viamillipede/pkg-descr | 6 |
2 files changed, 5 insertions, 10 deletions
diff --git a/net/viamillipede/Makefile b/net/viamillipede/Makefile index 56f538f4d6b8..565c1539778b 100644 --- a/net/viamillipede/Makefile +++ b/net/viamillipede/Makefile @@ -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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/viamillipede/pkg-descr b/net/viamillipede/pkg-descr index 1c1723057121..1190e727b615 100644 --- a/net/viamillipede/pkg-descr +++ b/net/viamillipede/pkg-descr @@ -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 |