Provides an object interface to the xymon/hobbit client.

WWW:	http://search.cpan.org/dist/Xymon-Client/

PR:		ports/167666
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
Martin Wilke 2012-05-16 06:50:31 +00:00
parent 6041f79e6a
commit ffe630314e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296727
5 changed files with 33 additions and 0 deletions

View file

@ -229,6 +229,7 @@
SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Telnet-Cisco
SUBDIR += p5-Tie-NetAddr-IP SUBDIR += p5-Tie-NetAddr-IP
SUBDIR += p5-Xymon SUBDIR += p5-Xymon
SUBDIR += p5-Xymon-Client
SUBDIR += p5-Zenoss SUBDIR += p5-Zenoss
SUBDIR += packit SUBDIR += packit
SUBDIR += pads SUBDIR += pads

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: p5-Xymon-Client
# Date created: 2012-05-07
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Xymon-Client
PORTVERSION= 0.08
CATEGORIES= net-mgmt
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Interface to xymon/hobbit client
PERL_CONFIGURE= yes
MAN3= Xymon::Client.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Xymon-Client-0.08.tar.gz) = b5c7283ba1c6828bb522e2286c8753d7152134b9c259f82fb39abff78ba2cbd4
SIZE (Xymon-Client-0.08.tar.gz) = 9925

View file

@ -0,0 +1,3 @@
Provides an object interface to the xymon/hobbit client.
WWW: http://search.cpan.org/dist/Xymon-Client/

View file

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/Client/.packlist
%%SITE_PERL%%/Xymon/Client.pm
@dirrmtry %%SITE_PERL%%/Xymon
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon/Client
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Xymon