Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2008 14:19:57 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/amberfish Makefile distinfo pkg-descr pkg-plist ports/textproc/amberfish/files patch-Makefile.in porter.cc
Message-ID:  <200809301419.m8UEJwCn017350@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-09-30 14:19:57 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/amberfish   Makefile distinfo pkg-descr pkg-plist 
    textproc/amberfish/files patch-Makefile.in porter.cc 
  Log:
  Amberfish is general purpose text retrieval software, developed at Etymon
  by Nassib Nassar and distributed as open source software under the terms
  of version 2 of the GNU General Public License (GPL). Its distinguishing
  features are indexing/search of semi-structured text (i.e. both free tex
  and multiply nested fields), built-in support for XML documents using the
  Xerces library, structured queries allowing generalized field/tag paths,
  hierarchical result sets (XML only), automatic searching across multiple
  databases (allowing modular indexing), TREC format results, efficient
  indexing, and relatively low memory requirements during indexing (and the
  ability to index documents larger than available memory). Z39.50 support
  is available. Other features include Boolean queries, right truncation,
  phrase searching, relevance ranking, support for multiple documents per
  file, incremental indexing, and easy integration with other UNIX tools,
  The architecture is also designed to permit proximity queries; however,
  they are not fully implemented at present.
  
  WWW: http://www.etymon.com/tr.html
  
  This port also includes the Porter stemming algorithm for suffix
  stripping, available at:
       http://www.tartarus.org/~martin/PorterStemmer
  
  PR:             ports/127580
  Submitted by:   Pedro Giffuni
  
  Revision  Changes    Path
  1.1266    +1 -0      ports/textproc/Makefile
  1.1       +37 -0     ports/textproc/amberfish/Makefile (new)
  1.1       +3 -0      ports/textproc/amberfish/distinfo (new)
  1.1       +11 -0     ports/textproc/amberfish/files/patch-Makefile.in (new)
  1.1       +438 -0    ports/textproc/amberfish/files/porter.cc (new)
  1.1       +21 -0     ports/textproc/amberfish/pkg-descr (new)
  1.1       +17 -0     ports/textproc/amberfish/pkg-plist (new)



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