Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 10:22:21 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33223: new port: net/linux-edonkey2000-client
Message-ID:  <20011227022221.104D4C3B02@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         33223
>Category:       ports
>Synopsis:       new port: net/linux-edonkey2000-client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 26 18:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 4.4-STABLE FreeBSD 4.4-STABLE #81: Thu Dec 20 05:34:09 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:

A decentralized peer-to-peer file-sharing client

WWW: http://www.edonkey2000.com/

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	linux-edonkey2000-client
#	linux-edonkey2000-client/files
#	linux-edonkey2000-client/files/edonkey2000
#	linux-edonkey2000-client/pkg-comment
#	linux-edonkey2000-client/pkg-plist
#	linux-edonkey2000-client/distinfo
#	linux-edonkey2000-client/pkg-descr
#	linux-edonkey2000-client/Makefile
#
echo c - linux-edonkey2000-client
mkdir -p linux-edonkey2000-client > /dev/null 2>&1
echo c - linux-edonkey2000-client/files
mkdir -p linux-edonkey2000-client/files > /dev/null 2>&1
echo x - linux-edonkey2000-client/files/edonkey2000
sed 's/^X//' >linux-edonkey2000-client/files/edonkey2000 << 'END-of-linux-edonkey2000-client/files/edonkey2000'
X#!/bin/sh
XWRKDIR=${HOME}/.edonkey2000
XDONKEY=%%PREFIX%%/bin/donkey_s
X/bin/mkdir -p ${WRKDIR} && cd ${WRKDIR} && ${DONKEY}
END-of-linux-edonkey2000-client/files/edonkey2000
echo x - linux-edonkey2000-client/pkg-comment
sed 's/^X//' >linux-edonkey2000-client/pkg-comment << 'END-of-linux-edonkey2000-client/pkg-comment'
XA decentralized peer-to-peer file-sharing client
END-of-linux-edonkey2000-client/pkg-comment
echo x - linux-edonkey2000-client/pkg-plist
sed 's/^X//' >linux-edonkey2000-client/pkg-plist << 'END-of-linux-edonkey2000-client/pkg-plist'
Xbin/edonkey2000
Xbin/donkey_s
END-of-linux-edonkey2000-client/pkg-plist
echo x - linux-edonkey2000-client/distinfo
sed 's/^X//' >linux-edonkey2000-client/distinfo << 'END-of-linux-edonkey2000-client/distinfo'
XMD5 (donkey_s.gz) = c5a6740cdce4adcf0bc0995725de3675
END-of-linux-edonkey2000-client/distinfo
echo x - linux-edonkey2000-client/pkg-descr
sed 's/^X//' >linux-edonkey2000-client/pkg-descr << 'END-of-linux-edonkey2000-client/pkg-descr'
XeDonkey2000 doesn't rely on one central server yet searches are quick and
Xyour client doesn't get bogged down with endless search requests. You have
Xthe ability to search all the files being shared anywhere on the eDonkey2000
Xnetwork.
X
XIt allows you to transfer any type of file. It automatically resumes
Xinterrupted transfers from alternate sources. It even introduces ways to
Xshare a whole collection of files together so you can be sure to get all
Xthe songs in an album or all pieces of a movie. Users will be able to
Xdownload a file from multiple sources at the same time thus insuring that
Xtransfers will be as fast as possible.
X
XFiles can be uploaded while being downloaded. This insures that a rare file
Xthat is wanted by many people will be distributed as quickly as possible.
X
XThe server and client are both distributed for free. There are Linux and
XWindows versions available with Mac versions coming soon.
X
XWWW: http://www.edonkey2000.com/
END-of-linux-edonkey2000-client/pkg-descr
echo x - linux-edonkey2000-client/Makefile
sed 's/^X//' >linux-edonkey2000-client/Makefile << 'END-of-linux-edonkey2000-client/Makefile'
X# New ports collection makefile for:	linux-edonkey2000-client
X# Date created:				18 December 2001
X# Whom:	      				Yen-Ming Lee <leeym@leeym.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	edonkey2000
XPORTVERSION=	v15.16.58
XCATEGORIES=	net linux
XMASTER_SITES=	http://www.edonkey2000.com/files/
XPKGNAMEPREFIX=  linux-
XPKGNAMESUFFIX=	-client
XDISTNAME=	donkey_s
XEXTRACT_SUFX=	.gz
X
XMAINTAINER=	leeym@leeym.com
X
XUSE_LINUX=	yes
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
XEXTRACT_AFTER_ARGS= > ${DISTNAME}
XSTRIP=
X
Xpost-extract:
X	@${SED} 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/edonkey2000 > ${WRKSRC}/edonkey2000
X	@brandelf -t Linux ${WRKSRC}/${DISTNAME}
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/edonkey2000 ${PREFIX}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-linux-edonkey2000-client/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011227022221.104D4C3B02>