From arundel@gmx.net  Sun Jun 20 12:13:38 2004
Return-Path: <arundel@gmx.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7C2CE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jun 2004 12:13:38 +0000 (GMT)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id BD38143D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jun 2004 12:13:37 +0000 (GMT)
	(envelope-from arundel@gmx.net)
Received: (qmail 31062 invoked by uid 65534); 20 Jun 2004 12:13:34 -0000
Received: from pD9FF1D4C.dip.t-dialin.net (EHLO skatecity.) (217.255.29.76)
  by mail.gmx.net (mp020) with SMTP; 20 Jun 2004 14:13:34 +0200
Received: from skatecity. (freebsd@skatecity. [127.0.0.1])
	by skatecity. (8.12.11/8.12.11) with ESMTP id i5KCF5x3026462
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jun 2004 14:15:06 +0200 (CEST)
	(envelope-from arundel@skatecity)
Received: (from arundel@localhost)
	by skatecity. (8.12.11/8.12.11/Submit) id i5KCF5Kd026461
	for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Jun 2004 14:15:05 +0200 (CEST)
	(envelope-from arundel)
Message-Id: <20040620121505.GA26444@gmx.net>
Date: Sun, 20 Jun 2004 14:15:05 +0200
From: No Name <arundel@gmx.net>
Reply-To: No Name <arundel@gmx.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Overnet - Serverless peer-2-peer program
X-Send-Pr-Version: 3.113

>Number:         68141
>Category:       ports
>Synopsis:       new port net/linux-overnet-core: Serverless peer-2-peer program
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 20 12:20:21 GMT 2004
>Closed-Date:    Thu Dec 23 04:38:27 GMT 2004
>Last-Modified:  Tue Jul 27 14:06:43 UTC 2010
>Originator:     Alexander Best
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD skatecity 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun May 30 14:32:56 CEST 2004 root@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386

>Description:
	Overnet is a serverless peer-2-peer program for linux.

>How-To-Repeat:
	
>Fix:

--- output begins here ---
# 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:
#
#	/usr/ports/net/linux-overnet-core/
#	/usr/ports/net/linux-overnet-core/Makefile
#	/usr/ports/net/linux-overnet-core/distinfo
#	/usr/ports/net/linux-overnet-core/pkg-descr
#	/usr/ports/net/linux-overnet-core/pkg-plist
#
echo c - /usr/ports/net/linux-overnet-core/
mkdir -p /usr/ports/net/linux-overnet-core/ > /dev/null 2>&1
echo x - /usr/ports/net/linux-overnet-core/Makefile
sed 's/^X//' >/usr/ports/net/linux-overnet-core/Makefile << 'END-of-/usr/ports/net/linux-overnet-core/Makefile'
X# New ports collection makefile for:	overnet 'core' command line client
X# Date created:				Wed Dec 31 22:43:16 CET 2003
X# Whom:					<arundel@gmx.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	overnet
XPORTVERSION=	0.53.3
XCATEGORIES=	net linux
XMASTER_SITES=	http://download.overnet.com/
XPKGNAMEPREFIX=	linux-
XPKGNAMESUFFIX=	-core
XDISTNAME=	overnet-${PORTVERSION}-tim-oldlibs
X
XMAINTAINER=	arundel@gmx.net
XCOMMENT=	Overnet 'core' command line client
X
XONLY_FOR_ARCHS=	i386
XUSE_LINUX=	yes
XNO_BUILD=	yes
XSTRIP=
X
XBINARY_NAME_OLD?=	overnet${PORTVERSION}-tim-oldlibs
XTARGET_DIR=	${PREFIX}/sbin
X
X
XDOC_FILES=	README LISEZMOI ChangeLog-CLC
X
Xpre-install:
X
X	@${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME_OLD}
X
Xdo-install:
X	${INSTALL} -d ${TARGET_DIR}
X	${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME_OLD} ${TARGET_DIR}/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/contact.dat ${PREFIX}/etc/contact.dat
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X	${INSTALL} -d ${DOCSDIR}${PKGNAMESUFFIX}
X
X.for file in ${DOC_FILES}
X	${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}${PKGNAMESUFFIX}
X.endfor
X
X.endif
X
X.include <bsd.port.mk>
END-of-/usr/ports/net/linux-overnet-core/Makefile
echo x - /usr/ports/net/linux-overnet-core/distinfo
sed 's/^X//' >/usr/ports/net/linux-overnet-core/distinfo << 'END-of-/usr/ports/net/linux-overnet-core/distinfo'
XMD5 (overnet-0.53.3-tim-oldlibs.tar.gz) = 4748e8650e8b6519b654e32e5d08c30f
XSIZE (overnet-0.53.3-tim-oldlibs.tar.gz) = 425240
END-of-/usr/ports/net/linux-overnet-core/distinfo
echo x - /usr/ports/net/linux-overnet-core/pkg-descr
sed 's/^X//' >/usr/ports/net/linux-overnet-core/pkg-descr << 'END-of-/usr/ports/net/linux-overnet-core/pkg-descr'
XThe Overnet 'core' is the actual Overnet program which does
Xeverything behind the scenes - connecting to peers, searching,
Xdownloading, uploading, all that stuff.
X
XThe 'core' comes with a very simple text interface (=command line
Xclient), where you can tell it what to do by typing in commands.
X
XWWW: http://www.edonkey2000.com/
END-of-/usr/ports/net/linux-overnet-core/pkg-descr
echo x - /usr/ports/net/linux-overnet-core/pkg-plist
sed 's/^X//' >/usr/ports/net/linux-overnet-core/pkg-plist << 'END-of-/usr/ports/net/linux-overnet-core/pkg-plist'
Xsbin/overnet
Xetc/contact.dat
X%%PORTDOCS%%%%DOCSDIR%%-core/README
X%%PORTDOCS%%%%DOCSDIR%%-core/LISEZMOI
X%%PORTDOCS%%%%DOCSDIR%%-core/ChangeLog-CLC
X@dirrm share/doc/overnet-core
END-of-/usr/ports/net/linux-overnet-core/pkg-plist
exit
--- output ends here ---

>Release-Note:
>Audit-Trail:

From: No Name <arundel@h3c.de>
To: FreeBSD-gnats-submit@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:	Alexander Best
 >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@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@gmx.net
 +MAINTAINER=	arundel@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
 -@dirrm share/doc/overnet-core
 +%%PORTDOCS%%%%DOCSDIR%%-core/README
 +%%PORTDOCS%%%%DOCSDIR%%-core/changelog.Debian.gz
 +%%PORTDOCS%%@dirrm share/doc/overnet-core
 +@dirrm share/overnet-core
 --- output ends here ---
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Dec 23 04:38:24 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68141 
>Unformatted:
