From edd820b882da25d469083d6c3966c72a5366b78c Mon Sep 17 00:00:00 2001 From: pkgsrc fixup Date: Thu, 25 Apr 2013 12:28:41 -0700 Subject: [PATCH] Fixup fromcvs/togit conversion --- doc/CHANGES-2013 | 3 ++- security/Makefile | 3 ++- security/ent/DESCR | 5 +++++ security/ent/Makefile | 25 +++++++++++++++++++++++++ security/ent/PLIST | 2 ++ security/ent/distinfo | 5 +++++ 6 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 security/ent/DESCR create mode 100644 security/ent/Makefile create mode 100644 security/ent/PLIST create mode 100644 security/ent/distinfo diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index 58c0afd7986..881cf353692 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.1505 2013/04/25 13:33:18 ryoon Exp $ +$NetBSD: CHANGES-2013,v 1.1506 2013/04/25 14:31:29 ryoon Exp $ Changes to the packages collection and infrastructure in 2013: @@ -2320,3 +2320,4 @@ Changes to the packages collection and infrastructure in 2013: Updated lang/sun-jre6 to 6.0.45 [ryoon 2013-04-25] Updated lang/sun-jdk6 to 6.0.45 [ryoon 2013-04-25] Updated www/apache-tomcat7 to 7.0.39 [ryoon 2013-04-25] + Added security/ent version 19981020 [agc 2013-04-25] diff --git a/security/Makefile b/security/Makefile index 42f03564e86..1ffe866429a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.462 2013/04/03 10:57:07 markd Exp $ +# $NetBSD: Makefile,v 1.463 2013/04/10 09:26:25 tonnerre Exp $ # COMMENT= Security tools @@ -60,6 +60,7 @@ SUBDIR+= dsniff SUBDIR+= dsniff-nox11 SUBDIR+= egd SUBDIR+= engine-pkcs11 +SUBDIR+= ent #SUBDIR+= f-prot-antivirus6 # only contains shared files SUBDIR+= f-prot-antivirus6-fs-bin SUBDIR+= f-prot-antivirus6-ms-bin diff --git a/security/ent/DESCR b/security/ent/DESCR new file mode 100644 index 00000000000..28724531bf4 --- /dev/null +++ b/security/ent/DESCR @@ -0,0 +1,5 @@ +ent is a program which applies various tests to sequences of bytes stored in +files and reports the results of those tests. The program is useful for those +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. diff --git a/security/ent/Makefile b/security/ent/Makefile new file mode 100644 index 00000000000..b9affba4930 --- /dev/null +++ b/security/ent/Makefile @@ -0,0 +1,25 @@ +# $NetBSD$ +# + +DISTNAME= random +PKGNAME= ent-19981020 +CATEGORIES= security +MASTER_SITES= http://fourmilab.ch/random/ +EXTRACT_SUFX= .zip + +MAINTAINER= evaldo@gardenali.biz +HOMEPAGE= http://fourmilab.ch/random/ +COMMENT= Entropy calculation and analysis of putative random sequences +LICENSE= public-domain + +DIST_SUBDIR= ${PKGNAME_NOREV} + +WRKSRC= ${WRKDIR} +BUILD_TARGET= ${EMPTY} + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ent ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/security/ent/PLIST b/security/ent/PLIST new file mode 100644 index 00000000000..d32672efb51 --- /dev/null +++ b/security/ent/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD$ +bin/ent diff --git a/security/ent/distinfo b/security/ent/distinfo new file mode 100644 index 00000000000..1358c3d25a5 --- /dev/null +++ b/security/ent/distinfo @@ -0,0 +1,5 @@ +$NetBSD$ + +SHA1 (ent-19981020/random.zip) = 0f2f12dc67d1f02f77776709cf5fc5eee1d1b2e2 +RMD160 (ent-19981020/random.zip) = b21b8401fdbd2aac189fe4a442a1164b172407f8 +Size (ent-19981020/random.zip) = 76200 bytes -- 2.11.4.GIT