diff options
author | shell <shell@pkgsrc.org> | 2002-06-15 08:10:58 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-15 08:10:58 +0000 |
commit | 85a2f2c3d6e19a8185eba5e83bcb98e42df3aa96 (patch) | |
tree | 780a9edd3859e17612413447d79ada283da1c99e /misc/dnetc | |
parent | cfbb0c80a3c9bc376b0764b516221ec2a2a27ee8 (diff) | |
download | pkgsrc-85a2f2c3d6e19a8185eba5e83bcb98e42df3aa96.tar.gz |
Initial import of dnetc (PR:14696)
official distributed.net client
---
distributed.net believes in the capability and potential of
distributed computing. Their mission consists of three interdependent
goals: development, deployment, and advocacy, to be pursued in the
advancement of distributed computing.
They advocate distributed computing, by encouraging global
participation and contributions of processing power, bandwidth,
and expertise; by providing a forum for discussion; and by raising
awareness on the Internet and in the mainstream.
HOMEPAGE : http://www.distributed.net/
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/DESCR | 23 | ||||
-rw-r--r-- | misc/dnetc/Makefile | 25 | ||||
-rw-r--r-- | misc/dnetc/PLIST | 8 | ||||
-rw-r--r-- | misc/dnetc/distinfo | 4 |
4 files changed, 60 insertions, 0 deletions
diff --git a/misc/dnetc/DESCR b/misc/dnetc/DESCR new file mode 100644 index 00000000000..a1b2d07c42b --- /dev/null +++ b/misc/dnetc/DESCR @@ -0,0 +1,23 @@ +distributed.net believes in the capability and potential of +distributed computing. Their mission consists of three interdependent +goals: development, deployment, and advocacy, to be pursued in the +advancement of distributed computing. + +They advocate distributed computing, by encouraging global +participation and contributions of processing power, bandwidth, +and expertise; by providing a forum for discussion; and by raising +awareness on the Internet and in the mainstream. + +Current Project : + +RC5-64: distributed.net's longest-running project is the RC5-64 +challenge. They're now cracking at 127.24 billion keys per second +and are moving through the keyspace faster every day. + +Optimal 24 Mark Golomb Rulers: Essentially, a Golomb Ruler is a +mathematical term given to a set of whole numbers where no two +pairs of numbers have the same difference. An Optimal Golomb Ruler +(OGR) is just like an everyday ruler, except that the marks are +placed so that no two pairs of marks measure the same distance. +OGR's have many uses in the real world. They're now testing at +182.49 billion nodes per second. diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile new file mode 100644 index 00000000000..d6d4ad9414f --- /dev/null +++ b/misc/dnetc/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 08:10:58 shell Exp $ + +DISTNAME= dnetc-netbsd-i386-elf +PKGNAME= dnetc-2.8015.469 +CATEGORIES= misc +MASTER_SITES= http://http.distributed.net/pub/dcti/current-client/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.distributed.net/ +COMMENT= official distributed.net client + +ONLY_FOR_PLATFORM= NetBSD-*-i386 +NO_BUILD= YES + +do-extract: + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC}; ${GTAR} -zxf ${DISTDIR}/${DISTFILES} + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dnetc/ + ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/dnetc/ + ${INSTALL_MAN} ${WRKSRC}/dnetc.1 ${PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/dnetc ${PREFIX}/bin/ + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/dnetc/PLIST b/misc/dnetc/PLIST new file mode 100644 index 00000000000..c0f0b8214ec --- /dev/null +++ b/misc/dnetc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/15 08:10:58 shell Exp $ +bin/dnetc +man/man1/dnetc.1 +share/doc/dnetc/CHANGES.txt +share/doc/dnetc/dnetc.txt +share/doc/dnetc/readme.1st +share/doc/dnetc/readme._ix +@dirrm share/doc/dnetc diff --git a/misc/dnetc/distinfo b/misc/dnetc/distinfo new file mode 100644 index 00000000000..cbc54ccef90 --- /dev/null +++ b/misc/dnetc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/15 08:10:58 shell Exp $ + +SHA1 (dnetc-netbsd-i386-elf.tar.gz) = 643ef2a86391d14e252fa62d1e73bfafadcaf9f2 +Size (dnetc-netbsd-i386-elf.tar.gz) = 318293 bytes |