diff options
author | minskim <minskim> | 2004-12-19 11:14:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-19 11:14:51 +0000 |
commit | b1da0c6c07e517ef1da075f7ec18409a8fdeb23e (patch) | |
tree | cb3583b8ba39a182bcf63c94399e71212ed759a1 /net/overnet | |
parent | 03700bb22ef7cb77d613ecaabb870e27ce9b0e21 (diff) | |
download | pkgsrc-b1da0c6c07e517ef1da075f7ec18409a8fdeb23e.tar.gz |
Update overnet to 1.0.1. This is updated during freeze because the
previous version (0.51.2) doesn't work with net/ed2k-gtk-gui.
Approved by the maintainer.
Changes:
- Better support for other protocols.
- Fake file detection.
- Lower CPU load.
- Now downloads first and last chunk first
- Improved zlib server support
- RAM buffered uploads/downloads
- Unicode support
- Many internal changes to share code with kdrive
- Fixed looping download
- Upload ratio changed. Now your upload must be set to at least
20KB/s to get unlimited download.
- You can now fix the number of upload slots instead of letting it
dynamically determine.
- Creates less load on the servers.
- Lots of smaller improvements
- zlib Server support
- vq command changed, new options
Diffstat (limited to 'net/overnet')
-rw-r--r-- | net/overnet/MESSAGE | 11 | ||||
-rw-r--r-- | net/overnet/Makefile | 19 | ||||
-rw-r--r-- | net/overnet/PLIST | 8 | ||||
-rw-r--r-- | net/overnet/distinfo | 6 |
4 files changed, 19 insertions, 25 deletions
diff --git a/net/overnet/MESSAGE b/net/overnet/MESSAGE deleted file mode 100644 index 153291a1711..00000000000 --- a/net/overnet/MESSAGE +++ /dev/null @@ -1,11 +0,0 @@ -=========================================================================== -$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 - 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 index 26421016c04..3cab4e22688 100644 --- a/net/overnet/Makefile +++ b/net/overnet/Makefile @@ -1,18 +1,24 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:22:20 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/19 11:14:51 minskim Exp $ # -DISTNAME= overnet0.51.2 -PKGNAME= overnet-0.51.2 +DISTNAME= overnetclc-1.0.1 +PKGNAME= ${DISTNAME:C/clc//} CATEGORIES= net -MASTER_SITES= http://download.overnet.com/ +MASTER_SITES= http://www.zen18864.zen.co.uk/overnet/1.0.1/ +DISTFILES= ${DISTNAME}-1.i386_compat.rpm MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.overnet.com/ COMMENT= Peer-to-peer file sharing client (binary pkg) WRKSRC= ${WRKDIR} +EXTRACT_ONLY= # empty NO_CONFIGURE= # defined NO_BUILD= # defined +PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC +PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR} + +RPMFILES= ${DISTFILES} ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 @@ -22,7 +28,10 @@ ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat .endif -do-install: +post-install: + ${LN} -fs ../${EMULSUBDIR}/usr/bin/overnetclc ${PREFIX}/bin + +no-do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/overnet ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/overnet ${INSTALL_DATA_DIR} ${PREFIX}/share/overnet diff --git a/net/overnet/PLIST b/net/overnet/PLIST index b93aa2d115b..d65d8375f6e 100644 --- a/net/overnet/PLIST +++ b/net/overnet/PLIST @@ -1,6 +1,2 @@ -@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 +@comment $NetBSD: PLIST,v 1.2 2004/12/19 11:14:51 minskim Exp $ +bin/overnetclc diff --git a/net/overnet/distinfo b/net/overnet/distinfo index a7dbcaeb3b7..9031cea34c3 100644 --- a/net/overnet/distinfo +++ b/net/overnet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/01/04 19:13:58 cjep Exp $ +$NetBSD: distinfo,v 1.4 2004/12/19 11:14:51 minskim Exp $ -SHA1 (overnet0.51.2.tar.gz) = be5677f17607ecc1de3fd02dac369fb57c1a7a27 -Size (overnet0.51.2.tar.gz) = 665210 bytes +SHA1 (suse73/i386/overnetclc-1.0.1-1.i386_compat.rpm) = 6ef4542d428fc8fbd797c02f3644e8c0e5f8d58d +Size (suse73/i386/overnetclc-1.0.1-1.i386_compat.rpm) = 375628 bytes |