aboutsummaryrefslogtreecommitdiff
path: root/science/psychopy
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Update to 1.83.04Wen Heping2016-02-163-10/+10
| | | | | | | | PR: 207165 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=408969
* - Update to 1.83.03Martin Wilke2016-01-182-6/+14
| | | | | | | | PR: 206254 Submitted by: maintainer Notes: svn path=/head/; revision=406546
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 1.83.01 and unbreakWen Heping2015-12-152-11/+12
| | | | | | | | PR: 205219 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=403770
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-0/+1
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* - Update to 1.82.02Wen Heping2015-09-052-8/+27
| | | | | | | | PR: 202856 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=396182
* science/psychopy: update to 1.82.01 and overhaulJan Beich2015-04-292-10/+32
| | | | | | | | | | | | | | | | | - Add .desktop file - Add shortcut under PATH - Define LICENSE - Mark NO_ARCH because of no C modules - Drop unused BUILD_DEPENDS - Convert to USE_WX - Replace bundled DejaVu font with slightly newer system copy Changes: http://www.psychopy.org/changelog.html#psychopy-1-82 PR: 199249 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=384976
* science/psychopy: drop HOME workaround after r359201Jan Beich2015-04-291-5/+0
| | | | Notes: svn path=/head/; revision=384975
* - Update to 1.81.03Wen Heping2014-12-272-4/+4
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=375681
* - Update to 1.81.02Wen Heping2014-11-082-5/+4
| | | | Notes: svn path=/head/; revision=372333
* science/psychopy: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-071-6/+4
| | | | | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Notes: svn path=/head/; revision=370369
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Enable stagedir supportMarcus von Appen2014-06-222-1052/+8
| | | | | | | | | | | | - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358786
* - Fix buildWen Heping2014-03-261-1/+1
| | | | Notes: svn path=/head/; revision=349202
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert s* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347784
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Update to 1.77.00Wen Heping2013-05-164-128/+365
| | | | Notes: svn path=/head/; revision=318311
* - Update to 1.76.0Wen Heping2013-03-243-7/+44
| | | | Notes: svn path=/head/; revision=315121
* - Update to 1.75.01Wen Heping2013-01-153-92/+211
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=310427
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 1.65.00Wen Heping2011-07-053-28/+122
| | | | Notes: svn path=/head/; revision=277081
* - Update to 1.63.03Wen Heping2011-03-013-197/+301
| | | | Notes: svn path=/head/; revision=270050
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.60.00Wen Heping2010-02-033-324/+346
| | | | Notes: svn path=/head/; revision=249169
* - Update to 1.51.01Wen Heping2009-11-113-261/+405
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=244095
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 1.00.00Martin Wilke2009-05-103-5/+8
| | | | | | | | PR: 134217 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=233631
* PsychoPy is an open-source package for creating psychology stimuliMartin Wilke2009-02-284-0/+325
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. WWW: http://www.psychopy.org/ PR: ports/132156 Submitted by: wenheping at gmail.com Notes: svn path=/head/; revision=229242