Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2004 19:35:44 -0700 (PDT)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/linux-aspell Makefile distinfo pkg-descr pkg-plist pkg-plist.af pkg-plist.bg pkg-plist.br pkg-plist.ca pkg-plist.cs pkg-plist.cy pkg-plist.da pkg-plist.de pkg-plist.dirrm pkg-plist.el pkg-plist.en ...
Message-ID:  <200405140235.i4E2ZiBB039950@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mezz        2004/05/13 19:35:44 PDT

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/linux-aspell Makefile distinfo pkg-descr pkg-plist 
                          pkg-plist.af pkg-plist.bg pkg-plist.br 
                          pkg-plist.ca pkg-plist.cs pkg-plist.cy 
                          pkg-plist.da pkg-plist.de 
                          pkg-plist.dirrm pkg-plist.el 
                          pkg-plist.en pkg-plist.eo pkg-plist.es 
                          pkg-plist.fo pkg-plist.fr pkg-plist.ga 
                          pkg-plist.gd pkg-plist.gl pkg-plist.gv 
                          pkg-plist.hr pkg-plist.ia pkg-plist.id 
                          pkg-plist.is pkg-plist.it pkg-plist.mi 
                          pkg-plist.ms pkg-plist.mt pkg-plist.nb 
                          pkg-plist.nl pkg-plist.nn pkg-plist.pl 
                          pkg-plist.pt pkg-plist.ro pkg-plist.ru 
                          pkg-plist.sk pkg-plist.sl pkg-plist.sv 
                          pkg-plist.sw pkg-plist.tn pkg-plist.tr 
                          pkg-plist.uk pkg-plist.wa pkg-plist.zu 
  Log:
  This is took from textproc/aspell, so I did the modified to grab and use the
  Linux binary instead. Current, it will use aspell core linux binary and
  regular tarballs of language similar to what aspell is having.
  
  This new port will be need for the next version of www/linux-opera.
  
  --
  
  Linux version of Aspell.
  
  Aspell is a spelling checker designed to eventually replace ispell, although
  it currently lacks many of ispell's basic functions. Aspell's main feature is
  that it does a much better job of coming up with possible suggestions than
  ispell. Aspell also includes a powerful C++ library with C and Perl interfaces
  in the works.
  
  WWW: http://aspell.sourceforge.net/
  
  Approved by:    adamw (mentor)
  
  Revision  Changes    Path
  1.684     +1 -0      ports/textproc/Makefile
  1.1       +220 -0    ports/textproc/linux-aspell/Makefile (new)
  1.1       +86 -0     ports/textproc/linux-aspell/distinfo (new)
  1.1       +9 -0      ports/textproc/linux-aspell/pkg-descr (new)
  1.1       +84 -0     ports/textproc/linux-aspell/pkg-plist (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.af (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.bg (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.br (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.ca (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.cs (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.cy (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.da (new)
  1.1       +11 -0     ports/textproc/linux-aspell/pkg-plist.de (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.dirrm (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.el (new)
  1.1       +20 -0     ports/textproc/linux-aspell/pkg-plist.en (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.eo (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.es (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.fo (new)
  1.1       +48 -0     ports/textproc/linux-aspell/pkg-plist.fr (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.ga (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.gd (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.gl (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.gv (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.hr (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.ia (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.id (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.is (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.it (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.mi (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.ms (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.mt (new)
  1.1       +7 -0      ports/textproc/linux-aspell/pkg-plist.nb (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.nl (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.nn (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.pl (new)
  1.1       +10 -0     ports/textproc/linux-aspell/pkg-plist.pt (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.ro (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.ru (new)
  1.1       +9 -0      ports/textproc/linux-aspell/pkg-plist.sk (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.sl (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.sv (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.sw (new)
  1.1       +5 -0      ports/textproc/linux-aspell/pkg-plist.tn (new)
  1.1       +3 -0      ports/textproc/linux-aspell/pkg-plist.tr (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.uk (new)
  1.1       +6 -0      ports/textproc/linux-aspell/pkg-plist.wa (new)
  1.1       +4 -0      ports/textproc/linux-aspell/pkg-plist.zu (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405140235.i4E2ZiBB039950>