10e4d FreshPorts -- devel/ipython
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ipython 0.13.2 devel on this many watch lists=4 search for ports that depend on this port
An enhanced Interactive Python shell
Maintained by: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Dec 2003 18:16:22
Also Listed In: python
License: not specified in port


IPython is a free software project which tries to:

   1. Provide an interactive shell superior to Python's
      default. IPython has many features for object introspection,
      system shell access, and its own special command system for
      adding functionality when working interactively. It tries to be
      a very efficient environment both for Python code development
      and for exploration of problems using Python objects (in
      situations like data analysis).

   2. Serve as an embeddable, ready to use interpreter for your own
      programs. IPython can be started with a single call from inside
      another program, providing access to the current namespace. This
      can be very useful both for debugging purposes and for
      situations where a blend of batch-processing and interactive
      exploration are needed.

   3. Offer a flexible framework which can be used as the base
      environment for other systems with Python as the underlying
      language. Specifically scientific environments like Mathematica,
      IDL and Mathcad inspired its design, but similar ideas can be
      useful in many fields.

WWW: http://ipython.scipy.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. databases/py-sqlite3
  2. lang/python27
Required To Run:
  1. misc/py-pexpect
  2. databases/py-sqlite3
  3. x11-toolkits/py-qt4-gui
  4. graphics/py-qt4-svg
  5. textproc/py-pygments
  6. devel/py-pyzmq
  7. lang/python27

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/ipython/ && make install clean
To add the package: pkg_add -r ipython-py27


Configuration Options
===> The following configuration options are available for ipython-py27-0.13.2:
     HTML_NOTEBOOK=off: HTML notebook support
     X11=on: X11 (graphics) support
     ZMQ=on: ZMQ support (parallel computing, qt console, notebook)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://a.pypi.python.org/packages/source/i/ipython/
  3. http://b.pypi.python.org/packages/source/i/ipython/
  4. http://c.pypi.python.org/packages/source/i/ipython/
  5. http://d.pypi.python.org/packages/source/i/ipython/
  6. http://e.pypi.python.org/packages/source/i/ipython/
  7. http://f.pypi.python.org/packages/source/i/ipython/
  8. http://g.pypi.python.org/packages/source/i/ipython/
  9. http://pypi.crate.io/packages/source/i/ipython/
  10. http://pypi.inqbus.de/ipython/
  11. http://pypi.it.uwosh.edu/ipython/
  12. http://pypi.python.jp/ipython/
  13. http://pypi.python.org/packages/source/i/ipython/

Number of commits found: 50

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
25 Apr 2013 15:02:28
Original commit files touched by this commit  0.13.2
olgeni search for other commits by this committer
Upgrade to version 0.13.2.
22 Mar 2013 10:02:18
Original commit files touched by this commit  0.13.1_2
olgeni search for other commits by this committer
Add ZMQ option.

ZMQ support is only required by qtconsole, notebook and parallel
computing.

PR:		ports/177210
Submitted by:	William Grzybowski <william88@gmail.com>
02 Mar 2013 22:24:45
Original commit files touched by this commit  0.13.1_2
olgeni search for other commits by this committer
- Avoid using PYTHON_SITELIBDIR
- Sync BUILD_DEPENDS and RUN_DEPENDS requirements with setup.py
- Remove empty doc dirs (fix install/deinstall with package)
- Use PORT_OPTIONS with EXAMPLES
18 Feb 2013 12:34:39
Original commit files touched by this commit  0.13.1_1
olgeni search for other commits by this committer
Convert Makefile headers to the new format.
03 Feb 2013 18:16:55
Original commit files touched by this commit  0.13.1_1
makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
23 Oct 2012 16:55:39
Original commit files touched by this commit  0.13.1
olgeni search for other commits by this committer
Upgrade to version 0.13.1.

Also, do not attempt to remove PYTHON_SITELIBDIR.

Feature safe:	yes
20 Oct 2012 15:34:06
Original commit files touched by this commit  0.13
olgeni search for other commits by this committer
Upgrade to version 0.13.

Feature safe:	yes
27 Jun 2012 14:07:04
Original commit files touched by this commit  0.12.1
olgeni search for other commits by this committer
Convert to OptionsNG.
27 Jun 2012 13:45:31
Original commit files touched by this commit  0.12.1
olgeni search for other commits by this committer
Upgrade to version 0.12.1.
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.12_2
dinoex search for other commits by this committer
- update png to 1.5.10
25 May 2012 01:50:36
Original commit files touched by this commit  0.12_1
makc search for other commits by this committer
Chase PyQT update
24 Dec 2011 21:34:10
Original commit files touched by this commit  0.12
olgeni search for other commits by this committer
- Upgrade to version 0.12

