head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.17.15.14.13;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2011.06.25.10.02.47;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    pecl-sphinx
# Date created:         2011-06-6
# Whom:                 Max Baryshnikov <mephius@@gmail.com>
#
# $FreeBSD: head/www/pecl-sphinx/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sphinx
DISTVERSION=	1.2.0
CATEGORIES=	www
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	mephius@@gmail.com
COMMENT=	Sphinx search engine php client

LIB_DEPENDS=	sphinxclient.0:${PORTSDIR}/textproc/libsphinxclient

USE_PHP=	yes
IGNORE_WITH_PHP=4
USE_PHPEXT=	yes
PHP_MODNAME=	sphinx

SUB_FILES=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message

CFLAGS=		-I${LOCALBASE}/include

.include <bsd.port.pre.mk>

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.2
log
@- Update to 1.2.0 (unbreak with php54)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
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>
@
text
@d9 1
a9 1
DISTVERSION=	1.1.0
@

