1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Provides a base interface for retriving configuration variables from the

hobbit server (taken from hobbitserver.cfg).

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

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

View File

@ -230,6 +230,7 @@
SUBDIR += p5-Tie-NetAddr-IP
SUBDIR += p5-Xymon
SUBDIR += p5-Xymon-Client
SUBDIR += p5-Xymon-Server
SUBDIR += p5-Zenoss
SUBDIR += packit
SUBDIR += pads

View File

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

View File

@ -0,0 +1,2 @@
SHA256 (Xymon-Server-0.02.tar.gz) = b6455c7d42a095d4971090cbf4a13e80e923db42dfd55aa45c09f51c7ad5bb91
SIZE (Xymon-Server-0.02.tar.gz) = 9636

View File

@ -0,0 +1,4 @@
Provides a base interface for retriving configuration variables from the
hobbit server (taken from hobbitserver.cfg).
WWW: http://search.cpan.org/dist/Xymon-Server/

View File

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