summaryrefslogtreecommitdiff
path: root/french/verbiste (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Add optional Gnome supportThomas Abthorpe2008-08-192-3/+17
| | | | | | | | | | - Bump PORTREVISION - Pass maintainership Submitted by: Timothy Bourke <timbob bigpond.com> (via private email) Notes: svn path=/head/; revision=218837
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.1.23Thomas Abthorpe2008-06-033-15/+14
| | | | | | | | | - Respect PORTDOCS Inspired by: ionbot Notes: svn path=/head/; revision=214240
* - Update to 0.1.22Thomas Abthorpe2008-02-184-16/+15
| | | | Notes: svn path=/head/; revision=207532
* - Update to 0.1.21Thomas Abthorpe2007-12-193-4/+6
| | | | | | | | | | - Thanks to Philippe Audeoud for reminding me I closed it before the commit PR: ports/118414 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Notes: svn path=/head/; revision=204137
* force commit for missed file.Thomas Abthorpe2007-08-231-0/+15
| | | | Notes: svn path=/head/; revision=198161
* - Update to 0.1.20Thomas Abthorpe2007-08-236-63/+24
| | | | | | | | | | | | | | | - Take maintainership Removed file(s): - files/lib-patch-src_verbiste_FrenchVerbDictionary.cpp - files/lib-patch-Makefile.in PR: ports/115145 Submitted by: tabthorpe@ Approved by: clsung (mentor) Notes: svn path=/head/; revision=198160
* - Update to 0.1.15Martin Wilke2006-12-292-6/+6
| | | | | | | | PR: ports/107280 Submitted by: Aleksander Fafula <alex@fafula.com> Notes: svn path=/head/; revision=181014
* Reset maintainer at his request.Mark Linimon2006-09-101-1/+1
| | | | Notes: svn path=/head/; revision=172658
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.1.14Jean-Yves Lefort2005-12-152-4/+4
| | | | | | | | PR: ports/90338 Submitted by: maintainer Notes: svn path=/head/; revision=151267
* Add verbiste and gnome-verbiste.Jean-Yves Lefort2005-11-297-0/+137
Verbiste is a French conjugation system. It contains a C++ library, and two programs that can be run from the command line or from another program. The knowledge base is represented in XML and contains over 6800 verbs. GNOME Verbiste is a GNOME frontend to the Verbiste French conjugation system. It contains a GNOME program and a GNOME Panel applet. This applet shows a text field in the GNOME Panel where the user can enter a conjugated verb and obtain its complete conjugation. WWW: http://sarrazip.com/dev/verbiste.html PR: ports/89407 Submitted by: Dan Phillips <dan-ports@dp.id.au> Notes: svn path=/head/; revision=149925