From owner-cvs-all@FreeBSD.ORG Fri Nov 11 19:39:17 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E7E16A41F; Fri, 11 Nov 2005 19:39:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCFF43D45; Fri, 11 Nov 2005 19:39:17 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jABJdHOH029138; Fri, 11 Nov 2005 19:39:17 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jABJdHdk029137; Fri, 11 Nov 2005 19:39:17 GMT (envelope-from pav) Message-Id: <200511111939.jABJdHdk029137@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Nov 2005 19:39:17 +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/databases Makefile ports/databases/xapian-core Makefile distinfo pkg-descr pkg-plist ports/databases/xapian-core/files patch-examples-Makefile.in 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: Fri, 11 Nov 2005 19:39:18 -0000 pav 2005-11-11 19:39:17 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/xapian-core Makefile distinfo pkg-descr pkg-plist databases/xapian-core/files patch-examples-Makefile.in Log: Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. It's written in C++, with bindings to allow use from other languages. Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. PR: ports/88609 Submitted by: Jean-Francois Dockes Revision Changes Path 1.458 +1 -0 ports/databases/Makefile 1.1 +24 -0 ports/databases/xapian-core/Makefile (new) 1.1 +2 -0 ports/databases/xapian-core/distinfo (new) 1.1 +11 -0 ports/databases/xapian-core/files/patch-examples-Makefile.in (new) 1.1 +19 -0 ports/databases/xapian-core/pkg-descr (new) 1.1 +481 -0 ports/databases/xapian-core/pkg-plist (new)