diff options
author | itojun <itojun@pkgsrc.org> | 2000-10-15 17:26:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-10-15 17:26:24 +0000 |
commit | d1a6a6be0f0545a5553db2f3f9bbf8955f55aaef (patch) | |
tree | f1caa282d93ad55667628b842b3961f48bc5a814 /security/egd | |
parent | d9810cee9ca7d0534f1466844bf17a3cc26fdcd3 (diff) | |
download | pkgsrc-d1a6a6be0f0545a5553db2f3f9bbf8955f55aaef.tar.gz |
Entrypy Gathering Daemon. depends on to security/p5-SHA.
Diffstat (limited to 'security/egd')
-rw-r--r-- | security/egd/Makefile | 20 | ||||
-rw-r--r-- | security/egd/files/md5 | 3 | ||||
-rw-r--r-- | security/egd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/egd/pkg/DESCR | 8 | ||||
-rw-r--r-- | security/egd/pkg/PLIST | 1 |
5 files changed, 33 insertions, 0 deletions
diff --git a/security/egd/Makefile b/security/egd/Makefile new file mode 100644 index 00000000000..45f8ee68a14 --- /dev/null +++ b/security/egd/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:26:24 itojun Exp $ +# + +DISTNAME= egd-0.8 +CATEGORIES= security +MASTER_SITES= ftp://ftp.lothar.com/linux/ \ + http://www.lothar.com/pub/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.lothar.com/tech/crypto/ + +DEPENDS+= p5-SHA-*:../../security/p5-SHA + +USE_PERL5= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/egd/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/egd/files/md5 b/security/egd/files/md5 new file mode 100644 index 00000000000..0682acab812 --- /dev/null +++ b/security/egd/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 17:26:24 itojun Exp $ + +MD5 (egd-0.8.tar.gz) = 07776186d3105f565b606e59aa896c82 diff --git a/security/egd/pkg/COMMENT b/security/egd/pkg/COMMENT new file mode 100644 index 00000000000..59253c43080 --- /dev/null +++ b/security/egd/pkg/COMMENT @@ -0,0 +1 @@ +EGD: Entropy Gathering Daemon diff --git a/security/egd/pkg/DESCR b/security/egd/pkg/DESCR new file mode 100644 index 00000000000..11f664c12bd --- /dev/null +++ b/security/egd/pkg/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/security/egd/pkg/PLIST b/security/egd/pkg/PLIST new file mode 100644 index 00000000000..23b1a328dc4 --- /dev/null +++ b/security/egd/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 17:26:24 itojun Exp $ |