aboutsummaryrefslogtreecommitdiff
path: root/audio/praat/files
Commit message (Collapse)AuthorAgeFilesLines
* Update audio/praat to latest upstream releaseAdriaan de Groot2021-03-011-39/+0
| | | | | | | | | | | | | | | | | We skipped 6.1.{36,37,38,39} and now land at 6.1.40; the release notes (for all versions) are at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html and can be summarized as - handful of fixes probably not relevant to us - scripting extensions The FreeBSD makefile with settings and things has been merged upstream, so we can lose that file from ports and simplify post-patch ever-so-slightly. Notes: svn path=/head/; revision=566856
* Simplify both the patches and the Makefile.Adriaan de Groot2020-12-061-9/+20
| | | | | | | Remove various patches and bodges that have since landed upstream. Notes: svn path=/head/; revision=557187
* Update audio/praat to latest upstream releaseAdriaan de Groot2020-12-063-29/+0
| | | | | | | | | | | | | | | | | | | With this update, I'm taking the time to tidy up some bits: - jack was not used - configurable audio was not used (I suppose there used to be OSS / JACK / ALSA, but it's settled on just ALSA here) - simplify the dos2unix bits (I'll report the remainder upstream) - there are fonts for phonetics, although I don't see a difference: leave them commented-out Release notes as always at: https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html with new scripting commands as most-interesting-bit (in 6.1.35). There were some intermediate releases, which didn't add anything for us on FreeBSD. Notes: svn path=/head/; revision=557136
* Update audio/praat to latest upstreamAdriaan de Groot2020-11-132-23/+2
| | | | | | | | | | | | | | | - One git patch can be removed (since git caught up with it) - Praat has switched to using GTK3, so chase that - .. since it doesn't have a sensible configure phase, hard-code a -lX11 into our makefile.defs, since the gtk3 libs don't pull that in, but the praat code does use XInternAtom directly. The release notes are, as always, at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html but the relevant change really only is "switch to GTK3". Notes: svn path=/head/; revision=555012
* Update audio/praat to latest upstream releaseAdriaan de Groot2020-09-261-0/+21
| | | | | | | | | | | | | The release notes are, as always, at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html with mostly the following: - macOS updates - extremum with cubic interpolation was incorrectly calculated I have added a patch from GH pull request #1376 that fixes the CLI mode. Notes: svn path=/head/; revision=550170
* audio/praat: Upgrade to 6.1.13Jason W. Bacon2020-04-247-131/+23
| | | | | | | | | | | | | Clean up patches Switch from OSS to ALSA (upstream default) Left in and documented patches to ease switch to OSS or JACK in case of runtime issues Releasing maintainership as I no longer work with any praat users Reported by: portscout Notes: svn path=/head/; revision=532890
* Cleanup patches, a* categories.Mathieu Arnold2016-07-265-5/+5
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* audio/praat: unbreak sound supportJan Beich2016-04-143-3/+28
| | | | | | | | | | | | | | | | Portaudio doesn't work with alsa-plugins-oss, so switch to native OSS. ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory [...] PR: 208728 Reported by: kaltheat@gmail.com Approved by: Jason Bacon <bacon4000@gmail.com> (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=413318
* - Un-break buildThomas Zander2015-05-156-15/+117
| | | | | | | | | | | | - Update to upstream version 5.4.08 - General cleanup / pet portlint PR: 199634 Submitted by: jwbacon@tds.net (maintainer) MFH: 2015Q2 Notes: svn path=/head/; revision=386406
* - Update from 4.6.39 to 5.3.59Danilo Egea Gondolfo2013-12-013-14/+38
| | | | | | | | | | | | | - Add stage support while here - Convert USE_DOS2UNIX to USES - Add pkgconfig and gtk20 as dependencies PR: ports/184398 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) Notes: svn path=/head/; revision=335363
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Fix build with open-motif-2.3.3Max Brazhnikov2011-05-021-1/+1
| | | | | | | | | PR: ports/154044 Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com> Exp-runs by: pav Notes: svn path=/head/; revision=273474
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update to 4.6.39Martin Wilke2007-12-272-8/+47
| | | | | | | | | PR: 118383 Submitted by: Sven Petai <hadara@bsd.ee> Approved by: maintainer Notes: svn path=/head/; revision=204634
* Add praat.Jean-Yves Lefort2006-04-031-0/+14
Praat: doing phonetics by computer. WWW: http://www.fon.hum.uva.nl/praat/ PR: ports/95157 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=158686