non port: audio/espeak/Makefile |
Number of commits found: 67 |
Friday, 15 Jul 2022
|
14:36 Stefan Eßer (se)
audio/espeak: rename to audio/espeak-ng
The stale espeak repository has been forked and development has
restarted under the name espeak-ng.
4638eaf |
Friday, 8 Jul 2022
|
18:26 Stefan Eßer (se)
audio/espeak: generate and install man page
ae25671 |
16:46 Stefan Eßer (se)
audio/espeak: update to version 1.15.1
This port updates the espeak port to the sources distributed as
espeak-ng. The old project had been stalled and a new developer
team created a repository that continues where the previous team
stopped.
This port installs files with a suffix of -ng (e.g. espeak-ng),
but provides symbolic links that allow the binary and library to
be accessed under the legacy name without this suffix.
I could have created an audio/espeak-ng port, but since espeak-ng
should be a fully compatible replacement of espeak, I have decided
to re-use the existing port name. (The existing audio/espeak port
had been marked as deprecated and to be deleted on 2022-06-30.)
I have assigned the port to me (since I consider it to be a new
port under the name of the deprecated port), but do not object to
the previous maintainer of the audio/espeak port assigning it back
to himself.
8d111a1 |
Sunday, 24 Apr 2022
|
12:10 Daniel Engberg (diizzy)
audio/espeak: Deprecate and set expiration date to 2022-06-30
Project is deprecated upstream, its successor is called espeak-ng
and can be found at https://github.com/espeak-ng/espeak-ng
PR: 258648
Approved by: nivit (maintainer timeout, 6+ months)
b184c55 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
 |
Wednesday, 17 Jan 2018
|
09:21 tcberner
audio/espeak fix build with clang6
PR: 224669
 |
