aboutsummaryrefslogtreecommitdiff
path: root/science/py-pyaixi
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 1.0.4.post1Sunpoet Po-Chuan Hsieh2020-11-153-6/+8
| | | | | | | | | | - Update WWW Changes: https://github.com/sgkasselau/pyaixi/releases https://github.com/sgkasselau/pyaixi/commits/master Notes: svn path=/head/; revision=555331
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Relax USES=pythonSunpoet Po-Chuan Hsieh2018-02-252-14/+11
| | | | | | | | | | | | | | - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Remove EXAMPLESDIR - Add NO_ARCH - Reformat pkg-descr - Add PyPI as primary WWW - Take maintainership Notes: svn path=/head/; revision=462931
* Give xmj@'s ports back to the poolTobias C. Berner2018-02-241-1/+1
| | | | | | | | PR: 226157 Submitted by: xmj Notes: svn path=/head/; revision=462775
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert CC license names to r421995 spellingsJan Beich2016-09-281-4/+1
| | | | | | | | | | | While here fix common mistakes such as: - Missing "or (at your option) any later version" bit - LICENSE_FILE with LICENSE_COMB != single - LICENSE_COMB = dual for code + assets - Copy-pasting undocumented NC/SA restriction Notes: svn path=/head/; revision=422850
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.netTorsten Zuehlsdorff2016-06-151-1/+1
| | | | | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor) Notes: svn path=/head/; revision=416918
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgKurt Jaeger2016-05-251-1/+1
| | | | | | | | PR: 209746 Submitted by: xmj Notes: svn path=/head/; revision=415848
* - Update to 1.0.4Martin Wilke2015-12-102-4/+5
| | | | | | | | | | | | - Switch to options helper PR: 205114 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4470 Notes: svn path=/head/; revision=403452
* Canonicalize a few licensesAntoine Brodin2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374163
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* science/py-pyaixi: Implementation of the MC-AIXI-CTW AI algorithmWilliam Grzybowski2013-12-083-0/+51
pyaixi is a pure Python implementation of the Monte Carlo-AIXI-Context Tree Weighting (MC-AIXI-CTW) artificial intelligence algorithm. This is an approximation of the AIXI universal artificial intelligence algorithm, which describes a model-based, reinforcement-learning agent capable of general learning. WWW: https://github.com/gkassel/pyaixi PR: ports/184572 Submitted by: Johannes Jost Meixner <xmj chaot.net> Notes: svn path=/head/; revision=335895