7cde FreshPorts -- lang/pypy
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
pypy 2.0.1 lang on this many watch lists=1 search for ports that depend on this port An older version of this port was marked as vulnerable.
Fast, compliant implementation of the Python language
Maintained by: dbn@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Dec 2011 15:37:58
Also Listed In: python java
License: MIT PSFL


PyPy is a fast, compliant alternative implementation of the Python language
(2.7.1). 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
  2. lang/gcc
  3. devel/binutils
Required To Run:
  1. lang/gcc
Required Libraries:
  1. textproc/expat2
  2. devel/libffi
  3. databases/sqlite3
  4. devel/gettext
  5. converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/lang/pypy/ && make install clean
To add the package: pkg_add -r pypy


Configuration Options
===> The following configuration options are available for pypy-2.0.1:
     CLI=off: (BROKEN) Translate a CLI (.NET) based pypy
     JVM=off: (BROKEN) Translate a JVM (Java) based pypy
     SANDBOX=off: Translate a sandboxed pypy
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cdn.bitbucket.org/pypy/pypy/downloads/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 May 2013 15:40:54
Original commit files touched by this commit  2.0.1
dbn search for other commits by this committer
Fix build of lang/pypy (missing patch).

A patch that tought _sqlite3.py where to find sqlite3.h and sqlite3.so was
not added with the previous commit.

Approved by:	eadler,bdrewery (mentors, implicit)
20 May 2013 21:13:01
Original commit files touched by this commit  2.0.1
dbn search for other commits by this committer
Update lang/pypy to 2.0.1.

Port ChangeLog:
 * Sqlite3 added as a dependency
 * DIST_SUBDIR no longer used as upstream now releases with a proper tarball
 * Added ability to translate with pypy running in restricted memory mode
   ( faster than python2.7 and uses less memory!)
 * Added support for pypy modules that use cffi (_sqlite3 and _curses)

Approved by:	eadler,bdrewery (mentors, implicit)
27 Apr 2013 11:59:29
Original commit files touched by this commit  2.0.b1
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
24 Apr 2013 18:10:32
Original commit files touched by this commit  2.0.b1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
31 Mar 2013 15:58:21
Original commit files touched by this commit  2.0.b1
eadler search for other commits by this committer
pypy does not build on the pointhat configuration, but does build in other
configurations.

Approved by:	portmgr (miwi)
31 Mar 2013 08:08:59
Original commit files touched by this commit  2.0.b1
miwi search for other commits by this committer
- Mark Broken does not build

Reported by:	pointyhat
Approved by:	portmgr
23 Mar 2013 16:01:57
Original commit files touched by this commit  2.0.b1
dbn search for other commits by this committer
Update lang/pypy to 2.0.b1.

The internals of the port have been substantially reworked:
 * All predefined instances can be selected via options [1]
 * Optionally use options, if user does not overwrite instance list
 * Make translation with pypy an option, if it is available.
 * Make memory checking more refined [2]
 * Add a Wiki page details lang/pypy
 * Fix the test target
 * Refactor build target (easier to review, edit)
 * Rename patches to prevent churn

[1] Although two are broken upstream and one possibly discontinued
[2] My memory limits appear to be too conservative.  Set PYPY_IGNORE_MEM for now

Reviewed by:	Kuro <poyopoyo@puripuri.plala.or.jp>, rm@
Approved by:	bdrewery (mentor)
16 Jan 2013 20:15:07
Original commit files touched by this commit  1.9_2
dbn search for other commits by this committer
 - Update to my new FreeBSD address
 - Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
10 Dec 2012 13:18:29
Original commit files touched by this commit  1.9_2
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
28 Nov 2012 21:44:35
Original commit files touched by this commit  1.9_2
pawel search for other commits by this committer
Update pkg-descr

PR:		ports/173833
Submitted by:	poyopoyo@puripuri.plala.or.jp
Approved by:	maintainer
Feature safe:	yes
12 Oct 2012 01:04:31
Original commit files touched by this commit  1.9_2
jhale search for other commits by this committer
- Remove quotes from options string

While here:
- Trim Makefile header

PR:		ports/172603
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Reported by:	Riccardo Torrini
Feature safe:	yes
18 Jul 2012 19:36:32
Original commit files touched by this commit  1.9_2
mva search for other commits by this committer
- Remove superfluous site-package patch after fixing the paths

Reported by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
17 Jul 2012 19:08:21
Original commit files touched by this commit  1.9_1
mva search for other commits by this committer
- Fix site-packages path

Discussed with:	David Naylor <naylor.b.david@gmail.com>
Approved by:	David Naylor <naylor.b.david@gmail.com>
Obtained from:	https://github.com/DragonSA/pypy/tree/fix-1.9-2
04 Jul 2012 21:41:20
Original commit files touched by this commit  1.9
pawel search for other commits by this committer
Fix detection of i386 platforms

PR:             ports/169607
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
30 Jun 2012 15:19:49
Original commit files touched by this commit  1.9
ak search for other commits by this committer
- Remove unneeded file

Approved by:    David Naylor <naylor.b.david@gmail.com> (maintainer)
29 Jun 2012 23:06:06
Original commit files touched by this commit  1.9
scheidell search for other commits by this committer
- Update to 1.9 [1]
- Detection of insufficient memory [1]
- Change %%  SUB vaes from fixed at python 27 to use any installed version of
python [1]
- Fix syntax of non system include "" vs <> [2]

PR:             ports/168974 [1]
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer) [1]
Reviewed by:    scheidel@ (me) [2]
31 Mar 2012 18:41:26
Original commit files touched by this commit  1.8
pav search for other commits by this committer
- Disallow from pointyhat, as it seems to receive SIGKILL after two hours of
  building, unknown from where

Feature safe:   yes
19 Feb 2012 10:37:03
Original commit files touched by this commit  1.8
lwhsu search for other commits by this committer
- Update to 1.8
- Add fix for CVE-2012-0845

PR:             ports/165026
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
13 Dec 2011 15:37:36
Original commit files touched by this commit  1.7
 This port version is marked as vulnerable.
lwhsu search for other commits by this committer
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>

Number of commits found: 19

2826
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 473
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours10
new 7 days29
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0