Upgrade of french/verbiste port to the last version. The current version in FreeBSD is 11 months late. Those updates fix errors in software results (erroneous conjugated verbs) and some front-end bugs. Below the portion of the software's NEWS file, highlighting the changes. -- 2010-08-12: Version 0.1.31 released Fixed error with verb "échoir". Fixed bug in the GUI where wrongly accented characters would be displayed in the resulting conjugation (e.g., typing "etaler" would display the conjugation for inexistent verb "etaler", instead of the correct verb "étaler" with an acute accent). Spelling tolerance slider added to GUI: allows fuzzy matching of infinitives. Missing single-argument FrenchVerbDictionary constructor restored. Added self-check for single-argument FrenchVerbDictionary constructor. Fixed doc on FrenchVerbDictionary constructors and destructor. Fixed synopsis command line in verbiste.3 manual page. Removed 'using namespace std' directive in Trie.cpp, which imposed the std namespace on Verbiste client programs. Added computeMemoryConsumption() method to Trie class to measure RAM usage of this data structure (382 kB for French verbs, excluding "user data"). Separator added between accented character buttons and language checkboxes. RPM spec file fixed to run texhash when installing -gnome subpackage, not the main package. This allows latex to find verbiste.cls. 2010-07-04: Version 0.1.30 released Small Italian verb dictionary added (contributed by Christophe Durville <http://polyglotte.tuxfamily.org>). GUI adjusted to allow language selection. Environment variable VERBISTE_LANG used in command-line tools to select language. Tabs removed from source code (expanded to 8 spaces). Fixed compilation warnings to satisfy gcc's -Weffc++ and -Wextra options. 2010-04-23: Version 0.1.29 released New conjugation template for verb "prévaloir". Fixed conjugation of verb "choir". Fixed some German user interface labels. GUI-like console application added for GUI testing purposes. 2009-10-30: Version 0.1.28 released Graphical user interface now tolerates missing accents. Buttons added to GUI to facilitate entry of accented characters on systems where they are not supported by the keyboard configuration. German translation of user interface added (provided by Chris Leick). Fix: Patch attached with submission follows:
Maintainer of french/verbiste, Please note that PR ports/150458 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150458 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Please accept this patch. Thank you. I no longer have time to maintain this port. Would the patch submitter like to become the port maintainer? Tim.
State Changed From-To: feedback->open Maintainer approved
State Changed From-To: open->feedback Request feedback
I can maintain the port. Please put MAINTAINER= dereckson@gmail.com
Responsible Changed From-To: freebsd-ports-bugs->decke I'll take it.
decke 2010-09-13 08:39:15 UTC FreeBSD ports repository Modified files: french/verbiste Makefile distinfo pkg-plist Log: - Update to 0.1.31 - Pass maintainership to submitter - Add LICENSE PR: ports/150458 Submitted by: Sebastien Santoro <dereckson at gmail dot com> Approved by: Timothy Bourke <timbob@bigpond.com> (old maintainer), beat (co-mentor) Revision Changes Path 1.18 +3 -3 ports/french/verbiste/Makefile 1.10 +3 -3 ports/french/verbiste/distinfo 1.8 +2 -0 ports/french/verbiste/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!