- Add OPTIONS support with optional X11 and HTML notebook support
  (only RUN_DEPENDS is affected)
10 Nov 2011 22:17:26
Original commit files touched by this commit  0.11
olgeni search for other commits by this committer
Upgrade to version 0.11 (with qtconsole support) and take over
maintainership.

PR:             ports/162234 (second patch)
Submitted by:   olgeni
Approved by:    wen (by email)
Feature safe:   yes
13 Apr 2011 09:14:28
Original commit files touched by this commit  0.10.2
wen search for other commits by this committer
- Update to 0.10.2
25 Feb 2011 08:46:07
Original commit files touched by this commit  0.10.1
miwi search for other commits by this committer
- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python
12 Oct 2010 11:30:14
Original commit files touched by this commit  0.10.1
wen search for other commits by this committer
- Update to 0.10.1
- Update my email to FreeBSD
08 Aug 2009 06:09:52
Original commit files touched by this commit  0.10
miwi search for other commits by this committer
- Update to 0.10
- Pass maintainership to submitter

PR:             137501
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
18 Dec 2008 02:24:04
Original commit files touched by this commit  0.9.1
linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
17 Dec 2008 15:21:13
Original commit files touched by this commit  0.9.1
pav search for other commits by this committer
- Update to 0.9.1

PR:             ports/127808
Submitted by:   Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:    maintainer timeout (dryice; 2 months)
05 Jun 2008 12:21:14
Original commit files touched by this commit  0.8.4
dryice search for other commits by this committer
- update to 0.8.4
- fix plist with NOPORTDOCS set, thanks itetcu@ for pointing out
25 Dec 2007 09:24:50
Original commit files touched by this commit  0.8.2
dryice search for other commits by this committer
update to 0.8.2
16 Jun 2007 01:55:15
Original commit files touched by this commit  0.8.1
dryice search for other commits by this committer
update to 0.8.1
12 Apr 2007 05:17:06
Original commit files touched by this commit  0.8.0
dryice search for other commits by this committer
- update to 0.8.0
- remove 4.x stuff
- depends on ctypes if not Python2.5
- add MIRROR
- update my mail address

PR:             111468
Submitted by:   Li-Wen Hsu <lwhsu@freebsd.org>
Approved by:    itetcu (mentor, implicit)
20 Dec 2006 23:02:55
Original commit files touched by this commit  0.7.3
clsung search for other commits by this committer
- Update to 0.7.3

PR:             ports/106976
Submitted by:   maintainer (Dryice Liu)
09 Jun 2006 02:20:07
Original commit files touched by this commit  0.7.2_1
clsung search for other commits by this committer
- fix plist
- run depends on misc/py-pexpect
- bump PORTREVISION for the run_depends

PR:             ports/98733
Submitted by:   maintainer (Dryice Liu)
08 Jun 2006 06:56:42
Original commit files touched by this commit  0.7.2
clsung search for other commits by this committer
- update to 0.7.2

PR:             98691
Submitted by:   maintainer (Dryice Liu)
15 Mar 2006 18:21:26
Original commit files touched by this commit  0.7.1.1
garga search for other commits by this committer
- Fix MASTER_SITES

bsdchat.com is no longer available. Thanks for all their support!

PR:             ports/94459
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
08 Feb 2006 18:50:46
Original commit files touched by this commit  0.7.1.1
mnag search for other commits by this committer
- Update to 0.7.1.fix1

PR:             93025
Submitted by:   maintainer
26 Jan 2006 09:02:45
Original commit files touched by this commit  0.7.1
garga search for other commits by this committer
- Update to 0.7.1
- Use PORTDOCS

PR:             ports/92290
Submitted by:   maintainer
18 Jan 2006 22:09:06
Original commit files touched by this commit  0.7.0
pav search for other commits by this committer
- Update to 0.7.0

PR:             ports/91702
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
11 Jan 2006 04:01:51
Original commit files touched by this commit  0.6.15
edwin search for other commits by this committer
[maintainer] change maintainer mail address

        I'm the maintainer(dryice@liu.com.cn) of the following
        ports. Please help to change the maintainer mail address to
        dryice@dryice.name. This new mail address has a RDNS record
        and will make the life easier. Thanks!

