aboutsummaryrefslogtreecommitdiff
path: root/math/py-igraph
Commit message (Collapse)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 0.7.0Li-Wen Hsu2015-01-122-5/+4
| | | | | | | Submitted by: wen Notes: svn path=/head/; revision=376833
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-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) Notes: svn path=/head/; revision=351411
* - Convert to autoplistMartin Wilke2014-02-152-6/+3
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=344359
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Update to 0.5.4Li-Wen Hsu2011-02-202-4/+3
| | | | Notes: svn path=/head/; revision=269372
* - Update to 0.5.3Li-Wen Hsu2010-05-022-4/+4
| | | | Notes: svn path=/head/; revision=253536
* - Update checksum, previous one is not real 0.5.2 python-interface releaseLi-Wen Hsu2009-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> Notes: svn path=/head/; revision=233876
* - Mark BROKEN: does not fetch, size mismatch: expected 198646, actual 205895Pav Lucistnik2009-05-131-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=233855
* - Update to 0.5.2Li-Wen Hsu2009-04-282-4/+4
| | | | Notes: svn path=/head/; revision=232886
* - Update to 0.5.1Li-Wen Hsu2008-09-072-6/+4
| | | | | | | | PR: ports/126584 Submitted by: Wen heping <wenheping AT gmail.com> Notes: svn path=/head/; revision=220120
* - Update to 0.5Li-Wen Hsu2008-07-263-63/+12
| | | | | | | | PR: ports/125544 Submitted by: Wen heping <wenheping AT gmail.com> Notes: svn path=/head/; revision=217552
* - Update to 0.4.5Li-Wen Hsu2008-01-093-4/+10
| | | | Notes: svn path=/head/; revision=205307
* - Update to 0.4.1Li-Wen Hsu2007-06-013-6/+20
| | | | | | | | - Use CHEESESHOP in MASTER_SITES - Depends on python 2.3+ Notes: svn path=/head/; revision=192528
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Update to 0.3.3Martin Wilke2007-03-063-28/+31
| | | | | | | | PR: 109722 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Notes: svn path=/head/; revision=186699
* This module extends Python with a Graph class which is capable of handlingMartin Wilke2006-12-214-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> Notes: svn path=/head/; revision=180374