2002-08-10 22:44:15 +02:00
|
|
|
# New ports collection makefile for: entropy
|
|
|
|
# Date created: 9 August 2002
|
|
|
|
# Whom: Chris S.J. Peron <maneo@bsdpro.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= entropy
|
2004-08-06 20:21:40 +02:00
|
|
|
PORTVERSION= 2.0
|
2002-08-10 22:44:15 +02:00
|
|
|
CATEGORIES= math archivers
|
2002-08-21 22:59:42 +02:00
|
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
2002-08-10 22:44:15 +02:00
|
|
|
|
2004-08-06 20:21:40 +02:00
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Calculate data entropy to benchmark compression algorithms
|
2002-08-10 22:44:15 +02:00
|
|
|
|
|
|
|
MAN1= entropy.1
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/entropy
|
2002-08-10 22:44:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|