diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-28 15:02:25 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-28 15:02:25 +0000 |
commit | f54581191ab74a7ddf9a70d36bf8a25eb8a5e48a (patch) | |
tree | 4c7bfaf4919d50b60e6d8a63ec79767bcdff43ed /net/overnet | |
parent | 1a291e8bd2b6ce30baf438f098c1c5de77f0bddd (diff) | |
download | pkgsrc-f54581191ab74a7ddf9a70d36bf8a25eb8a5e48a.tar.gz |
Initial import of net/overnet provided by David Ferlier in PR pkg/20117:
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.
Diffstat (limited to 'net/overnet')
-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, 28 insertions, 26 deletions
diff --git a/net/overnet/DESCR b/net/overnet/DESCR index 1bb14d87e02..aacccc1921c 100644 --- a/net/overnet/DESCR +++ b/net/overnet/DESCR @@ -1,2 +1,5 @@ -Overnet is an application that allows you to share files with millions -of other people across the globe. +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. diff --git a/net/overnet/MESSAGE b/net/overnet/MESSAGE index 2727ff3b235..8a68b80916f 100644 --- a/net/overnet/MESSAGE +++ b/net/overnet/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ +$NetBSD: MESSAGE,v 1.1.1.2 2003/07/28 15:02:25 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 85e36b44977..367be94f251 100644 --- a/net/overnet/Makefile +++ b/net/overnet/Makefile @@ -1,35 +1,34 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ -# +# $NetBSD: Makefile,v 1.1.1.2 2003/07/28 15:02:25 jschauma Exp $ -DISTNAME= overnet0.48.2 -PKGNAME= overnet-0.48.2 -WRKSRC= ${WRKDIR} +DISTNAME= overnet0.44 +PKGNAME= overnet-0.44 CATEGORIES= net -MASTER_SITES= ${HOMEPAGE}files/ - -MAINTAINER= grant@NetBSD.org -HOMEPAGE= http://www.overnet.com/ -COMMENT= Peer-to-peer file sharing client (binary pkg) +MASTER_SITES= http://www.overnet.com/files/ -NO_CONFIGURE= # defined -NO_BUILD= # defined +MAINTAINER= david@netbsd-fr.org +HOMEPAGE= http://www.overnet.com +COMMENT= File-sharing program based on edonkey2k -ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} != "Linux" -DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat +.if ${OPSYS} == "NetBSD" +DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base +DEPENDS+= suse_compat>=6.1:../../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 7fbf3212a3a..feae9d52b60 100644 --- a/net/overnet/distinfo +++ b/net/overnet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ +$NetBSD: distinfo,v 1.1.1.2 2003/07/28 15:02:25 jschauma Exp $ -SHA1 (overnet0.48.2.tar.gz) = 28283cbfbe713222cf83065dbb521ab5b1902e16 -Size (overnet0.48.2.tar.gz) = 590882 bytes +SHA1 (overnet0.44.tar.gz) = 57678c5e411646256c25f998e7180ead8c9045ab +Size (overnet0.44.tar.gz) = 575543 bytes |