From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 10 00:50:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9127D1065673 for ; Fri, 10 Sep 2010 00:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6844A8FC13 for ; Fri, 10 Sep 2010 00:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8A0o4cq061644 for ; Fri, 10 Sep 2010 00:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8A0o43N061643; Fri, 10 Sep 2010 00:50:04 GMT (envelope-from gnats) Resent-Date: Fri, 10 Sep 2010 00:50:04 GMT Resent-Message-Id: <201009100050.o8A0o43N061643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sébastien Santoro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E07861065670 for ; Fri, 10 Sep 2010 00:49:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CEAC98FC1C for ; Fri, 10 Sep 2010 00:49:24 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8A0nO5j033898 for ; Fri, 10 Sep 2010 00:49:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8A0nO2V033897; Fri, 10 Sep 2010 00:49:24 GMT (envelope-from nobody) Message-Id: <201009100049.o8A0nO2V033897@www.freebsd.org> Date: Fri, 10 Sep 2010 00:49:24 GMT From: Sébastien Santoro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150458: [update] french/verbiste version update from 0.1.27 to 0.1.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 00:50:04 -0000 >Number: 150458 >Category: ports >Synopsis: [update] french/verbiste version update from 0.1.27 to 0.1.31 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 10 00:50:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sébastien Santoro >Release: 8.1 >Organization: >Environment: FreeBSD scherzo.dereckson.be 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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 ). 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). >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN verbiste/Makefile verbiste.new/Makefile --- verbiste/Makefile 2010-05-31 01:58:50.000000000 +0000 +++ verbiste.new/Makefile 2010-09-10 00:33:17.000000000 +0000 @@ -2,17 +2,17 @@ # Date created: 16 November 2005 # Whom: Dan Phillips # -# $FreeBSD: ports/french/verbiste/Makefile,v 1.17 2010/05/31 01:58:50 ade Exp $ +# $FreeBSD$ # PORTNAME= verbiste -PORTVERSION= 0.1.27 -PORTREVISION= 1 +PORTVERSION= 0.1.31 CATEGORIES= french textproc MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ MAINTAINER= timbob@bigpond.com COMMENT= French verb conjugator/deconjugator +LICENSE= GPLv2 OPTIONS= GNOMEGUI "With gnome gui" no diff -ruN verbiste/distinfo verbiste.new/distinfo --- verbiste/distinfo 2009-10-19 01:00:58.000000000 +0000 +++ verbiste.new/distinfo 2010-09-10 00:05:57.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (verbiste-0.1.27.tar.gz) = 72a08c10eace75553f75a7f020306d08 -SHA256 (verbiste-0.1.27.tar.gz) = 91bf44283a53fde888858e217058085828aac4ac70924219f622e897c3a8f526 -SIZE (verbiste-0.1.27.tar.gz) = 649405 +MD5 (verbiste-0.1.31.tar.gz) = 4697b3b28a3725fd91543a5305ac1c66 +SHA256 (verbiste-0.1.31.tar.gz) = d1983cc7acf329e624105a203f4415487ef3ce1fa7368c6adae143757aabfd9f +SIZE (verbiste-0.1.31.tar.gz) = 672971 diff -ruN verbiste/pkg-plist verbiste.new/pkg-plist --- verbiste/pkg-plist 2008-08-19 13:42:11.000000000 +0000 +++ verbiste.new/pkg-plist 2010-09-10 00:19:11.000000000 +0000 @@ -33,6 +33,8 @@ %%DATADIR%%-0.1/COPYING %%DATADIR%%-0.1/conjugation-fr.xml %%DATADIR%%-0.1/verbs-fr.xml +%%DATADIR%%-0.1/conjugation-it.xml +%%DATADIR%%-0.1/verbs-it.xml @dirrm %%DATADIR%%-0.1 @dirrm %%EXAMPLESDIR%% @dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: