diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-04 06:23:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-04 06:23:25 +0000 |
commit | 71eb78c36b8ee074a300b25f4eb85c8dc935e782 (patch) | |
tree | 2fa18b1c6dce3f5a3c6760ca0af575842cc36d5e /net/net-snmp-tkmib | |
parent | change mastersite (diff) |
Add tkmib part from net-snmp distribution.
PR: ports/19281
Notes
Notes:
svn path=/head/; revision=57301
Diffstat (limited to 'net/net-snmp-tkmib')
-rw-r--r-- | net/net-snmp-tkmib/Makefile | 31 | ||||
-rw-r--r-- | net/net-snmp-tkmib/distinfo | 1 | ||||
-rw-r--r-- | net/net-snmp-tkmib/files/patch-tkmib | 7 | ||||
-rw-r--r-- | net/net-snmp-tkmib/pkg-comment | 1 | ||||
-rw-r--r-- | net/net-snmp-tkmib/pkg-descr | 12 | ||||
-rw-r--r-- | net/net-snmp-tkmib/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/net/net-snmp-tkmib/Makefile b/net/net-snmp-tkmib/Makefile new file mode 100644 index 000000000000..70e8df5ef110 --- /dev/null +++ b/net/net-snmp-tkmib/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: net-snmp-tkmib +# Date created: 4 April 2002 +# Whom: kuriyama +# +# $FreeBSD$ +# + +PORTNAME= ucd-snmp-tkmib +PORTVERSION= 4.2.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ucd-snmp.ucdavis.edu/ \ + ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ + ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/ +MASTER_SITE_SUBDIR= net-snmp +DISTNAME= ucd-snmp-${PORTVERSION} + +MAINTAINER= kuriyama@FreeBSD.org + +RUN_DEPENDS= ${SITE_PERL}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ + ${SITE_PERL}/SNMP.pm:${PORTSDIR}/net/p5-SNMP + +WRKSRC= ${WRKDIR}/ucd-snmp-${PORTVERSION} +NO_BUILD= yes + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/local/tkmib ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net/net-snmp-tkmib/distinfo b/net/net-snmp-tkmib/distinfo new file mode 100644 index 000000000000..cfb7dd91771d --- /dev/null +++ b/net/net-snmp-tkmib/distinfo @@ -0,0 +1 @@ +MD5 (ucd-snmp-4.2.3.tar.gz) = e42df4c7558b5f12cd442b36428ec4bb diff --git a/net/net-snmp-tkmib/files/patch-tkmib b/net/net-snmp-tkmib/files/patch-tkmib new file mode 100644 index 000000000000..0d9d5e7a0b87 --- /dev/null +++ b/net/net-snmp-tkmib/files/patch-tkmib @@ -0,0 +1,7 @@ +--- local/tkmib.orig Wed Nov 7 01:26:37 2001 ++++ local/tkmib Thu Apr 4 14:29:19 2002 +@@ -1,4 +1,3 @@ +-#!/usr/bin/perl + #!/usr/bin/perl -w + + require 5; diff --git a/net/net-snmp-tkmib/pkg-comment b/net/net-snmp-tkmib/pkg-comment new file mode 100644 index 000000000000..0c57af0cc408 --- /dev/null +++ b/net/net-snmp-tkmib/pkg-comment @@ -0,0 +1 @@ +An extendable SNMP implementation (tkmib part) diff --git a/net/net-snmp-tkmib/pkg-descr b/net/net-snmp-tkmib/pkg-descr new file mode 100644 index 000000000000..1e2a7ba5a94c --- /dev/null +++ b/net/net-snmp-tkmib/pkg-descr @@ -0,0 +1,12 @@ +This is UCD SNMP, a derivative of CMU's SNMP package (tkmib part). + +Various tools relating to the Simple Network Management Protocol including: + + An extensible agent + An SNMP library + tools to request or set information from SNMP agents + tools to generate and handle SNMP traps + a version of the unix 'netstat' command using SNMP + a Tk/perl mib browser + +WWW: http://net-snmp.sourceforge.net/ diff --git a/net/net-snmp-tkmib/pkg-plist b/net/net-snmp-tkmib/pkg-plist new file mode 100644 index 000000000000..611b3bbe48c2 --- /dev/null +++ b/net/net-snmp-tkmib/pkg-plist @@ -0,0 +1 @@ +bin/tkmib |