aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher
Commit message (Collapse)AuthorAgeFilesLines
* Remove now useless dependency on gnomehierBaptiste Daroussin2014-12-211-3/+3
|
* Cleanup plistBaptiste Daroussin2014-12-091-15/+0
|
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-1/+1
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* Convert to @sampleBaptiste Daroussin2014-09-031-17/+15
|
* - Switch accessibility/speech-dispatcher to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-8/+4
| | | | | | - Bump dependent ports as .so verson has changed Approved by: portmgr blanket
* - Update to 0.8.Alberto Villa2013-11-1717-217/+215
| | | | | - STAGEify. - Use OPTIONS helpers.
* Restrict python to -2.7Koop Mast2013-10-301-1/+1
| | | | Submitted by: mva@
* Add no stage all over the place in accessibility in preparation for the ↵Baptiste Daroussin2013-09-201-0/+1
| | | | staging area support
* Finish converting accessibility from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+2
| | | | | | While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Port to optionsNG.Alberto Villa2013-01-051-46/+40
| | | | | | | | - Trim headers. - Cleanup COMMENT and LICENSE. PR: 173807 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email
* - Avoid installing tests (and avoid conflict with lang/erlang [1]).Alberto Villa2012-06-142-6/+3
| | | | | | - Bump PORTREVISION. Reported by: conflicts checker [1]
* - Add dependency on gnomehier to fix plist. [1]Alberto Villa2012-05-112-54/+24
| | | | | | | | - Stop using bsd.port.(pre|post).mk. - Cleanup configuration files handling in plist. - Bump PORTREVISION. Reported by: pointyhat via pav [1]
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-1/+1
| | | | | | | | | - 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
* - Move over to python2.5 or higherMartin Wilke2011-02-251-1/+2
| | | | - While here kick md5
* - Update to 0.7.1.Alberto Villa2010-12-098-421/+35
| | | | Approved by: tabthorpe (mentor)
* - Upgrade to 0.7.Alberto Villa2010-08-3117-283/+128
| | | | | | | | - Remove rc.d script and pkg-message. - Add LICENSE. - Use bsd.port.options.mk. Approved by: tabthorpe (mentor)
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Replace long options with short ones: they are documented, but notAlberto Villa2010-03-083-4/+5
| | | | | | | | supported. - Display pkg-message when installing from the port. Approved by: tabthorpe (mentor) Feature safe: yes
* - Fix build on 7.X amd64 and 6.X everywhere.Alberto Villa2010-02-1910-31/+231
| | | | | | | | - Fix pidfile deletion in the rc.d script. - Add pkg-message about local startup of the daemon. Approved by: tabthorpe (mentor) Feature safe: yes
* - Mark BROKEN on 6.X everywhere and on 7.X amd64Pav Lucistnik2010-02-061-0/+8
| | | | Reported by: pointyhat
* - Update my e-mail address in the ports I maintain.Alberto Villa2010-01-271-1/+1
| | | | Approved by: miwi (mentor)
* - speech-dispatcher: try fix building on FreeBSD < 8.0Dima Panov2010-01-188-1/+301
| | | | | | PR: 142869 Submitted by: Alberto Villa (maintainer) Approved by: miwi, tabthorpe (mentors implicit)
* - Add speech-dispatcherDima Panov2010-01-0815-0/+425
Speech Dispatcher is a device independent layer for speech synthesis, developed with the goal of making the usage of speech synthesis easier for application programmers. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. PR: 142436 Submitted by: Alberto Villa Tested by: myself Approved by: miwi, tabthorpe (mentors implicit)