Bug 151951

Summary: [new port] textproc/clucene-contrib
Product: Ports & Packages Reporter: Tom Judge <tom>
Component: Individual Port(s)Assignee: Josh Paetzel <jpaetzel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Tom Judge 2010-11-04 20:00:24 UTC
I have attached a new port for Clucene Contrib.

Tested with portlint and tinderbox.

Fix: Patch attached with submission follows:
Comment 1 Josh Paetzel freebsd_committer freebsd_triage 2010-11-05 00:48:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jpaetzel

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-05 15:49:25 UTC
jpaetzel    2010-11-05 15:49:20 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/clucene-contrib Makefile distinfo pkg-descr pkg-plist 
    textproc/clucene-contrib/files patch-Makefile.in 
                                   patch-src_CLucene_analysis_Makefile.am 
                                   patch-src_CLucene_analysis_cjk_CJKAnalyzer.cpp 
                                   patch-src_CLucene_analysis_cjk_CJKAnalyzer.h 
                                   patch-src_CLucene_highlighter_QueryTermExtractor.cpp 
                                   patch-src_CLucene_highlighter_TokenSources.cpp 
                                   patch-src_CLucene_jstreams_Makefile.am 
                                   patch-src_CLucene_jstreams_bufferedstream.h 
                                   patch-src_CLucene_jstreams_fileinputstream.cpp 
                                   patch-src_CLucene_jstreams_fileinputstream.h 
                                   patch-src_CLucene_jstreams_filereader.cpp 
                                   patch-src_CLucene_jstreams_filereader.h 
                                   patch-src_CLucene_jstreams_gzipinputstream.h 
                                   patch-src_CLucene_jstreams_inputstreambuffer.h 
                                   patch-src_CLucene_jstreams_inputstreamreader.cpp 
                                   patch-src_CLucene_jstreams_inputstreamreader.h 
                                   patch-src_CLucene_jstreams_streambase.h 
                                   patch-src_CLucene_jstreams_stringreader.h 
                                   patch-src_CLucene_jstreams_subinputstream.cpp 
                                   patch-src_CLucene_jstreams_subinputstream.h 
                                   patch-src_CLucene_jstreams_substreamprovider.h 
                                   patch-src_CLucene_jstreams_tarinputstream.h 
                                   patch-src_CLucene_jstreams_zipinputstream.h 
  Log:
  CLucene is a C++ port of Lucene: the high-performance,
  full-featured text search engine written in Java.
  CLucene is faster than lucene as it is written in C++.
  
  WWW:    http://sourceforge.net/projects/clucene/
  
  PR:             ports/151951
  Submitted by:   Tom Judge <tom at tomjudge.com>
  
  Revision  Changes    Path
  1.1494    +1 -0      ports/textproc/Makefile
  1.1       +32 -0     ports/textproc/clucene-contrib/Makefile (new)
  1.1       +3 -0      ports/textproc/clucene-contrib/distinfo (new)
  1.1       +13 -0     ports/textproc/clucene-contrib/files/patch-Makefile.in (new)
  1.1       +10 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_analysis_Makefile.am (new)
  1.1       +43 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_analysis_cjk_CJKAnalyzer.cpp (new)
  1.1       +45 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_analysis_cjk_CJKAnalyzer.h (new)
  1.1       +14 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_highlighter_QueryTermExtractor.cpp (new)
  1.1       +91 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_highlighter_TokenSources.cpp (new)
  1.1       +24 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_Makefile.am (new)
  1.1       +71 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_bufferedstream.h (new)
  1.1       +29 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_fileinputstream.cpp (new)
  1.1       +12 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_fileinputstream.h (new)
  1.1       +14 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_filereader.cpp (new)
  1.1       +16 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_filereader.h (new)
  1.1       +12 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_gzipinputstream.h (new)
  1.1       +117 -0    ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_inputstreambuffer.h (new)
  1.1       +29 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_inputstreamreader.cpp (new)
  1.1       +11 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_inputstreamreader.h (new)
  1.1       +142 -0    ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_streambase.h (new)
  1.1       +58 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_stringreader.h (new)
  1.1       +51 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_subinputstream.cpp (new)
  1.1       +10 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_subinputstream.h (new)
  1.1       +35 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_substreamprovider.h (new)
  1.1       +25 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_tarinputstream.h (new)
  1.1       +25 -0     ports/textproc/clucene-contrib/files/patch-src_CLucene_jstreams_zipinputstream.h (new)
  1.1       +5 -0      ports/textproc/clucene-contrib/pkg-descr (new)
  1.1       +80 -0     ports/textproc/clucene-contrib/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Josh Paetzel freebsd_committer freebsd_triage 2010-11-05 15:49:34 UTC
State Changed
From-To: open->closed

Committed, thanks!