diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 12:38:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 12:38:26 +0000 |
commit | 0158861f147ea3f0c82bdddeeb7b3429700dc71d (patch) | |
tree | 920fef34a6cbaa0cc4f7ed4a28402916033f1aa5 /net/napshare | |
parent | 98f769d47dd87586587299062b8f65c423e82400 (diff) | |
download | pkgsrc-0158861f147ea3f0c82bdddeeb7b3429700dc71d.tar.gz |
Update to 1.3:
# v 1.3 2003.10.19
- Nodes stay connected better, less dropped nodes
- Automation can now kick nodes after passes
- Automation file can be loaded without quitting program
- Automation messages added to bottom of screen, tells status better
- Trailer status bits set to "standard" gnutella specs
- Memory leak fixes (thanks to all who posted info)
- Little fixes here and there
- README file updated
# v 1.2 2002.12.23
- Now using GWebCache External Host Caches to start or restart network
- Private LAN support, should be compatible with Gnucleus LAN: headers
- Connect header protocol name and vendor name can be changed in config file
Diffstat (limited to 'net/napshare')
-rw-r--r-- | net/napshare/Makefile | 7 | ||||
-rw-r--r-- | net/napshare/distinfo | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/net/napshare/Makefile b/net/napshare/Makefile index 91a29f3fa41..470047fe8b0 100644 --- a/net/napshare/Makefile +++ b/net/napshare/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/11/27 08:03:37 tron Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 12:38:26 wiz Exp $ -DISTNAME= napshare-1.1 -PKGREVISION= 3 +DISTNAME= napshare-1.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=napshare/} @@ -12,8 +11,6 @@ COMMENT= Fully featured Gnutella P2P client made to run 24/7 unattended USE_BUILDLINK3= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" - CFLAGS+= `${BUILDLINK_PREFIX.gtk}/bin/gtk-config --cflags` .include "../../x11/gtk/buildlink3.mk" diff --git a/net/napshare/distinfo b/net/napshare/distinfo index 13595a58dcb..5cae41bcc0b 100644 --- a/net/napshare/distinfo +++ b/net/napshare/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/09/02 14:50:01 drochner Exp $ +$NetBSD: distinfo,v 1.6 2004/12/03 12:38:26 wiz Exp $ -SHA1 (napshare-1.1.tar.gz) = 943ae94ae18c76fc90695be75c12c300243d79ed -Size (napshare-1.1.tar.gz) = 194272 bytes +SHA1 (napshare-1.3.tar.gz) = 3024787bfa39a407771566f7703c59e08bb272ba +Size (napshare-1.3.tar.gz) = 222900 bytes |