From nobody@FreeBSD.org  Sun Jul 28 08:04:27 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 9E00D324
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Jul 2013 08:04:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 70603244D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Jul 2013 08:04:27 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6S84QsM024259
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Jul 2013 08:04:26 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6S84QtC024224;
	Sun, 28 Jul 2013 08:04:26 GMT
	(envelope-from nobody)
Message-Id: <201307280804.r6S84QtC024224@oldred.freebsd.org>
Date: Sun, 28 Jul 2013 08:04:26 GMT
From: Horia Racoviceanu <horia@racoviceanu.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: math/ent Entropy calculation and analysis of putative random sequences
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180899
>Category:       ports
>Synopsis:       New port: math/ent Entropy calculation and analysis of putative random sequences
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 08:10:00 UTC 2013
>Closed-Date:    Sun Jul 28 20:38:29 UTC 2013
>Last-Modified:  Mon Oct  7 22:00:00 UTC 2013
>Originator:     Horia Racoviceanu
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
FreeBSD horia.lan 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
ent applies various tests to sequences of bytes stored in files and reports the
results of those tests. The program is useful for evaluating pseudorandom
number generators for encryption and statistical sampling applications,
compression algorithms, and other applications where the information density of
a file is of interest.

WWW: http://www.fourmilab.ch/random/
>How-To-Repeat:
https://redports.org/buildarchive/20130728070900-12089/
>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ent
#	ent/Makefile
#	ent/distinfo
#	ent/pkg-descr
#
echo c - ent
mkdir -p ent > /dev/null 2>&1
echo x - ent/Makefile
sed 's/^X//' >ent/Makefile << 'bd48e99038b1d226826b94ef25c959c2'
X# Created by: Horia Racoviceanu <horia@racoviceanu.com>
X# $FreeBSD$
X
XPORTNAME=	ent
XPORTVERSION=	0.20080128
XCATEGORIES=	math
XMASTER_SITES=	http://www.fourmilab.ch/random/
XDISTNAME=	random
XDIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	horia@racoviceanu.com
XCOMMENT=	Entropy calculation and analysis of putative random sequences
X
XUSE_ZIP=	yes
XNO_WRKSUBDIR=	yes
XALL_TARGET=	ent
XPLIST_FILES=	bin/ent
X
Xregression-test: build
X	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check)
X
Xpost-patch:
X	${REINPLACE_CMD} -e '/CC = /d' -e '/CFLAGS = /s,$$, ${CFLAGS},' \
X		${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin
X
X.include <bsd.port.mk>
bd48e99038b1d226826b94ef25c959c2
echo x - ent/distinfo
sed 's/^X//' >ent/distinfo << '46500c403fc61a4629fe2dcc71db05c5'
XSHA256 (ent/0.20080128/random.zip) = c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
XSIZE (ent/0.20080128/random.zip) = 76200
46500c403fc61a4629fe2dcc71db05c5
echo x - ent/pkg-descr
sed 's/^X//' >ent/pkg-descr << 'd7af05d7e21e2274e48c225aa5e0a94a'
Xent applies various tests to sequences of bytes stored in files and reports the
Xresults of those tests. The program is useful for evaluating pseudorandom
Xnumber generators for encryption and statistical sampling applications,
Xcompression algorithms, and other applications where the information density of
Xa file is of interest.
X
XWWW: http://www.fourmilab.ch/random/
d7af05d7e21e2274e48c225aa5e0a94a
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Sun Jul 28 20:38:28 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180899 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180899: commit references a PR
Date: Sun, 28 Jul 2013 20:37:32 +0000 (UTC)

 Author: nox
 Date: Sun Jul 28 20:37:23 2013
 New Revision: 323853
 URL: http://svnweb.freebsd.org/changeset/ports/323853
 
 Log:
   Add new port math/ent:
   
   ent applies various tests to sequences of bytes stored in files and reports the
   results of those tests. The program is useful for evaluating pseudorandom
   number generators for encryption and statistical sampling applications,
   compression algorithms, and other applications where the information density of
   a file is of interest.
   
   WWW: http://www.fourmilab.ch/random/
   
   PR:		ports/180899
   Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
 
 Added:
   head/math/ent/
   head/math/ent/Makefile   (contents, props changed)
   head/math/ent/distinfo   (contents, props changed)
   head/math/ent/pkg-descr   (contents, props changed)
 Modified:
   head/math/Makefile
 
 Modified: head/math/Makefile
 ==============================================================================
 --- head/math/Makefile	Sun Jul 28 20:35:56 2013	(r323852)
 +++ head/math/Makefile	Sun Jul 28 20:37:23 2013	(r323853)
 @@ -105,6 +105,7 @@
      SUBDIR += elmer-umfpack
      SUBDIR += emacs-calc
      SUBDIR += emc2
 +    SUBDIR += ent
      SUBDIR += entropy
      SUBDIR += ess
      SUBDIR += eukleides
 
 Added: head/math/ent/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/ent/Makefile	Sun Jul 28 20:37:23 2013	(r323853)
 @@ -0,0 +1,29 @@
 +# Created by: Horia Racoviceanu <horia@racoviceanu.com>
 +# $FreeBSD$
 +
 +PORTNAME=	ent
 +PORTVERSION=	0.20080128
 +CATEGORIES=	math
 +MASTER_SITES=	http://www.fourmilab.ch/random/
 +DISTNAME=	random
 +DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 +
 +MAINTAINER=	horia@racoviceanu.com
 +COMMENT=	Entropy calculation and analysis of putative random sequences
 +
 +USE_ZIP=	yes
 +NO_WRKSUBDIR=	yes
 +ALL_TARGET=	ent
 +PLIST_FILES=	bin/ent
 +
 +regression-test: build
 +	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check)
 +
 +post-patch:
 +	${REINPLACE_CMD} -e '/CC = /d' -e '/CFLAGS = /s,$$, ${CFLAGS},' \
 +		${WRKSRC}/Makefile
 +
 +do-install:
 +	${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin
 +
 +.include <bsd.port.mk>
 
 Added: head/math/ent/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/ent/distinfo	Sun Jul 28 20:37:23 2013	(r323853)
 @@ -0,0 +1,2 @@
 +SHA256 (ent/0.20080128/random.zip) = c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
 +SIZE (ent/0.20080128/random.zip) = 76200
 
 Added: head/math/ent/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/math/ent/pkg-descr	Sun Jul 28 20:37:23 2013	(r323853)
 @@ -0,0 +1,7 @@
 +ent applies various tests to sequences of bytes stored in files and reports the
 +results of those tests. The program is useful for evaluating pseudorandom
 +number generators for encryption and statistical sampling applications,
 +compression algorithms, and other applications where the information density of
 +a file is of interest.
 +
 +WWW: http://www.fourmilab.ch/random/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180899: commit references a PR
Date: Mon,  7 Oct 2013 21:55:32 +0000 (UTC)

 Author: nox (ports committer)
 Date: Mon Oct  7 21:55:25 2013
 New Revision: 42882
 URL: http://svnweb.freebsd.org/changeset/doc/42882
 
 Log:
   Add Horia Racoviceanu for math/ent.
   
   PR:		ports/180899
   Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
 
 Modified:
   head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
 
 Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml	Mon Oct  7 21:47:42 2013	(r42881)
 +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml	Mon Oct  7 21:55:25 2013	(r42882)
 @@ -3960,6 +3960,11 @@
      </listitem>
  
      <listitem>
 +      <para>Horia Racoviceanu
 +	<email>horia@racoviceanu.com</email></para>
 +    </listitem>
 +
 +    <listitem>
        <para>Horihiro Kumagai
  	<email>kuma@jp.FreeBSD.org</email></para>
      </listitem>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
>Unformatted:
