From owner-cvs-ports@FreeBSD.ORG Tue Feb 20 03:49:25 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B92F6172138; Tue, 20 Feb 2007 03:49:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A7E1F13C441; Tue, 20 Feb 2007 03:49:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1K3nPmi088843; Tue, 20 Feb 2007 03:49:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1K3nPVj088842; Tue, 20 Feb 2007 03:49:25 GMT (envelope-from clsung) Message-Id: <200702200349.l1K3nPVj088842@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 20 Feb 2007 03:49:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lucene Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 03:49:25 -0000 clsung 2007-02-20 03:49:25 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Lucene Makefile distinfo pkg-descr pkg-plist Log: The purpose of the module is to export the C++ Lucene API to perl and at the same time be as close as possible to the original Java API. This has the combined advantage of providing perl programmers with a well-documented API and giving them access to a C++ search engine library that is supposedly faster than the original. WWW: http://search.cpan.org/dist/Lucene/ WWW: http://sourceforge.net/projects/clucene/ Revision Changes Path 1.1114 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/p5-Lucene/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Lucene/distinfo (new) 1.1 +8 -0 ports/textproc/p5-Lucene/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-Lucene/pkg-plist (new)