notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
linux-mbrola MBROLA speech synthesizer for Linux
3.0.1 audio Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Depends on expiring audio/mbrolavox
Expired This port expired on: 2018-01-27
Restricted RESTRICTED: for non-commercial, non-military applications only
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-11-05 14:05:32
Last Update: 2018-01-28 01:39:12
SVN Revision: 460155
People watching this port, also watch:: libogg, festival, festvox-rab16, festvox-ked16, festlex-cmu
Also Listed In: accessibility linux
License: not specified in port
WWW:
http://www.tcts.fpms.ac.be/synthesis/
Description:
This is a binary port of the MBROLA speech synthesizer, which uses "a time-domain algorithm with outstanding diphone smoothing capabilities." It requires Linux compatibility. WWW: http://www.tcts.fpms.ac.be/synthesis/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/mbrola
Collapse this list.
Dependency lines:
  • linux-mbrola>0:audio/linux-mbrola
No installation instructions:
This port has been deleted.
PKGNAME: linux-mbrola
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
SHA256 (mbrola-linux/mbr301h.zip) = df402fad97c823206fce68837c1d716b9c0466a4cfb554dfb244df7da5589d6e SIZE (mbrola-linux/mbr301h.zip) = 309820

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. mbrolavox>0 : audio/mbrolavox
  2. linux_base-c6>0 : emulators/linux_base-c6
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. audio/festvox-us1-mbrola*
  2. audio/festvox-us2-mbrola*
  3. audio/festvox-us3-mbrola*
  4. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for linux-mbrola-3.0.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
linux
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://tcts.fpms.ac.be/synthesis/mbrola/bin/pclinux/
  2. http://www.festvox.org/mbrola/bin/pclinux/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.1
28 Jan 2018 01:39:12
Revision:460155Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2018-01-27 emulators/raine: Broken for more than 6 months
2018-01-27 mail/libmapi: Broken for more than 6 months
2018-01-27 www/lessc: Broken for more than 6 months
2018-01-27 www/uglifyjs: Broken for more than 6 months
2018-01-27 www/py-octoprint: Broken for more than 6 months
2018-01-27 www/xpi-noscript: Broken for more than 6 months
2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months
2018-01-27 www/caudium14: Depends on expiring lang/pike78
2018-01-27 www/hinventory-client: Broken for more than 6 months
2018-01-27 security/tclgpg: Broken for more than 6 months
2018-01-27 security/pond: Broken for more than 6 months
2018-01-27 security/mdcrack: Broken for more than 6 months
2018-01-27 devel/npm-commander: Broken for more than 6 months
2018-01-27 devel/py-protocols-devel: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.1
27 Dec 2017 09:30:47
Revision:457358Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
3.0.1
05 Sep 2016 19:23:42
Revision:421387Original commit files touched by this commit
tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.1
01 Apr 2016 13:29:17
Revision:412344Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
3.0.1
24 Jan 2015 15:07:40
Revision:377795Original commit files touched by this commit
antoine search for other commits by this committer
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
3.0.1
16 Jul 2014 03:47:06
Revision:362027Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.
3.0.1
16 Jan 2014 22:19:48
Revision:339994Original commit files touched by this commit
antoine search for other commits by this committer
Revert part of previous change, IA32_BINARY_PORT is for freebsd32 compat not
linux32 one
3.0.1
16 Jan 2014 20:15:08
Revision:339974Original commit files touched by this commit
antoine search for other commits by this committer
- Stage support
- Get rid of infozip dependency
03 Jan 2014 15:26:07
Revision:338547Original commit files touched by this commit Sanity Test Failure Refresh
adamw search for other commits by this committer
Convert to PORT_OPTIONS:MDOCS.

Holdout shame list: ruby, perl, python
3.0.1
20 Sep 2013 14:36:37
Revision:327706Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
3.0.1
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
3.0.1
27 Jan 2013 05:55:20
Revision:311049Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Strip header at request of original creator

Submitted by:	trevor
With hat:	portmgr
3.0.1
08 Apr 2012 20:27:09
Original commit files touched by this commit
ak search for other commits by this committer
- Fix explicit use of unzip
- Remove vestiges of alpha

PR:     ports/153429
Approved by:    eadler (mentor)
Feature safe:   yes
3.0.1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.0.1
18 Jun 2008 22:07:37
Original commit files touched by this commit
pav search for other commits by this committer
- Make this a standalone port instead of audio/mbrola slave
3.0.1
21 Jul 2006 20:05:11
Original commit files touched by this commit
jmelo search for other commits by this committer
- Remove bad sites.
- Add new mastersite.
3.0.1
06 Jul 2006 07:07:09
Original commit files touched by this commit
ahze search for other commits by this committer
- Remove sparc64 & ppc from supported arch's since this port
  depends on a linux_base port
3.0.1
08 Apr 2006 16:55:27
Original commit files touched by this commit
jylefort search for other commits by this committer
- The vendor has changed the distfile in place: update distinfo and
  unbreak (summary of changes not available as this is a binary
  distribution) [1]
- s/y/yes/

[1]:
PR:             ports/94100
Submitted by:   Pawel Pekala <c0rn@o2.pl>
3.0.1
07 Sep 2005 00:14:24
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Size mismatch
3.0.1
17 Jun 2005 22:59:29
Original commit files touched by this commit
netchild search for other commits by this committer
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.1
01 Mar 2005 21:51:49
Original commit files touched by this commit
trevor search for other commits by this committer
Respect the user's USE_LINUX setting.
3.0.1
23 Aug 2004 23:50:37
Original commit files touched by this commit
linimon search for other commits by this committer
Turn this port into a proper slave port.

PR:             ports/67922
Approved by:    maintainer timeout (2 months)
3.0.1
27 Jan 2004 16:12:37
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data.
3.0.1
05 Nov 2003 14:04:03
Original commit files touched by this commit
trevor search for other commits by this committer
MBROLA reorganization:  move voices out of mbrola port into new
mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and
sparc64.

Number of commits found: 24