From 90a70cf5ff4e128257b1c4d3638a67c26a3c03a0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 16 Jun 2002 20:57:48 +0000 Subject: Initial import of edonkey2k, provided by Sergey Svishchev, with slight changes by me. eDonkey2000 doesn't rely on one central server yet searches are quick and your client doesn't get bogged down with endless search requests. You have the ability to search all the files being shared anywhere on the eDonkey2000 network. It allows you to transfer any type of file. It automatically resumes interrupted transfers from alternate sources. It even introduces ways to share a whole collection of files together so you can be sure to get all the songs in an album or all pieces of a movie. Users will be able to download a file from multiple sources at the same time thus insuring that transfers will be as fast as possible. --- net/edonkey2k/DESCR | 11 +++++++++++ net/edonkey2k/Makefile | 31 +++++++++++++++++++++++++++++++ net/edonkey2k/PLIST | 2 ++ net/edonkey2k/distinfo | 4 ++++ 4 files changed, 48 insertions(+) create mode 100644 net/edonkey2k/DESCR create mode 100644 net/edonkey2k/Makefile create mode 100644 net/edonkey2k/PLIST create mode 100644 net/edonkey2k/distinfo (limited to 'net') diff --git a/net/edonkey2k/DESCR b/net/edonkey2k/DESCR new file mode 100644 index 00000000000..97a148beb2c --- /dev/null +++ b/net/edonkey2k/DESCR @@ -0,0 +1,11 @@ +eDonkey2000 doesn't rely on one central server yet searches are +quick and your client doesn't get bogged down with endless search +requests. You have the ability to search all the files being shared +anywhere on the eDonkey2000 network. + +It allows you to transfer any type of file. It automatically resumes +interrupted transfers from alternate sources. It even introduces +ways to share a whole collection of files together so you can be +sure to get all the songs in an album or all pieces of a movie. +Users will be able to download a file from multiple sources at the +same time thus insuring that transfers will be as fast as possible. diff --git a/net/edonkey2k/Makefile b/net/edonkey2k/Makefile new file mode 100644 index 00000000000..0276fe26c8e --- /dev/null +++ b/net/edonkey2k/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/16 20:57:48 wiz Exp $ +# + +DISTNAME= donkey +PKGNAME= edonkey-16.16.59 +CATEGORIES= net +MASTER_SITES= http://www.edonkey2000.com/files/ +EXTRACT_SUFX= .gz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.edonkey2000.com/ +COMMENT= Yet another P2P file sharing tool + +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "NetBSD" +DEPENDS= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base +.endif + +WRKSRC= ${WRKDIR} +NO_BUILD= YES +NO_PATCH= YES +NO_CONFIGURE= YES +CHECK_SHLIBS= NO + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/net/edonkey2k/PLIST b/net/edonkey2k/PLIST new file mode 100644 index 00000000000..12d8c111c22 --- /dev/null +++ b/net/edonkey2k/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/16 20:57:48 wiz Exp $ +bin/donkey diff --git a/net/edonkey2k/distinfo b/net/edonkey2k/distinfo new file mode 100644 index 00000000000..b75707a5e01 --- /dev/null +++ b/net/edonkey2k/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/16 20:57:48 wiz Exp $ + +SHA1 (donkey.gz) = 90d823abce0476d166a942ecd4cca7e4ebba25a2 +Size (donkey.gz) = 227798 bytes -- cgit v1.2.3