Thursday, 11 Jan 2018
|
16:16 danfe
- Unbreak the port on sparc64, by 's|-fpic|-fPIC|' in the Makefile
(vague explanation: http://seclists.org/tcpdump/2012/q4/112)
- While here, sort the knob groups properly, drop redundant WRKSRC,
simplify patching with sed(1) logic, remove superfluous linefeed
 |
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
 |
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
 |
Thursday, 20 Oct 2016
|
03:51 jhale
Fix build when RUNTIME option is selected
PR: 213633
Approved by: portmgr (blanket)
MFH: 2016Q4
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 19 Aug 2015
|
13:30 mat
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
 |
Saturday, 30 May 2015
|
20:39 bapt
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
 |
Wednesday, 25 Mar 2015
|
21:37 marino
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
 |
Monday, 9 Feb 2015
|
14:32 nivit
- Update to 1.48.04
- Use option helpers
- Use a compiler understanding C++0X when
PULSEAUDIO option is ON [1]
PR: 195264 [1]
Submitted by: Lawrence Chen <beastie@tardisi.com>
 |
Wednesday, 14 Jan 2015
|
18:36 amdmi3
- Depend on specific version of libportaudio, to not pick up library from
portaudio2 and break the build
- Add empty directories to plist
PR: 196345
Submitted by: amdmi3
Approved by: maintainer timeout (nivit)
 |
Tuesday, 15 Jul 2014
|
23:11 adamw
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
 |
Friday, 7 Mar 2014
|
15:48 bapt
Convert to rest of a* to USES=zip
 |
Saturday, 8 Feb 2014
|
21:19 ehaupt
- Fully support staging (there were some ${STAGEDIR} statements but NO_STAGE
was still defined)
- also strip binaries and shared objects
 |
Wednesday, 5 Feb 2014
|
13:45 miwi
- Stage support
 |
Wednesday, 15 Jan 2014
|
22:32 bapt
Reduce over inclusion of bsd.port.mk
 |
Wednesday, 11 Dec 2013
|
14:35 bapt
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
 |
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
 |
Friday, 30 Aug 2013
|
23:01 bapt
Convert audio from USE_GMAKE to USES=gmake
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
 |
Saturday, 15 Jun 2013
|
12:41 nivit
- Update to 1.47.11
- Trim Makefile header
- Add LICENSE (GPLv3)
- Add radio option AUDIO_SYSTEM (default PORTAUDIO)
- Remove USE_GCC
- Convert to the new option framework
- Remove Author field from pkg-descr, fix WWW one
Build log: http://goo.gl/BWger
 |
Friday, 4 May 2012
|
14:14 nivit
- Enable runtime detection of pulseaudio, with fallback to portaudio
if pulse is not running. That is useful for the users of KDE speech
dispatcher system. [1]
- Bump PORTREVISION (changed lib dependencies)
Suggested by: Andrew Johnson <daeron at optushome.com.au> (via private email)
 |
Saturday, 21 Jan 2012
|
14:12 nivit
- Update to 1.46.02
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Tuesday, 16 Aug 2011
|
08:38 nivit
- Update to 1.45.05
 |
Monday, 16 May 2011
|
14:04 nivit
- Update to 1.45.04
 |
Thursday, 7 Apr 2011
|
13:15 nivit
- Update to 1.45.03
 |
Friday, 18 Mar 2011
|
09:41 nivit
- Update to 1.45.02
- Remove MD5 checksum from distinfo
 |
Wednesday, 15 Sep 2010
|
22:56 nivit
- Update to 1.44.05
 |
08:37 nivit
- Update 1.44.04
 |
Saturday, 11 Sep 2010
|
08:25 nivit
- Update to 1.44.03
 |
Tuesday, 4 May 2010
|
15:40 nivit
- Remove some old, useless lines from pkg-plist
- Bump PORTREVISION
Submitted by: avilla (via private email)
 |
Tuesday, 27 Apr 2010
|
15:57 nivit
- Update to 1.43.03
PR: ports/145451
Submitted by: Florian Smeets <flo@kasimir.com>
 |
Sunday, 3 Jan 2010
|
14:29 nivit
- Update to 1.42.04
 |
Wednesday, 4 Nov 2009
|
16:18 nivit
- Update to 1.41.01
 |
Saturday, 22 Aug 2009
|
00:13 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with A
 |
Sunday, 18 Jan 2009
|
13:42 gerald
Simplify the use of USE_GCC.
Approved by: nivit (maintainer)
 |
Thursday, 15 Jan 2009
|
16:23 nivit
- Fix build on 6.X systems
Reported by: pavbot
 |
Tuesday, 13 Jan 2009
|
15:01 nivit
- Update to 1.40.02
 |
Wednesday, 10 Dec 2008
|
07:35 linimon
Mark as broken on sparc64.
Hat: portmgr
 |
Wednesday, 1 Oct 2008
|
15:54 nivit
- Update to 1.39
 |
Friday, 25 Jul 2008
|
09:08 pav
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
 |
Tuesday, 15 Jul 2008
|
13:08 nivit
- Update to 1.37
- Use ${COPYTREE_SHARE} to install docs
 |
Monday, 31 Mar 2008
|
22:02 nivit
- Update to 1.36
PR: ports/121810
Submitted by: delphij
 |
Thursday, 20 Mar 2008
|
09:19 pav
- Remove USE_GETOPT_LONG which is a no-op since March 2007
 |
Monday, 6 Aug 2007
|
13:33 nivit
- Update to 1.28
 |
Tuesday, 29 May 2007
|
12:18 nivit
- Update to 1.24
PR: ports/112584
Submitted by: Dima Panov <fluffy at ael.ru>
 |
Friday, 27 Apr 2007
|
19:52 nivit
- Update to 1.23
 |
Monday, 16 Apr 2007
|
11:24 nivit
- Cleanup non-supported FreeBSD versions
PR: ports/111652
Submitted by: edwin
 |
Thursday, 5 Apr 2007
|
12:00 nivit
- Update to 1.22
- Add a line in pkg-descr: espeak is not only for English
 |
Thursday, 1 Mar 2007
|
16:58 nivit
- Updated to 1.21
 |
Thursday, 8 Feb 2007
|
13:49 nivit
- Updated to 1.20
Approved by: alexbl (mentor, implicit)
 |
Saturday, 27 Jan 2007
|
00:44 nivit
- Updated to 1.19
- Added files/patch-src-speech.h
- Replaced do-install target with post-install
Approved by: alexbl (mentor, implicit)
 |
Sunday, 14 Jan 2007
|
14:31 nivit
- Updated to 1.18
Approved by: alexbl (mentor, implicit)
 |
Sunday, 10 Dec 2006
|
01:21 nivit
- Updated email address in my ports
Approved by: alexbl (mentor)
 |
Saturday, 18 Nov 2006
|
19:03 miwi
- Update to 1.17
PR: ports/105644
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
 |
Tuesday, 31 Oct 2006
|
08:19 miwi
- Update to 1.6
PR: ports/104308
Submitted by: (Nicola Vitale) (maintainer)
 |
Sunday, 3 Sep 2006
|
00:16 rafan
- Update to 1.13
- Mark it as broken on 4.x: requires iswdigit(3)
PR: ports/102782
Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
 |
Saturday, 29 Apr 2006
|
09:59 ehaupt
Fix CONFLICTS
Notified by: ITetcu (irc)
 |
Friday, 28 Apr 2006
|
20:39 ehaupt
Add espeak 1.07, a software speech synthesizer.
PR: 94928
Submitted by: Nicola Vitale <nivit@email.it>
 |
Number of commits found: 67 |