Skip site navigation (1)Skip section navigation (2)

CVS log for ports/textproc/aspell/Makefile

[BACK] Up to [FreeBSD] / ports / textproc / aspell

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Dec 5 21:07:04 2011 UTC (2 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Drop maintainership to office.

Feature safe:	yes
Seen with:	bapt

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Nov 9 15:25:45 2011 UTC (3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +0 -1 lines
- Remove WITH_FBSD10_FIX, is no longer needed

Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Oct 28 18:00:25 2011 UTC (3 months, 1 week ago) by miwi
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -0 lines
- Fix build FreeBSD 10

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:40 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Jul 4 20:24:28 2011 UTC (7 months, 1 week ago) by thierry
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -3 lines
Upgrade to 0.60.6.1.

Remark: this release includes a patch provided by rdivacky to build with
clang.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon May 9 20:08:23 2011 UTC (9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
Fix compilation with Clang (patch submitted by rdivacky).

Since I'm there, pet portlint.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Jan 7 20:34:33 2011 UTC (13 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Upgrade English dictionaries to SCOWL 7.1 which corrected several errors
and also added several now common proper names and some other words now
in common use.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Dec 28 18:56:07 2010 UTC (13 months, 1 week ago) by thierry
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -2 lines
Upgrade english dictionaries. This adds several variants.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon May 31 02:01:12 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:29 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:04:33 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Apr 19 07:46:26 2008 UTC (3 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +10 -2 lines
- Disable wide char utf8 cursor control for $OSVERSION < 602107; (1)

- Fix segfault when checking TeX files. (2)

Reported by:	Pav (1)
PR:		ports/122873 (2)
Submitted by:	Roland Smith <rsmith (at) xs4all.nl> (2)
Patch from:	Kevin Atkinson <kevina (at) gnu.org> (author) (2)

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Apr 16 20:35:19 2008 UTC (3 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
Upgrade to 0.60.6.

List of changes from 0.60.5:

   * Compile fixes for Gcc 4.3.

   * Minor tweak to suggestion code which improved suggestion results in
     certain cases.

   * Always line buffer stdout and stderr in the Aspell utility when
     there is the potential for it to be used interactively through a
     pipe.

   * Removed debug output in `aspell munch-list'.

   * Other minor updates and bug fixes.

   * Enable Unicode support.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Aug 12 13:37:06 2007 UTC (4 years, 6 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Don't depend on gettext if WITHOUT_NLS is defined.

Submitted by:	dougb

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:36:38 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -3 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat May 19 20:23:48 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Mar 8 22:15:53 2007 UTC (4 years, 11 months ago) by thierry
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1 lines
Fix MASTER_SITE_SUBDIR for the Englich dictionary.

PR:		ports/110067
Submitted by:	Eric P. Scott <eps+pbug0703 (at) ana.com>

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Dec 20 06:28:16 2006 UTC (5 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Back-out the s/@dirrm/@dirrmtry/ change

PR:		ports/106957
Submitted by:	John Merryweather Cooper <john_m_cooper (at) yahoo.com>

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Dec 19 21:07:50 2006 UTC (5 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +6 -5 lines
Upgrade Aspell to 0.60.5.

Changelog at <http://aspell.sourceforge.net/aspell-0.60.5.txt>.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Aug 6 21:05:14 2006 UTC (5 years, 6 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
- s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized by
  portlint;

- deinstall share/locale/sl, which is not defined in
  /etc/mtree/BSD.local.dist.

PR:		ports/101497
Submitted by:	Stanislav Sedov <ssedov (at) mbsd.msk.ru>

Revision 1.80: download - view: text, markup, annotated - select for diffs
Sat Jul 15 14:28:41 2006 UTC (5 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +57 -163 lines
All dictionaries can be installed separately:

  - by default, textproc/aspell installs the English dictionaries (no
    change);
  - thereafter you can install any foreign dictionary;
  - when you install a foreign dictionary, i.e. french/aspell or
    textproc/da-aspell, it installs only the dictionaries, and depends
    upon textproc/aspell for the programs;
  - if you don't need the English dictionaries, you can define
    WITHOUT_DICTEN or install textproc/aspell-without-dicten;
  - add a new port for textproc/en-aspell: if aspell had been installed
    without the English dictionaries, they can be added thereafter;
  - add a missing port for german/alt-aspell;
  - foreign dictionaries are almost independent from textproc/aspell,
    and their maintainership is available.

Credits:	special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:19 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Jan 19 23:09:42 2006 UTC (6 years ago) by thierry
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +5 -4 lines
- Add a Gujarati (gu) dictionary;

- Update Lithuanian (lt) & Uzbek (uz) dictionaries.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:14 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Mon Nov 14 21:07:05 2005 UTC (6 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +0 -4 lines
/usr/bin/bzip2 has been part of the base system since 4.4,
therefore it's not necessary to explicitely check for it.

PR:		88994
Submitted by:	edwin

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Nov 13 11:30:19 2005 UTC (6 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +5 -2 lines
- Update Ukrainian dictionary;

- Add Serbian and Telugu dictionaries.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Oct 19 19:21:01 2005 UTC (6 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -5 lines
Upgrade to 0.60.4.

Changelog at <http://aspell.sourceforge.net/aspell-0.60.4.txt>.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Jun 28 20:27:07 2005 UTC (6 years, 7 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +3 -4 lines
Upgrade to 0.60.3.

This release fixes several bugs involving some of the C API functions,
fixes a major bug and improves the speed of the suggestion code, and
fixes a number of other bugs.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Jun 2 21:58:48 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +10 -4 lines
- Update Irish (ga), Italian (it), Oriya (or), and Uzbek (uz)
  dictionaries.

- Add Kashubian (csb), Hindi (hi), Hiligaynon (hil), Marathi (mr), and
  Punjabi (pa) dictionaries.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Jan 2 16:40:06 2005 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +4 -1 lines
ftp.gnu.org is down => add some mirrors for the dictionnaries.

Reported by:	Kris via pointyhat
Approved by:	portmgr (marcus)
Obtained from:	linux-aspell (mezz).

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Dec 28 16:00:40 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -4 lines
Adding three new dictionaries:

- Amharic (am);
- Oriya (or);
- Low Saxon (nds).

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Dec 21 22:19:55 2004 UTC (7 years, 1 month ago) by thierry
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -4 lines
Upgrade to 0.60.2.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Nov 20 14:23:08 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +7 -20 lines
Upgrade to 0.60.1.1.

This release contains an important bug fix involving checking of
capitalized word when affix compression is used.

Aspell can be linked again with the base ncurses, then WITH_NCURSES
has been removed.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Nov 16 21:39:38 2004 UTC (7 years, 2 months ago) by thierry
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +9 -5 lines
- Update the german dictionary;

- Add two new dictionaries: Persian (Farsi) and alt-de (German using the
original spelling rules);

- A new slave port has been created for the Persian dictionary.

Remark: no new slave port for alt-de, because (1) it might get merged
with the normal de dictionary and (2) Serge Gagnon is working on a
reorganization of all these slaves-ports. To install it use the port
textproc/aspell.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Nov 8 15:35:45 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +20 -7 lines
Upgrade to 0.60.1.

This release adds a new Nroff and Texinfo filter and fixes a number
of bugs and portability problems.

Warning: aspell-0.60.1 is now incompatible with the base ncurses.
To keep the ncurses interfaces, please define WITH_NCURSES: aspell
will then depend on the port devel/ncurses.
Since devel/ncurses is not packageable, this is not the default.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Aug 30 22:25:46 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -1 lines
Explicitly disable threading:

- on FreeBSD 4.x, it links with -pthread, but no link is
  retained in the resulting library;

- on FreeBSD 5.x and 6, it works, but since libaspell is
  used by un-threaded programs, this is not a good choice.

Reviewed by:	marcus.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Aug 30 05:39:30 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Always USE_GETTEXT, even WITHOUT_NLS.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Aug 29 23:04:54 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
Force libaspell to link with libintl to fix gnomespell and balsa.

Bump PORTREVISION.

Reported by:	marcus and Volker Kindermann.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Aug 28 22:49:48 2004 UTC (7 years, 5 months ago) by thierry
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +79 -83 lines
- Upgrade to 0.60;

- Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian,
  Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian,
  Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil,
  Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:10:49 2004 UTC (7 years, 6 months ago) by thierry
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +15 -9 lines
Aspell English Dictionary Updated.

Changes from version 0.51:

- Updated to SCOWL 6 which avoided using the original Ispell
  dictionaries as they were a source of too many errors, among other
  changes.

- Added en_GB-ize dictionary (British with "ize" spelling).

- Added en-variant_* auxiliary dictionaries.

The version number of this dictionary is 6.0 to correspond to the SCOWL
version. Aspell-6.0 is coming soon.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Jun 20 19:51:13 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +9 -3 lines
- Actually use libtool15 [1]
- install static libraries [2]

PR:		ports/63944 [1]
Reported by:	many [2]

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Jun 20 09:04:31 2004 UTC (7 years, 7 months ago) by thierry
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Security: fix  a buffer overflow in word-list-compress:
	- <http://marc.theaimsgroup.com/?l=bugtraq&m=108761564006503&w=2>
	- <http://nettwerked.mg2.org/advisories/wlc>

Since I'm there, switch from libtool 1.3 to 1.5, to cope with
PR ports/63944.

Obtained from:	Robert Nagy <robert@openbsd.org>.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Apr 16 21:52:55 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +12 -8 lines
Add dictionaries for Scottish Gaelic (gd) and Manx Gaelic (gv),
and update the following dictionaries:
- Irish (ga)
- Indonesian (id)
- Croatian (hr)
- Italian (it)
- Slovak (sk).

Approved by:	mat (mentor).

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Apr 15 06:01:43 2004 UTC (7 years, 9 months ago) by thierry
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Norwegian dictionaries have been upgraded.
No PORTREVISION bump, but users of these dictionaries are
encouraged to upgrade.

Noticed by:	Kris / bento
Approved by:	mat (implicit).

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Mar 31 20:03:44 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +43 -48 lines
Adding new dictionaries:

. Interlingua (ia)
. Maltese (mt)
. Norwegian Bokmal (nb)
. Norwegian Nynorsk (nn)
. Swahili (sw)
. Tswana (tn)
. Turkish (tr)
. Walloon (wa)
. Zulu (zu)

Remark:	Norwegian (no) is replaced by Norwegian Nynorsk (nn).

Approved by:	mat (mentor).

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Mar 19 23:05:44 2004 UTC (7 years, 10 months ago) by thierry
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +97 -136 lines
	- update cs, da, en, fo, it, pl, sk, sv, and uk dictionnaries;

	- add af, bg, ga, gl, hr, id, is, mi, ms, and sl dictionnaries;

	- bump portrevision;

	- simplify this port.

PR:		ports/64186
Submitted by:	maintainer
Approved by:	mat (mentor).

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:25 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Feb 12 23:27:18 2004 UTC (7 years, 11 months ago) by ale
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -4 lines
Update to 0.50.5 release.

PR:		ports/62752
Submitted by:	Thierry Thomas <thierry@pompo.net> (maintainer)
Approved by:	nork (mentor/implicitly)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:09 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Nov 17 12:29:05 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
USE_REINPLACE need be defined only when REINPLACE_CMD is used.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Nov 17 03:39:53 2003 UTC (8 years, 2 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -0 lines
- Fix build problme
Does not link without at least -O, after update to 0.50.4.1

Submitted by:	thierry@pompo.net

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Oct 18 01:32:44 2003 UTC (8 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +5 -4 lines
Update to 0.50.4.1.  From the official announcement:
* Fixed major bug in pipe mode which caused the last character to be
  chopped off words before they were stored.
* Minor formating fixes in the manual.

PR:		58136
Submitted by:	Thierry Thomas <thierry@pompo.net>

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Oct 5 06:49:54 2003 UTC (8 years, 4 months ago) by krion
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -6 lines
- Update to version 0.50.4

PR:		57583
Submitted by:	maintainer

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:08:34 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
De-pkg-comment.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Feb 10 09:04:03 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Convert COMMENT to COMMENTFILE until these ports can be converted.

Submitted by:	lioux

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jan 30 06:11:10 2003 UTC (9 years ago) by edwin
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +13 -1 lines
Maintainer upgrades the English dictionary to v. 0.51.
Bumps PORTREVISION.
Removes unused PLIST_SUB.

PR:		ports/46739
Submitted by:	Thierry Thomas <thierry@pompo.net>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Nov 24 20:46:32 2002 UTC (9 years, 2 months ago) by sada
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -4 lines
Upgrade to 0.50.3
PR:	ports/45676
Submitted by:	maintainer

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Nov 13 10:50:49 2002 UTC (9 years, 2 months ago) by sada
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +69 -10 lines
- upgrade French dictionary to fix problem
- add three new dictionaries
PR:	ports/44244
Submitted by:	maintainer

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Oct 25 17:48:43 2002 UTC (9 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -3 lines
Install the English dictionary when LANG is set to an unsupported
language by aspell.

Approved by:	MAINTAINER

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Oct 6 08:19:29 2002 UTC (9 years, 4 months ago) by pat
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -4 lines
Update to 0.50.2

PR:		ports/43472
Submitted by:	maintainer

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Sep 20 06:36:39 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
- Support NOPORTDOCS properly

PR:		42893
Submitted by:	Ports Fury
Approved by:	maintainer

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Sep 14 09:40:56 2002 UTC (9 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -2 lines
- Drop bash from RUN_DEPENDS, which is ugly and also conflicts with some of
the upcoming bsd.port.mk patches tested on bento.
- make USE_LIBTOOL knob actually working while I'm here.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Sep 11 06:18:48 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
Bump PORTREVISION after recent dictionary updates.  For users that already
installed the English aspell-dict port, you can update by removing
aspell-dict, then doing:

make ASPELL_EN=yes install

If you use portupgrade, you can add -m ASPELL_EN=yes to the command line,
or add ASPELL_EN=yes to /etc/make.conf.

Approved by:	maintainer

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 10 08:42:18 2002 UTC (9 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Fix missing character

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 10 06:46:33 2002 UTC (9 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -2 lines
Depends on bzip2 only if not in base

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Sep 10 03:05:27 2002 UTC (9 years, 5 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +141 -7 lines
convert language variants into meta ports
PR:		42396
Submitted by:	coop9211@uidaho.edu
Reviewed by:	thierry@pompo.net

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Sep 1 17:19:52 2002 UTC (9 years, 5 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +12 -6 lines
Update to 0.50.1
Give maintainership to originator

PR:		42051
Submitted by:	thierry@pompo.net

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jul 3 23:35:38 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
* Do not link libraries against libc explicitly
* Do not install .la files
* Bump PORTREVISION

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri May 31 09:15:19 2002 UTC (9 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -8 lines
Removed obsolate variables.
Correctly patch libtool.

PR:		37314
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 3 15:40:47 2001 UTC (10 years, 5 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
.33.7 -> .33.7.1. It seems, the new version is not very different in the
code, but the manual and the build files (libtool, configure, etc.) were
rerolled.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Aug 8 17:16:55 2001 UTC (10 years, 6 months ago) by lioux
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -4 lines
Update to 0.33.7

PR:		29448
Submitted by:	Kato Tsuguru <tkato@prontomail.com>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jun 15 12:48:30 2001 UTC (10 years, 7 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to version 0.33.6.3

PR: 28062
Submitted by: Ports Fury

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Feb 18 16:10:55 2001 UTC (10 years, 11 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +9 -7 lines
Update to version 0.33

PR: 25150
Submitted by: Ports Fury

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 5 16:34:26 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
More style fixes for ports/textproc.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 31 16:22:06 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update pspell version number.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 17 17:00:36 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Release a few more ports so I can concentrate more on GNOME

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 21 14:58:58 2000 UTC (11 years, 5 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update to 0.32.5

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Aug 8 21:50:31 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update to 0.32.1

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:30:28 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Update to 0.32

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 29 19:20:40 2000 UTC (11 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Update to 0.31.1

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:52:03 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:18:18 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 15 17:12:40 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Second round of INSTALL_SHLIBS=yes fixes.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:21:35 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jun 13 23:04:56 2000 UTC (11 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -6 lines
Update to 0.31 .. now requires textproc/pspell

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Apr 9 21:52:08 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 28 00:36:43 2000 UTC (11 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update to 0.29.1

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 18 02:11:40 2000 UTC (11 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Update to 0.29

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 22 17:59:40 2000 UTC (12 years ago) by ade
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -27 lines
MASTER_SITE/WWW moved to Sourceforge + misc cleanups

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 29 22:52:51 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -11 lines
Update to version 0.28.3.

PR:		15504
Submitted by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:08:57 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 26 20:48:24 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -6 lines
Update to version 0.28.2.1

This port requires gcc 2.95.1 to build, so USE_NEWGCC
isn't set until -current is upgraded to that version.

PR:		13166
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 22 19:46:21 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -9 lines
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 19 12:35:41 1999 UTC (12 years, 5 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Change MAINTAINER: josh@quick.net -> ade@lovett.com
The previous maintainer is unreachable (mail bounces).

PR:	13166

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 17 19:36:53 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
egcc/eg++ have been renamed to gcc295/g++295.  Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 16 16:09:38 1999 UTC (12 years, 5 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Mail to the maintainer's address bounces. Assign to ports@freebsd.org .

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 23 22:45:13 1999 UTC (12 years, 9 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -12 lines
Upgrade to aspell-0.27.2

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 28 11:49:40 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
upgrade to 0.27.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 28 10:25:56 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +19 -10 lines
Upgrade to 0.27.
If "HAVE_EGCS" is defined, aspell will not depend on the STL port and will
use the natvie EGCS STL instead.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Dec 24 16:29:00 1998 UTC (13 years, 1 month ago) by flathill
Branches: JOSH
CVS tags: v0_24, RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
PR:		ports/9072
Submitted by:	josh@quick.net
Spelling checker with better suggestion logic than ispell

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 24 16:29:00 1998 UTC (13 years, 1 month ago) by flathill
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options