PR:             ports/91624
Submitted by:   Dryice Dong Liu <dryice@dryice.name>
03 Jun 2005 05:21:05
Original commit files touched by this commit  0.6.15
novel search for other commits by this committer
Update to 0.6.15.

PR:             81819
Submitted by:   Dryice Liu (maintainer)
01 Jun 2005 06:00:38
Original commit files touched by this commit  0.6.14
barner search for other commits by this committer
- Update to 0.6.14

Submitted by:   Dryice Liu <dryice@hotpop.com> (maintainer)
PR:             ports/81745
20 Apr 2005 14:27:23
Original commit files touched by this commit  0.6.13
pav search for other commits by this committer
- Update to 0.6.13

PR:             ports/80148
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
13 Apr 2005 08:50:04
Original commit files touched by this commit  0.6.12
pav search for other commits by this committer
- Require python 2.2+

PR:             ports/79852
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
05 Mar 2005 03:26:18
Original commit files touched by this commit  0.6.12
perky search for other commits by this committer
Update to 0.6.12

PR:             78411
Submitted by:   Dryice Liu <dryice@liu.com.cn>
02 Mar 2005 09:15:56
Original commit files touched by this commit  0.6.11
ahze search for other commits by this committer
- Update to 0.6.11

PR:             ports/77950
Submitted by:   maintainer
29 Jan 2005 13:29:30
Original commit files touched by this commit  0.6.10
pav search for other commits by this committer
- Distfile was repackaged, no content changes

PR:             ports/76803
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
28 Jan 2005 22:26:50
Original commit files touched by this commit  0.6.10
pav search for other commits by this committer
- Update to 0.6.10

PR:             ports/76782
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
26 Jan 2005 13:38:39
Original commit files touched by this commit  0.6.8
arved search for other commits by this committer
Update to 0.6.8.

PR:             76703
Submitted by:   Dryice Liu <dryice@liu.com.cn>
13 Jan 2005 00:20:28
Original commit files touched by this commit  0.6.6
edwin search for other commits by this committer
[maintainer update] 16 ports: add mirror MASTER_SITES

        Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
        of the following ports. Thanks Clive Lin and bsdchat.com for
        the mirror space!

        chinese/xpdf
        deskutils/etask
        devel/cedet
        devel/ecb
        devel/eieio
        devel/ipython
        devel/kodos
        devel/semantic
        devel/xtla
        editors/speedbar
        editors/tree-widget
        games/emacs-chess
        net/tcping
        www/mod_scgi
        www/py-scgi
        www/quixote

PR:             ports/75743
Submitted by:   Dryice Liu <dryice@liu.com.cn>
15 Dec 2004 08:59:08
Original commit files touched by this commit  0.6.6
sem search for other commits by this committer
- Update to 0.6.6

PR:             ports/75087
Submitted by:   maintainer
07 Dec 2004 11:52:52
Original commit files touched by this commit  0.6.5
vs search for other commits by this committer
Update to 0.6.5

PR:             ports/74575
Submitted by:   maintainer
11 Nov 2004 13:07:56
Original commit files touched by this commit  0.6.4
pav search for other commits by this committer
- Update to 0.6.4

PR:             ports/73800
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
02 Sep 2004 11:37:30
Original commit files touched by this commit  0.6.3
arved search for other commits by this committer
Update to 0.6.3

PR:             71222
Submitted by:   Dryice Liu <dryice@liu.com.cn>
29 Jul 2004 18:20:54
Original commit files touched by this commit  0.6.2
pav search for other commits by this committer
- Update to 0.6.2

PR:             ports/69735
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
25 May 2004 00:11:44
Original commit files touched by this commit  0.6.0
pav search for other commits by this committer
- Update to 0.6.0

PR:             ports/67148
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.5.0
trevor search for other commits by this committer
SIZEify (maintainer timeout)
19 Mar 2004 22:51:07
Original commit files touched by this commit  0.5.0
kris search for other commits by this committer
BROKEN on alpha 4.x: Coredump during build
06 Dec 2003 18:15:29
Original commit files touched by this commit  0.5.0
perky search for other commits by this committer
Add port for ipython 0.50,
An enhanced Interactive Python shell.

PR:             59981
Submitted by:   Dryice Liu <dryice@hotpop.com>

Number of commits found: 50

285d
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight63
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