Index: head/science/psychopy/Makefile =================================================================== --- head/science/psychopy/Makefile (revision 408968) +++ head/science/psychopy/Makefile (revision 408969) @@ -1,77 +1,77 @@ # Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= psychopy -PORTVERSION= 1.83.03 +PORTVERSION= 1.83.04 CATEGORIES= science python MAINTAINER= ports@FreeBSD.org COMMENT= Psychophysics toolkit for Python LICENSE= GPLv3+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}pandas>0:${PORTSDIR}/math/py-pandas \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}openpyxl>0:${PORTSDIR}/textproc/py-openpyxl \ dejavu>0:${PORTSDIR}/x11-fonts/dejavu \ ${PYGAME} \ ${PYNUMPY} NO_ARCH= yes USE_GITHUB= yes USES= fortran python USE_PYTHON= autoplist distutils USE_WX= 2.8 WX_COMPS= python PLIST_FILES= bin/psychopy DESKTOP_ENTRIES="PsychoPy" \ "" \ "${PYTHONPREFIX_SITELIBDIR}/psychopy/app/Resources/psychopy.png" \ "psychopy" \ "" \ "" OPTIONS_DEFINE_i386= PYGLET OPTIONS_DEFAULT_i386= PYGLET PYGLET_DESC= Drawing support via Pyglet PYGLET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet .include post-patch: # https://github.com/psychopy/psychopy/issues/982 @${REINPLACE_CMD} -e \ 's|str(,id_dict)|str(id_dict)|' \ ${WRKSRC}/psychopy/demos/coder/iohub/elotouchscreen/run.py post-build: @${ECHO_CMD} -n > ${WRKDIR}/psychopy @${ECHO_CMD} "#!${SH}" \ >> ${WRKDIR}/psychopy .if ${OPSYS} == FreeBSD @${ECHO_CMD} "LD_LIBRARY_PATH=${LOCALBASE}/lib/${FC:S/fortran/cc/}:\$$LD_LIBRARY_PATH" \ >> ${WRKDIR}/psychopy @${ECHO_CMD} "export LD_LIBRARY_PATH" \ >> ${WRKDIR}/psychopy .endif @${ECHO_CMD} \ >> ${WRKDIR}/psychopy @${ECHO_CMD} "${PYTHON_CMD} ${PREFIX}/bin/psychopyApp.py" \ >> ${WRKDIR}/psychopy post-install: (cd ${WRKDIR} && ${INSTALL_SCRIPT} psychopy \ ${STAGEDIR}${PREFIX}/bin) @${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psychopy/app/Resources/DejaVuSerif.ttf @${LN} -sf ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/psychopy/app/Resources .include Index: head/science/psychopy/distinfo =================================================================== --- head/science/psychopy/distinfo (revision 408968) +++ head/science/psychopy/distinfo (revision 408969) @@ -1,2 +1,2 @@ -SHA256 (psychopy-psychopy-1.83.03_GH0.tar.gz) = 608c0eac0021b3ec06e250243459c607f656e4210bfd7fefaaae330341b3e873 -SIZE (psychopy-psychopy-1.83.03_GH0.tar.gz) = 15230958 +SHA256 (psychopy-psychopy-1.83.04_GH0.tar.gz) = 18b9d48213b285625117add12a1d77ecb60958876cf4ebe4514a85372cffe6d7 +SIZE (psychopy-psychopy-1.83.04_GH0.tar.gz) = 15232063 Index: head/science/psychopy/pkg-descr =================================================================== --- head/science/psychopy/pkg-descr (revision 408968) +++ head/science/psychopy/pkg-descr (revision 408969) @@ -1,12 +1,12 @@ -PsychoPy is an open-source package for creating psychology stimuli -in Python (A real and free alternative to Matlab). PsychoPy combines -the graphical strengths of OpenGL with the easy Python syntax to give +PsychoPy is an open-source package for creating psychology stimuli in +Python (A real and free alternative to Matlab). PsychoPy combines the +graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package. -The goal is to provide, for the busy scientist (including me!), tools -to control timing and windowing and a simple set of pre-packaged -stimuli and methods. The code is platform independent, using Python -and C libraries that are widely available. +The goal is to provide, for the busy scientist, tools to control timing +and windowing and a simple set of pre-packaged stimuli and methods. The +code is platform independent, using Python and C libraries that are +widely available. WWW: http://www.psychopy.org/