diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-16 14:50:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-16 14:50:31 +0800 |
commit | d4e55662c688b9fc4c53634541d20f159959c143 (patch) | |
tree | 24110aeb92ef852e992d5de19f6599b04c24d50f /net-mgmt | |
parent | 0e1e2a786c7fd53211fa06fd7d2afdbb7e734ecd (diff) | |
download | freebsd-ports-gnome-d4e55662c688b9fc4c53634541d20f159959c143.tar.gz freebsd-ports-gnome-d4e55662c688b9fc4c53634541d20f159959c143.tar.zst freebsd-ports-gnome-d4e55662c688b9fc4c53634541d20f159959c143.zip |
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>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon-Client/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon-Client/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon-Client/pkg-descr | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Xymon-Client/pkg-plist | 6 |
5 files changed, 33 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 37de9bc5c0b9..a5c84b4afbba 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -229,6 +229,7 @@ SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP SUBDIR += p5-Xymon + SUBDIR += p5-Xymon-Client SUBDIR += p5-Zenoss SUBDIR += packit SUBDIR += pads diff --git a/net-mgmt/p5-Xymon-Client/Makefile b/net-mgmt/p5-Xymon-Client/Makefile new file mode 100644 index 000000000000..23e889b584c4 --- /dev/null +++ b/net-mgmt/p5-Xymon-Client/Makefile @@ -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> diff --git a/net-mgmt/p5-Xymon-Client/distinfo b/net-mgmt/p5-Xymon-Client/distinfo new file mode 100644 index 000000000000..913b28065f91 --- /dev/null +++ b/net-mgmt/p5-Xymon-Client/distinfo @@ -0,0 +1,2 @@ +SHA256 (Xymon-Client-0.08.tar.gz) = b5c7283ba1c6828bb522e2286c8753d7152134b9c259f82fb39abff78ba2cbd4 +SIZE (Xymon-Client-0.08.tar.gz) = 9925 diff --git a/net-mgmt/p5-Xymon-Client/pkg-descr b/net-mgmt/p5-Xymon-Client/pkg-descr new file mode 100644 index 000000000000..7df7b4d635ae --- /dev/null +++ b/net-mgmt/p5-Xymon-Client/pkg-descr @@ -0,0 +1,3 @@ +Provides an object interface to the xymon/hobbit client. + +WWW: http://search.cpan.org/dist/Xymon-Client/ diff --git a/net-mgmt/p5-Xymon-Client/pkg-plist b/net-mgmt/p5-Xymon-Client/pkg-plist new file mode 100644 index 000000000000..0bbc71eab37b --- /dev/null +++ b/net-mgmt/p5-Xymon-Client/pkg-plist @@ -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 |