Index: head/science/py-pyaixi/Makefile =================================================================== --- head/science/py-pyaixi/Makefile (revision 462930) +++ head/science/py-pyaixi/Makefile (revision 462931) @@ -1,38 +1,34 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= pyaixi PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the MC-AIXI-CTW AI algorithm LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= dos2unix python +USE_PYTHON= autoplist concurrent distutils -PORTDOCS= changelog.txt \ - todo.txt - +PORTDOCS= changelog.txt todo.txt PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \ - ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/conf/|} \ - ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/conf/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/science/py-pyaixi/pkg-descr =================================================================== --- head/science/py-pyaixi/pkg-descr (revision 462930) +++ head/science/py-pyaixi/pkg-descr (revision 462931) @@ -1,8 +1,9 @@ -pyaixi is a pure Python implementation of the Monte Carlo-AIXI-Context Tree Weighting -(MC-AIXI-CTW) artificial intelligence algorithm. +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://pypi.python.org/pypi/pyaixi WWW: https://github.com/gkassel/pyaixi