From nobody@FreeBSD.org  Mon Jun  6 10:23:33 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 254E9106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Jun 2011 10:23:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 14CA38FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  6 Jun 2011 10:23:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p56ANWZn046579
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 6 Jun 2011 10:23:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p56ANWL2046566;
	Mon, 6 Jun 2011 10:23:32 GMT
	(envelope-from nobody)
Message-Id: <201106061023.p56ANWL2046566@red.freebsd.org>
Date: Mon, 6 Jun 2011 10:23:32 GMT
From: Max Baryshnikov <mephius@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/pecl-sphinx php client for sphinx search engine
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157655
>Category:       ports
>Synopsis:       New port: www/pecl-sphinx php client for sphinx search engine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 10:30:10 UTC 2011
>Closed-Date:    Sat Jun 25 10:02:36 UTC 2011
>Last-Modified:  Sat Jun 25 10:10:08 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 6 10:30:27 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157655 

From: Max Baryshnikov <mephius@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/157655: New port: www/pecl-sphinx php client for sphinx
 search engine
Date: Mon, 6 Jun 2011 13:59:43 +0300

 --000e0cd56ad63953e404a50900d1
 Content-Type: text/plain; charset=UTF-8
 
 Needs textproc/libsphinxclient (ports/157654) to build.
 
 --000e0cd56ad63953e404a50900d1
 Content-Type: text/html; charset=UTF-8
 
 Needs textproc/libsphinxclient (ports/157654) to build.<br clear="all"><br>
 
 --000e0cd56ad63953e404a50900d1--
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 25 06:57:05 UTC 2011 
State-Changed-Why:  
Hi 



Build failes, 

ecking if debug is enabled... no checking if zts is enabled... no 
checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or 
later if you want to regenerate PHP parsers.  checking for gawk... gawk 
checking for sphinx support... yes, shared checking for libsphinxclient 
headers in default path... not found configure: error: Cannot find 
libsphinxclient headers ===>  Script "configure" failed unexpectedly. 
Please report the problem to mephius@gmail.com [maintainer] and attach 
the 
"/usr/home/miwi/dev/ports/www/pecl-sphinx/work/sphinx-1.1.0/config.log" 
including the output of the failure of your make command. Also, it might 
be a good idea to provide an overview of all packages installed on your 
system (e.g. an `ls /var/db/pkg`). 




http://www.freebsd.org/cgi/query-pr.cgi?pr=157655 

From: Max Baryshnikov <mephius@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157655: New port: www/pecl-sphinx php client for sphinx
 search engine
Date: Sat, 25 Jun 2011 12:17:56 +0300

 Hi,
 
 Build fails beacause port requires libsphinxclient which is in another
 PR (see http://www.freebsd.org/cgi/query-pr.cgi?pr=157654&cat=ports).
 Did you use this libsphinxclient port (PR #157654) ?
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 25 10:02:35 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157655 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157655: commit references a PR
Date: Sat, 25 Jun 2011 10:03:00 +0000 (UTC)

 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 <mephius at gmail.com>
   
   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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
