From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 18 23:00:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75FB516A4CE for ; Wed, 18 May 2005 23:00:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B81E43D54 for ; Wed, 18 May 2005 23:00:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4IN0Jwj073094 for ; Wed, 18 May 2005 23:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4IN0JjZ073087; Wed, 18 May 2005 23:00:19 GMT (envelope-from gnats) Resent-Date: Wed, 18 May 2005 23:00:19 GMT Resent-Message-Id: <200505182300.j4IN0JjZ073087@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, No Name Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACEF516A4CE for ; Wed, 18 May 2005 22:53:37 +0000 (GMT) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id A440B43D75 for ; Wed, 18 May 2005 22:53:36 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 22301 invoked from network); 19 May 2005 00:53:32 +0200 Received: from p508fe4e6.dip.t-dialin.net (HELO localhost.skatecity) (80.143.228.230) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 19 May 2005 00:53:32 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.3/8.13.3) with ESMTP id j4IMrOVd077316 for ; Thu, 19 May 2005 00:53:24 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.3/8.13.3/Submit) id j4IMrOVd077315; Thu, 19 May 2005 00:53:24 +0200 (CEST) (envelope-from arundel) Message-Id: <200505182253.j4IMrOVd077315@localhost.skatecity> Date: Thu, 19 May 2005 00:53:24 +0200 (CEST) From: No Name To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/81228: [PORT UPDATE] of net/linux-edonkey-core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: No Name List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 23:00:21 -0000 >Number: 81228 >Category: ports >Synopsis: [PORT UPDATE] of net/linux-edonkey-core >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 18 23:00:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD skatecity 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 27 03:14:27 CEST 2005 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: >How-To-Repeat: >Fix: --- output-linux-edonkey-core begins here --- diff -ruN /usr/ports/net/linux-edonkey-core/Makefile /usr/ports/custom/linux-edonkey-core/Makefile --- /usr/ports/net/linux-edonkey-core/Makefile Sun Mar 13 02:21:03 2005 +++ /usr/ports/custom/linux-edonkey-core/Makefile Thu May 19 00:44:07 2005 @@ -6,54 +6,50 @@ # PORTNAME= edonkey -PORTVERSION= 0.50.1 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 1.1.0 +PORTEPOCH= 2 CATEGORIES= net linux -MASTER_SITES= http://www.overnet.com/files/ +MASTER_SITES= http://www.zen18864.zen.co.uk/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -core -DISTNAME= donkey${PORTVERSION} +DISTNAME= ${PORTNAME}clc-${PORTVERSION}_${ARCH} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= eDonkey2000 'core' command line client ONLY_FOR_ARCHS= i386 -USE_LINUX?= yes -NO_WRKSUBDIR= yes +USE_LINUX= yes NO_BUILD= yes +NO_WRKSUBDIR= yes STRIP= -STRIP_CMD= ${LINUXBASE}/usr/bin/strip +BINARY_NAME_OLD?= ${PORTNAME}clc +BINARY_NAME= donkey -.if exists(/usr/bin/brandelf) -BRANDELF?= /usr/bin/brandelf -.else -BRANDELF?= brandelf -.endif +DOC_FILES= ChangeLog LISEZMOI README changelog.Debian.gz -BINARY_NAME_OLD?= donkey${PORTVERSION} -BINARY_NAME= donkey +pre-install: -post-patch: - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh + @${BRANDELF} -t Linux ${WRKSRC}/usr/bin/${BINARY_NAME_OLD} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME_OLD} ${PREFIX}/sbin/${BINARY_NAME}-real - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${BINARY_NAME} + ${INSTALL} -d ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/${BINARY_NAME_OLD} ${PREFIX}/sbin/${BINARY_NAME} + ${INSTALL} -d ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} + ${INSTALL_DATA} ${WRKSRC}/usr/share/${PORTNAME}clc/contact.dat ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}/contact.dat + ${INSTALL_DATA} ${WRKSRC}/usr/share/${PORTNAME}clc/server.met ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}/server.met + +post-install: .ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} - @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}${PKGNAMESUFFIX} -.endif - @${SED} s!/usr/local/share/doc/edonkey-core!${DOCSDIR}${PKGNAMESUFFIX}! ${PKGMESSAGE} + ${INSTALL} -d ${DOCSDIR}${PKGNAMESUFFIX} -.include +.for file in ${DOC_FILES} + ${INSTALL_MAN} ${WRKSRC}/usr/share/doc/${PORTNAME}clc/${file} ${DOCSDIR}${PKGNAMESUFFIX} +.endfor -pre-install: -.if exists(${STRIP_CMD}) - @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME_OLD} + ${INSTALL_MAN} ${FILESDIR}/README.FreeBSD ${DOCSDIR}${PKGNAMESUFFIX} .endif - @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME_OLD} + @${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}${PKGNAMESUFFIX}|g' ${PKGMESSAGE} -.include +.include diff -ruN /usr/ports/net/linux-edonkey-core/distinfo /usr/ports/custom/linux-edonkey-core/distinfo --- /usr/ports/net/linux-edonkey-core/distinfo Sat Feb 14 07:09:12 2004 +++ /usr/ports/custom/linux-edonkey-core/distinfo Tue May 10 23:45:04 2005 @@ -1,2 +1,2 @@ -MD5 (donkey0.50.1.tar.gz) = dcda1d56faf30e63765d4206faff1168 -SIZE (donkey0.50.1.tar.gz) = 593729 +MD5 (edonkeyclc-1.1.0_i386.tgz) = 943d92390f63b349853f1847109c1a47 +SIZE (edonkeyclc-1.1.0_i386.tgz) = 404786 diff -ruN /usr/ports/net/linux-edonkey-core/files/README.FreeBSD /usr/ports/custom/linux-edonkey-core/files/README.FreeBSD --- /usr/ports/net/linux-edonkey-core/files/README.FreeBSD Wed Jun 19 19:52:47 2002 +++ /usr/ports/custom/linux-edonkey-core/files/README.FreeBSD Thu May 19 00:51:08 2005 @@ -1,7 +1,3 @@ -[ HELP file resumed from FAQ at - http://users.aber.ac.uk/tpm01/ed2k_tools/faq.html ] - - Read the aforementioned FAQ for complete instructions. 1) You have to configure the 'core' client and add a password diff -ruN /usr/ports/net/linux-edonkey-core/files/wrapper.sh /usr/ports/custom/linux-edonkey-core/files/wrapper.sh --- /usr/ports/net/linux-edonkey-core/files/wrapper.sh Fri Aug 16 04:18:13 2002 +++ /usr/ports/custom/linux-edonkey-core/files/wrapper.sh Thu Jan 1 01:00:00 1970 @@ -1,23 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -PROGRAM="${0}" -DIRNAME=${HOME}/.edonkey2000-core - -if [ ! -d ${DIRNAME} ] -then - mkdir -p ${DIRNAME} -fi - -if [ ! -h ${DIRNAME}/${PROGRAM##*/} ] -then - ln -sf ${PREFIX}/sbin/${PROGRAM##*/}-real ${DIRNAME}/${PROGRAM##*/} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${DIRNAME} && - echo Running under ${DIRNAME} && - exec ./${PROGRAM##*/} "${@}" || - echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again -} diff -ruN /usr/ports/net/linux-edonkey-core/pkg-descr /usr/ports/custom/linux-edonkey-core/pkg-descr --- /usr/ports/net/linux-edonkey-core/pkg-descr Sat Feb 16 16:49:34 2002 +++ /usr/ports/custom/linux-edonkey-core/pkg-descr Wed Nov 17 00:12:23 2004 @@ -5,6 +5,4 @@ The 'core' comes with a very simple text interface (=command line client), where you can tell it what to do by typing in commands. -Check http://www.edonkey2000.com/ and the WWW site below. - -WWW: http://users.aber.ac.uk/tpm01/guihome.html +WWW: http://www.edonkey2000.com/ diff -ruN /usr/ports/net/linux-edonkey-core/pkg-message /usr/ports/custom/linux-edonkey-core/pkg-message --- /usr/ports/net/linux-edonkey-core/pkg-message Tue Apr 22 18:29:53 2003 +++ /usr/ports/custom/linux-edonkey-core/pkg-message Wed Nov 17 00:12:23 2004 @@ -1,7 +1,7 @@ ATTENTIONATTENTION: Please make sure that you read -/usr/local/share/doc/edonkey-core/README.FreeBSD. +%%DOCSDIR%%/README.FreeBSD. It contains important information about both configuring and running edonkey2000 under FreeBSD. You will have problems running it if you do not read it. @@ -10,3 +10,11 @@ format. Therefore, they are not compatible with either lmule or older eDonkey2000 clients. +eDonkey2000 version 1.0.2 requires edonkey-gui-gtk version 0.6.3 or higher. +Older gui versions will not work with this version. Also the standard directory +in which eDonkey2000 stores the user settings has been changed from +~/.edonkey2000-core to ~/.eDonkey2000. That's why eDonkey2000 will NOT +recognise your settings and downloads until you rename the old directory. + +Finally, this port doesn't come with a wrapper anymore, because eDonkey2000 +keeps user settings in a directory that is hardcoded into the executable. diff -ruN /usr/ports/net/linux-edonkey-core/pkg-plist /usr/ports/custom/linux-edonkey-core/pkg-plist --- /usr/ports/net/linux-edonkey-core/pkg-plist Mon May 6 18:56:30 2002 +++ /usr/ports/custom/linux-edonkey-core/pkg-plist Wed Nov 17 00:12:23 2004 @@ -1,4 +1,10 @@ -bin/donkey -sbin/donkey-real -%%PORTDOCS%%share/doc/edonkey-core/README.FreeBSD +sbin/donkey +share/edonkey-core/contact.dat +share/edonkey-core/server.met +%%PORTDOCS%%%%DOCSDIR%%-core/README.FreeBSD +%%PORTDOCS%%%%DOCSDIR%%-core/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%-core/LISEZMOI +%%PORTDOCS%%%%DOCSDIR%%-core/README +%%PORTDOCS%%%%DOCSDIR%%-core/changelog.Debian.gz %%PORTDOCS%%@dirrm share/doc/edonkey-core +@dirrm share/edonkey-core --- output-linux-edonkey-core ends here --- >Release-Note: >Audit-Trail: >Unformatted: