diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/owamp/Makefile | 20 | ||||
-rw-r--r-- | net/owamp/distinfo | 2 | ||||
-rw-r--r-- | net/owamp/pkg-descr | 17 | ||||
-rw-r--r-- | net/owamp/pkg-plist | 31 |
5 files changed, 71 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b79dfebb05ba..cf7abab64096 100644 --- a/net/Makefile +++ b/net/Makefile @@ -499,6 +499,7 @@ SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += ostinato + SUBDIR += owamp SUBDIR += owncloud-csync SUBDIR += p5-AddressBook SUBDIR += p5-Amazon-SQS-Simple diff --git a/net/owamp/Makefile b/net/owamp/Makefile new file mode 100644 index 000000000000..eb6b7496ce46 --- /dev/null +++ b/net/owamp/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= owamp +PORTVERSION= 3.3 +CATEGORIES= net +MASTER_SITES= http://software.internet2.edu/sources/owamp/ + +MAINTAINER= fbsd-ports@opsec.eu +COMMENT= Implementation of the One-Way Active Measurement Protocol + +LICENSE= AL2 + +GNU_CONFIGURE= yes + +MAN1= aespasswd.1 owfetch.1 owping.1 owstats.1 owup.1 \ + pfstore.1 powstream.1 +MAN5= owampd.conf.5 owampd.limits.5 owampd.pfs.5 +MAN8= owampd.8 + +.include <bsd.port.mk> diff --git a/net/owamp/distinfo b/net/owamp/distinfo new file mode 100644 index 000000000000..02711005cd1b --- /dev/null +++ b/net/owamp/distinfo @@ -0,0 +1,2 @@ +SHA256 (owamp-3.3.tar.gz) = 784980489b25939857e3a98a1d53ad15889f6141e0f68414dcbd2f67b5aacf3b +SIZE (owamp-3.3.tar.gz) = 811975 diff --git a/net/owamp/pkg-descr b/net/owamp/pkg-descr new file mode 100644 index 000000000000..a02609f4e1f2 --- /dev/null +++ b/net/owamp/pkg-descr @@ -0,0 +1,17 @@ +OWAMP is a command line client application and a policy daemon used +to determine one way latencies between hosts. It is an implementation +of the OWAMP protocol as defined by +http://www.rfc-editor.org/rfc/rfc4656.txt. (When referring to the +protocol within this document, "OWAMP" will be in italicized. In +all other instances, "OWAMP" will be referring to this implementation.) + +With roundtrip-based measurements, it is hard to isolate the direction +in which congestion is experienced. One-way measurements solve this +problem and make the direction of congestion immediately apparent. +Since traffic can be asymmetric at many sites that are primarily +producers or consumers of data, this allows for more informative +measurements. One-way measurements allow the user to better isolate +the effects of specific parts of a network on the treatment of +traffic. + +WWW: http://www.internet2.edu/performance/owamp/ diff --git a/net/owamp/pkg-plist b/net/owamp/pkg-plist new file mode 100644 index 000000000000..b7f1ae030a8a --- /dev/null +++ b/net/owamp/pkg-plist @@ -0,0 +1,31 @@ +bin/aespasswd +bin/owampd +bin/owfetch +bin/owping +bin/owstats +bin/owtvec +bin/owup +bin/pfstore +bin/powstream +include/I2util/Pthread.h +include/I2util/addr.h +include/I2util/conf.h +include/I2util/errlog.h +include/I2util/errlogimmediate.h +include/I2util/errlogsyslog.h +include/I2util/hex.h +include/I2util/hmac-sha1.h +include/I2util/io.h +include/I2util/mach_dep.h +include/I2util/md5.h +include/I2util/pbkdf2.h +include/I2util/random.h +include/I2util/readpassphrase.h +include/I2util/saddr.h +include/I2util/sha1.h +include/I2util/sha1P.h +include/I2util/table.h +include/I2util/util.h +lib/libI2util.a +lib/libowamp.a +@dirrm include/I2util |