summaryrefslogtreecommitdiff
path: root/security/rc5des
diff options
context:
space:
mode:
authoragc <agc>1998-11-24 16:52:18 +0000
committeragc <agc>1998-11-24 16:52:18 +0000
commitb4af624dc006104401c4bef309e607d3d6be6b83 (patch)
treef846a17952ff952e8373e61f3a4acce4bace91bb /security/rc5des
parent5f3050d6c4ec1c3f8097fbe25d0f158f07230ca8 (diff)
downloadpkgsrc-b4af624dc006104401c4bef309e607d3d6be6b83.tar.gz
Initial import of rc5des, the distributed client for rc5-64 challenge.
This is a package of binaries, as compiled by Michael Graff (explorer@flame.org), and I have not even tried to run these binaries, let alone seen the source, and so cannot vouch for them. Binaries are provided for Alpha, i386 and arm32 architectures.
Diffstat (limited to 'security/rc5des')
-rw-r--r--security/rc5des/Makefile39
-rw-r--r--security/rc5des/files/md53
-rw-r--r--security/rc5des/patches/patch-aa11
-rw-r--r--security/rc5des/patches/patch-ab13
-rw-r--r--security/rc5des/pkg/COMMENT1
-rw-r--r--security/rc5des/pkg/DESCR1
-rw-r--r--security/rc5des/pkg/PLIST11
7 files changed, 79 insertions, 0 deletions
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile
new file mode 100644
index 00000000000..3fac0406884
--- /dev/null
+++ b/security/rc5des/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
+#
+
+DISTNAME= rc5-mlg-004
+PKGNAME= rc5des-0.4
+CATEGORIES= security
+MASTER_SITES= http://www.flame.org/netbsd-rc5/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://rc5.distributed.net/
+
+ONLY_FOR_ARCHS= alpha arm32 i386
+
+RESTRICTED= "Crypto; export-controlled"
+MIRROR_DISTFILE= no
+
+WRKSRC= ${WRKDIR}/RC5
+
+NO_CONFIGURE= yes
+
+# agc - this is commented out until I can test that it works.
+#post-patch:
+# @(hostname=`/bin/hostname`; \
+# fqdn=`/usr/sbin/host $$hostname | ${AWK} '{ print $$1; exit }'`; \
+# ${MV} ${WRKSRC}/master.ini ${WRKSRC}/master.ini.in; \
+# ${SED} -e 's|your\.site|'$$fqdn'|g' ${WRKSRC}/master.ini.in > ${WRKSRC}/master.ini)
+
+do-build:
+ cd ${WRKSRC}; rm -f master.ini.orig rc5.sh.orig
+
+# agc - commented out until the above is tested.
+#do-build:
+# cd ${WRKSRC}; rm -f master.ini.orig master.ini.in rc5.sh.orig
+
+do-install:
+ ${MKDIR} ${PREFIX}/RC5
+ cd ${WRKSRC}; /bin/pax -r -w . ${PREFIX}/RC5
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/rc5des/files/md5 b/security/rc5des/files/md5
new file mode 100644
index 00000000000..3025617c35c
--- /dev/null
+++ b/security/rc5des/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
+
+MD5 (rc5-mlg-004.tar.gz) = 4a5dc8b25676eaa6902e3d3f30856341
diff --git a/security/rc5des/patches/patch-aa b/security/rc5des/patches/patch-aa
new file mode 100644
index 00000000000..e98d682465a
--- /dev/null
+++ b/security/rc5des/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
+
+--- master.ini 1998/11/16 17:04:56 1.1
++++ master.ini 1998/11/16 17:05:21
+@@ -1,5 +1,5 @@
+ [parameters]
+-id=explorer-rc5@flame.org
++id=rc5-team@netbsd.org
+ threshold=10:10
+ threshold2=10:10
+ count=0
diff --git a/security/rc5des/patches/patch-ab b/security/rc5des/patches/patch-ab
new file mode 100644
index 00000000000..78f4b780322
--- /dev/null
+++ b/security/rc5des/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
+
+--- rc5.sh 1998/11/16 17:05:43 1.1
++++ rc5.sh 1998/11/16 17:06:07
+@@ -15,7 +15,7 @@
+ fi
+
+ ARGS="-ini master.ini \
+- -e explorer-rc5@flame.org \
++ -e rc5-team@netbsd.org \
+ -l log/${HOSTNAME}-${NOW}.log \
+ -b 40 \
+ -nice 0 \
diff --git a/security/rc5des/pkg/COMMENT b/security/rc5des/pkg/COMMENT
new file mode 100644
index 00000000000..e2f57c1a66f
--- /dev/null
+++ b/security/rc5des/pkg/COMMENT
@@ -0,0 +1 @@
+Binaries for taking part in the rc5des challenge.
diff --git a/security/rc5des/pkg/DESCR b/security/rc5des/pkg/DESCR
new file mode 100644
index 00000000000..50c3dfc61e2
--- /dev/null
+++ b/security/rc5des/pkg/DESCR
@@ -0,0 +1 @@
+Client binaries for taking part in the rc5des challenge.
diff --git a/security/rc5des/pkg/PLIST b/security/rc5des/pkg/PLIST
new file mode 100644
index 00000000000..dbb86fb4cd0
--- /dev/null
+++ b/security/rc5des/pkg/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/24 16:52:18 agc Exp $
+RC5/master.ini
+RC5/rc5.sh
+RC5/bin/config.guess
+RC5/bin/v2.7024.409/rc5des-netbsd-alpha-1.3.1
+RC5/bin/v2.7024.409/rc5des-netbsd-arm32-1.3E
+RC5/bin/v2.7024.409/rc5des-netbsd-i386-1.2
+RC5/bin/v2.7024.409/rc5des-netbsd-i386-1.2G
+RC5/bin/v2.7024.409/rc5des-netbsd-i386-1.3.1
+@dirrm RC5/bin/v2.7024.409
+@dirrm RC5/bin