non port: devel/ipython/Makefile |
SVNWeb
|
Number of commits found: 130 (showing only 100 on this page) |
Fri, 3 Jun 2022
|
[ 09:01 Po-Chuan Hsieh (sunpoet) ] d2e3a43
devel/ipython: Update to 7.34.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Fri, 13 May 2022
|
[ 11:40 Po-Chuan Hsieh (sunpoet) ] 16bcc2f
devel/ipython: Update to 7.33.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Sat, 30 Apr 2022
|
[ 16:01 Po-Chuan Hsieh (sunpoet) ] 3675d8a
devel/ipython: Update to 7.32.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Fri, 5 Nov 2021
|
[ 19:15 Po-Chuan Hsieh (sunpoet) ] c4b506a
devel/ipython: Update to 7.29.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Mon, 27 Sep 2021
|
[ 15:56 Po-Chuan Hsieh (sunpoet) ] e76fd2b
devel/ipython: Update to 7.28.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Tue, 21 Sep 2021
|
[ 22:23 Po-Chuan Hsieh (sunpoet) ] fdbd580
devel/ipython: Update to 7.27.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Sun, 19 Sep 2021
|
[ 06:00 Po-Chuan Hsieh (sunpoet) ] 04c3d71
devel/ipython: Update to 7.26.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] 15ca49d
devel/ipython: Add CPE information
Approved by: portmgr (blanket)
|
Sun, 18 Jul 2021
|
[ 17:54 Po-Chuan Hsieh (sunpoet) ] 9292085
devel/ipython: Update to 7.25.0
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Wed, 30 Jun 2021
|
[ 20:44 Po-Chuan Hsieh (sunpoet) ] 7eb2aee
devel/ipython: Update to 7.24.1
Changes: https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
Wed, 12 May 2021
|
[ 09:43 Ruslan Makhmatkhanov (rm) ] 7456fc8
devel/ipython: correct dependency version
|
[ 09:40 Ruslan Makhmatkhanov (rm) ] 655a237
devel/ipython: add missing runtime dependency
Add missing dependency upon matplotlib-inline, that was introduced
in IPython 7.23 [1], but was overlooked in recent port update.
[1]
https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?ipython-7-23#ipython-7-23
PR: 255743
Reported by: p5B2E9A8F@t-online.de
With hat: python
|
Thu, 6 May 2021
|
[ 09:44 Kirill Ponomarev (krion) ] e41b24c
devel/ipython: update to 7.23.1
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 28 Mar 2021
|
[ 12:23 dbaio ]
devel/ipython: Update to 7.22.0
Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.22#ipython-7-22
Approved by: python (with hat)
|
Thu, 11 Feb 2021
|
[ 13:20 rm ]
devel/ipython: update to 7.20.0
Changelog:
- Support for PyQt5 >= 5.11
- ``%reset`` remove imports more agressively
- fix the ``%conda`` magic
- compatibility with Jedi 0.18, and bump minimum Jedi version
Remove local patches - they are already included in this version.
Approved by: python (with hat)
|
Tue, 26 Jan 2021
|
[ 10:33 rm ]
devel/ipython: actually unbreak autocompletion
Remove broader patch added earlier - it still doesn't completely
solve the problem.
Instead add tiny patch to fix runtime with jedi 0.18 and add missing
imports with second patch. Works just well with my tests.
Both patches should be removed after next ipython release.
PR: 252875
Reported by: rsmith@xs4all.nl
Approved by: python (with hat)
|
Tue, 19 Jan 2021
|
[ 08:35 rm ]
devel/ipython: add upstream fix
Autocompletion is broken in ipython, that is currently in ports.
Add adopted upstream commit to resolve the issue.
Reference:
https://github.com/ipython/ipython/issues/12740
With hat: python
|
Fri, 11 Dec 2020
|
[ 11:03 sunpoet ] (Only the first 10 of 14 ports in this commit are shown above. )
Move devel/py-prompt_toolkit to devel/py-prompt-toolkit
- Bump PORTREVISION for dependency change
|
Sat, 31 Oct 2020
|
[ 23:49 dbaio ]
devel/ipython: Update to 7.19.0
Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.19#ipython-7-19
Approved by: python (with hat)
|
Sun, 30 Aug 2020
|
[ 20:22 sunpoet ]
Update to 7.18.1
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Sat, 15 Aug 2020
|
[ 12:50 dbaio ] (Only the first 10 of 17 ports in this commit are shown above. )
devel/ipython: Update to 7.17.0
IPython 7.17+ supports Python 3.7 and above, following NEP 29.
Update consumers to use Python >= 3.7 (avoid break bulk -a).
Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.17#ipython-7-17
Approved by: dbaio (python, maintainer)
|
Sun, 28 Jun 2020
|
[ 13:32 dbaio ]
devel/ipython: Update to 7.16.1
Approved by: python (with hat)
|
Sat, 27 Jun 2020
|
[ 21:43 dbaio ]
devel/ipython: Update to 7.16.0
Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-16
Approved by: python (with hat)
|
Sat, 6 Jun 2020
|
[ 18:20 dbaio ]
devel/ipython: Update to 7.15.0
Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-15
|
Sun, 3 May 2020
|
[ 16:49 dbaio ] (Only the first 10 of 14 ports in this commit are shown above. )
devel/ipython: Update to 7.14.0
IPython 7.10+ supports Python 3.6 and above, following NEP 29.
Update consumers to use Python >= 3.6 (avoid break bulk -a).
Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-14
|
Sun, 1 Mar 2020
|
[ 18:27 sunpoet ]
Update to 7.13.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Sat, 22 Feb 2020
|
[ 15:59 sunpoet ]
Update to 7.12.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Tue, 11 Feb 2020
|
[ 17:56 sunpoet ]
Fix RUN_DEPENDS: remove unneeded py-simplegeneric
- Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Bump PORTREVISION for dependency change
|
Thu, 30 Jan 2020
|
[ 08:19 lwhsu ]
- Update to 7.11.1
|
Fri, 6 Dec 2019
|
[ 02:34 lwhsu ]
- Update to 7.10.1
|
Thu, 31 Oct 2019
|
[ 14:50 sunpoet ]
Update to 7.9.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Sat, 7 Sep 2019
|
[ 22:47 sunpoet ]
Update to 7.8.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Thu, 1 Aug 2019
|
[ 16:18 sunpoet ]
Update to 7.7.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Thu, 4 Jul 2019
|
[ 18:13 sunpoet ]
Update to 7.6.1
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Sat, 29 Jun 2019
|
[ 20:53 sunpoet ]
Update to 7.6.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Thu, 6 Jun 2019
|
[ 18:37 sunpoet ]
Update to 7.5.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
https://github.com/ipython/ipython/blob/master/docs/source/whatsnew/version7.rst
|
Wed, 24 Apr 2019
|
[ 17:39 swills ]
devel/ipython: Use the other prompt_toolkit
|
Fri, 7 Dec 2018
|
[ 18:03 swills ]
devel/ipython: update to 7.2.0
|
Sat, 11 Aug 2018
|
[ 14:17 sunpoet ]
Clean up Makefile
The conditional dependency (devel/py-pathlib2) will never be used as python33
has been removed from ports tree.
|
Wed, 8 Aug 2018
|
[ 07:47 farrokhi ]
devel/ipython: Remove leftover artifact after removing GCC dependency
The ex script was supposed to add two lines in all scripts to set
LD_LIBRARY_PATH and since we don't need to set that anymore (see removed
GCC dependency in ports r476502), the whole script is now irrelevant.
Reported by: antoine
Reviewed by: koobs
Approved by: koobs (python)
Differential Revision: https://reviews.freebsd.org/D16605
|
Mon, 6 Aug 2018
|
[ 11:01 farrokhi ]
devel/ipython: Update to 6.5.0
- devel/ipython is now tracking 6.x mainline
- Previous version of ipython (5.x series) moved to devel/ipython5
- It is based on pure Python 3.3+ codebase
- Supports latest Python 3.7
- Remove GCC dependency since it now builds with CLANG
More information about new features as well as backward incompatible changes [1]
[1] https://ipython.readthedocs.io/en/stable/whatsnew/version6.html
Reviewed by: koobs, mat
Approved by: koobs (python)
Differential Revision: https://reviews.freebsd.org/D16508
|
Tue, 31 Jul 2018
|
[ 17:41 rm ]
devel/ipython: update to 5.8.0
Changelog:
http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0
With hat: python
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Tue, 20 Feb 2018
|
[ 09:26 koobs ]
devel/ipython: Enable concurrent installation
PR: 225493
Submitted by: John W. O'Brien <john saltant com>
Approved by: python (koobs, maintainer)
|
Sun, 4 Feb 2018
|
[ 10:13 sunpoet ]
Update to 5.5.0
Changes: https://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 26 Feb 2017
|
[ 13:57 sunpoet ]
Update to 5.3.0
Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
|
Tue, 7 Feb 2017
|
[ 20:31 sunpoet ]
Update to 5.2.2
Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
|
Fri, 3 Feb 2017
|
[ 14:10 sunpoet ]
Update to 5.2.1
Changes: http://ipython.readthedocs.io/en/stable/whatsnew/version5.html
https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst
|
Mon, 9 Jan 2017
|
[ 18:51 antoine ]
- Update to 5.1.0
- Pass maintainership to python@
- Notebook is now a seperate (upcoming) port
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Mon, 10 Oct 2016
|
[ 19:32 amdmi3 ]
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
- Remove obsolete python version condition
|
Mon, 12 Sep 2016
|
[ 08:39 olgeni ]
Drop maintainership of devel/ipython.
Some kind soul with stronger Python clues should probably look into
a full Jupiter port.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 23 Mar 2016
|
[ 09:20 vsevolod ] (Only the first 10 of 36 ports in this commit are shown above. )
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
|
Sun, 10 Jan 2016
|
[ 23:19 olgeni ]
Upgrade devel/ipython to version 3.2.3.
|
Sat, 10 Oct 2015
|
[ 10:52 olgeni ]
Upgrade devel/ipython to version 3.2.2.
PR: 203668
Submitted by: Jason Unovitch
Security: CVE-2015-6938
Security: CVE-2015-7337
|
Mon, 13 Jul 2015
|
[ 08:42 olgeni ]
Update to version 3.2.1.
PR: 201515
Submitted by: Jason Unovitch
|
Mon, 22 Jun 2015
|
[ 20:51 olgeni ]
Upgrade to version 3.2.0.
IPython 3.2 contains important security fixes. Users are strongly
encouraged to upgrade immediately.
Highlights:
- A security improvement that set the secure attribute to login cookie to
prevent them to be sent over http
- Revert the face color of matplotlib axes in the inline backend to not be
transparent.
- Enable mathjax safe mode by default
- Fix XSS vulnerability in JSON error messages
- Various widget-related fixes
CVEs still pending.
|
Sat, 2 May 2015
|
[ 00:22 olgeni ]
Upgrade to version 3.1.0.
|
Thu, 2 Oct 2014
|
[ 11:10 olgeni ]
Upgrade to version 2.3.0 and convert to USES=python.
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thu, 7 Aug 2014
|
[ 10:15 olgeni ]
Upgrade to version 2.2.0.
|
Tue, 15 Jul 2014
|
[ 17:52 adamw ] (Only the first 10 of 13 ports in this commit are shown above. )
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
|
Sun, 8 Jun 2014
|
[ 13:14 olgeni ] (Only the first 10 of 36 ports in this commit are shown above. )
Remove indefinite articles from COMMENT where I'm maintainer.
|
Sat, 24 May 2014
|
[ 14:08 olgeni ]
Borrow a fix for numpy for french/eficas: set LD_LIBRARY_PATH to
_GCC_RUNTIME to avoid linker errors when importing matplotlib.
|
Thu, 22 May 2014
|
[ 21:05 olgeni ]
Upgrade to version 2.1.0.
|
[ 20:51 olgeni ]
- Use PYDISTUTILS_AUTOPLIST.
- Enable HTML_NOTEBOOK by default if PACKAGE_BUILDING is defined.
|
Tue, 25 Mar 2014
|
[ 00:28 olgeni ]
Add support for Python 3.
Submitted by: nwhitehorn
|
Sat, 22 Mar 2014
|
[ 07:35 koobs ]
Chase py-pyzmq category move for py-salt, ipython and py-kombu
Update py-pyzmq dependency entries for:
- sysutils/py-salt
- devel/ipython
- net/py-kombu
|
Tue, 25 Feb 2014
|
[ 11:33 olgeni ]
Upgrade to version 1.2.1.
|
Wed, 12 Feb 2014
|
[ 12:35 olgeni ]
Upgrade to version 1.2.0.
|
Mon, 6 Jan 2014
|
[ 13:30 olgeni ]
Add staging support and fix BUILD_DEPENDS format.
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Tue, 10 Sep 2013
|
[ 10:52 olgeni ]
Upgrade to version 1.1.0.
|
Sun, 25 Aug 2013
|
[ 16:13 olgeni ]
- Upgrade to version 1.0.0.
- Replace PKGNAMESUFFIX with PKGNAMEPREFIX.
|
Thu, 25 Apr 2013
|
[ 15:02 olgeni ]
Upgrade to version 0.13.2.
|
Fri, 22 Mar 2013
|
[ 10:02 olgeni ]
Add ZMQ option.
ZMQ support is only required by qtconsole, notebook and parallel
computing.
PR: ports/177210
Submitted by: William Grzybowski <william88@gmail.com>
|
Sat, 2 Mar 2013
|
[ 22:24 olgeni ]
- 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
|
Mon, 18 Feb 2013
|
[ 12:34 olgeni ] (Only the first 10 of 29 ports in this commit are shown above. )
Convert Makefile headers to the new format.
|
Sun, 3 Feb 2013
|
[ 18:16 makc ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Tue, 23 Oct 2012
|
[ 16:55 olgeni ]
Upgrade to version 0.13.1.
Also, do not attempt to remove PYTHON_SITELIBDIR.
Feature safe: yes
|
Sat, 20 Oct 2012
|
[ 15:34 olgeni ]
Upgrade to version 0.13.
Feature safe: yes
|
Wed, 27 Jun 2012
|
[ 14:07 olgeni ]
Convert to OptionsNG.
|
[ 13:45 olgeni ]
Upgrade to version 0.12.1.
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 25 May 2012
|
[ 01:50 makc ] (Only the first 10 of 57 ports in this commit are shown above. )
Chase PyQT update
|
Sat, 24 Dec 2011
|
[ 21:34 olgeni ]
- Upgrade to version 0.12
- Add OPTIONS support with optional X11 and HTML notebook support
(only RUN_DEPENDS is affected)
|
Thu, 10 Nov 2011
|
[ 22:17 olgeni ]
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
|
Wed, 13 Apr 2011
|
[ 09:14 wen ]
- Update to 0.10.2
|
Fri, 25 Feb 2011
|
[ 08:46 miwi ]
- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python
|
Tue, 12 Oct 2010
|
[ 11:30 wen ]
- Update to 0.10.1
- Update my email to FreeBSD
|
Sat, 8 Aug 2009
|
[ 06:09 miwi ]
- Update to 0.10
- Pass maintainership to submitter
PR: 137501
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
|
Thu, 18 Dec 2008
|
[ 02:24 linimon ] (Only the first 10 of 31 ports in this commit are shown above. )
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr
|
Number of commits found: 130 (showing only 100 on this page) |