Re: NEW: news/py-yenc

2007-12-11 Thread Mikko Tolmunen
here is the new port with the fixes and also a separate diff py-yenc.tar.gz Description: application/tgz diff -ru news/py-yenc_orig/Makefile news/py-yenc/Makefile --- news/py-yenc_orig/Makefile Tue Dec 11 19:07:18 2007 +++ news/py-yenc/Makefile Tue Dec 11 22:47:09 2007 @@ -1,8 +1,9 @@ +# $OpenBSD

Re: NEW: news/py-yenc

2007-12-11 Thread Mike Erdely
On Tue, Dec 11, 2007 at 01:47:18PM -0600, Will Maier wrote: > * regress target fails for me on -current/i386: You need to add news/py-yenc as a REGRESS_DEPENDS. -ME

Re: NEW: news/py-yenc

2007-12-11 Thread Will Maier
On Tue, Dec 11, 2007 at 08:06:32PM +0200, Mikko Tolmunen wrote: > yEnc encoding/decoding extension for Python > tested on i386. Some quick comments: * Missing comment at top of Makefile (see /usr/ports/template/Makefile.template) * ${VERSION} is useless here * ${DISTNAME:S/^/py-/} is ni

NEW: news/py-yenc

2007-12-11 Thread Mikko Tolmunen
yEnc encoding/decoding extension for Python The yEnc module provide a simple API for doing raw encoding/decoding of yencoded binaries, mainly for retrieving or posting to the usenet. This implementation is really simple and intended mainly as an exercise to the author but is also significatively