aboutsummaryrefslogtreecommitdiff
path: root/accessibility/gnome-speech
Commit message (Collapse)AuthorAgeFilesLines
* Change the PORTNAME:Jeremy Messenger2006-05-281-2/+1
| | | | | | | | | | | | | | | | | | | gnomemag -> gnome-mag gnomespeech -> gnome-speech fileroller -> file-roller gnomeaudio -> gnome-audio gnomemedia2 -> gnome-media gnomedb -> gnome-db gnomeblog -> gnome-blog gnomepim -> gnome-pim gnomeutils2 -> gnome-utils bugbuddy -> bug-buddy gnomebuild -> gnome-build gnomecommon -> gnome-common gnomecrash -> gnome-crash Notes: svn path=/head/; revision=163663
* Update to 0.3.10.Joe Marcus Clarke2006-03-152-5/+4
| | | | Notes: svn path=/head/; revision=157100
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 0.3.9.Joe Marcus Clarke2005-11-143-14/+4
| | | | Notes: svn path=/head/; revision=148182
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.3.8.Joe Marcus Clarke2005-09-303-20/+9
| | | | Notes: svn path=/head/; revision=143814
* Fix a hang that can occur at configure time when Java is installed.Joe Marcus Clarke2005-06-071-3/+14
| | | | | | | | PR: 81541 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=136957
* Update to 0.3.7.Joe Marcus Clarke2005-05-112-4/+3
| | | | Notes: svn path=/head/; revision=135078
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* - Chase rerolled distfileMichael Johnson2005-03-111-2/+2
| | | | | | | | | | | | | only the following added to configure in new distfile +if test "x$JAVAC" != "x" ; then + javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` + echo JAVAC VERSION $javac_version + JAVAC="$JAVAC -source 1.4" +fi Notes: svn path=/head/; revision=130856
* Prevent Java support from being erroneously enable.Joe Marcus Clarke2005-01-142-0/+11
| | | | Notes: svn path=/head/; revision=126391
* Update to 0.3.6.Adam Weinberger2005-01-113-3/+24
| | | | Notes: svn path=/head/; revision=126155
* This patch is no longer needed.Joe Marcus Clarke2004-08-301-0/+0
| | | | Notes: svn path=/head/; revision=117700
* Update to 0.3.5.Joe Marcus Clarke2004-08-303-55/+4
| | | | Notes: svn path=/head/; revision=117699
* Update to 0.3.3.Joe Marcus Clarke2004-06-112-3/+3
| | | | Notes: svn path=/head/; revision=111249
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-053-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru> Notes: svn path=/head/; revision=106172
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104457
* 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
* Start to populate the new accessibility physical category after respectiveJoe Marcus Clarke2004-01-221-1/+1
| | | | | | | | | | | | | | | repocopies. x11-toolkits/at-spi --> accessibility/at-spi devel/atk --> accessibility/atk editors/dasher --> accessibility/dasher x11-toolkits/gail --> accessibility/gail x11/gnomemag --> accessibility/gnomemag audio/gnomespeech --> accessibility/gnomespeech sysutils/gok --> accessibility/gok Notes: svn path=/head/; revision=98760
* Update to 0.2.8.Joe Marcus Clarke2003-12-092-2/+2
| | | | Notes: svn path=/head/; revision=95447
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Add gnomespeech, a library that facilitates text-to-speech for the GNOMEJoe Marcus Clarke2003-09-185-0/+110
desktop. Notes: svn path=/head/; revision=89033