Import of p5-Mon.
This is a perl5 module for interfacing with the Mon system monitoring package. Submitted by: Nick Esborn <nick@netdot.net>
This commit is contained in:
29
net-mgmt/p5-Mon/Makefile
Normal file
29
net-mgmt/p5-Mon/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-Mon
|
||||
# Date created: October 30th, 2000
|
||||
# Whom: Nicholas Esborn <nick@netdot.net>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
||||
1
net-mgmt/p5-Mon/distinfo
Normal file
1
net-mgmt/p5-Mon/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (Mon-0.9.tar.gz) = 7c8cc3469023a4be52d2552bbd550da1
|
||||
1
net-mgmt/p5-Mon/pkg-comment
Normal file
1
net-mgmt/p5-Mon/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
A perl module that supports mon, a network and system monitoring daemon
|
||||
7
net-mgmt/p5-Mon/pkg-descr
Normal file
7
net-mgmt/p5-Mon/pkg-descr
Normal file
@@ -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/.
|
||||
6
net-mgmt/p5-Mon/pkg-plist
Normal file
6
net-mgmt/p5-Mon/pkg-plist
Normal file
@@ -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
|
||||
@@ -173,6 +173,7 @@
|
||||
SUBDIR += openldap2
|
||||
SUBDIR += p0f
|
||||
SUBDIR += p5-Archie
|
||||
SUBDIR += p5-Mon
|
||||
SUBDIR += p5-Net
|
||||
SUBDIR += p5-Net-DNS
|
||||
SUBDIR += p5-Net-Daemon
|
||||
|
||||
29
net/p5-Mon/Makefile
Normal file
29
net/p5-Mon/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-Mon
|
||||
# Date created: October 30th, 2000
|
||||
# Whom: Nicholas Esborn <nick@netdot.net>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
||||
1
net/p5-Mon/distinfo
Normal file
1
net/p5-Mon/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (Mon-0.9.tar.gz) = 7c8cc3469023a4be52d2552bbd550da1
|
||||
1
net/p5-Mon/pkg-comment
Normal file
1
net/p5-Mon/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
A perl module that supports mon, a network and system monitoring daemon
|
||||
7
net/p5-Mon/pkg-descr
Normal file
7
net/p5-Mon/pkg-descr
Normal file
@@ -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/.
|
||||
6
net/p5-Mon/pkg-plist
Normal file
6
net/p5-Mon/pkg-plist
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user