diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-19 11:14:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-19 11:14:51 +0000 |
commit | 0913d14438f6808fec0a1d0087eb1324efe9e91a (patch) | |
tree | cb3583b8ba39a182bcf63c94399e71212ed759a1 /net/overnet/Makefile | |
parent | 0cb264d340b476c3fff79430bef7a0f982dca54c (diff) | |
download | pkgsrc-0913d14438f6808fec0a1d0087eb1324efe9e91a.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/Makefile')
-rw-r--r-- | net/overnet/Makefile | 19 |
1 files changed, 14 insertions, 5 deletions
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 |