diff options
Diffstat (limited to 'net-mgmt/p5-SNMP_Session')
-rw-r--r-- | net-mgmt/p5-SNMP_Session/Makefile | 27 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/pkg-descr | 17 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP_Session/pkg-plist | 9 |
5 files changed, 0 insertions, 55 deletions
diff --git a/net-mgmt/p5-SNMP_Session/Makefile b/net-mgmt/p5-SNMP_Session/Makefile deleted file mode 100644 index f606f9c1121a..000000000000 --- a/net-mgmt/p5-SNMP_Session/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: p5-SNMP_Session -# Date created: 13 June 1999 -# Whom: Stephen J. Roznowski <sjr@home.net> -# -# $FreeBSD$ -# - -PORTNAME= SNMP_Session -PORTVERSION= 0.90 -CATEGORIES= net perl5 -MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old -PKGNAMEPREFIX= p5- - -MAINTAINER= petef@FreeBSD.org - -PERL_CONFIGURE= yes - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in README README.SNMP_util index.html - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/p5-SNMP_Session/distinfo b/net-mgmt/p5-SNMP_Session/distinfo deleted file mode 100644 index 1783cd754917..000000000000 --- a/net-mgmt/p5-SNMP_Session/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (SNMP_Session-0.90.tar.gz) = 9bee365e949166c18186b30a699a9588 diff --git a/net-mgmt/p5-SNMP_Session/pkg-comment b/net-mgmt/p5-SNMP_Session/pkg-comment deleted file mode 100644 index 382d3f9bcee1..000000000000 --- a/net-mgmt/p5-SNMP_Session/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl5 module providing rudimentary access to SNMPv1 and v2 agents diff --git a/net-mgmt/p5-SNMP_Session/pkg-descr b/net-mgmt/p5-SNMP_Session/pkg-descr deleted file mode 100644 index 8f6aca1b259c..000000000000 --- a/net-mgmt/p5-SNMP_Session/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This archive contains Perl 5 modules SNMP_Session.pm and BER.pm, -which, when used together, provide rudimentary access to remote SNMP -(v1 and v2) agents. - -This module differs from existing SNMP packages in that it is -completely stand-alone, i.e. you don't need to have another SNMP -package such as CMU SNMP. It is also written entirely in Perl, so you -don't have to compile any C modules. It uses the Perl 5 Socket.pm -module and should therefore be very portable, even to non-Unix systems. - -The SNMP operations currently supported are "get", "get-next", "get-bulk" -and "set", as well as trap generation and reception. - -WWW: http://www.switch.ch/misc/leinen/snmp/perl/ - -- Pete -petef@databits.net diff --git a/net-mgmt/p5-SNMP_Session/pkg-plist b/net-mgmt/p5-SNMP_Session/pkg-plist deleted file mode 100644 index 427fdd615c02..000000000000 --- a/net-mgmt/p5-SNMP_Session/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/BER.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm -lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session/.packlist -%%PORTDOCS%%share/doc/SNMP_Session/README -%%PORTDOCS%%share/doc/SNMP_Session/README.SNMP_util -%%PORTDOCS%%share/doc/SNMP_Session/index.html -%%PORTDOCS%%@dirrm share/doc/SNMP_Session -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session |