Received: by mail.netbsd.org (Postfix, from userid 0) id 269B663B1C5; Wed, 2 Dec 2009 00:32:08 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A850D63B13F for ; Wed, 2 Dec 2009 00:32:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 84155175DD; Wed, 2 Dec 2009 00:32:06 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 2 Dec 2009 00:32:06 +0000 From: "Alistair G. Crooks" Subject: CVS commit: src/crypto/external/bsd/netpgp/dist/bindings To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091202003206.84155175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: agc Date: Wed Dec 2 00:32:06 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/swig: swigit Added Files: src/crypto/external/bsd/netpgp/dist/bindings/python: Makefile netpgp.h netpgp.py netpgppython.i netpgppython.py netpgppython_wrap.c shlib_version Log Message: Add python bindings for netpgp, via swig. When using python, always add the dumb symbolic link to the library name. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/netpgp/dist/bindings/python/Makefile \ src/crypto/external/bsd/netpgp/dist/bindings/python/netpgp.h \ src/crypto/external/bsd/netpgp/dist/bindings/python/netpgp.py \ src/crypto/external/bsd/netpgp/dist/bindings/python/netpgppython.i \ src/crypto/external/bsd/netpgp/dist/bindings/python/netpgppython.py \ src/crypto/external/bsd/netpgp/dist/bindings/python/netpgppython_wrap.c \ src/crypto/external/bsd/netpgp/dist/bindings/python/shlib_version cvs rdiff -u -r1.3 -r1.4 \ src/crypto/external/bsd/netpgp/dist/bindings/swig/swigit Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.