From 2d418ba45193ff3cee2afe0051faa3a3435cb785 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sat, 10 Aug 2002 20:44:15 +0000 Subject: Add entropy 1.0, calculate data entropy to benchmark compression algorithms. Submitted by: Chris S.J. Peron --- math/entropy/Makefile | 18 ++++++++++++++++++ math/entropy/distinfo | 1 + math/entropy/pkg-comment | 1 + math/entropy/pkg-descr | 3 +++ math/entropy/pkg-plist | 1 + 5 files changed, 24 insertions(+) create mode 100644 math/entropy/Makefile create mode 100644 math/entropy/distinfo create mode 100644 math/entropy/pkg-comment create mode 100644 math/entropy/pkg-descr create mode 100644 math/entropy/pkg-plist (limited to 'math/entropy') diff --git a/math/entropy/Makefile b/math/entropy/Makefile new file mode 100644 index 000000000000..2e3a549a430c --- /dev/null +++ b/math/entropy/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: entropy +# Date created: 9 August 2002 +# Whom: Chris S.J. Peron +# +# $FreeBSD$ +# + +PORTNAME= entropy +PORTVERSION= 1.0 +CATEGORIES= math archivers +MASTER_SITES= http://staff.seccuris.com/~cperon/ + +MAINTAINER= maneo@bsdpro.com + +MAN1= entropy.1 +MANCOMPRESSED= yes + +.include diff --git a/math/entropy/distinfo b/math/entropy/distinfo new file mode 100644 index 000000000000..c714b75b6fb1 --- /dev/null +++ b/math/entropy/distinfo @@ -0,0 +1 @@ +MD5 (entropy-1.0.tar.gz) = 1369f409983abd88e50221ea36049edb diff --git a/math/entropy/pkg-comment b/math/entropy/pkg-comment new file mode 100644 index 000000000000..4e9c2146cbfc --- /dev/null +++ b/math/entropy/pkg-comment @@ -0,0 +1 @@ +Calculate data entropy to benchmark compression algorithms diff --git a/math/entropy/pkg-descr b/math/entropy/pkg-descr new file mode 100644 index 000000000000..29017039d54e --- /dev/null +++ b/math/entropy/pkg-descr @@ -0,0 +1,3 @@ +Entropy is a program that will calculate the entropy of a given set +of data. This program is mainly used to benchmark the efficiency +of existing or developing compression algorithms. diff --git a/math/entropy/pkg-plist b/math/entropy/pkg-plist new file mode 100644 index 000000000000..61b29c665db8 --- /dev/null +++ b/math/entropy/pkg-plist @@ -0,0 +1 @@ +bin/entropy -- cgit v1.2.3