f6c6f8d9ca
0.96 10 Jan 2006 22:54 Major bugfixes Changes: This release fixes bugs that prevented the client from bootstrapping from other nodes. 0.95 05 Mar 2005 23:14 Major feature enhancements Changes: This release now supports UPnP and Zeroconf/Rendezvous for node discovery. Nodes behind NAT can now be first-class members of the network. Groups of nodes on the same network can form into a private Kenosis network. This release also features increased time between identical calls to the same remote node and improved handling of timeouts between nodes
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.12 2011/06/14 08:48:09 obache Exp $
|
|
#
|
|
|
|
DISTNAME= kenosis-0.96
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kenosis/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://kenosis.sourceforge.net/
|
|
COMMENT= P2P RPC system
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYSETUP= kenosis_setup.py
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|