From owner-cvs-all@FreeBSD.ORG Sat Jul 5 09:24:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93EE91065674; Sat, 5 Jul 2008 09:24:34 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 810848FC18; Sat, 5 Jul 2008 09:24:34 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m659OY1F084770; Sat, 5 Jul 2008 09:24:34 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m659OYwF084769; Sat, 5 Jul 2008 09:24:34 GMT (envelope-from brix) Message-Id: <200807050924.m659OYwF084769@repoman.freebsd.org> From: Henrik Brix Andersen Date: Sat, 5 Jul 2008 09:24:34 +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/www Makefile ports/www/xapian-omega Makefile distinfo pkg-descr pkg-plist ports/www/xapian-omega/files patch-runfilter.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 09:24:34 -0000 brix 2008-07-05 09:24:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xapian-omega Makefile distinfo pkg-descr pkg-plist www/xapian-omega/files patch-runfilter.cc Log: CGI search application built on Xapian This package contains two index building utilities (omindex and scriptindex) and a CGI search application (omega). These use the Xapian search library to provide a search over a collection of documents. Approved by: erwin (mentor) Revision Changes Path 1.2084 +1 -0 ports/www/Makefile 1.1 +66 -0 ports/www/xapian-omega/Makefile (new) 1.1 +3 -0 ports/www/xapian-omega/distinfo (new) 1.1 +10 -0 ports/www/xapian-omega/files/patch-runfilter.cc (new) 1.1 +6 -0 ports/www/xapian-omega/pkg-descr (new) 1.1 +11 -0 ports/www/xapian-omega/pkg-plist (new)