pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/overnet Update overnet to 1.0.1. This is updated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/818a6ab9a4fb
branches:  trunk
changeset: 485720:818a6ab9a4fb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 19 11:14:51 2004 +0000

description:
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:

 net/overnet/MESSAGE  |  11 -----------
 net/overnet/Makefile |  19 ++++++++++++++-----
 net/overnet/PLIST    |   8 ++------
 net/overnet/distinfo |   6 +++---
 4 files changed, 19 insertions(+), 25 deletions(-)

diffs (82 lines):

diff -r 27c5f6b3cee2 -r 818a6ab9a4fb net/overnet/MESSAGE
--- a/net/overnet/MESSAGE       Sun Dec 19 09:29:16 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 27c5f6b3cee2 -r 818a6ab9a4fb net/overnet/Makefile
--- a/net/overnet/Makefile      Sun Dec 19 09:29:16 2004 +0000
+++ b/net/overnet/Makefile      Sun Dec 19 11:14:51 2004 +0000
@@ -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@localhost
 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 @@
 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 -r 27c5f6b3cee2 -r 818a6ab9a4fb net/overnet/PLIST
--- a/net/overnet/PLIST Sun Dec 19 09:29:16 2004 +0000
+++ b/net/overnet/PLIST Sun Dec 19 11:14:51 2004 +0000
@@ -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 -r 27c5f6b3cee2 -r 818a6ab9a4fb net/overnet/distinfo
--- a/net/overnet/distinfo      Sun Dec 19 09:29:16 2004 +0000
+++ b/net/overnet/distinfo      Sun Dec 19 11:14:51 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index