summaryrefslogtreecommitdiff
path: root/security/egd
diff options
context:
space:
mode:
authoritojun <itojun>2000-10-15 17:26:24 +0000
committeritojun <itojun>2000-10-15 17:26:24 +0000
commit3ba4e1a894e4ae67c3b6e709fdeabb3e1f87e116 (patch)
treef1caa282d93ad55667628b842b3961f48bc5a814 /security/egd
parent16a490a41bf6999cbaffbf884292c82f1ce6df0f (diff)
downloadpkgsrc-3ba4e1a894e4ae67c3b6e709fdeabb3e1f87e116.tar.gz
Entrypy Gathering Daemon. depends on to security/p5-SHA.
Diffstat (limited to 'security/egd')
-rw-r--r--security/egd/Makefile20
-rw-r--r--security/egd/files/md53
-rw-r--r--security/egd/pkg/COMMENT1
-rw-r--r--security/egd/pkg/DESCR8
-rw-r--r--security/egd/pkg/PLIST1
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 $