| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=438772
|
|
|
|
|
|
|
|
| |
Pointy hat to: amdmi3
Sponsored by: Absolight
Notes:
svn path=/head/; revision=425794
|
|
|
|
|
|
|
| |
- Regenerate patches
Notes:
svn path=/head/; revision=424897
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
| |
- Strip libraries
Notes:
svn path=/head/; revision=382094
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371328
|
|
|
|
| |
Notes:
svn path=/head/; revision=336287
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
| |
to email.
Hat: portmgr
Notes:
svn path=/head/; revision=254920
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
|
|
|
|
| |
PR: 108984
Submitted by: CHAO Shin <quakelee@cn.freebsd.org>
Notes:
svn path=/head/; revision=184878
|
|
|
|
| |
Notes:
svn path=/head/; revision=160100
|
|
|
|
|
|
|
| |
Notified by: thierry
Notes:
svn path=/head/; revision=153222
|
|
|
|
|
|
|
| |
Spotted by: thierry
Notes:
svn path=/head/; revision=148720
|
|
|
|
| |
Notes:
svn path=/head/; revision=148239
|
|
|
|
|
|
|
|
| |
PR: 83600
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Notes:
svn path=/head/; revision=139450
|
|
|
|
| |
Notes:
svn path=/head/; revision=133974
|
|
|
|
| |
Notes:
svn path=/head/; revision=130388
|
|
|
|
| |
Notes:
svn path=/head/; revision=103835
|
|
|
|
|
|
|
| |
Requested by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Notes:
svn path=/head/; revision=96248
|
|
|
|
|
|
|
|
| |
- Update WWW URL
- Use DOCSDIR and EXAMPLESDIR
Notes:
svn path=/head/; revision=86078
|
|
|
|
| |
Notes:
svn path=/head/; revision=85557
|
|
|
|
| |
Notes:
svn path=/head/; revision=80355
|
|
|
|
| |
Notes:
svn path=/head/; revision=76449
|
|
numeric array manipulation extension module
for Python.
PR: 37595
Submitted by: me
Notes:
svn path=/head/; revision=62097
|