Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2001 21:06:10 -0400 (EDT)
From:      petef@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27047: Minor updates to net/p5-SNMP_Session
Message-ID:  <200105030106.f4316At27021@electron.databits.net>

next in thread | raw e-mail | index | archive | help
>Number:         27047
>Category:       ports
>Synopsis:       Minor updates to net/p5-SNMP_Session
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 18:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- Install documentation (unless NOPORTDOCS is set, of course)
- Fix up pkg-*
- take over as MAINTAINER

>How-To-Repeat:

N/A

>Fix:

(http://hex.databits.net/~petef/diffs/p5-SNMP_Session.diff)

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-SNMP_Session/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2001/03/01 06:38:33	1.10
+++ Makefile	2001/05/03 01:00:47
@@ -11,11 +11,18 @@
 MASTER_SITES=	ftp://ftp.switch.ch/software/sources/network/snmp/perl/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	petef@databits.net
 
 PERL_CONFIGURE=	yes
 
-pre-install:
-	${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/Makefile;
+post-configure:
+	@${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/Makefile;
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${PREFIX}/share/doc/p5-SNMP_Session
+	${INSTALL_DATA} ${WRKSRC}/README.SNMP_util \
+		${PREFIX}/share/doc/p5-SNMP_Session
+.endif
 
 .include <bsd.port.mk>
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/net/p5-SNMP_Session/pkg-comment,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-comment
--- pkg-comment	1999/06/27 17:41:44	1.1.1.1
+++ pkg-comment	2001/05/03 00:59:44
@@ -1 +1 @@
-A perl5 module for providing rudimentary access to SNMPv1 agents
+A perl5 module providing rudimentary access to SNMPv1 and v2 agents
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/net/p5-SNMP_Session/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- pkg-descr	1999/06/27 17:41:44	1.1.1.1
+++ pkg-descr	2001/05/03 00:48:56
@@ -1,6 +1,6 @@
 This archive contains Perl 5 modules SNMP_Session.pm and BER.pm,
 which, when used together, provide rudimentary access to remote SNMP
-(v1) agents.
+(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
@@ -8,9 +8,10 @@
 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", and
-"set", as well as trap generation and reception.
+The SNMP operations currently supported are "get", "get-next", "get-bulk"
+and "set", as well as trap generation and reception. 
 
-For an excellent example of the type of application this is useful
-for, see Tobias Oetiker's ``mrtg'' (Multi Router Traffic Grapher)
-tool.
+WWW: http://www.switch.ch/misc/leinen/snmp/perl/
+
+- Pete
+petef@databits.net
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-SNMP_Session/pkg-plist,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-plist
--- pkg-plist	1999/06/27 17:41:44	1.1.1.1
+++ pkg-plist	2001/05/03 00:59:47
@@ -2,4 +2,6 @@
 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/p5-SNMP_Session/README.SNMP_util
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SNMP_Session
+%%PORTDOCS%%@dirrm share/doc/p5-SNMP_Session
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105030106.f4316At27021>