- Add p5-Sphinx-Manager 0.06

Sphinx::Manager provides utilities to start, stop, restart, and reload the
Sphinx search engine binary (searchd), and to run the Sphinx indexer program.
The utilities are designed to handle abnormal conditions, such as PID files not
being present when expected, and so should be robust in most situations.

WWW: http://search.cpan.org/dist/Sphinx-Manager/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-10-05 10:43:17 +00:00
parent 50665c9baf
commit 44720f3515
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282975
5 changed files with 44 additions and 0 deletions

View file

@ -683,6 +683,7 @@
SUBDIR += p5-Sort-Fields
SUBDIR += p5-Sort-Naturally
SUBDIR += p5-Sphinx-Config
SUBDIR += p5-Sphinx-Manager
SUBDIR += p5-Sphinx-Search
SUBDIR += p5-Spork
SUBDIR += p5-Spreadsheet-ParseExcel

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Sphinx-Manager
# Date created: 2011-10-05
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sphinx-Manager
PORTVERSION= 0.06
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sphinx search engine management (start/stop)
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Proc-ProcessTable>=0:${PORTSDIR}/devel/p5-Proc-ProcessTable \
p5-Sphinx-Config>=0.09:${PORTSDIR}/textproc/p5-Sphinx-Config
PERL_CONFIGURE= yes
MAN3= Sphinx::Manager.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Sphinx-Manager-0.06.tar.gz) = fd860c50b7352268bb7481f8d495259e88474118fa5cada74f455bdf8204951b
SIZE (Sphinx-Manager-0.06.tar.gz) = 7749

View file

@ -0,0 +1,6 @@
Sphinx::Manager provides utilities to start, stop, restart, and reload the
Sphinx search engine binary (searchd), and to run the Sphinx indexer program.
The utilities are designed to handle abnormal conditions, such as PID files not
being present when expected, and so should be robust in most situations.
WWW: http://search.cpan.org/dist/Sphinx-Manager/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Sphinx/Manager.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Manager/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Manager
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx
@dirrmtry %%SITE_PERL%%/Sphinx