diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-28 15:20:37 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-28 15:20:37 +0000 |
commit | a81bc93bcbdb6708f6e6877019b21b8bd0c89e06 (patch) | |
tree | afea76c16edf94a744a229a5fafaad20948c9d1d /net | |
parent | 507d653d6e3f976b12e3bb3a878c9f9010c6c871 (diff) | |
download | pkgsrc-a81bc93bcbdb6708f6e6877019b21b8bd0c89e06.tar.gz |
Ugh. Revert previous so-called "initial import": grant had already imported
this months ago. Ooops.
Diffstat (limited to 'net')
-rw-r--r-- | net/overnet/DESCR | 7 | ||||
-rw-r--r-- | net/overnet/MESSAGE | 2 | ||||
-rw-r--r-- | net/overnet/Makefile | 39 | ||||
-rw-r--r-- | net/overnet/distinfo | 6 |
4 files changed, 26 insertions, 28 deletions
diff --git a/net/overnet/DESCR b/net/overnet/DESCR index aacccc1921c..1bb14d87e02 100644 --- a/net/overnet/DESCR +++ b/net/overnet/DESCR @@ -1,5 +1,2 @@ -Overnet is a File Sharing program. This means that it will give you the -opportunity to share files you have on your computer with other users on -the network, and you will in turn be able to download files of them. - -This package is not built from sources, but installs a binary version. +Overnet is an application that allows you to share files with millions +of other people across the globe. diff --git a/net/overnet/MESSAGE b/net/overnet/MESSAGE index 8a68b80916f..153291a1711 100644 --- a/net/overnet/MESSAGE +++ b/net/overnet/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.2 2003/07/28 15:02:25 jschauma Exp $ +$NetBSD: MESSAGE,v 1.2 2003/07/28 15:20:37 jschauma Exp $ It is recommended that you create a working directory for your instance of ${PKGNAME}, as several configuration files diff --git a/net/overnet/Makefile b/net/overnet/Makefile index 367be94f251..0e79afdfb5a 100644 --- a/net/overnet/Makefile +++ b/net/overnet/Makefile @@ -1,34 +1,35 @@ -# $NetBSD: Makefile,v 1.1.1.2 2003/07/28 15:02:25 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2003/07/28 15:20:37 jschauma Exp $ +# -DISTNAME= overnet0.44 -PKGNAME= overnet-0.44 +DISTNAME= overnet0.48.2 +PKGNAME= overnet-0.48.2 +WRKSRC= ${WRKDIR} CATEGORIES= net -MASTER_SITES= http://www.overnet.com/files/ +MASTER_SITES= ${HOMEPAGE}files/ + +MAINTAINER= grant@NetBSD.org +HOMEPAGE= http://www.overnet.com/ +COMMENT= Peer-to-peer file sharing client (binary pkg) -MAINTAINER= david@netbsd-fr.org -HOMEPAGE= http://www.overnet.com -COMMENT= File-sharing program based on edonkey2k +NO_CONFIGURE= # defined +NO_BUILD= # defined -ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 +ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" -DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base -DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat +.if ${OPSYS} != "Linux" +DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat .endif -NO_BUILD= YES -NO_CONFIGURE= YES -NO_PATCH= YES -WRKSRC= ${WRKDIR} - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/overnet ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/overnet + ${INSTALL_DATA_DIR} ${PREFIX}/share/overnet + ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/overnet + @# keep modes, as it doesn't work unless contact.dat is executable + ${CP} -p ${WRKSRC}/contact.dat ${PREFIX}/share/examples/overnet ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/overnet - ${INSTALL_DATA} ${WRKSRC}/contact.dat \ - ${PREFIX}/share/examples/overnet/contact.dat - ${INSTALL_PROGRAM} ${WRKDIR}/overnet_s_44 ${PREFIX}/bin/overnet +.include "../../emulators/suse_linux/Makefile.application" .include "../../mk/bsd.pkg.mk" diff --git a/net/overnet/distinfo b/net/overnet/distinfo index feae9d52b60..feff22241a6 100644 --- a/net/overnet/distinfo +++ b/net/overnet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.2 2003/07/28 15:02:25 jschauma Exp $ +$NetBSD: distinfo,v 1.2 2003/07/28 15:20:38 jschauma Exp $ -SHA1 (overnet0.44.tar.gz) = 57678c5e411646256c25f998e7180ead8c9045ab -Size (overnet0.44.tar.gz) = 575543 bytes +SHA1 (overnet0.48.2.tar.gz) = 28283cbfbe713222cf83065dbb521ab5b1902e16 +Size (overnet0.48.2.tar.gz) = 590882 bytes |