mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Remove expired p5-SNMP port
This commit is contained in:
parent
acc892a263
commit
d76a26c801
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245392
1
MOVED
1
MOVED
@ -4214,3 +4214,4 @@ secuirty/nettel2|security/nettel|2009-12-02|Please use security/nettel
|
||||
security/pear-Crypt_HMAC||2009-12-07|Please use security/pear-Crypt_HMAC2
|
||||
mail/dovecot-devel|mail/dovecot|2009-12-08|Non-devel version is newer
|
||||
net-mgmt/net-snmp-tkmib||2009-12-08|Depends on expired port p5-SNMP
|
||||
net-mgmt/p5-SNMP||2009-12-08|Expired
|
||||
|
@ -196,7 +196,6 @@
|
||||
SUBDIR += p5-NetAddr-IP-Lite
|
||||
SUBDIR += p5-NetApp
|
||||
SUBDIR += p5-POE-Component-SNMP
|
||||
SUBDIR += p5-SNMP
|
||||
SUBDIR += p5-SNMP-Info
|
||||
SUBDIR += p5-SNMP-MIB-Compiler
|
||||
SUBDIR += p5-SNMP-Simple
|
||||
|
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: p5-SNMP
|
||||
# Date created: May 5th 1997
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SNMP
|
||||
PORTVERSION= 4.2.7.1
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= SF/net-${PORTNAME:L}/ucd-${PORTNAME:L}/${PORTVERSION}%20source%20code
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ucd-snmp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A perl5 module for interfacing with the CMU SNMP library
|
||||
|
||||
DEPRECATED= Perl SNMP module is now a part of net-mgmt/net-snmp
|
||||
EXPIRATION_DATE= 2009-08-15
|
||||
|
||||
LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/perl/SNMP
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/README \
|
||||
${PREFIX}/lib/perl5/site_perl/README.SNMP
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (ucd-snmp-4.2.7.1.tar.gz) = 8d55a3a8798951c3c25cd2bc5bd07e4c
|
||||
SHA256 (ucd-snmp-4.2.7.1.tar.gz) = c3cd3b7949be0c450117c1f9796a2912ceaea47909de35168e72eecd81b5ab9b
|
||||
SIZE (ucd-snmp-4.2.7.1.tar.gz) = 1818836
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.PL Mon Jan 8 19:58:04 2001
|
||||
+++ Makefile.PL.orig Sat Feb 5 08:09:39 2000
|
||||
@@ -27,7 +27,7 @@
|
||||
$snmp_link_lib = 'libsnmp';
|
||||
$sep = '\\';
|
||||
} else {
|
||||
- $snmp_lib = 'libsnmp.a';
|
||||
+ $snmp_lib = 'libsnmp.so';
|
||||
$snmp_link_lib = 'snmp';
|
||||
$sep = '/';
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
This is a Perl5 extension module which provides an interface to the
|
||||
UCD-SNMP library.
|
||||
|
||||
Description:
|
||||
|
||||
The basic operations offered by SNMP are provided through an object
|
||||
oriented interface for modularity and ease of use. The primary object is
|
||||
SNMP::Session which is implemented as a blessed hash reference. The
|
||||
object supports 'get', 'set', and 'getNext' method calls. All calls are
|
||||
blocking/synchronous (i.e., they must receive a response or timeout
|
||||
before control is returned to the caller). The methods take a variety of
|
||||
input argument formats (example/* for examples). A description of the
|
||||
objects data fields follow.
|
@ -1,7 +0,0 @@
|
||||
lib/perl5/site_perl/README.SNMP
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/SNMP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/SNMP.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/autosplit.ix
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP
|
Loading…
Reference in New Issue
Block a user