ports/171762: New port: net-mgmt/p5-Nagios-Plugin-Beanstalk Module to check beanstalkd via nagios
Andrew Thompson
thompsa at FreeBSD.org
Wed Sep 19 00:50:15 UTC 2012
>Number: 171762
>Category: ports
>Synopsis: New port: net-mgmt/p5-Nagios-Plugin-Beanstalk Module to check beanstalkd via nagios
>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: Wed Sep 19 00:50:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Andrew Thompson
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD pea.fud.org.nz 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r235453M: Tue May 15 10:53:53 NZST 2012 thompsa at pea.fud.org.nz:/usr/obj/home/thompsa/scratch/fbsvn/head/sys/PEA amd64
>Description:
Add net-mgmt/p5-Nagios-Plugin-Beanstalk for monitoring a beanstalk server.
>How-To-Repeat:
>Fix:
# 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:
#
# p5-Nagios-Plugin-Beanstalk
# p5-Nagios-Plugin-Beanstalk/files
# p5-Nagios-Plugin-Beanstalk/files/patch-Makefile.PL
# p5-Nagios-Plugin-Beanstalk/pkg-descr
# p5-Nagios-Plugin-Beanstalk/Makefile
# p5-Nagios-Plugin-Beanstalk/distinfo
# p5-Nagios-Plugin-Beanstalk/pkg-plist
#
echo c - p5-Nagios-Plugin-Beanstalk
mkdir -p p5-Nagios-Plugin-Beanstalk > /dev/null 2>&1
echo c - p5-Nagios-Plugin-Beanstalk/files
mkdir -p p5-Nagios-Plugin-Beanstalk/files > /dev/null 2>&1
echo x - p5-Nagios-Plugin-Beanstalk/files/patch-Makefile.PL
sed 's/^X//' >p5-Nagios-Plugin-Beanstalk/files/patch-Makefile.PL << '7eff3829bb1d75afef4a3c589ae710b9'
X--- Makefile.PL.orig 2012-09-19 11:01:40.247410095 +1200
X+++ Makefile.PL 2012-09-19 11:01:53.134452220 +1200
X@@ -8,7 +8,6 @@
X VERSION_FROM => 'lib/Nagios/Plugin/Beanstalk.pm',
X ABSTRACT_FROM => 'lib/Nagios/Plugin/Beanstalk.pm',
X PL_FILES => {},
X- EXE_FILES => ['check_beanstalkd'],
X PREREQ_PM => {
X 'Nagios::Plugin' => 0,
X 'Beanstalk::Client' => 0,
7eff3829bb1d75afef4a3c589ae710b9
echo x - p5-Nagios-Plugin-Beanstalk/pkg-descr
sed 's/^X//' >p5-Nagios-Plugin-Beanstalk/pkg-descr << '9e831d5004edae50c168d909a85e71cc'
XNagios::Plugin::Beanstalk - Nagios plugin to observe Beanstalkd queue server.
X
XWWW: http://search.cpan.org/dist/Nagios-Plugin-Beanstalk/
9e831d5004edae50c168d909a85e71cc
echo x - p5-Nagios-Plugin-Beanstalk/Makefile
sed 's/^X//' >p5-Nagios-Plugin-Beanstalk/Makefile << 'c6d4a8ff5d69f890f352d5e25d59a555'
X# New ports collection makefile for: p5-Nagios-Plugin-Beanstalk
X# Date created: 18 Dec 2007
X# Whom: Philp M. Gollucci <pgollucci at FreeBSD.org>
X#
X# $FreeBSD: ports/net-mgmt/p5-Nagios-Plugin-Beanstalk/Makefile,v 1.8 2012/06/04 02:58:34 az Exp $
X#
X
XPORTNAME= Nagios-Plugin-Beanstalk
XPORTVERSION= 0.04
XPORTREVISION= 1
XCATEGORIES= net-mgmt perl5
XMASTER_SITES= CPAN
XMASTER_SITE_SUBDIR= CPAN:GBARR
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= perl at FreeBSD.org
XCOMMENT= Module to check beanstalkd via nagios
X
XPERL_CONFIGURE= yes
X
XBUILD_DEPENDS+= p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \
X p5-Beanstalk-Client>=0:${PORTSDIR}/net/p5-Beanstalk-Client \
X
XRUN_DEPENDS:= ${BUILD_DEPENDS}
X
XMAN3= Nagios::Plugin::Beanstalk.3
X
Xpost-install:
X @${MKDIR} ${LOCALBASE}/libexec/nagios
X ${INSTALL} ${WRKSRC}/check_beanstalkd ${LOCALBASE}/libexec/nagios/check_beanstalkd
X
X.include <bsd.port.mk>
c6d4a8ff5d69f890f352d5e25d59a555
echo x - p5-Nagios-Plugin-Beanstalk/distinfo
sed 's/^X//' >p5-Nagios-Plugin-Beanstalk/distinfo << '85b67d418637a52e68d6d4d7930b8e9c'
XSHA256 (Nagios-Plugin-Beanstalk-0.04.tar.gz) = 9df45969b9b4ca10779a6cdd72c18347060a90a61f12eecd8918c4609a2466a1
XSIZE (Nagios-Plugin-Beanstalk-0.04.tar.gz) = 4792
85b67d418637a52e68d6d4d7930b8e9c
echo x - p5-Nagios-Plugin-Beanstalk/pkg-plist
sed 's/^X//' >p5-Nagios-Plugin-Beanstalk/pkg-plist << '9bb73696ec291936eca82280b5955afc'
Xlibexec/nagios/check_beanstalkd
X%%SITE_PERL%%/Nagios/Plugin/Beanstalk.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/Beanstalk/.packlist
X at dirrmtry libexec/nagios
X at dirrmtry %%SITE_PERL%%/Nagios/Plugin
X at dirrmtry %%SITE_PERL%%/Nagios
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/Beanstalk
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios
9bb73696ec291936eca82280b5955afc
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list