NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
This is a perl program to collect entropy from a running Unix-like system,
mostly through various stats calls (vmstat and friends). The output is
hashed into a pool, stirred with an SHA1 hash, and used to provide
(theoretically) high-quality random data to callers over a UNIX- or TCP-
socket interface. This aims to provide functionality similar to the Linux
/dev/random device, but implemented in a fairly-portable user-space daemon
so that it can run on many unix-like systems. See the README for common
usage details.
# $NetBSD: Makefile,v 1.16 2010/08/21 16:35:35 seb Exp $
#
DISTNAME= egd-0.8
PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.lothar.com/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lothar.com/tech/crypto/
COMMENT= EGD: Entropy Gathering Daemon
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-SHA-[0-9]*:../../security/p5-SHA
PERL5_PACKLIST= auto/egd/.packlist
BROKEN= Conflicts with dependency
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
$NetBSD: distinfo,v 1.3 2005/02/24 13:10:05 agc Exp $
SHA1 (egd-0.8.tar.gz) = 9316b05796f0447094132c8647e36e6ce97b6ad3
RMD160 (egd-0.8.tar.gz) = bc2aa236aae64865ae0968df5234a00150b9aa2e
Size (egd-0.8.tar.gz) = 34976 bytes