aboutsummaryrefslogtreecommitdiff
path: root/math/py-numarray
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2019-05-304-66/+0
| | | | | | | | | 2019-05-30 math/gracetmpl: Long unmaintained abandonware; depends on stale numarray 2019-05-30 math/py-numarray: Obsoleted upstream in favor of NumPy 2019-05-30 net/neubot: neubot client has been retired upstream Notes: svn path=/head/; revision=503088
* math/py-numarray: mark deprecatedRuslan Makhmatkhanov2019-04-291-0/+3
| | | | | | | | | | | This port is unmaintained and obsoleted upstream in favor of NumPy [1]. We no more have not deprecated consumers in ports tree, so deprecate this port too. [1] https://wiki.python.org/moin/NumArray Notes: svn path=/head/; revision=500443
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Fix shebangsDmitry Marakasov2017-04-181-2/+3
| | | | Notes: svn path=/head/; revision=438772
* Fix installing examples.Mathieu Arnold2016-11-091-2/+2
| | | | | | | | Pointy hat to: amdmi3 Sponsored by: Absolight Notes: svn path=/head/; revision=425794
* - Switch to options helpersDmitry Marakasov2016-10-292-5/+10
| | | | | | | - Regenerate patches Notes: svn path=/head/; revision=424897
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Add LICENSEDmitry Marakasov2015-03-241-2/+7
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=382094
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* math/py-numarray: allow staging and use auto python plistWilliam Grzybowski2013-12-123-419/+19
| | | | Notes: svn path=/head/; revision=336287
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=254920
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Update to 1.5.2Hye-Shik Chang2007-02-112-4/+4
| | | | | | | | PR: 108984 Submitted by: CHAO Shin <quakelee@cn.freebsd.org> Notes: svn path=/head/; revision=184878
* Update to 1.5.1Hye-Shik Chang2006-04-223-4/+7
| | | | Notes: svn path=/head/; revision=160100
* Update to 1.5.0Hye-Shik Chang2006-01-114-22/+9
| | | | | | | Notified by: thierry Notes: svn path=/head/; revision=153222
* Add a patch to avoid C++ keyword conflict in a header file.Hye-Shik Chang2005-11-182-0/+15
| | | | | | | Spotted by: thierry Notes: svn path=/head/; revision=148720
* Update to 1.4.1Hye-Shik Chang2005-11-143-7/+8
| | | | Notes: svn path=/head/; revision=148239
* Update to 1.3.3Hye-Shik Chang2005-07-183-10/+12
| | | | | | | | PR: 83600 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=139450
* Update to 1.3.1Hye-Shik Chang2005-04-223-3/+11
| | | | Notes: svn path=/head/; revision=133974
* Update to 1.2.3Hye-Shik Chang2005-03-053-13/+77
| | | | Notes: svn path=/head/; revision=130388
* Update to 0.9.Hye-Shik Chang2004-03-133-3/+13
| | | | Notes: svn path=/head/; revision=103835
* Update to 0.8Hye-Shik Chang2003-12-203-6/+160
| | | | | | | Requested by: Quincey Koziol <koziol@ncsa.uiuc.edu> Notes: svn path=/head/; revision=96248
* - Update to 0.6.1Hye-Shik Chang2003-07-314-73/+72
| | | | | | | | - Update WWW URL - Use DOCSDIR and EXAMPLESDIR Notes: svn path=/head/; revision=86078
* Update to 0.6Hye-Shik Chang2003-07-253-18/+31
| | | | Notes: svn path=/head/; revision=85557
* Update to 0.5Hye-Shik Chang2003-05-073-9/+43
| | | | Notes: svn path=/head/; revision=80355
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
| | | | Notes: svn path=/head/; revision=76449
* Add py-numarray 0.3.4,Hye-Shik Chang2002-06-275-0/+168
numeric array manipulation extension module for Python. PR: 37595 Submitted by: me Notes: svn path=/head/; revision=62097