aboutsummaryrefslogtreecommitdiff
path: root/audio/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-2023-96/+97
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-222-4/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* audio/sphinx: update to the redirected WWW and distfile fetches fine againJan Beich2015-05-022-2/+1
| | | | Notes: svn path=/head/; revision=385164
* - Remove libtool hacks and patches that are now handled by USES=libtoolTijl Coosemans2015-04-181-2/+0
| | | | | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that Notes: svn path=/head/; revision=384215
* Mark broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383354
* Cleanup plistBaptiste Daroussin2014-10-201-8/+0
| | | | Notes: svn path=/head/; revision=371234
* - Support stagingDmitry Marakasov2014-05-142-10/+10
| | | | | | | - Switch to USES=libtool Notes: svn path=/head/; revision=354012
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Strip header at request of original creatorThomas Abthorpe2013-01-271-5/+1
| | | | | | | | Submitted by: trevor With hat: portmgr Notes: svn path=/head/; revision=311049
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Fix build with gcc 4.2Martin Wilke2007-12-1015-21/+235
| | | | | | | | | PR: 118467 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202932
* Mark as broken with gcc4.2.Mark Linimon2007-10-041-1/+7
| | | | Notes: svn path=/head/; revision=200800
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170572
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Fix compilation with recent GCC.Alexey Dokuchaev2004-09-201-0/+13
| | | | | | | | Reported by: pointyhat.freebsd.org Approved by: portmgr (marcus), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118300
* - Add missing directories and filesKirill Ponomarev2004-05-312-1/+5
| | | | Notes: svn path=/head/; revision=110523
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-131-1/+0
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-131-1/+1
| | | | | | | I have contributed, in hopes of attracting less spam. Notes: svn path=/head/; revision=93876
* Incorporate patches against the "Audio read error" problem.Trevor Johnson2003-10-243-4/+227
| | | | | | | | | | PR: 58227 Submitted by: Andriy Gapon of Cybervision Also chase soundcard.h. Notes: svn path=/head/; revision=92030
* Avoid Perl.Trevor Johnson2003-10-041-3/+6
| | | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Notes: svn path=/head/; revision=90246
* new virtual category requested: accessibilityEdwin Groothuis2003-10-041-1/+1
| | | | | | | | | | | | | | | | | This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=90192
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* BROKEN -> IGNORE to prevent package buildKris Kennaway2002-10-131-1/+1
| | | | Notes: svn path=/head/; revision=67947
* This is still broken.Trevor Johnson2002-05-231-0/+2
| | | | | | | Tested by: David Bushong Notes: svn path=/head/; revision=59755
* Use <stdlib.h> instead of deprecated <malloc.h>.Trevor Johnson2002-02-123-22/+63
| | | | | | | Update to sphinx2-0.4. Notes: svn path=/head/; revision=54592
* Mark broken.Trevor Johnson2001-02-011-0/+2
| | | | | | | reported by David Bushong <david@bushong.net> Notes: svn path=/head/; revision=37870
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29615
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Sphinx has some i386-only sound code, adjust to account for this fact.Will Andrews2000-06-081-0/+3
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29396
* Add .so symlink (from PR) and necessary ldconfigs overlooked in initialWill Andrews2000-06-021-0/+3
| | | | | | | | | | import of the port. PR: 18963 Submitted by: maintainer Notes: svn path=/head/; revision=29100
* Add CMU Sphinx, a speech recognition system.Will Andrews2000-05-305-0/+146
PR: 17707 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=28966