diff options
Diffstat (limited to 'net/linux-overnet-core')
-rw-r--r-- | net/linux-overnet-core/Makefile | 47 | ||||
-rw-r--r-- | net/linux-overnet-core/distinfo | 3 | ||||
-rw-r--r-- | net/linux-overnet-core/pkg-descr | 9 | ||||
-rw-r--r-- | net/linux-overnet-core/pkg-plist | 8 |
4 files changed, 0 insertions, 67 deletions
diff --git a/net/linux-overnet-core/Makefile b/net/linux-overnet-core/Makefile deleted file mode 100644 index 6ee5d30d3cfe..000000000000 --- a/net/linux-overnet-core/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# 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 - -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> diff --git a/net/linux-overnet-core/distinfo b/net/linux-overnet-core/distinfo deleted file mode 100644 index 65755dbc3691..000000000000 --- a/net/linux-overnet-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (overnetclc-1.0.1_i386_compat.tgz) = a9f3b7107fd51c7e9776923b83e49b5c -SHA256 (overnetclc-1.0.1_i386_compat.tgz) = 23c62b1535d519f3abf4b96a2b7ef0c712fb1c815942dc3f5420e746542b7682 -SIZE (overnetclc-1.0.1_i386_compat.tgz) = 377089 diff --git a/net/linux-overnet-core/pkg-descr b/net/linux-overnet-core/pkg-descr deleted file mode 100644 index 72e4988067da..000000000000 --- a/net/linux-overnet-core/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/ diff --git a/net/linux-overnet-core/pkg-plist b/net/linux-overnet-core/pkg-plist deleted file mode 100644 index 2b14049a720f..000000000000 --- a/net/linux-overnet-core/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -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 |