1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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

Overnet is a serverless peer-2-peer program for linux.

	The Overnet 'core' is the actual Overnet program which does
	everything behind the scenes - connecting to peers, searching,
	downloading, uploading, all that stuff.

PR:		ports/68141
Submitted by:	No Name <arundel@gmx.net>
This commit is contained in:
Edwin Groothuis 2004-12-23 04:38:19 +00:00
parent 72259604ce
commit 46f77a59b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124887
9 changed files with 135 additions and 0 deletions

View File

@ -0,0 +1,48 @@
# New ports collection makefile for: overnet 'core' command line client
# Date created: Wed Dec 31 22:43:16 CET 2003
# Whom: <arundel@gmx.net>
#
# $FreeBSD$
#
PORTNAME= overnet
PORTVERSION= 1.0.1
CATEGORIES= net linux
MASTER_SITES= http://www.zen18864.zen.co.uk/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= linux-
PKGNAMESUFFIX= -core
DISTNAME= ${PORTNAME}clc-${PORTVERSION}_${ARCH}_compat
EXTRACT_SUFX= .tgz
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?= ${PORTNAME}clc
TARGET_DIR= ${PORTNAME}
DOC_FILES= ChangeLog LISEZMOI README changelog.Debian.gz
pre-install:
@${BRANDELF} -t Linux ${WRKSRC}/usr/bin/${BINARY_NAME_OLD}
do-install:
${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 f in ${DOC_FILES}
${INSTALL_MAN} ${WRKSRC}/usr/share/doc/${PORTNAME}clc/${f} ${DOCSDIR}${PKGNAMESUFFIX}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (overnetclc-1.0.1_i386_compat.tgz) = a9f3b7107fd51c7e9776923b83e49b5c
SIZE (overnetclc-1.0.1_i386_compat.tgz) = 377089

View File

@ -0,0 +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. 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.overnet.com/

View File

@ -0,0 +1,8 @@
sbin/overnetclc
share/overnet-core/contact.dat
%%PORTDOCS%%%%DOCSDIR%%-core/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%-core/LISEZMOI
%%PORTDOCS%%%%DOCSDIR%%-core/README
%%PORTDOCS%%%%DOCSDIR%%-core/changelog.Debian.gz
%%PORTDOCS%%@dirrm share/doc/overnet-core
@dirrm share/overnet-core

View File

@ -321,6 +321,7 @@
SUBDIR += linux-edonkey-server
SUBDIR += linux-jigdo
SUBDIR += linux-nx-client
SUBDIR += linux-overnet-core
SUBDIR += linux-ymessenger
SUBDIR += linuxigd
SUBDIR += liveMedia

View File

@ -0,0 +1,48 @@
# New ports collection makefile for: overnet 'core' command line client
# Date created: Wed Dec 31 22:43:16 CET 2003
# Whom: <arundel@gmx.net>
#
# $FreeBSD$
#
PORTNAME= overnet
PORTVERSION= 1.0.1
CATEGORIES= net linux
MASTER_SITES= http://www.zen18864.zen.co.uk/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= linux-
PKGNAMESUFFIX= -core
DISTNAME= ${PORTNAME}clc-${PORTVERSION}_${ARCH}_compat
EXTRACT_SUFX= .tgz
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?= ${PORTNAME}clc
TARGET_DIR= ${PORTNAME}
DOC_FILES= ChangeLog LISEZMOI README changelog.Debian.gz
pre-install:
@${BRANDELF} -t Linux ${WRKSRC}/usr/bin/${BINARY_NAME_OLD}
do-install:
${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 f in ${DOC_FILES}
${INSTALL_MAN} ${WRKSRC}/usr/share/doc/${PORTNAME}clc/${f} ${DOCSDIR}${PKGNAMESUFFIX}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (overnetclc-1.0.1_i386_compat.tgz) = a9f3b7107fd51c7e9776923b83e49b5c
SIZE (overnetclc-1.0.1_i386_compat.tgz) = 377089

View File

@ -0,0 +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. 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.overnet.com/

View File

@ -0,0 +1,8 @@
sbin/overnetclc
share/overnet-core/contact.dat
%%PORTDOCS%%%%DOCSDIR%%-core/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%-core/LISEZMOI
%%PORTDOCS%%%%DOCSDIR%%-core/README
%%PORTDOCS%%%%DOCSDIR%%-core/changelog.Debian.gz
%%PORTDOCS%%@dirrm share/doc/overnet-core
@dirrm share/overnet-core