From owner-cvs-all@FreeBSD.ORG Sat Jun 25 10:02:47 2011 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 BDC60106564A; Sat, 25 Jun 2011 10:02:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE6EC8FC12; Sat, 25 Jun 2011 10:02:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5PA2lRK088773; Sat, 25 Jun 2011 10:02:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5PA2lk6088772; Sat, 25 Jun 2011 10:02:47 GMT (envelope-from miwi) Message-Id: <201106251002.p5PA2lk6088772@repoman.freebsd.org> From: Martin Wilke Date: Sat, 25 Jun 2011 10:02:47 +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/pecl-sphinx Makefile distinfo pkg-descr ports/www/pecl-sphinx/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2011 10:02:47 -0000 miwi 2011-06-25 10:02:47 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pecl-sphinx Makefile distinfo pkg-descr www/pecl-sphinx/files pkg-message.in Log: Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index. WWW: http://www.sphinxsearch.com/ PR: ports/157655 Submitted by: Max Baryshnikov Revision Changes Path 1.2907 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/pecl-sphinx/Makefile (new) 1.1 +2 -0 ports/www/pecl-sphinx/distinfo (new) 1.1 +5 -0 ports/www/pecl-sphinx/files/pkg-message.in (new) 1.1 +14 -0 ports/www/pecl-sphinx/pkg-descr (new)