From 3c3f9b68f54847c2391e187a895a8fed70889ddc Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 15 May 2003 12:52:49 +0000 Subject: Initial import of overnet-0.48.2 into The NetBSD Packages Collection. Overnet is an application that allows you to share files with millions of other people across the globe. --- net/overnet/DESCR | 2 ++ net/overnet/MESSAGE | 11 +++++++++++ net/overnet/Makefile | 35 +++++++++++++++++++++++++++++++++++ net/overnet/PLIST | 6 ++++++ net/overnet/distinfo | 4 ++++ 5 files changed, 58 insertions(+) create mode 100644 net/overnet/DESCR create mode 100644 net/overnet/MESSAGE create mode 100644 net/overnet/Makefile create mode 100644 net/overnet/PLIST create mode 100644 net/overnet/distinfo (limited to 'net') diff --git a/net/overnet/DESCR b/net/overnet/DESCR new file mode 100644 index 00000000000..1bb14d87e02 --- /dev/null +++ b/net/overnet/DESCR @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000000..2727ff3b235 --- /dev/null +++ b/net/overnet/MESSAGE @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ + + It is recommended that you create a working directory for + your instance of ${PKGNAME}, as several configuration files + are created in the current working directory. + + You should copy ${PREFIX}/share/examples/overnet/contact.dat + into your working directory before running ${PKGNAME}. + +=========================================================================== diff --git a/net/overnet/Makefile b/net/overnet/Makefile new file mode 100644 index 00000000000..85e36b44977 --- /dev/null +++ b/net/overnet/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ +# + +DISTNAME= overnet0.48.2 +PKGNAME= overnet-0.48.2 +WRKSRC= ${WRKDIR} +CATEGORIES= net +MASTER_SITES= ${HOMEPAGE}files/ + +MAINTAINER= grant@NetBSD.org +HOMEPAGE= http://www.overnet.com/ +COMMENT= Peer-to-peer file sharing client (binary pkg) + +NO_CONFIGURE= # defined +NO_BUILD= # defined + +ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "Linux" +DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat +.endif + +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 + +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/net/overnet/PLIST b/net/overnet/PLIST new file mode 100644 index 00000000000..b93aa2d115b --- /dev/null +++ b/net/overnet/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ +bin/overnet +share/doc/overnet/README +share/examples/overnet/contact.dat +@dirrm share/examples/overnet +@dirrm share/doc/overnet diff --git a/net/overnet/distinfo b/net/overnet/distinfo new file mode 100644 index 00000000000..7fbf3212a3a --- /dev/null +++ b/net/overnet/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $ + +SHA1 (overnet0.48.2.tar.gz) = 28283cbfbe713222cf83065dbb521ab5b1902e16 +Size (overnet0.48.2.tar.gz) = 590882 bytes -- cgit v1.2.3