Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2011 10:23:32 GMT
From:      Max Baryshnikov <mephius@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157655: New port: www/pecl-sphinx php client for sphinx search engine
Message-ID:  <201106061023.p56ANWL2046566@red.freebsd.org>
Resent-Message-ID: <201106061030.p56AUAAh096769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157655
>Category:       ports
>Synopsis:       New port: www/pecl-sphinx php client for sphinx search engine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 10:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Max Baryshnikov
>Release:        
>Organization:
Prontosoft
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pecl-sphinx
#	pecl-sphinx/files
#	pecl-sphinx/files/pkg-message.in
#	pecl-sphinx/Makefile
#	pecl-sphinx/distinfo
#	pecl-sphinx/pkg-descr
#
echo c - pecl-sphinx
mkdir -p pecl-sphinx > /dev/null 2>&1
echo c - pecl-sphinx/files
mkdir -p pecl-sphinx/files > /dev/null 2>&1
echo x - pecl-sphinx/files/pkg-message.in
sed 's/^X//' >pecl-sphinx/files/pkg-message.in << 'c1fde9bdaacde17e40fd5b93e23e15b4'
X************************************************************************
XRestart your web server and consult the output of phpinfo().
XIf there is an informational section for Sphinx, the installation was
Xsuccessful.
X************************************************************************
c1fde9bdaacde17e40fd5b93e23e15b4
echo x - pecl-sphinx/Makefile
sed 's/^X//' >pecl-sphinx/Makefile << 'f067f41f48411b942b6586686ec945d6'
X# New ports collection makefile for:    pecl-sphinx
X# Date created:         2011-06-6
X# Whom:                 Max Baryshnikov <mephius@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sphinx
XDISTVERSION=	1.1.0
XCATEGORIES=	www
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	mephius@gmail.com
XCOMMENT=	Sphinx search engine php client
X
XLIB_DEPENDS=	sphinxclient.0:${PORTSDIR}/textproc/libsphinxclient
X
XUSE_PHP=	yes
XIGNORE_WITH_PHP=4
XUSE_PHPEXT=	yes
XPHP_MODNAME=	sphinx
X
XSUB_FILES=	pkg-message
XPKGMESSAGE=	${WRKDIR}/pkg-message
X
XCFLAGS=		-I${LOCALBASE}/include
X
X.include <bsd.port.pre.mk>
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
f067f41f48411b942b6586686ec945d6
echo x - pecl-sphinx/distinfo
sed 's/^X//' >pecl-sphinx/distinfo << '8fd6e3c0cc30f29789ef6df75c90e277'
XSHA256 (PECL/sphinx-1.1.0.tgz) = b0f0095b696ec8c0833be0d9e11d360a08a3bc583fa9164294a142e09fd83b60
XSIZE (PECL/sphinx-1.1.0.tgz) = 12870
8fd6e3c0cc30f29789ef6df75c90e277
echo x - pecl-sphinx/pkg-descr
sed 's/^X//' >pecl-sphinx/pkg-descr << 'a5565f956ac40c50f083c4e4bebfff8c'
XSphinx is a full-text search engine, distributed under GPL version
X2. Commercial license is also available for embedded use.
X
XGenerally, it's a standalone search engine, meant to provide fast,
Xsize-efficient and relevant fulltext search functions to other
Xapplications. Sphinx was specially designed to integrate well with SQL
Xdatabases and scripting languages. Currently built-in data sources
Xsupport fetching data either via direct connection to MySQL, or from
Xan XML pipe.
X
XAs for the name, Sphinx is an acronym which is officially decoded as
XSQL Phrase Index.
X
XWWW: http://www.sphinxsearch.com/
a5565f956ac40c50f083c4e4bebfff8c
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106061023.p56ANWL2046566>