mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||||
|
|
21
net-mgmt/p5-Xymon-Client/Makefile
Normal file
21
net-mgmt/p5-Xymon-Client/Makefile
Normal 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>
|
2
net-mgmt/p5-Xymon-Client/distinfo
Normal file
2
net-mgmt/p5-Xymon-Client/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Xymon-Client-0.08.tar.gz) = b5c7283ba1c6828bb522e2286c8753d7152134b9c259f82fb39abff78ba2cbd4
|
||||||
|
SIZE (Xymon-Client-0.08.tar.gz) = 9925
|
3
net-mgmt/p5-Xymon-Client/pkg-descr
Normal file
3
net-mgmt/p5-Xymon-Client/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Provides an object interface to the xymon/hobbit client.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Xymon-Client/
|
6
net-mgmt/p5-Xymon-Client/pkg-plist
Normal file
6
net-mgmt/p5-Xymon-Client/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue