diff options
author | jim <jim@FreeBSD.org> | 2000-11-01 02:37:15 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-11-01 02:37:15 +0800 |
commit | a5d94ad1ef8fc6dc008ead7c4cd7a75848fb92b0 (patch) | |
tree | 35471ca89bd0e7d267bc2af5604686676b5498c9 | |
parent | 4b4bf2be0e510c5932d8ac8a7cf26bae13d8e32e (diff) | |
download | freebsd-ports-gnome-a5d94ad1ef8fc6dc008ead7c4cd7a75848fb92b0.tar.gz freebsd-ports-gnome-a5d94ad1ef8fc6dc008ead7c4cd7a75848fb92b0.tar.zst freebsd-ports-gnome-a5d94ad1ef8fc6dc008ead7c4cd7a75848fb92b0.zip |
Import of p5-Mon.
This is a perl5 module for interfacing with the Mon system monitoring
package.
Submitted by: Nick Esborn <nick@netdot.net>
-rw-r--r-- | net-mgmt/p5-Mon/Makefile | 29 | ||||
-rw-r--r-- | net-mgmt/p5-Mon/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Mon/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Mon/pkg-descr | 7 | ||||
-rw-r--r-- | net-mgmt/p5-Mon/pkg-plist | 6 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Mon/Makefile | 29 | ||||
-rw-r--r-- | net/p5-Mon/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Mon/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Mon/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Mon/pkg-plist | 6 |
11 files changed, 89 insertions, 0 deletions
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 <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> 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 diff --git a/net/Makefile b/net/Makefile index 11d26a3fd990..69991a171393 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/p5-Mon/Makefile b/net/p5-Mon/Makefile new file mode 100644 index 000000000000..2c7d5e121b58 --- /dev/null +++ b/net/p5-Mon/Makefile @@ -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> diff --git a/net/p5-Mon/distinfo b/net/p5-Mon/distinfo new file mode 100644 index 000000000000..6f3ec6c8ae16 --- /dev/null +++ b/net/p5-Mon/distinfo @@ -0,0 +1 @@ +MD5 (Mon-0.9.tar.gz) = 7c8cc3469023a4be52d2552bbd550da1 diff --git a/net/p5-Mon/pkg-comment b/net/p5-Mon/pkg-comment new file mode 100644 index 000000000000..bda04ec13b06 --- /dev/null +++ b/net/p5-Mon/pkg-comment @@ -0,0 +1 @@ +A perl module that supports mon, a network and system monitoring daemon diff --git a/net/p5-Mon/pkg-descr b/net/p5-Mon/pkg-descr new file mode 100644 index 000000000000..5d6b8678a322 --- /dev/null +++ b/net/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/p5-Mon/pkg-plist b/net/p5-Mon/pkg-plist new file mode 100644 index 000000000000..2ecd0782ab22 --- /dev/null +++ b/net/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 |