<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/pymorph, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-06-13T18:17:45Z</updated>
<entry>
<title>- Enable stagedir support</title>
<updated>2014-06-13T18:17:45Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-06-13T18:17:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=28ab9e8719c2e02337adb07d71098f210ec3b8c9'/>
<id>urn:sha1:28ab9e8719c2e02337adb07d71098f210ec3b8c9</id>
<content type='text'>
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>Update the default version of GCC used in the Ports Collection from</title>
<updated>2014-03-10T20:55:20Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2014-03-10T20:55:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1cd277bdcecf80f1b3c00ed15ff1c9e707024607'/>
<id>urn:sha1:1cd277bdcecf80f1b3c00ed15ff1c9e707024607</id>
<content type='text'>
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder &lt;cmt@burggraben.net&gt; (fixing many ports)
Tested by:	bdrewery (two -exp runs)
</content>
</entry>
<entry>
<title>Python cleanup:</title>
<updated>2014-01-13T21:00:02Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-01-13T21:00:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50f8eaece13e14735ce71c2c22f8aac07f7cd50a'/>
<id>urn:sha1:50f8eaece13e14735ce71c2c22f8aac07f7cd50a</id>
<content type='text'>
- USE_PYTHON* = 2.X -&gt; USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -&gt; USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
</content>
</entry>
<entry>
<title>- Update WWW:</title>
<updated>2013-11-20T20:51:25Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-11-20T20:51:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6670f0b75774751a7edbaec5af358afdc627a4fb'/>
<id>urn:sha1:6670f0b75774751a7edbaec5af358afdc627a4fb</id>
<content type='text'>
  - http://cheeseshop.python.org/ -&gt; https://pypi.python.org/
  - http://pypi.python.org/ -&gt; https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
</content>
</entry>
<entry>
<title>Update to libmpc version 1.0.1 which brings the following fixes:</title>
<updated>2013-10-26T00:52:33Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2013-10-26T00:52:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3be3e90f932fe30b2ab3df681ac68ff01b119a6d'/>
<id>urn:sha1:3be3e90f932fe30b2ab3df681ac68ff01b119a6d</id>
<content type='text'>
 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&amp;R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)</title>
<updated>2013-09-20T18:35:44Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T18:35:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eb08c5441cf4772f805b99523084b12164ed2495'/>
<id>urn:sha1:eb08c5441cf4772f805b99523084b12164ed2495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- strict python version to 2.x only (doesn't work with python3)</title>
<updated>2012-06-21T05:15:08Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-06-21T05:15:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cea34d4832c5a3919dd88408c7afc3cf40fe6589'/>
<id>urn:sha1:cea34d4832c5a3919dd88408c7afc3cf40fe6589</id>
<content type='text'>
- fix portlint warning (remove dot from COMMENT)
- add LICENSE (BSD)
- py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
- add some tabs to Makefile header and pkg-descr
- do not try to remove directories that we didn't install
- bump PORTREVISION

PR:		168815
Submitted by:	rm (myself)
Approved by:    maintainer timeout (2 weeks)
</content>
</entry>
<entry>
<title>PyMorph is a image morphology toolbox implements the basic binary and greyscale</title>
<updated>2011-02-05T10:49:59Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-02-05T10:49:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9ee62d2604bef9c8f4d53fe9e7c6039c984d48bf'/>
<id>urn:sha1:9ee62d2604bef9c8f4d53fe9e7c6039c984d48bf</id>
<content type='text'>
morphology operations, working with numpy arrays representing images.

Includes basic operations for morphological image processing such as erode,
dilate, open, tophat opening, watershed and more.

WWW: http://pypi.python.org/pypi/pymorph

PR:		ports/154114
Submitted by:	Pedro Garcia Freitas &lt;sawp at sawp.com.br&gt;
Feature safe:	yes
</content>
</entry>
</feed>
