head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.28.21.48.19;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.13.15.37.36;	author lwhsu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/307939
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307939 | pawel | 2012-11-28 21:44:35 +0000 (Wed, 28 Nov 2012) | 7 lines
## SVN ##
## SVN ## Update pkg-descr
## SVN ##
## SVN ## PR:		ports/173833
## SVN ## Submitted by:	poyopoyo@@puripuri.plala.or.jp
## SVN ## Approved by:	maintainer
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@PyPy is a fast, compliant alternative implementation of the Python language
(2.7.2). It has several advantages and distinct features:

 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster
          on PyPy.
 - Memory usage: large, memory-hungry Python programs might end up taking less
                 space than they do in CPython.
 - Compatibility: PyPy is highly compatible with existing python code. It
                  supports ctypes and can run popular python libraries like
                  twisted and django.
 - Sandboxing: PyPy provides the ability to run untrusted code in a fully
               secure way.
 - Stackless: PyPy can be configured to run in stackless mode, providing
              micro-threads for massive concurrency.
 - As well as other features.

WWW: http://pypy.org/
@


1.1
log
@Add pypy 1.7, PyPy is a fast, compliant implementation of the Python language.

PR:		ports/160265
Submitted by:	David Naylor <naylor.b.david@@gmail.com>
@
text
@d2 1
a2 1
(2.7.1). It has several advantages and distinct features:
@

