Date: Wed, 1 Jul 2009 09:01:42 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-BytecodeAssembler Makefile distinfo pkg-descr Message-ID: <200907010901.n6191gUR073945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-07-01 09:01:42 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-BytecodeAssembler Makefile distinfo pkg-descr Log: py-BytecodeAssembler is a simple bytecode assembler module that handles most low-level bytecode generation details like jump offsets, stack size tracking, line number table generation, constant and variable name index tracking, etc. That way, you can focus your attention on the desired semantics of your bytecode instead of on these mechanical issues. WWW: http://pypi.python.org/pypi/BytecodeAssembler PR: ports/135945 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.3536 +1 -0 ports/devel/Makefile 1.1 +27 -0 ports/devel/py-BytecodeAssembler/Makefile (new) 1.1 +3 -0 ports/devel/py-BytecodeAssembler/distinfo (new) 1.1 +7 -0 ports/devel/py-BytecodeAssembler/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907010901.n6191gUR073945>