diff options
author | tron <tron@pkgsrc.org> | 2002-01-20 09:25:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-20 09:25:51 +0000 |
commit | 3fb949b6b703393b4597448f0106eb9aad46268a (patch) | |
tree | f24e2cb42a5d7677d6bbc82a0a8031fd1e922e56 /net/napshare/Makefile | |
parent | 23e9d65a19ae504b5905dff0af79067f3c474c39 (diff) | |
download | pkgsrc-3fb949b6b703393b4597448f0106eb9aad46268a.tar.gz |
Update "napshare" package to version 1.0. Changes since version 0.1:
- Fully automated! Lots of testing
- Host cache size limit, we also load list faster
- Upload resume fixed
- Select files by size or name now, changes name when using size
- Minimum speed for searches works again
- Lots of other fixes, memory leaks are gone
- Initial host connections faster and uses more static host caches
- Found some possible memory leaks, fixed compile warnings for search tags
- GnutellaNet number is a little more realistic, still needs work
- Download try ratio 3:1 gets files started faster
- Uploads monitor reads correct now
- Ping shows max amount, showing how long it may take to complete a search
- Other small fixes
Diffstat (limited to 'net/napshare/Makefile')
-rw-r--r-- | net/napshare/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile index a051f5066d7..d2f50204c56 100644 --- a/net/napshare/Makefile +++ b/net/napshare/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/11/29 01:12:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/20 09:25:51 tron Exp $ -DISTNAME= napshare-0.1 -PKGREVISION= 1 +DISTNAME= napshare-1.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=napshare/} |