pkgsrc/net/gift-gnutella/Makefile

26 lines
647 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2012/10/23 17:18:22 asau Exp $
#
Update to 0.0.11. Fix HOMEPAGE. Gnutella 0.0.11: * Made SHA1 implementation work correctly on 64 bit machines. * Create new client GUID on each startup to prevent stupid packagers from hurting the network. * Disable the timebomb once and for all. Gnutella 0.0.10.1: * Added additional revision digit to version number so we can release packages with updated GT_RELEASE_DATE if nothing else has changed. * Increased web cache disabling to 365 days after built and complete shutdown to 1.5 years. Gnutella 0.0.10: * Disconnect idle nodes that don't reply to pings. * Support Vendor Messages. * Support ConnectBack vendor message for better firewalled status detection. * Slightly improved the random number seed. * Send an empty error page when the remote side supports queueing. * All searches now timeout after at most 10 minutes. * Only use the full http:// URL in GWebcache requests when using a proxy (see RFC 2616 (HTTP/1.1) for further information). * Support outgoing compression of message streams. * Drop "urn:" trailer from queries sent. * Send full filename in PUSH uploads; seems LimeWire requires it. * Support p->share_hide/show for hiding shares from other nodes with a HopsFlow message, allowing them to be efficiently un/re-shared. * Basic support for sending GGEP blocks. * Change "really-old" auto-deactivation to silent failure to avoid creating surprises for people who don't care. * Support push proxies: put a GGEP block containing the IP address of some servers we're connected to in order to improve upload performance of firewalled nodes. * Ban webcaches that resolve to local IP addresses.
2007-01-26 00:32:03 +01:00
DISTNAME= gift-gnutella-0.0.11
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
Update to 0.0.11. Fix HOMEPAGE. Gnutella 0.0.11: * Made SHA1 implementation work correctly on 64 bit machines. * Create new client GUID on each startup to prevent stupid packagers from hurting the network. * Disable the timebomb once and for all. Gnutella 0.0.10.1: * Added additional revision digit to version number so we can release packages with updated GT_RELEASE_DATE if nothing else has changed. * Increased web cache disabling to 365 days after built and complete shutdown to 1.5 years. Gnutella 0.0.10: * Disconnect idle nodes that don't reply to pings. * Support Vendor Messages. * Support ConnectBack vendor message for better firewalled status detection. * Slightly improved the random number seed. * Send an empty error page when the remote side supports queueing. * All searches now timeout after at most 10 minutes. * Only use the full http:// URL in GWebcache requests when using a proxy (see RFC 2616 (HTTP/1.1) for further information). * Support outgoing compression of message streams. * Drop "urn:" trailer from queries sent. * Send full filename in PUSH uploads; seems LimeWire requires it. * Support p->share_hide/show for hiding shares from other nodes with a HopsFlow message, allowing them to be efficiently un/re-shared. * Basic support for sending GGEP blocks. * Change "really-old" auto-deactivation to silent failure to avoid creating surprises for people who don't care. * Support push proxies: put a GGEP block containing the IP address of some servers we're connected to in order to improve upload performance of firewalled nodes. * Ban webcaches that resolve to local IP addresses.
2007-01-26 00:32:03 +01:00
HOMEPAGE= http://gift.sourceforge.net/
COMMENT= Gnutella plugin for giFT
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
2006-06-07 14:36:15 +02:00
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
SHLIBTOOL_OVERRIDE= # empty
CONFIGURE_ARGS+= --with-libxml=${BUILDLINK_PREFIX.libxml2}
.include "../../devel/zlib/buildlink3.mk"
.include "../../net/gift/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"