Bug 171762 - New port: net-mgmt/p5-Nagios-Plugin-Beanstalk Module to check beanstalkd via nagios
Summary: New port: net-mgmt/p5-Nagios-Plugin-Beanstalk Module to check beanstalkd via ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 01:50 UTC by Andrew Thompson
Modified: 2014-02-14 21:10 UTC (History)
0 users

See Also:


Attachments
file.shar (3.53 KB, text/plain)
2012-09-19 01:50 UTC, Andrew Thompson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Thompson freebsd_committer freebsd_triage 2012-09-19 01:50:14 UTC
	Add net-mgmt/p5-Nagios-Plugin-Beanstalk for monitoring a beanstalk server.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-19 01:50:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2012-12-19 14:39:00 UTC
State Changed
From-To: open->feedback

Makefile has some issues. Bad headers, portrevision set to 1...
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-02-14 21:02:50 UTC
Responsible Changed
From-To: perl->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-14 21:03:50 UTC
Author: swills
Date: Fri Feb 14 21:03:41 2014
New Revision: 344316
URL: http://svnweb.freebsd.org/changeset/ports/344316
QAT: https://qat.redports.org/buildarchive/r344316/

Log:
  Nagios::Plugin::Beanstalk - Nagios plugin to observe Beanstalkd queue server.
  
  WWW: http://search.cpan.org/dist/Nagios-Plugin-Beanstalk/
  
  PR:		ports/171762
  Submitted by:	Andrew Thompson <thompsa@freebsd.org>

Added:
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/Makefile   (contents, props changed)
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/distinfo   (contents, props changed)
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/files/
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/files/patch-Makefile.PL   (contents, props changed)
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/pkg-descr   (contents, props changed)
  head/net-mgmt/p5-Nagios-Plugin-Beanstalk/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Fri Feb 14 20:49:21 2014	(r344315)
+++ head/net-mgmt/Makefile	Fri Feb 14 21:03:41 2014	(r344316)
@@ -210,6 +210,7 @@
     SUBDIR += p5-NSNMP
     SUBDIR += p5-Nagios-Object
     SUBDIR += p5-Nagios-Plugin
+    SUBDIR += p5-Nagios-Plugin-Beanstalk
     SUBDIR += p5-Nagios-Plugin-LDAP
     SUBDIR += p5-Nagios-Plugins-Memcached
     SUBDIR += p5-Net-ACL

Added: head/net-mgmt/p5-Nagios-Plugin-Beanstalk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Nagios-Plugin-Beanstalk/Makefile	Fri Feb 14 21:03:41 2014	(r344316)
@@ -0,0 +1,26 @@
+# Created by: Andrew Thompson <thompsa@freebsd.org>
+# $FreeBSD$
+
+PORTNAME=	Nagios-Plugin-Beanstalk
+PORTVERSION=	0.04
+CATEGORIES=	net-mgmt perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:GBARR
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Module to check beanstalkd via nagios
+
+BUILD_DEPENDS=	p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \
+		p5-Beanstalk-Client>=0:${PORTSDIR}/net/p5-Beanstalk-Client
+
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
+	${INSTALL} ${WRKSRC}/check_beanstalkd ${STAGEDIR}${PREFIX}/libexec/nagios/check_beanstalkd
+
+.include <bsd.port.mk>

Added: head/net-mgmt/p5-Nagios-Plugin-Beanstalk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Nagios-Plugin-Beanstalk/distinfo	Fri Feb 14 21:03:41 2014	(r344316)
@@ -0,0 +1,2 @@
+SHA256 (Nagios-Plugin-Beanstalk-0.04.tar.gz) = 9df45969b9b4ca10779a6cdd72c18347060a90a61f12eecd8918c4609a2466a1
+SIZE (Nagios-Plugin-Beanstalk-0.04.tar.gz) = 4792

Added: head/net-mgmt/p5-Nagios-Plugin-Beanstalk/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Nagios-Plugin-Beanstalk/files/patch-Makefile.PL	Fri Feb 14 21:03:41 2014	(r344316)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig	2012-09-19 11:01:40.247410095 +1200
++++ Makefile.PL	2012-09-19 11:01:53.134452220 +1200
+@@ -8,7 +8,6 @@
+   VERSION_FROM => 'lib/Nagios/Plugin/Beanstalk.pm',
+   ABSTRACT_FROM => 'lib/Nagios/Plugin/Beanstalk.pm',
+   PL_FILES     => {},
+-  EXE_FILES    => ['check_beanstalkd'],
+   PREREQ_PM => {
+     'Nagios::Plugin' => 0,
+     'Beanstalk::Client' => 0,

Added: head/net-mgmt/p5-Nagios-Plugin-Beanstalk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Nagios-Plugin-Beanstalk/pkg-descr	Fri Feb 14 21:03:41 2014	(r344316)
@@ -0,0 +1,3 @@
+Nagios::Plugin::Beanstalk - Nagios plugin to observe Beanstalkd queue server.
+
+WWW: http://search.cpan.org/dist/Nagios-Plugin-Beanstalk/

Added: head/net-mgmt/p5-Nagios-Plugin-Beanstalk/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/p5-Nagios-Plugin-Beanstalk/pkg-plist	Fri Feb 14 21:03:41 2014	(r344316)
@@ -0,0 +1,10 @@
+libexec/nagios/check_beanstalkd
+%%SITE_PERL%%/Nagios/Plugin/Beanstalk.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/Beanstalk/.packlist
+%%PERL5_MAN3%%/Nagios::Plugin::Beanstalk.3.gz
+@dirrmtry libexec/nagios
+@dirrmtry %%SITE_PERL%%/Nagios/Plugin
+@dirrmtry %%SITE_PERL%%/Nagios
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/Beanstalk
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-02-14 21:04:04 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!