Bug 68141 - new port net/linux-overnet-core: Serverless peer-2-peer program
Summary: new port net/linux-overnet-core: Serverless peer-2-peer program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-20 13:20 UTC by alexander
Modified: 2010-07-27 15:06 UTC (History)
0 users

See Also:


Attachments
output (3.14 KB, text/plain)
2004-06-20 13:20 UTC, alexander
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexander 2004-06-20 13:20:21 UTC
	Overnet is a serverless peer-2-peer program for linux.
Comment 1 No Name 2004-09-13 17:52:11 UTC
>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 ---
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-23 04:38:24 UTC
State Changed
From-To: open->closed

Committed, thanks!