2002-08-10 20:44:15 +00: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 18:21:40 +00:00
|
|
|
PORTVERSION= 2.0
|
2002-08-10 20:44:15 +00:00
|
|
|
CATEGORIES= math archivers
|
2002-08-21 20:59:42 +00:00
|
|
|
MASTER_SITES= http://www.seccuris.com/documents/downloads/
|
2002-08-10 20:44:15 +00:00
|
|
|
|
2004-08-06 18:21:40 +00:00
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Calculate data entropy to benchmark compression algorithms
|
2002-08-10 20:44:15 +00:00
|
|
|
|
|
|
|
MAN1= entropy.1
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/entropy
|
2002-08-10 20:44:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|