From 52e53bcaef0661bd833a162bfd69000cf4cd6c3e Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Tue, 31 Oct 2000 18:37:15 +0000 Subject: Import of p5-Mon. This is a perl5 module for interfacing with the Mon system monitoring package. Submitted by: Nick Esborn --- net-mgmt/p5-Mon/Makefile | 29 +++++++++++++++++++++++++++++ net-mgmt/p5-Mon/distinfo | 1 + net-mgmt/p5-Mon/pkg-comment | 1 + net-mgmt/p5-Mon/pkg-descr | 7 +++++++ net-mgmt/p5-Mon/pkg-plist | 6 ++++++ 5 files changed, 44 insertions(+) create mode 100644 net-mgmt/p5-Mon/Makefile create mode 100644 net-mgmt/p5-Mon/distinfo create mode 100644 net-mgmt/p5-Mon/pkg-comment create mode 100644 net-mgmt/p5-Mon/pkg-descr create mode 100644 net-mgmt/p5-Mon/pkg-plist (limited to 'net-mgmt') diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile new file mode 100644 index 000000000000..2c7d5e121b58 --- /dev/null +++ b/net-mgmt/p5-Mon/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Mon +# Date created: October 30th, 2000 +# Whom: Nicholas Esborn +# +# $FreeBSD$ +# + +PORTNAME= Mon +PORTVERSION= 0.9 +CATEGORIES= net sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mon +PKGNAMEPREFIX= p5- +DISTNAME= Mon-${PORTVERSION} + +MAINTAINER= nick@netdot.net + +USE_PERL5= YES + +MAN3= Mon::SNMP.3 \ + Mon::Client.3 \ + Mon::Protocol.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include diff --git a/net-mgmt/p5-Mon/distinfo b/net-mgmt/p5-Mon/distinfo new file mode 100644 index 000000000000..6f3ec6c8ae16 --- /dev/null +++ b/net-mgmt/p5-Mon/distinfo @@ -0,0 +1 @@ +MD5 (Mon-0.9.tar.gz) = 7c8cc3469023a4be52d2552bbd550da1 diff --git a/net-mgmt/p5-Mon/pkg-comment b/net-mgmt/p5-Mon/pkg-comment new file mode 100644 index 000000000000..bda04ec13b06 --- /dev/null +++ b/net-mgmt/p5-Mon/pkg-comment @@ -0,0 +1 @@ +A perl module that supports mon, a network and system monitoring daemon diff --git a/net-mgmt/p5-Mon/pkg-descr b/net-mgmt/p5-Mon/pkg-descr new file mode 100644 index 000000000000..5d6b8678a322 --- /dev/null +++ b/net-mgmt/p5-Mon/pkg-descr @@ -0,0 +1,7 @@ +This is the Perl5 module for interfacing with the Mon system monitoring +package. Currently only the client interface is implemented, but more +things like special logging routines and persistent monitors are being +considered. + +"mon" is a tool for monitoring the availability of services. +More information can be found at http://www.kernel.org/software/mon/. diff --git a/net-mgmt/p5-Mon/pkg-plist b/net-mgmt/p5-Mon/pkg-plist new file mode 100644 index 000000000000..2ecd0782ab22 --- /dev/null +++ b/net-mgmt/p5-Mon/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/Mon/SNMP.pm +lib/perl5/site_perl/%%PERL_VER%%/Mon/Client.pm +lib/perl5/site_perl/%%PERL_VER%%/Mon/Protocol.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mon -- cgit v1.2.3