ports/68141: new port net/linux-overnet-core: Serverless peer-2-peer program

No Name arundel at h3c.de
Mon Sep 13 16:50:19 UTC 2004


The following reply was made to PR ports/68141; it has been noted by GNATS.

From: No Name <arundel at h3c.de>
To: FreeBSD-gnats-submit at freebsd.org
Cc:  
Subject: Re: ports/68141: new port net/linux-overnet-core: Serverless peer-2-peer program
Date: Mon, 13 Sep 2004 18:52:11 +0200 (CEST)

 >Submitter-Id:	current-users
 >Originator:	No Name
 >Organization:	
 >Confidential:	no 
 >Synopsis:	Re: ports/68141: new port net/linux-overnet-core: Serverless peer-2-peer program
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		update
 >Release:	FreeBSD 4.10-STABLE i386
 >Environment:
 System: FreeBSD skatecity 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Aug 23 20:56:48 CEST 2004 arundel at skatecity:/usr/obj/usr/src/sys/ARUNDEL i386
 
 
 	
 >Description:
 	
 >How-To-Repeat:
 	
 >Fix:
 
 	
 
 --- output begins here ---
 diff -ruN /usr/ports/net/linux-overnet-core/Makefile /usr/ports/custom/linux-overnet-core/Makefile
 --- /usr/ports/net/linux-overnet-core/Makefile	Mon Sep 13 18:41:21 2004
 +++ /usr/ports/custom/linux-overnet-core/Makefile	Mon Sep 13 18:43:53 2004
 @@ -6,42 +6,44 @@
  #
  
  PORTNAME=	overnet
 -PORTVERSION=	0.53.3
 +PORTVERSION=	1.0.1
  CATEGORIES=	net linux
 -MASTER_SITES=	http://download.overnet.com/
 +MASTER_SITES=	http://www.zen18864.zen.co.uk/${PORTNAME}/${PORTVERSION}/
  PKGNAMEPREFIX=	linux-
  PKGNAMESUFFIX=	-core
 -DISTNAME=	overnet-${PORTVERSION}-tim-oldlibs
 +DISTNAME=	${PORTNAME}clc-${PORTVERSION}_${ARCH}_compat
 +EXTRACT_SUFX=	.tgz
  
 -MAINTAINER=	arundel at gmx.net
 +MAINTAINER=	arundel at h3c.de
  COMMENT=	Overnet 'core' command line client
  
  ONLY_FOR_ARCHS=	i386
  USE_LINUX=	yes
  NO_BUILD=	yes
 +NO_WRKSUBDIR=	yes
  STRIP=
  
 -BINARY_NAME_OLD?=	overnet${PORTVERSION}-tim-oldlibs
 -TARGET_DIR=	${PREFIX}/sbin
 +BINARY_NAME_OLD?=	${PORTNAME}clc
 +BINARY_NAME=	${PORTNAME}
  
 -
 -DOC_FILES=	README LISEZMOI ChangeLog-CLC
 +DOC_FILES=	ChangeLog LISEZMOI README changelog.Debian.gz
  
  pre-install:
  
 -	@${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME_OLD}
 +	@${BRANDELF} -t Linux ${WRKSRC}/usr/bin/${BINARY_NAME_OLD}
  
  do-install:
 -	${INSTALL} -d ${TARGET_DIR}
 -	${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME_OLD} ${TARGET_DIR}/${PORTNAME}
 -	${INSTALL_DATA} ${WRKSRC}/contact.dat ${PREFIX}/etc/contact.dat
 +	${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
  
  post-install:
  .ifndef(NOPORTDOCS)
  	${INSTALL} -d ${DOCSDIR}${PKGNAMESUFFIX}
  
  .for file in ${DOC_FILES}
 -	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX}
 +	${INSTALL_MAN} ${WRKSRC}/usr/share/doc/${PORTNAME}clc/${file} ${DOCSDIR}${PKGNAMESUFFIX}
  .endfor
  
  .endif
 diff -ruN /usr/ports/net/linux-overnet-core/distinfo /usr/ports/custom/linux-overnet-core/distinfo
 --- /usr/ports/net/linux-overnet-core/distinfo	Mon Sep 13 18:41:21 2004
 +++ /usr/ports/custom/linux-overnet-core/distinfo	Mon Sep 13 17:42:12 2004
 @@ -1,2 +1,2 @@
 -MD5 (overnet-0.53.3-tim-oldlibs.tar.gz) = 4748e8650e8b6519b654e32e5d08c30f
 -SIZE (overnet-0.53.3-tim-oldlibs.tar.gz) = 425240
 +MD5 (overnetclc-1.0.1_i386_compat.tgz) = a9f3b7107fd51c7e9776923b83e49b5c
 +SIZE (overnetclc-1.0.1_i386_compat.tgz) = 377089
 diff -ruN /usr/ports/net/linux-overnet-core/pkg-descr /usr/ports/custom/linux-overnet-core/pkg-descr
 --- /usr/ports/net/linux-overnet-core/pkg-descr	Mon Sep 13 18:41:21 2004
 +++ /usr/ports/custom/linux-overnet-core/pkg-descr	Mon Sep 13 18:04:51 2004
 @@ -1,8 +1,9 @@
  The Overnet 'core' is the actual Overnet program which does
  everything behind the scenes - connecting to peers, searching,
 -downloading, uploading, all that stuff.
 +downloading, uploading, all that stuff. It is the serverless
 +equivalent to eDonkey2000.
  
  The 'core' comes with a very simple text interface (=command line
  client), where you can tell it what to do by typing in commands.
  
 -WWW: http://www.edonkey2000.com/
 +WWW: http://www.overnet.com/
 diff -ruN /usr/ports/net/linux-overnet-core/pkg-plist /usr/ports/custom/linux-overnet-core/pkg-plist
 --- /usr/ports/net/linux-overnet-core/pkg-plist	Mon Sep 13 18:41:21 2004
 +++ /usr/ports/custom/linux-overnet-core/pkg-plist	Mon Sep 13 17:58:49 2004
 @@ -1,6 +1,8 @@
  sbin/overnet
 -etc/contact.dat
 -%%PORTDOCS%%%%DOCSDIR%%-core/README
 +share/overnet-core/contact.dat
 +%%PORTDOCS%%%%DOCSDIR%%-core/ChangeLog
  %%PORTDOCS%%%%DOCSDIR%%-core/LISEZMOI
 -%%PORTDOCS%%%%DOCSDIR%%-core/ChangeLog-CLC
 - at dirrm share/doc/overnet-core
 +%%PORTDOCS%%%%DOCSDIR%%-core/README
 +%%PORTDOCS%%%%DOCSDIR%%-core/changelog.Debian.gz
 +%%PORTDOCS%%@dirrm share/doc/overnet-core
 + at dirrm share/overnet-core
 --- output ends here ---
 



More information about the freebsd-ports-bugs mailing list