From owner-cvs-ports@FreeBSD.ORG Wed Sep 19 12:21:34 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAB0B16A41B; Wed, 19 Sep 2007 12:21:34 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBC5113C442; Wed, 19 Sep 2007 12:21:34 +0000 (UTC) (envelope-from tabthorpe@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 l8JCLYEc019760; Wed, 19 Sep 2007 12:21:34 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8JCLY7h019759; Wed, 19 Sep 2007 12:21:34 GMT (envelope-from tabthorpe) Message-Id: <200709191221.l8JCLY7h019759@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 19 Sep 2007 12:21: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/textproc Makefile ports/textproc/xaira Makefile distinfo pkg-descr pkg-plist ports/textproc/xaira/files patch-configure.in pkg-message.in xaira-server.in 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: Wed, 19 Sep 2007 12:21:35 -0000 tabthorpe 2007-09-19 12:21:34 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/xaira Makefile distinfo pkg-descr pkg-plist textproc/xaira/files patch-configure.in pkg-message.in xaira-server.in Log: Xaira is an XML Aware Indexing and Retrieval Application designed to allow fast access to large corpora marked up in XML. Xaira is the current name for a new version of SARA, the text searching software originally developed at OUCS for use with the British National Corpus. This new version has been entirely re-written as a general purpose XML search engine, which will operate on any corpus of well-formed XML documents. It is however best used with TEI-conformant documents. Xaira has full Unicode support. This means you can use it to search and display text in any language, provided you have a suitable Unicode font installed on your system. WWW: http://www.xaira.org PR: ports/116259 Submitted by: Mathias Monnerville Revision Changes Path 1.1183 +1 -0 ports/textproc/Makefile 1.1 +52 -0 ports/textproc/xaira/Makefile (new) 1.1 +3 -0 ports/textproc/xaira/distinfo (new) 1.1 +51 -0 ports/textproc/xaira/files/patch-configure.in (new) 1.1 +11 -0 ports/textproc/xaira/files/pkg-message.in (new) 1.1 +18 -0 ports/textproc/xaira/files/xaira-server.in (new) 1.1 +18 -0 ports/textproc/xaira/pkg-descr (new) 1.1 +22 -0 ports/textproc/xaira/pkg-plist (new)