From owner-freebsd-python@FreeBSD.ORG Mon Aug 15 19:42:47 2011 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51FD3106564A for ; Mon, 15 Aug 2011 19:42:47 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D5E6C8FC12 for ; Mon, 15 Aug 2011 19:42:46 +0000 (UTC) Received: by fxe4 with SMTP id 4so4905759fxe.13 for ; Mon, 15 Aug 2011 12:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=F5AFhgsPcBATsgk7gcK4nUt9C2HK+lPqaxqqxHVS2+s=; b=bk4Jz1MhvWM2hbmCPbfEfE7PNvr2D8GEZFxsgpOWhWLnGPfoMXFPqZarMinEFC5lkp lu76DUyVQGkjrrBBwuT9YMujMIU/MIcU4RE7fzhSCi8llFkilSJhaohCY4iOeVLtcuM0 zh04x6SEn3yFTg32rJTbURebf/O7G9ATdxRuQ= Received: by 10.223.51.19 with SMTP id b19mr5958388fag.34.1313435480057; Mon, 15 Aug 2011 12:11:20 -0700 (PDT) Received: from dragon.dg (41-135-58-221.dsl.mweb.co.za [41.135.58.221]) by mx.google.com with ESMTPS id p3sm5245622faa.33.2011.08.15.12.11.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Aug 2011 12:11:18 -0700 (PDT) From: David Naylor To: freebsd-python@freebsd.org Date: Mon, 15 Aug 2011 21:11:34 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-BETA1; KDE/4.6.5; amd64; ; ) References: <201106082125.56696.naylor.b.david@gmail.com> In-Reply-To: <201106082125.56696.naylor.b.david@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart119405926.8EaMcJZBAY"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201108152111.38194.naylor.b.david@gmail.com> Cc: "Laust S. Jespersen" Subject: Re: [RFC] pypy-1.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 19:42:47 -0000 --nextPart119405926.8EaMcJZBAY Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, It appears quite a few people never got the attachment. I have uploaded th= e=20 port to github.com/DragonSA/pypy. =20 Patches for the repository are welcome (if anyone wants direct access pleas= e=20 let me know and I will figure out how). =20 The master branch is for pypy-1.5 and should work out of the box. The 1.6= =20 branch targets the upcoming pypy-1.6. To get that to work you need to=20 checkout the pypy repository (or a nightly snapshot of the code, if it exis= ts)=20 and then use: # make install WRKSRC=3D/path/to/pypy-1.6 On Wednesday, 8 June 2011 21:25:47 David Naylor wrote: > Hi, >=20 > I have been working on a port for pypy-1.5. Although the port is a work = in > progress I would like some feedback for what I have done so far. >=20 > The port supports translating (and compiling) multiple instances of pypy, > with three options available by default. The first is DEFAULT which is > the stock pypy with JIT. The second is STACKLESS using the stackless > option for pypy. The last is SANDBOX using the sandbox option for pypy.=20 > See > files/bsd.pypy.inst.mk for the examples. >=20 > To translate custom instances of pypy compile the port with: > # make all install PYPY_INST=3D >=20 > I plan to make STACKLESS and SANDBOX options. >=20 > The port is standalone and does not have any integration into the port > infrastructure. >=20 > See attached. >=20 > Regards, >=20 > David >=20 > P.S. Please CC me as I am not on list --nextPart119405926.8EaMcJZBAY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEABECAAYFAk5Jb2oACgkQUaaFgP9pFrI0cQCdFYDqzZ8ZWpuaUQqhscZk4uEn rQIAoILTwisbmYahYQs+0p5SCA4kRmhy =B8l/ -----END PGP SIGNATURE----- --nextPart119405926.8EaMcJZBAY--