aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-igraph
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.7.0lwhsu2015-01-122-5/+4
| | | | Submitted by: wen
* - Convert ports of math/ to new USES=pythonmva2014-10-221-3/+2
| | | | Approved by: portmgr (implicit)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Convert to autoplistmiwi2014-02-152-6/+3
| | | | | - Stage support - Bump PORTREV
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | math)
* - Update to 0.5.4lwhsu2011-02-202-4/+3
|
* - Update to 0.5.3lwhsu2010-05-022-4/+4
|
* - Update checksum, previous one is not real 0.5.2 python-interface releaselwhsu2009-05-142-5/+3
| | | | | | PR: ports/134522 Submitted by: Wen Heping <wenheping AT gmail.com> Also notified by: Andrzej Tobola <ato AT iem.pw.edu.pl>
* - Mark BROKEN: does not fetch, size mismatch: expected 198646, actual 205895pav2009-05-141-0/+2
| | | | Reported by: pointyhat
* - Update to 0.5.2lwhsu2009-04-282-4/+4
|
* - Update to 0.5.1lwhsu2008-09-072-6/+4
| | | | | PR: ports/126584 Submitted by: Wen heping <wenheping AT gmail.com>
* - Update to 0.5lwhsu2008-07-263-63/+12
| | | | | PR: ports/125544 Submitted by: Wen heping <wenheping AT gmail.com>
* - Update to 0.4.5lwhsu2008-01-093-4/+10
|
* - Update to 0.4.1lwhsu2007-06-013-6/+20
| | | | | - Use CHEESESHOP in MASTER_SITES - Depends on python 2.3+
* - Change to my FreeBSD.org emaillwhsu2007-04-041-1/+1
| | | | Approved by: clsung (mentor)
* - Update to 0.3.3miwi2007-03-073-28/+31
| | | | | PR: 109722 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
* This module extends Python with a Graph class which is capable of handlingmiwi2006-12-224-0/+68
arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph PR: ports/106971 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>